@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');

body{
	font-family: "Montaga", serif;
	color: #126667;
	background-color: #F5F4EC;
	font-size: 20px;
	line-height: 28px;
}

h1,
#equipe h3,
#beneficios h3{
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	color: #126667;
	margin-bottom: 24px;
}

h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 28px;
}

.btn-primary{
	background-color: #D7820D;
    color: #fff !important;
    border: solid 1px #D7820D;
    font-size: 12px;
    font-weight: 700 !important;
    letter-spacing: .2px;
    border-radius: 100px;
    padding: 12px 32px;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color: #b3762d;
	border: solid 1px #b3762d;
}

#menu{
	padding-top: 8px;
    padding-bottom: 8px;
}

#menu a{
	color: #696462;
	font-weight: 500;
}

#menu a:hover, #menu a:active, #menu a:focus{
	color: #33302E;
}

#menu .menu__links .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.reduz{
	padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.reduz img{
	height: 44px;
}

#banner .jumbotron{
	color: #fff;
	font-size: 26px;
}

#banner h1{
	font-size: 64px;
	line-height: 64px;
	color: #fff;
	font-weight: 400;
}

#banner .btn-primary{
	background-color: #D9D8D0;
	color: #222 !important;
	border: none;
}

#destaques h3,
#recursos h2{
	font-size: 40px;
}

#destaques .registro__descricao,
#recursos .topo__descricao,
#vantagens .registro__descricao{
	font-size: 24px;
	line-height: 32px;
}

#vantagens h3{
	font-size: 40px;
}

#recursos,
#beneficios{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#recursos,
#vantagens,
#beneficios{
	padding-bottom: 0 !important;
}

#recursos h1{
	color: #C39346;
}

#recursos .bloco__topo a,
.btnfale a{
	min-width: 130px;
	color: #fff;
	padding: 16px 40px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 100px;
	border: none;
	background: #7AB3B3;
}

#recursos .bloco__topo a:hover,
.btnfale a:hover{
	background-color: #679896;
}

#recursos .bloco__topo a:active,
.btnfale a:active{
	top: 2px;
}

.btnfale{
	text-align: center;
	padding-top: 40px;
}

#equipe{
	background: linear-gradient(to bottom, transparent, #D4D3CD);
}

#equipe .registro__descricao{
	font-size: 24px;
	line-height: 32px;
}

#equipe img{
	border-radius: 16px;
	margin-bottom: 0 !important;
  	width: 550px;
  	max-width: 100%;
}

#equipe h3{
	font-size: 64px;
	line-height: 64px;
}

#equipe h4{
	color: #33302e;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 400;
    color: #62725a;
}

#equipe .media-body {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

#equipe img{
	border-radius: 16px;
	margin-bottom: 0 !important;
}

#equipe .registro p:last-of-type{
	margin-bottom: 0;
}

#servicos{
	background-color: #c9d2c2;
}


#servicos .bloco__topo{
	padding-right: 90px;
}

#servicos .card{
	background-color: #fffcf3;
	border: none;
	border-radius: 12px;
}

#servicos .card-body{
	padding: 40px 48px 32px 48px;
}

/*#servicos .registro{
    border: none;
    border-radius: 12px;
    padding: 24px;
    background-color: transparent;
}

#servicos .registro:hover{
	background-color: #fff;
}*/

#servicos a{
	color: #D7820D;
}

#servicos a:hover, #servicos a:active, #servicos a:focus{
	color: #D7820D;
}

#servicos img{
	height: 64px;
	opacity: .8;
}

.modal-content{
	border: 0;
}

.modal-header{
    padding: 32px 32px 8px 32px;
    border-bottom: none;
}

.modal-header h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #33302e;
	margin-bottom: 0;
}

.modal-body {
    padding: 16px 32px 32px 32px;
    text-align: left !important;
}

.modal-body .btn-primary{
    font-size: 13px;
    letter-spacing: 0;
    padding: 12px 35px;
    font-weight: 600;
    background-color: #00ace8;
    border-color: #00ace8;
    display: block;
    margin-top: 25px;
}

.modal-body .btn-primary:hover, .modal-body .btn-primary:active, .modal-body .btn-primary:focus{
    background-color: #0076c3 !important;
    border-color: #0076c3 !important;
}


.modal-body p:last-child{
	margin-bottom: 0;
}

#faq .bloco__topo{
	text-align: center;
	padding-bottom: 40px;
}

