body {
	font-family:"Montserrat";
}

.banner {
	background: url('./images/bg-banner-2.jpg') center bottom / cover no-repeat;
	border-bottom: solid 11px #223c63;
	font-size: 0;
	padding: 20vw 0 17vw 0;
	position: relative;
	width: 100%;
}

.banner__textos {
	display: inline-block;
	max-width: 42%;
	vertical-align: middle;
}

.banner__textos h1 {
	color: #FFF;
	font-size: 50px;
	font-weight: 900;
	margin: 0 0 30px;
}

.banner__textos p {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
	max-width: 100%;
	width: 360px;
	/* text-align: justify; */
}

.banner__logo {
	display: inline-block;
	margin-left: 32%;
	max-width: 26%;
	vertical-align: middle;
}

.banner__person {
	bottom: 35px;
	display: inline-block;
	left: 50%;
	max-width: 50vw;
	position: absolute;
	transform: translateX(-50%);
}

.formulario {
	background: url('./images/bg-formulario.jpg') center bottom / cover no-repeat;
}

.formulario .container {
	position: relative;
	padding-bottom: 20vw;
}

.formulario__selo {
	bottom: 35px;
	left: 15px;
	position: absolute;
}

.formulario h2 {
	color: #223c63;
	font-size: 35px;
	font-weight: 900;
	margin: 94px 0 0 0;
}

.formulario h2 span {
	color: #fd1f27;
}

.formulario form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: translateY(-35px);
}

.formulario .form-group {
	flex: 0 0 auto;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}

.formulario .form-group.half {
	flex: 0 0 auto;
	overflow: hidden;
	max-width: calc(50% - 7.5px);
	width: 100%
}

.formulario .form-group .form-control {
	background: #f0f0f0;
	border: solid 1px #f0f0f0;
	border-radius: 0;
	color: #757575;
	font-size: 16px;
	height: 62px;
	line-height: 32px;
	padding: 15px 30px;
	width: 100%;
}

.formulario .form-group .form-control[name="your-name"] {
	background: #fff;
	border-color: #223c63;
	color: #fd1f27;
}

.formulario .form-group input[type="submit"] {
	background: #fd1f27;
	border: 0;
	border-radius: 25px;
	color: #FFF;
	display: inline-block;
	font-size: 22px;
	line-height: 86px;
	height: 86px;
	margin-bottom: 40px;
	text-transform: uppercase;
	padding: 0 65px;
}

.formulario p.text-center {
	color: #223c63;
	font-size: 22px;
	font-weight: 600;
}

.formulario .form-group select.form-control {
	padding-right: 45px;
	width: calc(100% + 30px);
}

.formulario .form-group .form-control::placeholder {
	text-transform: none;
}

.feature {
	display: flex;
	text-align: right;
	min-height: 650px;
	position: relative;
}

.feature img {
	margin: 0 0 0 auto;
}

.feature--small {
	min-height: 415px;
}

.feature--left {
	text-align: left;
}

.feature .feature__texto {
	align-self: center;
	margin: 0 0 0 auto;
	max-width: 50%;
	width: 100%;
}

.feature--small .feature__texto {
	padding: 0 7.5% 0 0;
}

.feature--left .feature__texto {
	margin: 0 auto 0 0;
}

.feature--small.feature--left .feature__texto {
	padding: 0 0 0 7.5%;
}

.feature .feature__titulo {
	color: #223c63;
	font-size: 35px;
	font-weight: 900;
	text-align: inherit;
	margin: 0 0 30px;
}

.feature--small .feature__titulo {
	font-size: 30px;
}

.feature .feature__bg-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-100%);
	width: 50vw;
}

.feature--small .feature__bg-wrapper {
	left: 50%;
	transform: translateX(-100%);
	width: 50%;
}

.feature--left .feature__bg-wrapper {
	transform: translateX(0);
}

.feature p {
	color: #5f5f5f;
	font-size: 22px;
	font-weight: 600;
}

.feature--small p {
	font-size: 18px;
}

.e-library {
	background: url('./images/bg-e-library.jpg') center / cover no-repeat;
}

.e-library__wrapper {
	padding: 65px 7.5% 30px;
}

.e-library p {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}

.e-library p:nth-of-type(2) {
	margin-bottom: 100px;
}

.e-library p.azul {
	color: #223c63;
	font-weight: 800;
}

.selos {
	padding: 120px 0;
}

.selos .flex {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.selos img {
	flex: 0 0 auto;
	margin: 15px;
}

.video {
	background-image: linear-gradient(to bottom, #FFF 50%, #1f3960 50%, #1f3960 100%);
}

.video .video-wrapper{
	margin: 0 auto;
	max-width: 100%;
	width: 850px;
}

.video .video-wrapper .aspect-ratio {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.video .video-wrapper iframe {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.cta {
	background: #1f3960;
	border-bottom: solid 10px #fd1f27;
	margin-bottom: 64px;
	position: relative;
}

.cta .wrapper {
	padding: 90px 0 145px;
	position: relative;
}

.cta h4, .cta p, .cta a {
	color: #FFF;
	text-align: center;
}

.cta h4 {
	font-size: 35px;
	font-weight: 900;
	margin: 14px 0;
}

.cta p {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.cta a {
	background: #132c51;
	bottom: 0;
	border-radius: 25px;
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	left: 50%;
	line-height: 128px;
	max-width: 100%;
	padding: 0 90px;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 750px;
}

.cta a:hover {
	text-decoration: none;
}

footer {
	padding: 100px 0;
}

footer p {
	color: #5f5f5f;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

footer p span {
	color: #fd1f27;
	font-weight: 900;
}

footer a:hover {
	text-decoration: none;
}

footer .info a {
	color: #5f5f5f;
	font-size: 22px;
	font-weight: 700;
}

footer .info a span {
	color: #223c63;
	font-weight: 900;
}

footer .info a:last-of-type {
	color: #223c63;
	font-size: 18px;
	font-weight: 700;
}

footer .info i {
	display: inline-block;
	color: #fd1f27;
	font-size: 22px;
	font-style: normal;
	margin: 0 2em;
}

footer .assinatura {
	padding-top: 45px;
}

footer .assinatura img {
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 80%;
	}
	.banner__textos {
		max-width: 100%;
	}
	.banner__textos h1 {
		font-size: 40px;
	}
	.banner__logo {
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}
	.formulario h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.formulario h2 br {
		display: none;
	}
	.formulario__selo {
		display: none;
	}
	.formulario form {
		transform: translate(0);
	}
	.formulario .form-group.half {
		max-width: 100%;
	}
	.feature {
		text-align: left;
		min-height: 0;
		padding: 35px 0;
	}
	.feature img {
		margin: 0 auto;
	}
	.feature .feature__texto {
		max-width: 100%;
	}
	.feature .feature__bg-wrapper {
		display: none;
	}
	.cta a {
		display: none;
	}
	br {
		display: none;
	}
	.e-library__wrapper img {
		margin: 0 auto 25px; 
	}

}
