:root {
	/* cores principais */
	--marrom-principal: #BCA994;
	--azul-principal: #8CD4D3;
}

/* Configurações gerais */

*,
*::before,
*::after {
	font-family: inherit;
	color: inherit;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: var(--marrom-principal);
}

html {
	background: #fff;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	height: auto;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #7c7c7c;
	font-family: "Montserrat";
	overflow-x: hidden;
}

main {
	margin-top: 125px;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

li {
	font-size: 21px;
}

td {
	font-size: 12px;
	color: #000;
}

button {
	cursor: pointer;
	border: none;
	background: 0 0;
}

button,
input,
svg {
	font-family: "Montserrat";
}

textarea {
	resize: none;
}

/* Títulos */

h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

h2 {
	font-size: 27px;
	line-height: 31px;
	font-weight: 800;
}

.h3,
h3 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 700;
}

h4 {
	font-size: 37px;
	line-height: 47px;
	font-weight: 400;
}

/* Textos */

.p,
p {
	margin-bottom: 0 !important;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
}

.small,
small {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 25px;
}

b {
	font-family: "Montserrat";
	font-weight: 700;
}

a {
	font-size: 27px;
	line-height: 33px;
	text-decoration: none;
	font-weight: 400;
}

.show-read-more .more-text,
.show-read-more2 .more-text2 {
	display: none;
}

.image-cover {
	object-fit: cover;
}

.image-right {
	object-position: right;
}

.image-square {
	aspect-ratio: 1;
}

.cursor-pointer {
	cursor: pointer;
}

.box-shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.light-box-shadow {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
}

.border-radius {
	border-radius: 40px;
}

.z-index-medio {
	z-index: 500;
}

.z-index-acima {
	z-index: 1000;
}

/* Classes para texto */

.alt-biggest {
	font-size: 61px;
	line-height: 85px;
}

.alt-title {
	font-size: 38px;
	line-height: 51px;
	font-family: "Montserrat";
}

.alt-plus {
	font-size: 30px;
	line-height: 36px;
}

.alt-medium {
	font-size: 24px;
	line-height: 30px;
}

.alt-text {
	font-size: 21px;
	line-height: 24px;
}

.sub-text {
	font-size: 19px;
	line-height: 20px;
}

.alt-down {
	font-size: 18px;
	line-height: 20px;
}

.alt-small {
	font-size: 14px;
	line-height: 18px;
}

.light {
	font-family: "Montserrat";
	font-weight: 300 !important;
}

.regular {
	font-family: "Montserrat";
	font-weight: 400 !important;
}

.medium {
	font-family: "Montserrat";
	font-weight: 500 !important;
}

.semibold {
	font-weight: 600 !important;
}

.bold {
	font-weight: 700 !important;
}

