/* Base */
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

* {
    box-sizing: border-box;
    margin: 0;
}

a,
img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    min-height:100vh;
    background: url('../images/bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.featured-link {
    font-size: 0.85rem;
    font-weight: 400;
    position: relative;
    background: #c7eafb;
    padding: 0 6px 0;
}
.featured-link:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 5px;
    border-style: solid;
    border-color: #c7eafb #c7eafb #c7eafb transparent;
    position: absolute;
    left: -10px;
}

.featured-link:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #c7eafb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
}
.featured-link.active {
    color: #fff !important;
    font-weight: 800;
    background: #212b62;
}
.featured-link.active:hover {
    background: #1a224e;
}
.featured-link.active:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 5px;
    border-style: solid;
    border-color: #212b62 #212b62 #212b62 transparent;
    position: absolute;
    left: -10px;
}

.featured-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #212b62;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
}
.featured-link.active:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 5px;
    border-style: solid;
    border-color: #1a224e #1a224e #1a224e transparent;
    position: absolute;
    left: -10px;
}

.featured-link.active:hover:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #1a224e;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
}

/******/

.card {
    border-radius: 20px;
    color: #1a224e;
}
.card-title {
    font-size: 1rem;
    font-weight: 500;
}
.card-text {
    font-size: 1rem;
    font-weight: 700;
    color: #414042;
}

/*******/
.bg-cyan {
    background-color: #c7eafb;
}
.form-check-label {
    font-size: 0.8rem;
    font-weight: 800;
    color: #1a224e;
}
.after-card .featured-link, .after-card .featured-link:hover {
    background-color: #212b62;
    padding: 7px 6px;
}
.after-card .featured-link:before, .after-card .featured-link:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 14px 5px 17px;
    border-style: solid;
    border-color: #212b62 #212b62 #212b62 transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

.after-card .featured-link:after, .after-card .featured-link:hover:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #212b62;
    border-top: 14px solid transparent;
    border-bottom: 17px solid transparent;
    top: 0;
    right: -10px;
}
.basic-login input {
  height: 40px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}
.basic-login input[type=text] {
    width: 100%;
}
	
label {
  color: #414042;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
	font-family: 'Baloo 2', cursive;
}
	
	.titulo {
		font-size: 31px;
		color: #212b62;
		  font-weight: 800;
	font-family: 'Baloo 2', cursive;
	}
	
	.sub-titulo {
		font-size: 17px;
		color: #414042;
		  font-weight: 500;
	font-family: 'Baloo 2', cursive;
	}
	.titulo2 {
		font-size: 16px;
		color: #212b62;
		  font-weight: 800;
	font-family: 'Baloo 2', cursive;
	}
	
	.sub-titulo2 {
		font-size: 16px;
		color: #414042;
		  font-weight: 400;
	font-family: 'Baloo 2', cursive;
	}

    .square {   
        width: 100%;
        height: 530px;
        padding-bottom:30%;
        margin: 0 auto;
        overflow-y: auto;
        box-sizing: border-box;
    }
    
    .submit_btn_click {
        background: url(../images/proximo.png);
        border: none !important;
        width: 182px;
        height: 37px;
        color: transparent;
      } 