@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');

body{
	font-family: 'Lato', sans-serif;
	color: #696462;
	background-color: #fff;
}

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

h1{
	text-transform: uppercase;
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	color: #33302e;
	margin-bottom: 24px;
	font-family: 'Lora', serif;
}

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

h3,
.modal-header h5{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #33302e;
	margin-bottom: 8px;
	font-family: 'Lora', serif;
}

.btn-primary{
	background-color: #95b963;
    color: #fff !important;
    border: solid 1px #95b963;
    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: #abd472;
	border: solid 1px #abd472;
}

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

#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: 16px;
    padding-left: 16px;
}

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

.reduz img{
	height: 44px;
}

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

#banner h1{
	text-transform: none;
	font-size: 60px;
	line-height: 60px;
	color: #33302e;
	font-weight: 500;
}

#banner h1 b{
	font-weight: 600;
}

#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: 0;
    align-self: center !important;
    width: 64%;
}

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

#destaques .registro__esquerda{
	display: contents;
}

#destaques .registro__direita{
	display: contents;
}

#equipe h3{
	text-transform: uppercase;
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	color: #33302e;
	margin-bottom: 8px;
	font-family: 'Lora', serif;
}

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

#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{
	border-radius: 16px;
	margin-bottom: 0 !important;
}

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

#servicos{
	background-color: #efffda;
}

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

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

#servicos a{
	color: #95b963;
}

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

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

.modal-content{
	border: 0;
}

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

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

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

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

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

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

#faq .accordion-button:not(.collapsed){
	color: #95b963;
	background-color: #efffda;
}

#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: #efffda;
	font-size: 17px;
	line-height: 30px;
}

#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;
}

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

#contato,
#copyright{
	background-color: #33302e;
	color: #fcf7f1;
}

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

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

#contato h1{
	color: #fff;
}

#contato a,
#copyright a{
	color: #95b963;
	font-weight: 500;
}

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

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

.invalid-feedback {
    color: #95b963;
}

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

@media (max-width: 767.98px){

	a{
		text-decoration: none;
	}

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

	#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: 280px !important;
	}	

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

	#banner h1 {
	    font-size: 32px;
	    line-height: 32px;
	    margin-bottom: 0;
	}

	#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;
	}

	#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;
	}

}