.extrabold {
	font-weight: 800 !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.letter-spacing {
	letter-spacing: 2px;
}

.form-label {
	font-size: 24px;
}

/* Classes para dimensionamento */

.site-max-width {
	width: 100%;
	max-width: 1400px;
	margin-inline: auto;
}

.w-fit-content {
	width: fit-content !important;
}

.w-max-content {
	width: max-content !important;
}

.h-fit-content {
	height: fit-content;
}

/* Classes para espaçamento */

.mt-6 {
	margin-top: 4rem;
}

.pt-6 {
	padding-top: 4rem;
}

/* Classes para cores de fundo */

.bg-marrom {
	background-color: var(--marrom-principal);
}

.bg-azul {
	background-color: var(--azul-principal);
}

/* Classes para cores de texto */

.text-marrom {
	color: var(--marrom-principal);
}

.text-azul {
	color: var(--azul-principal);
}

/* Classes para bordas */

.border-azul {
	border-color: var(--azul-principal) !important;
}

.border-marrom {
	border-color: var(--marrom-principal) !important;
}

.border-gray {
	border-color: #3e3e3e33 !important;
}

/* Classes para botoes */

.botao-whatsapp-contato {
	color: var(--azul-principal);
	transition: background-color 350ms ease;
}

.botao-whatsapp-contato:hover {
	background-color: var(--azul-principal);
	color: white;
}

.botao-whatsapp-contato:hover img {
	filter: brightness(0) invert(1);
}

.btn-zap-tamanhos {
	background-color: #8CD4D3 !important;
	color: #FFF;

	width: 400px;
	margin-top: 20px !important;
	padding: 20px 14px 20px 14px !important;
	font-size: 20px !important;

	transition: 0.3s;
}

.btn-zap-tamanhos:hover {
	opacity: 50%;
}

.btn-zap-tamanhos img {
	filter: invert(1) brightness(35.5);
}

@media (max-width: 400px) {
	.btn-zap-tamanhos {
		width: 200px;
		margin-top: 20px !important;
		padding: 20px 5px 20px 5px !important;
		font-size: 20px !important;
	}
}

.btn-zap-footer {
	background-color: transparent !important;
	color: #FFF;
	border-color: #FFF !important;

	width: 400px;
	margin-top: 20px !important;
	padding: 20px 14px 20px 14px !important;
	font-size: 20px !important;

	transition: 0.3s;
}

.btn-zap-footer:hover {
	opacity: 60%;
}

.btn-zap-footer img {
	filter: invert(1) brightness(35.5);
}

@media (max-width: 400px) {
	.btn-zap-footer {
		width: 200px;
		margin-top: 20px !important;
		padding: 20px 5px 20px 5px !important;
		font-size: 20px !important;
	}
}

.botao-servicos {
	color: white;
	transition: background-color 350ms ease;
}

.botao-servicos:hover {
	background-color: white;
	color: var(--azul-principal);
}

.botao-agendar-consulta {
	color: white;
	transition: background-color 350ms ease;
}

.botao-agendar-consulta:hover {
	background-color: white;
	color: var(--azul-principal);
}

/* Classes para estilizações específicas */

.link-hover-effect:hover {
	color: blue !important;
}

.banner {
	min-height: 250px;
	max-height: 300px;
}

.banner-home {
	min-height: 350px;
	max-height: 450px;
}

.banner-escurecido {
	filter: brightness(.8);
}

/* Caixa de perguntas frequentes */

.botao-accordion .accordionArrow {
	transition: transform 200ms linear;
}

.botao-accordion:not(.collapsed) .accordionArrow {
	transform: rotate(-180deg);
}

.botao-accordion .accordionArrow::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(124, 124, 124, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.939 10.939 12 15.879l-4.939-4.94-2.122 2.122L12 20.121l7.061-7.06z'%3E%3C/path%3E%3Cpath d='M16.939 3.939 12 8.879l-4.939-4.94-2.122 2.122L12 13.121l7.061-7.06z'%3E%3C/path%3E%3C/svg%3E");
}

.botao-accordion:not(.collapsed) .accordionArrow::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(188, 169, 148, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.939 10.939 12 15.879l-4.939-4.94-2.122 2.122L12 20.121l7.061-7.06z'%3E%3C/path%3E%3Cpath d='M16.939 3.939 12 8.879l-4.939-4.94-2.122 2.122L12 13.121l7.061-7.06z'%3E%3C/path%3E%3C/svg%3E");
}

/* Customização dos sliders */

.slick-track {
	display: flex !important;
}

.carrossel-consultorio .slick-dots li {
	width: 40px;
	height: 5px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.2);
}

.carrossel-depoimentos .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
}

.carrossel-depoimentos .slick-dots li.slick-active,
.carrossel-consultorio .slick-dots li.slick-active {
	background-color: rgba(0, 0, 0, 0.4);
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.carrossel-depoimentos .slick-dots li button::before,
.carrossel-consultorio .slick-dots li button::before {
	display: none;
}

.slick-next,
.slick-prev {
	position: absolute;
	top: -10px;
	display: flex;
	align-items: center;
	width: 36px;
	height: 25px;
	border: 1px solid var(--azul-principal);
	border-radius: 5px;
	z-index: 500;
	transition: background-color 350ms ease;
}

.slick-next {
	right: .5rem;
}

.slick-prev {
	right: calc(41px + .5rem);
	left: unset;
}

.slick-next::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='25' viewBox='0 0 24 24' style='fill: rgba(140, 212, 211, 1);transform: ;msFilter:;'%3E%3Cpath d='M10.296 7.71 14.621 12l-4.325 4.29 1.408 1.42L17.461 12l-5.757-5.71z'%3E%3C/path%3E%3Cpath d='M6.704 6.29 5.296 7.71 9.621 12l-4.325 4.29 1.408 1.42L12.461 12z'%3E%3C/path%3E%3C/svg%3E");
}

.slick-prev::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='25' viewBox='0 0 24 24' style='fill: rgba(140, 212, 211, 1);transform: ;msFilter:;'%3E%3Cpath d='m12.707 7.707-1.414-1.414L5.586 12l5.707 5.707 1.414-1.414L8.414 12z'%3E%3C/path%3E%3Cpath d='M16.293 6.293 10.586 12l5.707 5.707 1.414-1.414L13.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
	;
}

.slick-next:hover,
.slick-prev:hover {
	background-color: var(--azul-principal);
}

.slick-next:hover::before,
.slick-prev:hover::before {
	filter: brightness(0) invert(1);
}

/* Blog */

.bannerPrincipal {
	width: 100%;
	height: 250px;
	background: linear-gradient(180deg, rgba(196, 147, 149, 1) 0%, rgba(226, 181, 183, 1) 50%, rgba(228, 170, 172, 1) 100%);
}

