@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
    max-width: 100% !important;
}

body *{
	font-family: 'Montserrat', sans-serif;
}

html, 
body {
	max-width: 100%;
	overflow-x: hidden;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

a{
	text-decoration: none;
}

.title{
	text-align: center;
	color: #015b39;
	font-size: 36px;
	font-weight: 900;
	padding-bottom: 20px;
	white-space: pre-line;
	padding-bottom: 30px;
}

.thanksPage{
	margin-top: 30%;
	font-size: 60px;
}

.btnCallToAction{
	font-family: 'Barlow', sans-serif;
	background: #2ba74f;
	color: #fff;
	font-size: 14px;
  border-radius: 5px;
	font-weight: 800;
	padding: 15px 30px;
	border: unset;
	transition: transform .3s;
	text-transform: uppercase;
	text-align: center;
	display: inline-flex;
	align-items: center;
  gap: 5px;
}

.btnCallToAction:hover{
	font-family: 'Barlow', sans-serif;
	background: #2ba74f;
	color: #fff;
	transform: scale(1.1);
}

.description{
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #818285;
	white-space: pre-line;
	line-height: 24px;
}

#sectionConsultation,
#sectionSpecialties,
#sectionTestimony,
#sectionFaq{
	margin-bottom: 30px;
}

#sectionCallToAction,
#sectionAbout{
	margin-bottom: 60px;
}


#sectionMenu {
	background: #ebf9f5;
	padding: 20px 0px;
}

#sectionMenu .navbar-collapse {
	justify-content: flex-end;
}

#sectionMenu .navbar-light .navbar-nav {
	align-items: center;
}

#sectionMenu .navbar .navbar-nav .nav-item {
	margin: 0px 20px;
}

#sectionMenu .navbar .navbar-nav .nav-item:nth-child(6) {
	margin: 0px 0px 0px 20px;
}

#sectionMenu .navbar .navbar-nav .nav-item .nav-link{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #8f9294;
	padding-bottom: 0px;
}

#sectionMenu .navbar .navbar-nav .nav-item .nav-link:hover span{
	background: #2ba74f;
}

#sectionMenu .navbar .navbar-nav .nav-item .nav-link span{
	display: block;
	width: 50%;
	height: 4px;
	margin: 10px auto 0 auto;
}

#sectionBanner .holderBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
}

#sectionBanner{
	background: #ebf9f5;
	height: 520px;
	margin-bottom: 50px;
}

#sectionBanner #sectionBannerBottom{
	position: relative;
	bottom: 80px;
}

#sectionBanner .holderBanner .title,
#sectionBanner .holderBanner .description{
	text-align: left;
	padding-bottom: 20px;
}

#sectionBanner .holderBanner .subTitle{
	font-weight: 400;
	font-size: 18px;
	color: #2ba74f;
	padding-bottom: 20px;
	white-space: pre-line;
	line-height: 25px;
}

#sectionBanner #bannerImage{
	z-index: 1;
	position: relative;
}

#sectionConsultation .holderConsultation{
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

#sectionConsultation .holderConsultation .cardsConsultation{
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

#sectionConsultation .holderConsultation .cardsConsultation .cardsItens{
	width: 255px;
	height: 62px;
	background: rgb(234,249,245);
	background: linear-gradient(180deg, rgba(234,249,245,1) 15%, rgba(213,238,220,1) 70%);
	border-radius: 5px;
	text-align: center;
	padding: 15px 0px;
}

#sectionConsultation .holderConsultation .cardsConsultation .cardsItens .cardItensText{
	color: #015b39;
	font-weight: 700;
	font-size: 18px;
	white-space: pre-line;
}


#sectionConsultation .title span{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
}

#sectionSpecialties .holderSpecialties{
	display: grid;
	grid-template-columns: auto auto auto auto;
  align-items: center;
	margin-bottom: 50px;
	gap: 30px;
}

#sectionSpecialties .holderSpecialties:nth-child(5) {
	margin-bottom: 0;
}

#sectionSpecialties .holderSpecialties .flexEnd{
	display: flex;
	justify-content: end;
}

#sectionSpecialties .holderSpecialties .description,
#sectionSpecialties .holderSpecialties .title{
	text-align: left;
	padding-bottom: 20px;
}