#faq .container,
#depoimentos .container{
	width: 56%;
	margin: auto;
}

#faq .accordion-button{
	color: #62725a;
}

#faq .accordion-button,
#faq .accordion-item{
	background-color: transparent;
}

#faq .accordion-item{
	border: none;
}

#faq .accordion-button:not(.collapsed){
	color: #62725a;
	background-color: #EDECDE;
	border-radius: 10px;
}

#faq .accordion-button:focus{
	border: none;
	box-shadow: none;
}

#faq .accordion-body{
	font-size: 18px;
	line-height: 26px;
	color: #BE7667;
}

#faq .accordion-flush .accordion-item .accordion-button{
	font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #BE7667;
}

#depoimentos{
	font-size: 17px;
	line-height: 30px;
}

#depoimentos h1,
#vantagens h1,
#faq h1{
	color: #BE7667;
}

#depoimentos .topo__headline{
	color: #7C8F73;
}

#depoimentos .card{
	background-color: #fff;
	border: none;
	padding: 40px;
	border-radius: 12px;
}

#depoimentos h5{
	color: #33302e;
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 6px;
}

#depoimentos h6{
	color: #696462;
	font-size: 14px;
	margin-bottom: 0;
}

#posts{
	background-color: #fff;
}

#posts .bloco__topo{
	text-align: center;
}

#posts h5{
    color: #D7820D;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 600;
}

#posts img{
	border-radius: 16px;
	width: 100%;
}

#posts img.img-fluid{
	height: auto !important;
}

#posts .bloco__categorias .list-group-item{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    padding: 12px 32px;
    text-transform: uppercase;
    color: #D7820D;
}

#posts .list-group-item.active{
	background-color: #D7820D;
    border-color: #D7820D;
    color: #fff;
}

#posts .badge{
	color: #D7820D;
}

#posts .registro__imagem{
	background-size: cover !important;
	border-radius: 12px;
	height: 280px !important;
}

#posts .list-group-item.active .badge{
    color: #fff;
}

#posts .link__registro{
	color: #FAA127;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 600;
    float: right;
}

#posts .bloco__recentes p, #posts .bloco__visitados p{
	color: #696462;
}

#posts .link__registro:hover, #posts .link__registro:active, #posts .link__registro:focus{
	color: #b3762d;
}

#contato{
	padding-bottom: 40px !important;
}

#contato .topo__headline{
	color: #f9f3e2;
}

#contato .contato__esquerda{
	padding-right: 80px;
}

#contato .form-control{
	border: none;
}

#contato h1{
	color: #f9f3e2;
}

#copyright{
	color: #BE7667;
}

#contato a,
#copyright a{
	color: #BE7667;
	font-weight: 400;
}

#contato a:hover, #contato a:active, #contato a:focus,
#copyright a:hover, #copyright a:active, #copyright a:focus{
	color: #EBE2C9;
}

.invalid-feedback {
    color: #EBE2C9;
}

#toTop,
#btn-whatsapp{
	display: none !important; 
}

@media (max-width: 991.98px){	
	
}

@media (max-width: 767.98px){

	h1{
		font-size: 32px;
		line-height: 36px;
	}

	#banner .jumbotron{
		height: 280px !important;
		padding-left: 200px;
	}	

	#banner .banner__headline{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 8px;
	}

	#banner h1{
	    font-size: 18px;
	    line-height: 20px;
	    margin-bottom: 4px;
	}

	#banner h2{
	    font-size: 12px;
	    line-height: 13px;
	    margin-bottom: 4px;
	}

	#banner .banner__descricao{
		font-size: 13px;
		line-height: 15px;
	}

	#destaques .container{
	    padding: 54px 40px 48px 40px;
	}

	#destaques img{
		height: 48px;
	}

	#destaques .registro{
	    margin-bottom: 24px !important;
	}

	#destaques .registro:last-of-type{
	    margin-bottom: 0 !important;
	}

	#destaques .registro .row {
	    display: flex !important;
	    justify-content: center !important;
	}

	#equipe{
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}

	#equipe img{
		margin-bottom: 32px !important;
		margin-top: initial;
	}

	#equipe h3{
		font-size: 32px;
		line-height: 36px;
	}

	#servicos .bloco__topo{
		padding-right: 12px;
	}

	#faq .container,
	#depoimentos .container{
		width: 100%;
		margin: auto;
	}

	#contato{
		text-align: center;
	}

	#contato .contato__esquerda{
		padding-right: 12px;
	}

}