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

:root {
	--cor-1: #C69114;
	--cor-1-hover: #AF7B00;
	--cor-2: #683500;
}

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{
	padding-top: 130px;
	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: #585858;
}

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: 14px;
	color: #333;
	border: 1px solid #EAEAEA;
	background-color: transparent;
	margin-bottom: 30px;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

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

input.form-control:focus, textarea.form-control:focus{
	background-color: transparent;
	border-color: #EAEAEA;
	color: #333;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder{color: #333; opacity:1}
.form-control::-moz-placeholder{color: #333; opacity:1}
.form-control:-ms-input-placeholder{color: #333; opacity:1}
.form-control::-ms-input-placeholder{color: #333; opacity:1}
.form-control::placeholder{color: #333; opacity:1}

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

select.custom-select{
	height: 70px;
	padding: 10px 20px;
}

textarea.form-control{
	height: 200px;
	padding: 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{
	text-transform: none;
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
	color: #141215;
	margin-bottom: 30px;
}

h2 strong{
	font-weight: 700;
}

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

strong{
	font-weight: 900;
}

p{
	margin-bottom: 20px;
}

.titulo-direita{
	position: relative;
	padding-right: 115px;
	padding-bottom: 50px;
}

.titulo-direita p{
	color: #b9b9ba;
}

.titulo-direita:after{
	right: -20px;
	bottom: 0;
	position: absolute;
	background-image: url('../img/detalhes-titulo.png');
	width: 138px;
	height: 106px;
	content: '';
	display: block;
}

.btn{
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: none;
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-secondary{
	background-color: #000000;
	color: #FFFFFF;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle{
	background-color: #111;
	color: #FFFFFF;
}

.text-white p{
	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{
	background-color: #FFFFFF;
}

.navbar{
	padding: 0;
	position: relative;
	z-index: 1;
}

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

.navbar-brand img{
	height: 90px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.bg-header .navbar-brand img{
	height: 70px;
}

.navbar-nav li{
	margin: 0 30px;
}

.navbar-nav li a{
	font-weight: 400;
	white-space: nowrap;
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #333333;
}

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

.dropdown:hover .dropdown-menu{
	display: block;
}

.navbar-collapse li .dropdown-menu{
	margin-left: -30px;
	margin-top: -1px;
	background-color: #FFFFFF;
	left: 0;
	border: none;
	padding: 20px 30px;
}

.navbar-collapse li .dropdown-menu > a{
	font-size: 15px;
	display: block;
}

/* Home */
.espaco{
	height: 100px;
}

.espaco-menor{
	height: 40px;
}

.espaco-medio{
	height: 60px;
}

.espaco-maior{
	height: 170px;
}

.tp-caption{
	position: relative;
	z-index: 2;
}

.tp-caption h2{
	font-size: 42px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 30px;
}

.tp-caption p{
	margin-right: 100px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 40px;
}

/*.alinha-servicos{
	display: flex;
	flex-direction: row;
}

.alinha-servicos a{
	padding: 0 20px;
	width: 100%;
	display: block;
	letter-spacing: 1px;
	line-height: 82px;
	height: 82px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}*/

.alinha-servicos{
	font-size: 0;
}

.alinha-servicos a{
	padding: 0 10px;
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
	line-height: 82px;
	height: 82px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.empresa-esquerda{
	padding-right: 45px;
}

.empresa-direita{
	padding-left: 0;
}

.empresa-direita h2{
	margin-right: 50px;
}

.links-empresa{
	padding-top: 30px;
}

.links-empresa a, .links-empresa p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.links-empresa p{
	margin-left: 10px;
	font-size: 15px;
	font-style: italic;
}

.links-empresa p a{
	color: var(--cor-1);
	font-weight: 700;
	font-style: normal;
	text-decoration: underline;
}

.bg-profissionais{
	background-image: url('../img/bg-equipe.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
}

.profissional-individual{
	margin: 0 15px;
}

.comentario-individual{
	margin: 0 0 30px;
}

.comentario-individual .descricao-profissional{
	padding-top: 30px;
}

.col-md-4 .profissional-individual{
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.imagem-profissional{
	display: block;
	margin: 0 auto -70px;
	border: 2px solid #FFFFFF;
	width: 116px;
	height: 116px;
	overflow: hidden;
}

.imagem-profissional img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.descricao-profissional{
	background-color: #f1f3f5;
	border-radius: 5px;
	padding: 80px 50px 30px;
	text-align: center;
}

.descricao-profissional h3, .servico-individual h3{
	font-size: 21px;
	font-weight: 700;
	color: #393a3c;
	line-height: 32px;
	margin: 0 0 5px;
}

.descricao-profissional p{
	margin: 0 0 10px;
	font-size: 15px;
	color: #333333;
}

.descricao-profissional a{
	font-size: 15px;
	font-weight: 700;
	color: var(--cor-1);
	text-decoration: underline;
}

.col-lg-4 .profissional-individual.jornada-individual{
	margin: 0;
	height: 100%;
}

.jornada-numero{
	background-color: var(--cor-2);
	z-index: 2;
	position: relative;
	font-size: 70px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	line-height: 112px;
}

.descricao-jornada{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 70px 40px 10px;
}

.descricao-jornada h3{
	font-size: 18px;
}

.dados-esquerda{
	padding: 50px 50px 30px;
	z-index: 2;
	background-color: #f1f3f5;
}

.dados-esquerda h3{
	color: var(--cor-1);
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px;
}

.dados-esquerda a{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
	color: #0d0e11;
	display: flex;
	align-items: center;
}

.dados-esquerda a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	border: 2px solid #DDEAE6;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: var(--cor-1);
}

.dados-direita img{
	max-width: none;
	float: right;
}

.galeria-individual{
	margin: 0 15px;
}

.galeria-individual a{
	display: block;
	padding-bottom: 100%;
	position: relative;
}

.galeria-individual a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-nav{
	display: block;
}

.capa-individual{
	position: relative;
	min-height: 480px;
	width: 100%;
	padding: 250px 40px 50px;
	display: flex;
	align-items: center;
}

.capa-individual img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 70%;
}

.texto-capa{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.capa-individual h3{
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 900;
	margin-bottom: 50px;
}

.capa-individual-par{background-color: var(--cor-2);}
.capa-individual-impar{background-color: #A28439;}

.capa-individual:before{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 70%;
	width: 100%;
	content: '';
}

.capa-individual-par:before{
	background: -moz-linear-gradient(top, rgba(104,53,0,0) 0%, rgba(104,53,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(104,53,0,0) 0%,rgba(104,53,0,1) 100%);
	background: linear-gradient(to bottom, rgba(104,53,0,0) 0%,rgba(104,53,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#683500',GradientType=0 );
}

.capa-individual-impar:before{
	background: -moz-linear-gradient(top, rgba(162,132,57,0) 0%, rgba(162,132,57,1) 100%);
	background: -webkit-linear-gradient(top, rgba(162,132,57,0) 0%,rgba(162,132,57,1) 100%);
	background: linear-gradient(to bottom, rgba(162,132,57,0) 0%,rgba(162,132,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#A28439',GradientType=0 );
}

/* Páginas */
.topo-paginas{
	position: relative;
	background-image: url('../img/topo-paginas.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}

.topo-paginas h2, .topo-paginas p{
	margin: 0;
}

.topo-paginas h2{
	font-weight: 600;
}

.imagem-capa{
	position: relative;
}

.imagem-capa-interna{
	max-width: 40%;
	margin-right: 60px;
	margin-bottom: 80px;
	float: left;
}

.imagem-capa img{
	position: relative;
	z-index: 2;
}

.servico-individual{
	margin-bottom: 50px;
}

.servico-individual .imagem-servico{
	margin-bottom: 20px;
	display: block;
	padding-bottom: 100%;
	position: relative;
}

.servico-individual .imagem-servico img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.servico-individual h3{
	margin-bottom: 20px;
}

.bg-servicos .imagem-capa{
	margin-right: 30px;
}


/* Footer */
footer{
	background-color: #F0EAE5;
	padding: 60px 0;
}

footer h3{
	font-weight: 700;
	color: var(--cor-2);
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

footer .dados-rodape a{
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	display: block;
}

footer .dados-rodape p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

footer .redes-sociais a{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	line-height: 36px;
	color: #333333;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #333333;
	border-radius: 5px;
	border: 1px solid var(--cor-1);
}

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

.assinatura{
	padding: 20px 0 20px;
	background-color: #E1D7CC;
}

.assinatura p{
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.redes-sociais-links a{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	line-height: 36px;
	color: #333333;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #333333;
	border-radius: 5px;
	border: 1px solid var(--cor-1);
}

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

.menu-links .btn{
	white-space: normal;
	line-height: 22px;
	padding: 12px;
}

/* Contato */
.contato-esquerda a{
	color: #333333;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.contato-esquerda a span{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	text-align: center;
	margin-right: 10px;
	color: var(--cor-1);
}

.contato-esquerda a:hover{
	color: var(--cor-1-hover);
}


/* Modal */
.modal-content{
	padding: 50px 120px;
	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-1);
	margin-bottom: 0;
}

/* 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: 700px) {
	.espaco{height: 60px;}
	.topo-paginas{padding: 40px 0;}
}

@media(max-width: 1499px) {
	.alinha-servicos a{width: 16.666%;}
}

@media(max-width: 1599px) {
	.capa-individual h3{font-size: 28px; margin-bottom: 30px;}
}

@media(max-width: 1499px) {
	.capa-individual h3{font-size: 28px; margin-bottom: 20px;}
	.capa-individual{min-height: 0; padding: 210px 20px 20px;}
}

@media(max-width: 1199px) {
	body{padding-top: 88px;}
	.btn{font-size: 15px; padding: 0 20px;}
	.navbar-nav li{margin: 0 30px 0 0;}
	.navbar-nav li a{font-size: 16px;}
	.navbar-brand img{height: 58px;}
	.bg-header .navbar-brand img{height: 48px;}
	.tp-caption h2{font-size: 32px; line-height: 40px; margin-bottom: 10px;}
	.tp-caption p{margin-right: 0;}
	body, p{font-size: 16px;}
	.alinha-servicos a{width: 20%; height: 66px; line-height: 66px; letter-spacing: 0;}
	h1, h2{font-size: 30px; margin-bottom: 20px; line-height: 38px;}
	.links-empresa p{font-size: 14px; margin-left: 0; margin-top: 10px;}
	.descricao-profissional h3, .servico-individual h3{font-size: 18px; line-height: 26px;}
	.descricao-profissional{padding-left: 30px; padding-right: 30px;}
	.dados-esquerda h3{font-size: 20px; line-height: 30px; margin-bottom: 20px;}
	.dados-esquerda a{font-size: 18px;}
	footer .dados-rodape p, footer .dados-rodape a{font-size: 14px;}
	.topo-paginas{padding: 40px 0;}
	.imagem-capa-interna{margin-right: 40px; margin-bottom: 40px;}
	.capa-individual h3{font-size: 20px; margin-bottom: 10px; font-weight: 600;}
	.capa-individual{min-height: 0; padding: 180px 15px 10px;}
}

@media(max-width: 991px) {
	.navbar .btn{position: fixed; right: 10px; bottom: 10px;}
	.alinha-servicos a{width: 25%; font-size: 12px; letter-spacing: 0;}
	.btn{font-size: 14px; line-height: 40px;}
	.navbar-nav li{margin: 0 0 0 30px;}
	.tp-caption h2{font-size: 28px; line-height: 36px; margin-bottom: 10px;}
	.tp-caption p{margin-bottom: 10px;}
	h1, h2{font-size: 24px; line-height: 32px;}
	body, p{font-size: 15px; line-height: 26px;}
	.descricao-profissional h3, .servico-individual h3{font-size: 16px; line-height: 24px;}
	.descricao-profissional p, .descricao-profissional a{font-size: 14px;}
	.descricao-jornada h3{width: 100%;}
	.jornada-numero{width: 90px; height: 90px; line-height: 86px; font-size: 48px; margin-bottom: -45px;}
	.col-lg-4 .profissional-individual.jornada-individual{height: auto; margin-bottom: 30px;}
	.descricao-jornada{padding: 60px 30px 20px;}
	.bg-profissionais{padding-bottom: 0;}
	.dados-esquerda h3{font-size: 18px;}
	.dados-esquerda a{font-size: 14px;}
	.dados-esquerda a span{width: 44px; height: 44px; line-height: 40px; font-size: 18px;}
	.dados-esquerda{padding: 40px 40px 20px;}
	.dados-direita img{max-width: 200%;}
	footer{padding: 40px 0;}
	footer h3{font-size: 14px; line-height: 24px;}
	footer a{line-height: 30px;}
	.imagem-capa-interna{margin-right: 30px; margin-bottom: 20px; max-width: 50%;}
}

@media(max-width: 767px){
	body{padding-top: 80px;}
	body, p{font-size: 14px; line-height: 24px;}
	.navbar{padding: 0 15px;}
	.navbar-brand img{height: 50px;}
	.bg-header .navbar-brand img{height: 40px;}
	.navbar-nav{padding-bottom: 10px;}
	.navbar-nav li a{line-height: 40px;}
	.navbar-nav li{margin: 0;}
	.tp-caption h2{font-size: 24px; line-height: 30px;}
	.alinha-servicos a{width: 50%;}
	.empresa-esquerda{padding-right: 15px; margin-bottom: 30px;}
	.empresa-direita{padding-left: 15px;}
	.dados-direita img{display: none;}
	.dados-esquerda{padding: 30px 30px 30px;}
	.topo-paginas{padding: 20px 0;}
	.imagem-capa-interna{margin-right: 0; float: none; margin-bottom: 20px; max-width: 100%;}
	.contato-esquerda{margin-bottom: 20px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 15px;}
	textarea.form-control{height: 100px;}
	.bg-servicos .imagem-capa{margin-right: 0; margin-bottom: 30px;}
	.capa-individual{padding: 	.capa-individual{padding: 40px 20px 10px; margin-bottom: 15px;}
	.dados-rodape{margin: 40px 0;}
}