@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
	--cor-1:#3ABFBE;
	--cor-1-hover:#0C7E7D;
	--cor-2:#00173B;
	--cor-2-hover:#00235B;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
}

body{
	font-weight: 400;
	background-color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: var(--cor-2);
	background-color: #FFFFFF;
	border: 2px solid var(--cor-2);
	margin-bottom: 30px;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.custom-file{
	margin-bottom: 20px;
}

.form-check{
	margin-bottom: 20px;
}

input.form-control:focus, textarea.form-control:focus{
	background-color: transparent;
	border-color: var(--cor-2);
	color: var(--cor-2);
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color: var(--cor-2); opacity:1}
.form-control::-moz-placeholder{color: var(--cor-2); opacity:1}
.form-control:-ms-input-placeholder{color: var(--cor-2); opacity:1}
.form-control::-ms-input-placeholder{color: var(--cor-2); opacity:1}
.form-control::placeholder{color: var(--cor-2); opacity:1}

input.form-control, .custom-file-label, .custom-file{
	height: 60px;
	padding: 5px 20px;
}

select.custom-select{
	height: 60px;
}

textarea.form-control{
	height: 160px;
	padding: 15px 20px;
}

.custom-file-label::after{
	background-image: url('../img/icone-file-input.png');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 58px;
	height: 68px;
	padding: 5px 20px;
	content: '';
	background-color: transparent;
}

.custom-file-label{
	cursor: pointer;
	background-color: #259066;
	margin: 0;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

.custom-file-input, .custom-file-label::after{
	cursor: pointer;
}

h1, h2{
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	color: var(--cor-2);
	margin-bottom: 30px;
}

h1 strong, h2 strong{
	color: var(--cor-1);
	font-weight: 700;
}

body, p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
}

p{
	margin-bottom: 20px;
}

.btn{
	font-size: 17px;
	font-weight: 600;
	line-height: 52px;
	padding: 0 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: none;
	color: #FFFFFF;
}

.btn-primary{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-primary:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-whats{
	background-color: #2CB742;
	color: #FFFFFF;
}

.btn-whats svg{
	margin-right: 5px;
}

.btn-whats:hover{
	background-color: #007012;
	color: #FFFFFF;
}

.btn-white{
	background-color: #FFFFFF;
	color: var(--cor-1);
}

.btn-white:hover{
	background-color: #FFFFFF;
	color: var(--cor-1-hover);
}

.text-white p{
	color: #FFFFFF;
}

.whats-fixo{
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #25D366;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 80px;
	line-height: 80px;
	width: 80px;
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
}

.whats-fixo:hover, .telefone-fixo:hover{
	background-color: #009C3A;
	color: #FFFFFF;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* header */
.fixed-top{
	position: absolute;
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 25px 0;
	margin: 0;
}

.telefone-topo{
	background-image: url('../img/icone-telefone.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0 10px 60px;
	font-weight: 700;
	font-size: 18px;
	color: var(--cor-2);
	line-height: 30px;
}

.telefone-topo span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.navbar-collapse{
	background-color: var(--cor-1);
	padding: 20px 40px;
}

.navbar-collapse:after{
	display: block;
	content: '';
	clear: both;
}

.navbar-collapse .navbar-nav{
	float: left;
}

.navbar-collapse .navbar-right{
	float: right;
}

.navbar-nav li{
	list-style: none;
	float: left;
	margin-right: 50px;
}

.navbar-nav li a{
	position: relative;
	white-space: nowrap;
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 32px;
	color: #FFFFFF;
}

.navbar-nav li a:hover{
	color: var(--cor-2);
}

.redes-sociais-topo{
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
}

.redes-sociais-topo a{
	color: var(--cor-2);
	margin-left: 10px;
}

.redes-sociais-topo a:hover{
	color: #FFFFFF;
}

.btn-login{
	margin-left: 25px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 22px;
	line-height: 32px;
	font-weight: 600;
}

.btn-login svg{
	font-size: 18px;
	margin-right: 5px;
}

.btn-login:hover{
	color: var(--cor-2);
	border-left-color: var(--cor-2);
}

/* Home */
.tp-caption{
	z-index: 5;
	padding-top: 150px;
}

.tp-caption h2{
	text-transform: none;
	font-size: 66px;
	line-height: 66px;
	margin: 0 0 15px;
	font-weight: 700;
	color: #FFFFFF;
}

.tp-caption h2 strong{
	color: var(--cor-1);
	font-weight: 700;
}

.tp-caption h3{
	text-transform: none;
	font-size: 34px;
	line-height: 42px;
	color: #FFFFFF;
	margin: 0 0 20px;
	font-weight: 400;
}

.tp-caption p{
	color: #FFFFFF;
	margin-right: 50px;
	margin-bottom: 40px;
}

.fundo-banner-esquerda, .topo-paginas-esquerda{
	background-color: var(--cor-2);
	background-image: url('../img/circulos-banner.png');
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	margin-right: 80px;
	display: block;
	z-index: 2;
}

.fundo-banner{
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -300px;
	display: block;
}

.fundo-banner-esquerda, .topo-paginas-esquerda, .fundo-banner, .topo-paginas{
	-webkit-border-bottom-right-radius: 180px;
	-moz-border-radius-bottom-right: 180px;
	border-bottom-right-radius: 180px;
}

.fundo-banner:before{
	height: 30%;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.tp-bannertimer{
	display: none;
}

.espaco{
	height: 130px;
}

.espaco-medio{
	height: 90px;
}

.espaco-menor{
	height: 60px;
}

.link-sublinhado{
	color: var(--cor-2);
	text-decoration: underline;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.solucao-individual{
	background-color: #FAFAFA;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-top-left: 50px;
	-moz-border-radius-bottom-right: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 40px;
	height: 254px;
	display: block;
	margin-bottom: 30px;
}

.solucao-individual .caixa-icone img{
	max-height: 100%;
}

.solucao-individual .caixa-icone{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	max-width: 60px;
}

.solucao-individual h3{
	width: calc(100% - 70px);
	float: right;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: var(--cor-2);
	margin-top: 5px;
}

.solucao-individual p{
	margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	height: 56px;
	overflow: hidden;
}

.solucao-individual span.link-solucao{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.solucao-individual:hover{
	background-color: var(--cor-2);
}

.solucao-individual:hover p, .solucao-individual:hover h3{
	color: #FFFFFF;
}

.imagem-capa-cima{
	margin-left: auto;
	-webkit-border-top-left-radius: 150px;
	-webkit-border-bottom-right-radius: 150px;
	-moz-border-radius-topleft: 150px;
	-moz-border-radius-bottomright: 150px;
	border-top-left-radius: 150px;
	border-bottom-right-radius: 150px;
}

h3.titulo-capa:before{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 2px;
	background-color: var(--cor-1);
	content: '';
	margin-right: 10px;
}

h3.titulo-capa{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	color: var(--cor-2);
	font-weight: 400;
}

.bg-consultores-certificados{
	background-color: var(--cor-2);
}

.bg-consultores-certificados, .bg-consultores-certificados img{
	-webkit-border-top-right-radius: 80px;
	-moz-border-radius-topright: 80px;
	border-top-right-radius: 80px;
}

.bg-consultores-certificados img{
	float: right;
	max-width: 960px;
}

.texto-consultores{
	margin-left: 100px;
	max-width: 475px;
}

/* Footer */
footer{
	padding-top: 70px;
	background-color: var(--cor-2);
}

footer h3:before{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 2px;
	background-color: var(--cor-1);
	content: '';
	margin-right: 8px;
}

footer h3{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: 400;
}

footer h4{
	color: var(--cor-1);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 20px;
}

footer p, footer a{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 15px;
	display: block;
}

.dados-rodape p, .dados-rodape a{
	position: relative;
	padding-left: 20px;
}

.dados-rodape svg{
	position: absolute;
	left: 0;
	top: 0;
	color: var(--cor-1);
	height: 24px;
}

.rodape-top{
	padding-bottom: 70px;
}

.alinha-paises-rodape{
	padding-top: 85px;
	padding-left: 30px;
}

.redes-sociais-rodape{
	margin: 50px 0 0;
}

.redes-sociais-rodape a{
	margin: 0;
	text-align: center;
	font-size: 22px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
	color: var(--cor-2);
}

.redes-sociais-rodape a:hover{
	color: var(--cor-2);
	background-color: var(--cor-1);
}

.rodape-baixo{
	text-align: center;
	padding-top: 20px;
	background-color: var(--cor-1);
	padding-bottom: 1px;
}

footer .rodape-baixo p{
	color: #00173B;
}

/* Páginas */
.topo-paginas{
	background-image: url('../img/topo-paginas.jpg');
	padding: 300px 0 80px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.topo-paginas:before{
	height: 30%;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.topo-paginas h2{
	color: #FFFFFF;
	margin-bottom: 0 !important;
    z-index: 2;
    position: relative;
}

.topo-paginas h1{
    z-index: 2;
    position: relative;
	text-transform: none;
	font-size: 34px;
	line-height: 42px;
	color: #FFFFFF;
	margin: 20px 0 0;
	font-weight: 400;
}

.imagem-paginas{
	-webkit-border-top-left-radius: 80px;
	-webkit-border-bottom-right-radius: 80px;
	-moz-border-radius-topleft: 80px;
	-moz-border-radius-bottomright: 80px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	float: right;
	margin: 0 0 20px 60px;
	max-width: 40%;
}

.galeria-individual{
	display: block;
	position: relative;
	height: 200px;
	margin-top: 30px;
	background-color: var(--cor-2);
	overflow: hidden;
}

.galeria-individual img{
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.galeria-individual:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.20;
	filter: alpha(opacity=20);
}

.texto-simples img{
	height: auto !important;
}

.texto-simples li{
	list-style: inside;
}

form .btn{
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#owl-galeria-lateral .owl-nav .owl-next, #owl-galeria-lateral .owl-nav .owl-prev{
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#owl-galeria-lateral .owl-nav .owl-next{
	background-image: url(../img/chevron-right-solid.svg);
	right: 0;
}

#owl-galeria-lateral .owl-nav .owl-prev{
	background-image: url(../img/chevron-left-solid.svg);
	left: 0;
}

/* Login */
.modal-content{
	padding: 50px 120px 75px;
	position: relative;
}

.modal-dialog{
	max-width: 730px;
}

.modal-content .close{
    right: -40px;
    top: -40px;
    position: absolute;
    margin: 0;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.modal-content h3{
	font-size: 30px;
	font-weight: 700;
	color: var(--cor-2);
	margin-bottom: 30px;
}

/* Animações */
.anime.animacao-baixo{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.animacao-baixo.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.overflow-hidden{
	overflow: hidden;
}

.anime.animacao-esquerda{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(-600px);
	-webkit-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
	opacity: 0.00;
	filter: alpha(opacity =0);
}

.anime.animacao-direita{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
	-moz-transform: translateX(600px);
	-webkit-transform: translateX(600px);
	-o-transform: translateX(600px);
	-ms-transform: translateX(600px);
	transform: translateX(600px);
}

.animacao-esquerda.animacaoAtiva, .animacao-direita.animacaoAtiva{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Queries */
@media(max-height: 699px) {
	.tp-caption h2, .topo-paginas h2{font-size: 54px; line-height: 54px;}
	.tp-caption h3{font-size: 32px; line-height: 38px;}
	.tp-caption p{margin-bottom: 20px;}
	.navbar-brand{padding: 15px 0;}
	.navbar-nav li{margin-right: 40px;}
	.navbar-collapse{padding: 15px 30px;}
	.topo-paginas{padding: 220px 0 50px;}
	.topo-paginas h2{padding-right: 40px;}
	.topo-paginas h1{font-size: 26px; line-height: 32px; margin: 15px 0 0;}
}

@media(max-height: 599px) {
	.navbar-brand{padding: 10px 0; max-width: 140px;}
	.navbar-collapse{padding: 10px 20px;}
	.tp-caption{padding-top: 100px;}
	.tp-caption .col-xl-5{padding-right: 100px;}
	.tp-caption h2, .topo-paginas h2{font-size: 40px; line-height: 44px; margin-bottom: 10px;}
	.tp-caption h3{font-size: 22px; line-height: 30px; margin-bottom: 15px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda{margin-right: 150px;}
	.espaco{height: 80px;}
	.espaco-medio{height: 50px;}
}

@media(max-width: 1199px) {
	.navbar-brand{padding: 10px 0; max-width: 140px;}
	.navbar-collapse{padding: 10px 20px;}
	.navbar-nav li{margin-right: 30px;}
	.navbar-nav li a{font-size: 16px;}
	.tp-caption{padding-top: 100px;}
	.tp-caption .col-xl-5{padding-right: 50px;}
	.tp-caption h2, .topo-paginas h2{font-size: 40px; line-height: 44px; margin-bottom: 10px;}
	.tp-caption h3{font-size: 22px; line-height: 30px; margin-bottom: 15px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda{margin-right: 150px;}
	.espaco{height: 60px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda{margin-right: 40px;}
	.solucao-individual{padding: 30px; height: 210px;}
	.solucao-individual h3{font-size: 19px; line-height: 24px; margin-top: 8px;}
	.solucao-individual p {margin-top: 10px; line-height: 22px; margin-bottom: 10px; height: 44px;}
	h1, h2{font-size: 58px; line-height: 58px; margin-bottom: 20px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda, .fundo-banner, .topo-paginas{-webkit-border-bottom-right-radius: 100px; -moz-border-radius-bottom-right: 100px; border-bottom-right-radius: 100px;}
	.imagem-capa-cima{-webkit-border-top-left-radius: 80px; -webkit-border-bottom-right-radius: 80px; -moz-border-radius-topleft: 80px; -moz-border-radius-bottomright: 80px; border-top-left-radius: 80px; border-bottom-right-radius: 80px;}
	.texto-consultores{margin-left: 30px; max-width: 420px;}
	.bg-consultores-certificados img{max-width: 800px;}
	footer h3{margin-bottom: 5px;}
	footer h4{font-size: 16px; white-space: nowrap;}
	.alinha-mapa-rodape img{max-width: 250px;}
	.alinha-paises-rodape{padding-left: 50px; padding-top: 78px;}
	footer p, footer a{font-size: 13px;}
	.redes-sociais-rodape{margin-top: 0;}
	.redes-sociais-rodape a{font-size: 20px; width: 44px; height: 44px; line-height: 44px;}
	.rodape-top{padding-bottom: 40px;}
	footer{padding-top: 50px;}
	.espaco-medio{height: 50px;}
	.topo-paginas{padding: 220px 0 50px;}
	.topo-paginas h2{padding-right: 40px;}
	.topo-paginas h1{font-size: 26px; line-height: 32px; margin: 10px 0 0; padding-right: 40px;}
	.galeria-individual{height: 160px;}
	.modal-content{padding: 50px 60px 75px;}
	.modal-dialog{max-width: 600px;}
}

@media(max-width: 991px) {
	.navbar-brand{max-width: 120px;}
	.telefone-topo span{font-size: 14px;}
	.telefone-topo{padding: 10px 0 10px 46px; font-size: 15px; line-height: 18px; background-size: contain;}
	.navbar-nav li{margin-right: 20px;}
	.navbar-nav li a{font-size: 14px;}
	.redes-sociais-topo a{margin-left: 8px;}
	.btn-login{margin-left: 10px; padding-left: 10px; font-size: 14px;}
	.btn-login svg{font-size: 14px; margin-right: 2px;}
	.fundo-banner{margin-left: -150px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda{margin-right: 0;}
	.tp-caption .col-xl-5{padding-right: 15px;}
	.tp-caption h2, .topo-paginas h2{font-size: 30px; line-height: 34px; margin-bottom: 15px;}
	.tp-caption h3{font-size: 18px; line-height: 24px; margin-bottom: 10px;}
	.tp-caption p{margin-right: 0;}
	body, p{font-size: 14px; line-height: 26px;}
	.btn{font-size: 15px; line-height: 42px; padding: 0 20px;}
	.espaco{height: 40px;}
	.solucao-individual h3{width: calc(100% - 80px); padding-right: 30px;}
	h1, h2{font-size: 36px; line-height: 40px; margin-bottom: 15px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda, .fundo-banner, .topo-paginas{-webkit-border-bottom-right-radius: 60px; -moz-border-radius-bottom-right: 60px; border-bottom-right-radius: 60px;}
	.imagem-capa-cima{-webkit-border-top-left-radius: 50px; -webkit-border-bottom-right-radius: 50px; -moz-border-radius-topleft: 50px; -moz-border-radius-bottomright: 50px; border-top-left-radius: 50px; border-bottom-right-radius: 50px;}
	.bg-consultores-certificados, .bg-consultores-certificados img{-webkit-border-top-right-radius: 50px; -moz-border-radius-topright: 50px; border-top-right-radius: 50px;}
	h3.titulo-capa{font-size: 16px;}
	h3.titulo-capa:before{width: 40px;}
	.texto-consultores{margin-left: 15px; max-width: 325px;}
	footer{padding-top: 30px;}
	.redes-rodape{padding-top: 30px;}
	.espaco-menor{height: 40px;}
	.imagem-paginas{margin: 0 0 20px 40px; max-width: 50%; -webkit-border-top-left-radius: 50px; -webkit-border-bottom-right-radius: 50px; -moz-border-radius-topleft: 50px; -moz-border-radius-bottomright: 50px; border-top-left-radius: 50px; border-bottom-right-radius: 50px;}
	.topo-paginas{padding: 170px 0 40px;}
	input.form-control, .custom-file-label, .custom-file{height: 54px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{font-size: 14px;}
	form .btn{height: 54px;}
}

@media(max-width: 767px){
	body{padding-top: 74px;}
	.fixed-top{position: fixed; background-color: var(--cor-2);}
	.navbar-collapse{padding: 10px 20px; margin: 0 -15px; width: auto !important;}
	.header-right, .navbar-collapse{display: none;}
	.navbar-collapse .navbar-nav{float: none;}
	.navbar-nav li{margin: 0; width: auto; float: none;}
	.tp-caption{padding-top: 0;}
	.tp-caption h3{font-size: 16px;}
	.tp-caption h2{font-size: 26px; line-height: 28px; margin-bottom: 10px;}
	.fundo-banner-esquerda, .topo-paginas-esquerda{width: 100%; background-image: none;}
	.solucao-individual{padding: 25px; height: auto;}
	.imagem-capa-cima{margin-top: 30px;}
	h1 strong, h2 strong{display: block;}
	h1, h2{font-size: 26px; line-height: 28px; margin-bottom: 10px;}
	h3.titulo-capa:before{width: 30px;}
	.solucao-individual h3{font-size: 16px; margin-top: 2px; width: calc(100% - 80px); padding-right: 0; display: inline-block; vertical-align: middle; float: none; margin-left: 15px;}
	.solucao-individual .caixa-icone{vertical-align: middle;}
	.bg-consultores-certificados img{display: none;}
	.texto-consultores{margin: 0; max-width: none; padding: 30px 0;}
	.rodape-top .col-lg-3{margin-bottom: 20px;}
	.alinha-mapa-rodape img{max-width: 100%;}
	.alinha-paises-rodape{padding-left: 15px; padding-top: 10px;}
	.rodape-top .col-lg-3{padding-top: 0;}
	.topo-paginas{padding: 20px 0 40px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 10px;}
	.solucao-individual p{height: auto;}
	.solucao-individual{-webkit-border-top-left-radius: 30px; -webkit-border-bottom-right-radius: 30px; -moz-border-radius-top-left: 30px; -moz-border-radius-bottom-right: 30px; border-top-left-radius: 30px; border-bottom-right-radius: 30px;}
	.topo-paginas h1{font-size: 22px; line-height: 32px; margin: 5px 0 0;}
	.modal-content{padding: 30px;}
	.modal-content strong{font-size: 14px;}
	.modal-content h3{font-size: 24px; margin-bottom: 20px;}
	.modal-content .close{right: 0; top: -40px; font-size: 22px; width: 26px; height: 26px; line-height: 24px;}
}