#sectionAbout .holderAbout{
	margin-bottom: 10px;
	align-items: center;
	gap: 30px;
	display: grid;
	justify-content: center;
	grid-template-columns: 445px 540px;
}

#sectionAbout .holderAbout .aboutImage{
	display: flex;
	margin: 0 0 0 auto;
}

#sectionAbout .holderAbout #secondTextAbout{
	padding-right: 95px;
}

#sectionAbout .holderAbout .title,
#sectionAbout .holderAbout .description{
	text-align: left;
	padding-bottom: 20px;
}

#sectionCallToAction .holderCallToAction{
	background: url('../img/callToAction.png') center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 280px;
	display: grid;
	grid-template-columns: 68% 28%;
	gap: 30px;
	align-items: center;
}

#sectionCallToAction .holderCallToAction .holdedContentCallToAction{
	width: 360px;
}

#sectionCallToAction .holderCallToAction .holdedContentCallToAction .title{
	font-size: 30px;
	text-align: left;
	padding-bottom: 20px;
}

#sectionCallToAction .holderCallToAction .holdedContentCallToAction .description{
	font-size: 24px;
	color: #015b39;
	text-align: left;
	font-weight: 400;
}

#sectionCallToAction .holderCallToAction .firstHolderCallToAction,
#sectionCallToAction .holderCallToAction .secondtHolderCallToAction{
	padding-left: 30px;
}

#sectionCallToAction .holderCallToAction .firstHolderCallToAction .description{
	font-size: 16px ;
	font-style: italic;
	line-height: unset;
}

#sectionCallToAction .holderCallToAction .secondtHolderCallToAction .description{
	padding-bottom: 20px;
	line-height: 30px;
}

#sectionTestimony {
	background: #ebf9f5;
}

#sectionTestimony .holderTestimony {
	padding-top: 30px;
}

#sectionTestimony .holderTestimony .holdedContentTestimony{
	padding: 0px 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#sectionTestimony .holderTestimony .holdedContentTestimony .titleTestimony{
	font-weight: 700;
	font-size: 16px;
}

#sectionTestimony .holderTestimony .holdedContentTestimony .description{
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	border-top: 1px solid #9ee2d1;
	padding-top: 10px;
}

#sectionTestimony .holderTestimony .holdedContentTestimony .holderTestimonyTitle{
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#sectionTestimony #sectionTestimonyBottom{
	position: relative;
	bottom: -5px;
}

#sectionTestimony #Depoimentos{
	position: relative;
	bottom: 8px;
}

#sectionFaq .holderAcordion {
	padding-top: 30px;
	width: 600px;
	margin: 0 auto;
}

#sectionFaq .holderAcordion .accordion .accordion-item{
	margin-bottom: 20px;
	border: unset;
}

#sectionFaq .holderAcordion .accordion .accordion-button:not(.collapsed){
	background: unset;
	color: unset;
	box-shadow: unset;
}

#sectionFaq .holderAcordion .accordion .accordion-button{
	border: 2px solid #99e0ce;
	border-radius: 8px;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	color: #015b39 !important;
	flex-flow: row-reverse;
	justify-content: start;
	gap: 20px;
}

#sectionFaq .holderAcordion .accordion .accordion-button:not(.collapsed)::after{
	background-image: url('../img/acorddionItemClose.png');
}

#sectionFaq .holderAcordion .accordion .accordion-button::after{
	background-image: url('../img/acorddionItemOpen.png');
	margin-left: unset;
}

#sectionFaq .holderAcordion .accordion .accordion-body{
	padding: 10px 50px;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #818285;
	white-space: pre-line;
	line-height: 20px;
	text-align: left;
}

#sectionContact .holderContact {
	display: grid;
	grid-template-columns: 300px 445px;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
}

#sectionContact .holderContact .ContatoForm{
	border: 2px solid #e1e1e1;
	padding: 25px;
	border-radius: 5px;
}

#sectionContact .ContactText .ContactInfos .ContactInfosHolded {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
	align-items: baseline;
}

#sectionContact .ContactText .ContactInfos .ContactInfosText{
	white-space: pre-line;
}

