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

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&family=Lora:wght@400;500&family=Qwitcher+Grypen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	color: #696462;
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.banner__headline,
.topo__headline{
	color: #843128;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 500;
}

h1,
#equipe h3,
#servicos h3{
	font-size: 30px;
	line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.6px;
	color: #33302e;
	margin-bottom: 24px;
}

h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #33302e;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

h3{
	font-size: 16px;
	line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.6px;
	color: #33302e;
	margin-bottom: 18px;
}

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

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background-color: #9e3a2f;
	border: solid 1px #9e3a2f;
}*/

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

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

#menu{
	padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
}

#menu .menu__logotipo{
	margin-top: 0;
	margin-bottom: 0;
}

#menu a{
	color: #696462;
}

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

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

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

.reduz img{
	height: 44px;
}

#banner .jumbotron{
	background-color: #FFF5E9;
}

#banner .container{
	display: none;
}

#banner h1{
	font-size: 60px;
	line-height: 60px;
	color: #A66253;
	font-weight: 500;
}

#banner h1 b{
	color: #843128;
}

#destaques{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: -50px;
    z-index: 1010;
    position: relative;
}

#destaques .container{
    background-color: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    padding: 54px 80px 48px 80px;
}

#destaques img{
	height: 64px;
    margin-bottom: 0 !important;
    padding-right: 24px;
}

#destaques h3{
	font-family: 'Lato', sans-serif;
	margin-bottom: 16px;
    align-self: center !important;
}

#destaques p{
	margin-bottom: 0;
}

#destaques .registro{
	padding-left: 24px;
	padding-right: 24px;
}

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

#destaques .registro__esquerda{
	display: contents;
}

#destaques .registro__direita{
	display: contents;
}

/*#equipe{
	background-image: url("imagens/e9f586fda2075a00e9c19361abf115ef.jpg");
	background-position: top center;
	background-repeat: no-repeat;
    margin-top: -178px;
    padding-top: 350px !important;
    border-top: solid 3px #383738;
}*/

#equipe h3{
	margin-bottom: 4px;
}

#equipe h4{
	font-size: 14px;
	text-transform: uppercase;
	color: #33302e;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

#equipe .registro s{
	font-family: 'Qwitcher Grypen', cursive;
	font-size: 56px;
	color: #33302e;
	text-decoration: none;
}

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

#equipe img{
	max-width: 550px;
	border-radius: 72px;
	margin-bottom: 0 !important;
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

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

#servicos{
/*	background-color: #EEFFFE;*/
	background-color: #fff;
	padding-top: 0 !important;
}

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

#servicos .registro{
	padding-top: 60px;
	padding-bottom: 60px;
}

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

#servicos .registro:nth-of-type(even) .media-img{
	margin-right: 0;
	margin-left: 64px;
}

#servicos .registro:nth-of-type(even) .registro__esquerda{
	order: 2;
	text-align: right;
}

#servicos .registro:nth-of-type(even) .media-body{
	order: 1;
	padding-left: 12px;
	padding-right: 88px;
}

#servicos img{
	border-radius: 72px;
  	margin-bottom: 0 !important;
  	max-width: 550px;
  	-webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

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

#servicos .topo__headline{
	color: #135B87;
}

#servicos a{
	color: #A66253;
	font-weight: 500;
}

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

.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: 500;
    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;
}

#equipe h4:after,
#contato h1:after,
#servicos h1:after,
#servicos h3:after,
#faq h1:after,
#posts h1:after,
#depoimentos h1:after{
    content: '';
    width: 40px;
    height: 4px;
    background: #843128;
    display: block;
    margin: 24px auto 24px;
    border-radius: 40px;
}

#equipe h4:after,
#servicos h3:after,
#contato h1:after{
	margin: 24px 0 24px;
}

#depoimentos h1:after{
	background-color: #ffc1a6;
}

#depoimentos .topo__headline{
	color: #ffc1a6;
}

#servicos h1:after{
	background-color: #135B87;
}

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

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

#faq .accordion-button:not(.collapsed){
	color: #843128;
	background-color: #fcf7f1;
}

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

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

#faq .accordion-flush .accordion-item .accordion-button{
	font-weight: 500;
}

#depoimentos{
	background-color: #183757;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
}

#depoimentos h1{
	color: #fff;
}

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

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

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

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

#posts .bloco__categoria h5,
#post .bloco__categoria h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

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

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

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

#posts .badge,
#post .badge{
	color: #fcf7f1;
}

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

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

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

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

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

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

/*#contato .topo__headline{
	color: #ffc1a6;
}*/

/*#contato h1:after{
	background-color: #ffc1a6;
}*/

#contato,
#copyright{
/*	background-color: #183757;
	color: #EEFFFE;*/
	background-color: #fff;
}

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

#contato .form-control{
	border: solid 1px #A66253;
}

/*#contato h1{
	color: #EEFFFE;
}*/

#contato a,
#copyright a{
/*	color: #ffc1a6;*/
	color: #A66253;
	font-weight: 500;
}

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

#copyright .container{
	border-top: solid 1px #EEFFFE20;
	padding-top: 40px;
	padding-bottom: 64px;
}

.invalid-feedback {
    color: #A66253;
}

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

@media (max-width: 767.98px){

	a{
		text-decoration: none;
	}

	h1,
	#equipe h3,
	#servicos h3{
		font-size: 24px;
		line-height: 30px;
	}

	#menu .menu__logotipo{
		margin-top: 0;
		margin-bottom: 0;
	}

	#menu img{
		height: 40px;
		padding-top: 2px !important;
	    padding-bottom: 2px !important;
	}

	#menu .btn-primary{
		margin-top: 16px;
	}

	#banner .jumbotron{
		height: 260px !important;
	}	

	#banner .container{
		padding-right: 200px;
	}	

	#banner h1 {
	   	font-size: 24px;
		line-height: 30px;
		margin-bottom: 50px;
	}

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

	#destaques h3{
		font-size: 18px;
		line-height: 24px;
	}

	#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 .registro__direita,
	#servicos .registro__direita{
		padding-left: 12px;
	}

	#equipe .registro:nth-of-type(even) .media-body,
	#servicos .registro:nth-of-type(even) .media-body{
		order: 2;
		padding-left: 12px;
		padding-right: 12px;
	}

	#equipe img,
	#servicos img{
		margin-bottom: 32px !important;
		max-width: 100%;
	} 

	#equipe .registro,
	#servicos .registro{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#servicos{
		padding-bottom: 60px !important;
	}

	#equipe{
		padding-top: 260px !important;
		padding-bottom: 0 !important;
	}

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

	#contato{
		text-align: center;
	}

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

	#contato h1:after{
		margin: 24px auto 24px;
	}

}