.cardBlog {
	display: grid;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
	transition: all 200ms;
}

.cardBlog:hover img {
	transform: scale(1);
}

.efeitoCapaCardBlog {
	border-radius: 10px 10px 0 0;
	max-height: 220px;
	overflow: hidden;
}

.cardBlog img {
	transform: scale(1.1);
	border-radius: 10px 10px 0 0;
	transition: ease-out 300ms;
}

.corpoCardBlog {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	min-height: 200px;
	padding: 20px;
}

.bannerBlog {
	width: 100%;
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-home h5 {
	line-height: 15px;
	font-size: 15px;
}

.blog-home .meio {
	height: 160px;
}

.filter-blog-conteudo {
	background: linear-gradient(to bottom, #fff0 20%, #000000bf 100%);
	opacity: 0.75;
	transition: 0.5s cubic-bezier(0.4, 0.7, 0.04, 0.88);
	transition-property: opacity, transform, filter;
	border-radius: 13px;
}

.bg-blog-conteudo:hover .filter-blog-conteudo {
	opacity: 1;
}

/* Menu */

header {
	width: 100%;
}

.logo {
	border-radius: 50%;
	transform: translateY(20%);
}

.logo-mobile {
	border-radius: 50%;
	transform: translateY(30%);
}

.menu {
	height: 60px;
}

.menu-options {
	height: 60px;
	max-height: calc(100vh - 125px);
	scrollbar-width: none;
}

.menu-options::-webkit-scrollbar {
	display: none;
}

#collapseEspecialidadesArrow img {
	transition: transform 350ms ease;
}

#collapseEspecialidadesArrow.open img {
	transform: rotate(180deg);
}

#collapseEspecialidades {
	position: absolute;
	top: 100%;
	left: -1rem;
	display: grid;
	grid-template-rows: 0fr;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	transition: grid-template-rows 350ms ease;
}

#collapseEspecialidades.open {
	grid-template-rows: 1fr;
}

#collapseEspecialidades>div {
	height: auto;
	overflow: hidden;
}

.nav-link {
	position: relative;
}

.nav-link::before {
	content: '';
	position: absolute;
	bottom: .7rem;
	left: 0;
	width: 0%;
	background-color: var(--marrom-principal);
	height: 3px;
	transition: width 350ms ease;
}

.nav-link:hover::before {
	width: 100%;
}

.menu-hamburguer {
	width: 40px;
	row-gap: 6px;
	cursor: pointer;
}

.menu-hamburguer.ativo {
	width: 28px;
}

.menu-hamburguer>span {
	width: 100%;
	height: 4px;
	background-color: var(--marrom-principal);
	border-radius: 2px;
	transform-origin: right;
	transition: transform 350ms ease, opacity 350ms ease;
}

.menu-hamburguer.ativo>span:first-child {
	transform: rotate(-45deg);
}

.menu-hamburguer.ativo>span:nth-child(2) {
	transform: translateX(-100%);
	opacity: 0;
}

.menu-hamburguer.ativo>span:last-child {
	transform: rotate(45deg);
}

/* Footer */

footer {
	background-color: var(--marrom-principal);
}

footer> :last-child {
	max-width: 1460px;
}

.footer-link {
	background-color: transparent;
	transition: background-color 350ms ease;
}

.footer-link:hover {
	background-color: white;
}

.footer-link:hover>* {
	filter: invert(63%) sepia(2%) saturate(3875%) hue-rotate(355deg) brightness(113%) contrast(77%);
}

.whatsAppLead {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 50px;
	width: 32px;
	height: 75px;
	background: #00be3f;
	border-radius: 15px 0 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: ease 100ms;
}

.whatsAppLead::after {
	content: url(../assets/icons/whatsapp-logo.png);
	height: 23px;
}

.whatsAppLead:hover {
	width: 40px;
}

/* Home */
.depoimento-card::before,
.depoimento-card::after {
	content: '';
	position: absolute;
	top: 3px;
	width: 23px;
	height: 40px;
	background-color: var(--azul-principal);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.depoimento-card::before {
	left: -10px;
}

.depoimento-card::after {
	left: 18px;
}

.linha-abaixo::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 100%;
	max-width: 300px;
	height: 2px;
	background-color: grey;
	transform: translateX(-50%);
}

/* Serviços */

.images-servicos {
	max-width: 500px;
	height: 250px;
}

/* Profissionais */

.profissionais-info {
	transform: translateY(-40px);
}

/* LP ZAP */
.imagens-unidade-1 {
	width: 400px !important;
}

.imagens-unidade-2 {
	width: 900px;
}

.imagens-unidade-2-1 {
	width: 1000px !important;
}

.imagens-unidade-3 {
	width: 430px !important;
}