#sectionContact .holderContact .ContatoForm .form-label {
	margin: 10px 0px 8px 0px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
}

#sectionContact .holderContact .ContatoForm .form-control {
	border-radius: 5px;
}

#sectionContact .holderContact .ContatoForm .btnCallToAction{
	display: flex;
	margin: 10px auto 0 auto;
	width: 255px;
	text-align: center;
	justify-content: center;
}

#sectionContact .holderContact .ContactText .ContactInfos #contactImage{
	padding-bottom: 20px;
}

#sectionContact .holderContact .ContactText .ContactInfos .ContactInfosHolded,
#sectionContact .holderContact .ContactText .ContactInfos .ContactInfosHolded a{
	font-family: 'Barlow', sans-serif;
	color: #818285;
	font-size: 24px;
	font-weight: 700;
}

#sectionContact .holderContact .ContactText .ContactInfos .ContactInfosHolded:nth-child(5),
#sectionContact .holderContact .ContactText .ContactInfos .ContactInfosHolded:nth-child(6) {
	font-size: 14px;
	font-weight: 400;
}

#sectionContact .holderContact .ContactText .ContactInfos .ContactInfosHolded:nth-child(6){
	border-top: 2px solid #e1e1e1;
	padding-top: 10px;
	align-items: flex-start;
	line-height: 20px;
}

#sectionContact{
	margin-bottom: 60px;
}

#sectionFooter {
	background: #ebf9f5;
}

#sectionFooter .holderFooter{
	padding-bottom: 15px;
	display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 1399px){
	#sectionSpecialties .holderSpecialties{
		grid-template-columns: auto auto auto auto;
	}
}

@media screen and (max-width: 1199px){
	
}

@media screen and (max-width: 1200px){
	
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
	#sectionBanner #sectionBannerBottom {
    bottom: -5px;
	}
	#sectionBanner {
    height: 480px;
	}

	#sectionSpecialties .holderSpecialties .description, #sectionSpecialties .holderSpecialties .title{
		white-space: unset;
	}

	#sectionAbout .holderAbout{
		grid-template-columns: auto auto;
	}
	#sectionCallToAction .holderCallToAction {
    grid-template-columns: 50% 28%;
	}

	#sectionContact .holderContact {
    grid-template-columns: auto auto;
	}
	
	#sectionAbout .holderAbout #secondTextAbout{
		padding: unset;
	}

	#sectionMenu .navbar-light .navbar-nav {
    align-items: start;
	}

	#sectionMenu .navbar .navbar-nav .nav-item,
	#sectionMenu .navbar .navbar-nav .nav-item:nth-child(6) {
    margin: 0px;
	}

}

@media screen and (max-width: 600px) {
	.mobile{
		display: block;
	}

	.pc{
		display: none;
	}

	#sectionMenu .navbar-toggler{
		border: unset;
	}

	#sectionBanner .holderBanner{
		display: unset;
	}

	.title{
		font-size: 35px;
		white-space: unset;
	}

	.description{
		white-space: unset;
	}

	.btnCallToAction{
		width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
	}
	
	#sectionBanner #bannerImage{
		margin-top: 30px;
	}

	#sectionBanner {
    height: 660px;
		margin-bottom: 130px;
	}

	#sectionBanner #sectionBannerBottom {
    bottom: 90px;
	}

	#sectionConsultation .holderConsultation{
		display: unset;
	}

	#sectionConsultation .holderConsultation .consultationMobile .description{
		white-space: pre-line;
		text-align: left;
		font-size: 16px;
		color: #015b39;
		line-height: 30px;
		font-weight: 300;
	}
	#sectionConsultation .holderConsultation .consultationMobile{
		justify-content: center;
		align-items: center;
		display: flex;
		margin-top: 30px;
	}

	#sectionAbout .holderAbout #secondTextAbout {
    padding-right: unset;
		white-space: pre-line;
	}

	#sectionAbout .holderAbout{
		grid-template-columns: unset;
	}

	#sectionAbout .holderAbout .mobileInvert{
		order: 2;
	}

	#sectionCallToAction .holderCallToAction{
		background: unset;
		display: unset;
	}

	#sectionCallToAction{
		background: url(../img/callToActionMobile.png) center;
    background-size: cover;
    background-repeat: no-repeat;
		min-height: 260px;
	}

	#sectionCallToAction .holderCallToAction .firstHolderCallToAction, #sectionCallToAction .holderCallToAction .secondtHolderCallToAction{
		padding-left: 0px;
	}

	#sectionCallToAction .holderCallToAction .holdedContentCallToAction .title{
		padding-bottom: 10px;
		font-size: 22px;
    white-space: pre-line;
	}

	#sectionCallToAction .holderCallToAction .secondtHolderCallToAction .description {
    padding-bottom: 20px;
    padding-top: 15px;
    line-height: 20px;
	}

	#sectionCallToAction .btnCallToAction{
		width: unset;
	}

	#sectionCallToAction .holderCallToAction .secondtHolderCallToAction .description{
    font-size: 22px;
    white-space: pre-line;
	}

	#sectionCallToAction .holderCallToAction .firstHolderCallToAction{
		padding-top: 30px;
	}

	#sectionCallToAction .holderCallToAction .secondtHolderCallToAction{
		padding-bottom: 30px;
	}

	#sectionTestimony .holderTestimony .holdedContentTestimony{
		padding: 0px 43px;
	}

	#sectionFaq .holderAcordion{
		width: unset;
	}

	#sectionContact .holderContact{
		grid-template-columns: unset;
	}

	#sectionContact .holderContact .ContactText .ContactInfos #contactImage img{
		display: flex;
		margin: 0 auto;
	}

	#sectionTestimony .slick-prev, 
	#sectionTestimony .slick-next,
	#sectionSpecialties .slickSpecialties .slick-next,
	#sectionSpecialties .slickSpecialties .slick-prev{
    top: 28%;
    width: 32px;
    height: 100px;
		z-index: 9999;
	}

	#sectionTestimony .slick-next{
    right: -5px;
	}

	#sectionTestimony .slick-prev{
    left: -5px;
	}

	#sectionSpecialties .slickSpecialties .slick-prev{
		left: 10px;
	}

	#sectionSpecialties .slickSpecialties .slick-next{
		right: 10px;
	}

	#sectionSpecialties .slickSpecialties .holderSpecialties .holderImages .specialtiesImages{
		width: 50%;
		margin: 15px auto 0 auto;
	}

	#sectionSpecialties .holderSpecialties .title{
		text-align: center;
		padding-top: 20px;
	}

	#sectionSpecialties .slickSpecialties .holderSpecialties .holderText{
    padding: 0px 50px;
	}

	#sectionSpecialties .slickSpecialties .slick-next,
	#sectionSpecialties .slickSpecialties .slick-prev {
		top: 20%;
	}

	#sectionSpecialties .slickSpecialties .holderSpecialties .holderImages {
    display: flex;
    justify-content: center;
	}

	#sectionSpecialties .holderSpecialties .flexEnd{
		margin-top: 15px;
	}

	#sectionConsultation .holderConsultation .holderImage{
		display: flex;
		justify-content: center;
	}

	#sectionSpecialties .holderSpecialties .title{
		font-size: 32px;
	}

	#sectionMenu .navbar-light .navbar-nav {
    align-items: start;
	}

	#sectionMenu .navbar .navbar-nav .nav-item,
	#sectionMenu .navbar .navbar-nav .nav-item:nth-child(6) {
    margin: 0px;
	}

	#sectionTestimony #Depoimentos {
    position: relative;
    bottom: 20px;
	}

	#sectionAbout{
		margin-bottom: 30px;
	}

	#sectionFooter #footerImage{
		position: relative;
    bottom: 20px;
	}
	
	#sectionTestimony {
    margin-bottom: 60px;
	}

	#sectionSpecialties{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 390px) {

	#sectionBanner {
		margin-bottom: 100px;
	}

	#sectionBanner #sectionBannerBottom {
		bottom: 65px;
	}

}


@media screen and (max-width: 375px) {
	.title {
    font-size: 33px;
	}
	#sectionBanner .holderBanner .subTitle{
		font-size: 17px;
	}

	#sectionBanner {
		margin-bottom: 70px;
	}

	#sectionBanner #sectionBannerBottom {
		bottom: 60px;
	}

}

@media screen and (max-width: 360px) {

}