.section-clinica {
	margin-bottom: 100px;
}

.video-unidade-3 {
	width: 432px !important;
}

@media (max-width: 1200px) {
	.video-unidade-3 {
		width: 350px !important;
	}
	.imagens-unidade-2 {
		width: 800px !important;
	}
}

@media (max-width: 1025px) {
	.video-unidade-3 {
		width: 326px !important;
	}
}

@media (max-width: 680px) {
	.video-unidade-3 {
		width: 259px !important;
	}
}

/* Responsivel */

@media screen and (max-width: 1399px) {
	/* Configurações gerais */

	/* Títulos */

	h1 {
		font-size: 28px;
		line-height: 30px;
	}

	/* Textos */

	.p,
	p {
		margin-bottom: 0 !important;
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
	}

	a {
		font-size: 24px;
		line-height: 30px;
		text-decoration: none;
		color: #7c7c7c;
		font-weight: 400;
	}

	/* Classes para texto */

	.alt-plus {
		font-size: 28px;
		line-height: 30px;
	}

	.alt-medium {
		font-size: 22px;
		line-height: 30px;
	}

	.alt-text {
		font-size: 18px;
		line-height: 21px;
	}

	.sub-text {
		font-size: 18px;
		line-height: 20px;
	}

	.alt-down {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 1199px) {
	/* Configurações gerais */

	/* Títulos */

	h2 {
		font-size: 24px;
	}

	/* Textos */

	.p,
	p {
		margin-bottom: 0 !important;
		font-size: 19px;
		line-height: 24px;
		font-weight: 400;
	}

	/* Classes para texto */

	.alt-plus {
		font-size: 24px;
		line-height: 28px;
	}

	.alt-medium {
		font-size: 18px;
		line-height: 21px;
	}

	.alt-text {
		font-size: 16px;
		line-height: 18px;
	}

	.alt-down {
		font-size: 14px;
		line-height: 16px;
	}
}

@media screen and (min-width: 992px) {
	/* Classes para dimensionamento */

	.w-lg-fit-content {
		width: fit-content;
	}
}

@media screen and (max-width: 991px) {
	/* Configurações gerais */

	main {
		margin-top: 109px;
	}

	/* Blog */

	.blog-home .blog-conteudo {
		height: 200px !important;
	}

	.blog-home .meio {
		height: 200px;
	}

	.text-decoration-hover-underline {
		text-decoration: underline;
	}

	/* Menu */

	.navbar {
		height: 60px;
	}

	.menu {
		position: absolute;
		top: -10%;
		right: 0;
		max-width: 200px;
		height: unset;
		padding-top: 60px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
		opacity: 0;
		pointer-events: none;
		transition: top 350ms ease, opacity 350ms ease;
	}

	.menu-options {
		height: unset;
		overflow-y: auto;
	}

	.menu.hidden {
		visibility: hidden;
	}

	.menu.ativo {
		top: 0;
		opacity: 1;
		pointer-events: all;
	}

	.custom-mobile-nav-link {
		color: var(--marrom-principal) !important;
		font-size: 17px !important;
		font-weight: 700;
	}

	#collapseEspecialidades {
		position: static;
		top: unset;
		left: unset;
		box-shadow: none;
	}
}

@media screen and (max-width: 767px) {
	/* Classes para texto */

	.alt-plus {
		font-size: 21px;
		line-height: 26px;
	}

	.alt-medium {
		font-size: 21px;
		line-height: 21px;
	}

	/* Classes para estilizações específicas */

	/* Home */

}

@media screen and (max-width: 576px) {
	/* Configurações gerais */

	/* Títulos */

	h1 {
		font-size: 24px;
		line-height: 28px;
	}

	h2 {
		font-size: 21px;
		line-height: 20px;
	}

	/* Textos */

	.small,
	small {
		font-size: 12px !important;
		font-weight: 400;
		line-height: 16px;
	}

	/* Classes para texto */

	.alt-biggest {
		font-size: 48px;
		line-height: 65px;
	}

	.alt-medium {
		font-size: 18px;
	}

	.alt-down {
		font-size: 16px;
		line-height: 14px;
	}

	/* Menu */

	.menu {
		width: 100%;
		max-width: unset;
	}

	/* Home */

}

@media screen and (max-width: 330px) {
	/* Configurações gerais */

	/* Títulos */

	h2 {
		font-size: 18px;
		line-height: 20px;
	}

	/* Textos */

	p {
		font-size: 16px;
	}

	small {
		font-size: 12px;
	}

	/* Classes para texto */

	.alt-medium {
		font-size: 16px;
		line-height: 21px;
	}

	.alt-down {
		font-size: 16px;
		line-height: 21px;
	}

	.sub-text {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-height: 590px) {}