/* Estilos para o menu e a barra superior */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	margin:0;
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden;
}


@font-face {
    font-family: 'amerika_sansregular';
    src: url('../font/amerika-webfont.woff2') format('woff2'),
         url('../font/amerika-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.content-post {
    font-family: 'Tajawal', sans-serif;
    font-size: 35px;
	font-weight:600;
    color: #666;
	margin: 0 0 30px 0;
	display:none;
}

.content-post-desc {
    font-family: "Roboto", sans-serif;
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.3px;
    line-height: 75px;
    text-transform: uppercase;
	margin: 0 0 30px 0;
	display:none;
}

.content-post-promo {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
	line-height: 30px;
	margin: 0 0 30px 0;
	display:none;
}

.content-post-btn {
	display:block;
	margin:500px 0 0 -180px;
}

.content-post-btn button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #bfd730;
    color: #fff;
    border: none;
    padding: 22px 35px;
    letter-spacing: 1px;
    border-radius: 5px;
	cursor:pointer;
}
	.content-post-btn button:hover {
		background-color:#a9c115;
	}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	/*background-color: #333;*/
	color: #fff;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.5);
}

.logo {
	font-size: 24px;
}
	.logo img{
		width:120px;
		padding: 8px 0 0 25px;
	}

.menu {
	display: flex;
}

.menu a {
    color: #fff;
    text-decoration: none;
    margin: 12px 50px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

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

.menu button{
	text-transform:uppercase;
	margin: 5px 45px 5px 0;
	width: 165px;
    height: 35px;
    font-size: 12px;
	background-color:#bfd730;
	border:none;
	color:#fff;
	letter-spacing:1px;
	border-radius: 20px;
	cursor:pointer;
}
	.menu button:hover{
		background-color:#a9c115;
	}
	

/* Estilos para o menu hamburguer */
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	margin: 0 20px 0 0;
}


.hamburger div {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 3px 0;
}

/* Estilos para as seções */
.section {
	padding: 80px 20px 60px 20px;
	/*height:600px;*/
}

.section:nth-child(even) {
	/*background-color: #f4f4f4;*/
}

.home-content {
    display: block;
    height: 800px;
    /*background: linear-gradient(rgb(95 88 88 / 25%), rgb(237 237 237 / 18%)), url(../images/poster-7.png);*/
	background: url(../images/poster-7.png);
    background-size: cover;
    background-repeat: no-repeat;
	transition: background-image 1s ease-in-out;
}

.home-content-intro {
	position:relative;
	top:25%;
	left:25%;
	width: fit-content;
}
	

/*************************** ABOUT US ********************************/
.about-us-content {
	margin:0 auto;
	max-width:1200px;
	padding: 0 0 115px 0;
}

.about-us-content-img {
	background-image:url(../images/about-us.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	width:480px;
	height:490px;
	border-radius: 0 0 200px 200px;
}
	.about-us-content-img img {
		height:490px;
	}

.about-us-content-tooth {
	position:relative;
	top:355px;
	left:320px;
	width:230px;
	opacity: 0.6;
	z-index:9;
}
	.about-us-content-tooth img{
		width:100%;
	}

.about-us-content-info {
	float:left;
	width:42%;
	padding: 0 0 0 130px;
}

.about-us-content-title {
	font-size:15px;
	color:#b5cf17;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
}

.about-us-content-sub-title {
	font-size:45px;
	font-weight:600;
	letter-spacing:2px;
	margin:20px 0;
}

.about-us-content-text {
	font-size:15px;
	color:#444;
	text-align:justify;
}

.about-us-content-btn {
	margin: 30px 0;
}

.about-us-content-btn button {
	text-transform:uppercase;
	width: 165px;
    height: 35px;
    font-size: 12px;
	background-color:#bfd730;
	border:none;
	color:#fff;
	letter-spacing:1px;
	border-radius: 20px;
	cursor:pointer;
}
	.about-us-content-btn button:hover {
		background-color:#a9c115;
	}

.about-us-content-acord {
    clear:left;
	display: flex;
    justify-content: space-between; /* Distribui o espaço uniformemente entre as divs */
    flex-wrap: wrap; /* Permite que as divs quebrem para a próxima linha quando não houver espaço suficiente */
	position:relative;
	top:65px;
	margin: 5px 0 0 0;
}

.about-us-content-acord-title {
	float:left;
	font-size: 12px;
    font-weight: 600;
	position: relative;
    top: 23px;
}

.about-us-content-acord-logo {
    flex-grow: 1; /* Faz com que as divs cresçam para ocupar todo o espaço disponível */
    max-width: calc(20% - 20px); /* Define a largura máxima de cada div (20% da largura total - 20px de espaçamento entre elas) */
    margin-bottom: 20px; 
}

.about-us-content-acord-logo img {
	height: auto;
	filter: grayscale(100%); /* Aplica escala de cinza */
	transition: filter 0.3s ease; /* Adiciona uma transição suave */
	cursor:pointer;
}

.about-us-content-acord-logo img:hover {
	filter: grayscale(0%); /* Remove a escala de cinza ao passar o mouse */
}




/*************************** EQUIPE ********************************/
.equipe-content {
	margin:0 auto;
	max-width:1200px;
	display:table;
	height:790px;
}

.equipe-content-title {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding:50px 0 10px 0;
	background-image:url(../images/bottom-line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.equipe-content-subtitle {
	font-size:34px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
	text-align:center;
	text-transform:uppercase;
}

.equipe-content-intro {
	font-size:16px;
	letter-spacing:1px;
	margin:20px 0;
	text-align:center;
}

.equipe-content-main-box {
    display: flex;
    justify-content: space-between; 
    width: 100%;
	margin: 75px 0 0 0;
}

.equipe-content-main-box-img {
    flex: 1; 
    margin-right: 25px;
	background-color: #fff;
    border: 1px solid #eee;
    padding: 30px 30px 0 30px;
	border-radius: 15px;

}
	.equipe-content-main-box-img img {
		border-radius: 75px 75px 0 0;
	}

.equipe-content-main-box-img:last-child {
    margin-right: 0;
}

.equipe-content-main-box-img-nome {
    background-color:#FFF;
	text-align:center;
	border-radius: 0 0 20px 20px;
	margin: -4px 0 0 0;
	padding: 20px 0 0 0;
}
	.equipe-content-main-box-img-nome strong {
		font-size:21px;
		font-weight: 400;
		letter-spacing:1px;
	}
		.equipe-content-main-box-img-nome span {
			font-size:12px;
			font-weight: 400;
			letter-spacing:1px;
			text-transform:uppercase;
		}
		.equipe-content-main-box-img-nome i {
			font-size:18px;
			margin:20px 10px;
		}


/*************************** SERVIÇOS ********************************/
.service-content {
	margin:0 auto;
	max-width:1200px;
	display:table;
}

.service-content-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 0 10px 0;
    margin: 0 0 20px 0;
    background-image: url(../images/bottom-line.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.service-content-subtitle {
	font-size:34px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
	text-align:center;
	text-transform:uppercase;
}

.service-content-intro {
	font-size:14px;
	letter-spacing:1px;
	margin:20px 0;
	text-align:center;
}

.service-content-boxe-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribui o espaço entre as divs */
}


.service-content-boxe {
    flex: 0 1 calc(32% - 0px);
    margin: 25px 0px 0px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	height:355px;
}

.service-content-boxe img {
    border-radius: 15px 15px 0 0;
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.service-content-boxe:hover img {
	transform: scale(1.05);  /* Aplica uma rotação de 3 graus ao passar o mouse */
}

.service-content-boxe h4 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 8px 0 0 0;
    color: #fff;
    position: relative;
    top: -71px;
    left: 20px;
    background-color: #bfd730;
    width: 180px;
    padding: 14px 20px;
    border-radius: 10px;
    letter-spacing: 1px;
	text-align:center;
}

.service-content-boxe h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 20px 0;
    position: relative;
    top: -54px;
    padding: 0 15px;
}

.service-content-boxe p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -60px;
    padding: 0 15px;
}

.service-content-boxe a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    font-weight: 600;
    color: #a9c115;
    position: relative;
    top: -60px;
    left: 15px;
}
	.service-content-boxe a:hover {
		text-decoration:underline;
	}
	
.service-content-boxe a > img {
	position:relative;
	top:2px;
}

/*************************** SERVIÇOS DENTARIOS - ICONS ********************************/
.service-icon-area {
	margin:0 auto;
	max-width:1250px;
	display:table;
	height:790px;
	overflow-x: hidden;
}

.service-icon-desc {
	float:left;
	width:40%;
	position: relative;
    top: 35px;
}

.service-icon-desc-title {
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0 0 10px 0;
	color: #b5cf17;
}

.service-icon-desc-subtitle {
	font-size:45px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
}

.service-icon-desc-btn {
	font-size:14px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
	text-align:center;
	text-transform:uppercase;
}

.service-icon-desc-btn button{
	text-transform: uppercase;
    margin: 5px 45px 5px 0;
    width: 220px;
    height: 35px;
    font-size: 12px;
    background-color: #bfd730;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 20px;
	padding: 15px 0 28px 0;
	cursor:pointer;
}
	.service-icon-desc-btn button:hover {
		background-color:#a9c115;
	}

.service-icon-imgs {
	float:left;
	width:60%;
}

.service-icon-imgs-big {
	height:70px;
}
	.service-icon-imgs-big img{
		border-radius: 20px 20px 300px 300px;
		position:relative;
		top: -300px;
		left: 210px;
	}

.service-icon-imgs-tooth {
	position:relative;
	top:0px;
}
	.service-icon-imgs-tooth img{
		width:185px;
		position:relative;
		top: -10px;
		left: 120px;
		opacity: 0.4; 
		z-index:999;
	}

.service-icon-box-area {
	display: flex; /* Usa flexbox para alinhar as divs filhas */
	justify-content: space-between; /* Distribui o espaço entre as divs filhas */
	margin: 5px 0 0 0;
}

.service-icon-box {
	flex: 1; /* Faz com que as divs filhas ocupem espaço igualmente */
	background-color: #f5f5f5; /* Apenas para visualização */
	padding: 20px; /* Apenas para visualização */
	margin: 10px; /* Apenas para visualização */
	border-radius: 10px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #f2f2f2;
}
	.service-icon-box:hover {
		background-color:#e8eaed;
	}

.service-icon-box-img {
	padding: 0 0 15px 0;	
}
	.service-icon-box-img img {
		width:66px;
	}

.service-icon-box-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 15px 0;	
}

.service-icon-box-intro {
	font-family: "Roboto", sans-serif;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	padding:0 0 10px 0;
}

.service-icon-box-link {
	
}
	.service-icon-box-link button{
		text-transform: uppercase;
		margin: 5px 45px 5px 0;
		width: 149px;
		font-size: 10px;
		background-color: #bfd730;
		border: none;
		color: #fff;
		letter-spacing: 1px;
		border-radius: 20px;
		padding: 8px 0;
		cursor:pointer;
	}
		.service-icon-box-link button:hover {
			background-color:#a9c115;
		}



/*************************** PRATICA DE SERVIÇOS DENTARIOS ********************************/
#dental-slide.section {
	padding:0 !important;
}

.dental-slide-content {
	margin:0 auto;
	max-width:1200px;
	display:table;
	height:790px;
}

.dental-slide-content-title {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding:60px 0 10px 0;
}

.dental-slide-content-subtitle {
	font-size:34px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
	text-align:center;
	text-transform:uppercase;
}

.dental-slide-content-intro {
	font-size:14px;
	letter-spacing:1px;
	margin:20px 0;
	text-align:center;
}

.dental-slide-container {
	position: relative;
	width: 100%;
	max-width: 960px; /* Defina a largura máxima do slide */
	margin: 0 auto; /* Centralize o slide */
}

.dental-slide-container {
    position: relative;
    width: 750px; /* Defina a largura conforme necessário */
    height: 410px; /* Defina a altura conforme necessário */
}

.dental-slide-image-depois {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 750px; /* Defina a largura conforme necessário */
    height: 410px; /* Defina a altura conforme necessário */
    overflow: hidden;
    background-image:url(../images/depois.jpg);
	background-size: 100% 100%; /* mantém o tamanho original da imagem */
	background-repeat: no-repeat; /* impede a repetição da imagem */
	background-position: center center; /* posiciona a imagem no centro da div */
}

.dental-slide-image-antes {
    width: 375px; /* Defina a largura conforme necessário */
    height: 410px; /* Defina a altura conforme necessário */
    border-right: 4px solid red; /* Define a borda direita */
    overflow: hidden; /* Removido o overflow:auto */
    position: relative; /* Adicionado position:relative */
	cursor: ew-resize; /* Cursor de redimensionamento padrão */
    background-image:url(../images/antes.jpg);
	background-attachment: fixed; 
}


/*************************** maps ********************************/
.maps {
    width: 100%;
    height: 525px;
    position: relative;
    overflow: hidden;
	background-color:#fefefe;
	padding:50px 0 0 0;
}

.maps iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.maps-title {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	padding:5px 0 10px 0;
	margin: 0 0 20px 0;
	background-image:url(../images/bottom-line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.maps-subtitle {
	font-size:34px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0 45px 0;
	text-align:center;
	text-transform:uppercase;
}


/*************************** CONTATO ********************************/
.contato-content {
	margin:0 auto;
	max-width:1200px;
	display:table;
	height:795px;
	padding: 30px 0 0 0;
}

.contato-content-left {
	width:45%;
	float:left;
}

.contato-content-right {
	width:50%;
	float:left;
	padding: 50px 0 0 50px;
}

/* area do formulaario*/
.contato-content-form {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
	background-color: #fff;
    padding: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.contato-content-group {
	width: 100%;
	margin-bottom: 20px;
}
	.contato-content-group label > span {
		color:#F00;
		position: relative;
		top: 3px;
	}

.contato-content-group.col-half {
	width: 50%;
}

.contato-content-label {
	display: block;
	margin-bottom: 5px;
	font-size:12px;
	text-transform: uppercase;
    font-weight: 600;
}

.contato-content-input[type="text"],
.contato-content-input[type="email"],
.contato-content-input[type="tel"],
.contato-content-textarea {
	width: 100%;
	padding: 15px 30px;
	border: 1px solid #eee;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 25px;
}
	.contato-content-input[type="text"]::placeholder,
	.contato-content-input[type="email"]::placeholder,
	.contato-content-input[type="tel"]::placeholder,
	.contato-content-textarea::placeholder {
		font-size: 12px;
		color: #999; 
	}
		.contato-content-inputinput[type="text"]:focus,
		.contato-content-input[type="email"]::focus,
		.contato-content-input[type="tel"]::focus,
		.contato-content-inputtextarea:focus {
			/* Mudando a cor da borda ao focar */
			border: 1px solid #ccc !important;;
		}

.contato-content-textarea {
	height: 150px;
}

.contato-content-submit {
	background-color: #b5cf17;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.contato-content-submit:hover {
	background-color: #bfd730;
}
/* area do formulaario*/


.contato-content-title {
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:50px 0 10px 0;
	color: #b5cf17;
}

.contato-content-subtitle {
	font-size:34px;
	font-weight: 600;
	letter-spacing:2px;
	margin:20px 0;
	text-transform:capitalize;
}

.contato-content-intro {
	font-size:14px;
	letter-spacing:1px;
	margin: 20px 0 50px 0;
	text-align:justify;
}

.contato-content-quick {
	float:left;
	width:45%;
}

.contato-content-img-area {
	float:left;
	width:25%;
}

.contato-content-desc-area {
	float:left;
	width:75%;
}

.contato-content-quick-img {
	float:left;
}
	.contato-content-quick-img img {
		width:39px;
	}

.contato-content-quick-title {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#838383;
	font-weight: 600;
}

.contato-content-quick-subtitle {
	float:left;
	font-size:13px;
	color:#444;
	margin: 10px 0;
    font-weight: 500;
}

.contato-content-quick-tel {
	float:left;
	font-size: 14px;
    color: #444;
    font-weight: 600;
    margin: 5px 0 5px 0;
}

.contato-content-quick-email {
	float:left;
	font-size:13px;
	color:#838383;
}

.contato-content-middle {
	float:left;
	width:10%;
	height:80px;
}

.contato-content-adress {
	float:left;
	width:45%;
}

.contato-content-adress-area {
	float:left;
	width:35%;
}

.contato-content-adress-desc-area {
	float:left;
	width:65%;
}

/*************************** RODA PÉ ********************************/
.footer-content {
	margin:0 auto;
}

.footer {
    background-color: #212936;
    color: #fff;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-column p{
    font-size:14px;
}

.footer-column address > a {
    color:#a9c115;
}

.footer-column address > p {
    font-size:14px;
}

.footer-logo img {
    width: 250px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-logo {
    font-size: 24px;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-read-more {
    color: #a9c115;
    text-decoration: none;
}

.footer-read-more:hover {
    text-decoration: underline;
}

.footer-links,
.footer-schedule {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-schedule li {
    margin-bottom: 10px;
	font-size: 14px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; /* Remove o highlight quando tocado */
    -webkit-text-fill-color: #fff; /* Força a cor branca no iOS */
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 10px;
    margin-top: 20px;
}

.footer-bottom p {
    font-size:14px;
}

.footer-bottom a {
    float:right;
	color: #fff;
    text-decoration: none;
	font-size:11px;
	position: relative;
    top: -35px;
    left: -35px;
}
	.footer-bottom a > img{
		width:90px;
		position: relative;
		top: 6px;
		left: 7px;
	}

.footer-bottom a:hover {
    text-decoration: underline;
}



/* Responsive styles */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-column {
        max-width: 100%;
    }
}





/*************************** EFEITOS DE MOVIMENTO DOS ELEMENTOS - CSS ********************************/
.slide-left, .slide-right, .slide-up {
    will-change: transform, opacity;  /* Indica ao navegador para otimizar essas propriedades */
}

.slide-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
/* Controle do atraso para cada slide-left */
.slide-left-1 {
    transition-delay: 0ms;
}
.slide-left-2 {
    transition-delay: 100ms;
}
.slide-left-3 {
    transition-delay: 200ms;
}
.slide-left-4 {
    transition-delay: 300ms;
}
.slide-left-5 {
    transition-delay: 400ms;
}

.slide-left.active {
    opacity: 1;
    transform: none;
}


.slide-right {
    opacity: 0;
    transform: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
/* Controle do atraso para cada slide-right */
.slide-right-1 {
    transition-delay: 0ms;
}
.slide-right-2 {
    transition-delay: 100ms;
}
.slide-right-3 {
    transition-delay: 200ms;
}
.slide-right-4 {
    transition-delay: 300ms;
}
.slide-right-5 {
    transition-delay: 400ms;
}

.slide-right.active {
    opacity: 1;
    transform: none;
}


.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
/* Controle do atraso para cada slide-up */
.slide-up-1 {
    transition-delay: 0ms;
}
.slide-up-2 {
    transition-delay: 100ms;
}
.slide-up-3 {
    transition-delay: 200ms;
}
.slide-up-4 {
    transition-delay: 300ms;
}
.slide-up-5 {
    transition-delay: 400ms;
}

.slide-up.active {
    opacity: 1;
    transform: translateY(0);
}


/* PARA O MODAL DE SERVIÇOS */
.service-link {
	display: block;
	margin: 10px 0;
	cursor: pointer;
	text-decoration: none;
	font-weight: 500;
}
.service-link:hover {
	text-decoration: underline;
}
.modal {
	display: none;
	position: fixed;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	width: 50%;
	max-width: 80%;
	overflow-y: scroll;
	height: 80%;
}
.modal-header {
	display: flex;
	justify-content: flex-end;
}
.close-btn {
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
	font-weight: 700;
	color: #333;
}
.close-btn:hover {
	color: #0056b3;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.modal-content-img {
    width:100%;
	text-align:center;
}
.modal-content h2 {
    padding: 20px 0 0 0;
	margin:0;
	font-size:22px;
	text-align:center;
}
.modal-content h3 {
	margin:0;
    padding: 10px 0 0 0;
	font-size:14px;
	text-align:center;
}
.modal-content p {
	font-size:15px;
	text-align: justify;
	line-height: 20px;
}
.modal-content ul {
    padding:20px;
}
.modal-content li {
    padding:5px 0;
	font-size:15px;
}

@media only screen and (max-width: 768px) {
	.menu {
		display: none;
		flex-direction: column;
		position: fixed;
		top: 45px;
		right: 0;
		background-color: #333;
		padding: 25px;
		width: 110px;
	}
	
	.menu a {
		display: block;
		margin: 10px 0;
	}
	
	.hamburger {
		display: flex;
	}
	
	.content {
		padding-top: 60px;
	}
}


@media only screen and (max-width: 768px) {
	
	html {
		overflow-x: hidden;
	}

	.navbar {
		padding: 4px !important;
	}
	
	.home-content {
		display: block !important;
		height: 800px;
		background-image:url(../images/bg-mobile.jpg);
		background-size: cover;
		background-position-x: -70px;
		background-position-y: -70px;
		background-repeat: no-repeat;
		transition: background-image 1s ease-in-out;
	}
	
	.menu {
		display: none;
		flex-direction: column;
		position: fixed;
        top: 60px;
        right: 0;
        background-color: #000;
        padding: 25px;
        width: 170px;
	}	
	
	.home-content-intro {
		position: relative;
		top: 25%;
		left: 0;
		width: fit-content;
	}	
	
	.content-post {
		font-family: 'Tajawal', sans-serif;
		font-size: 31px;
		font-weight: 600;
		color: #bfd730;
		margin: 210px 0 30px 0;
		display: block; 
		text-align: center;
		-webkit-text-stroke: 0.6px #000; /* Adiciona uma borda preta ao texto */
	}	
	
	.content-post-desc {
		font-family: "Roboto", sans-serif;
		font-size: 34px;
		color: #f5f5f5;
		font-weight: 600;
		letter-spacing: 2.3px;
		line-height: 50px;
		text-transform: uppercase;
		margin: 0 0 30px 0;
		display: block; 
		text-align: center;
		-webkit-text-stroke: 0.6px #000;
	}

	.content-post-btn {
		display: block !important;
		margin: 0;
		text-align: center;
	}	
	
	.about-us-content-img {
		background-image: url(../images/about-us.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		width: 320px;
		height: 470px;
		border-radius: 0 0 200px 200px;
		margin: 5px 0 0 0;
	}	
	
	.about-us-content-title {
		font-size: 15px;
		color: #b5cf17;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 22px 0 0 -122px;
	}	
	
	.about-us-content-sub-title {
		font-size: 29px;
		font-weight: 600;
		letter-spacing: 2px;
		margin: 20px 0 20px -124px;
	}	
	
	.about-us-content-text {
		font-size: 14px;
		color: #444;
		margin: 0 0 0 -122px;
		text-align: justify;
		width: 308px;
	}	
	
	.about-us-content-btn {
		margin: 30px 0 30px -65px;
	}
	
	.about-us-content-acord {
		clear: left;
		position: relative;
		top: 65px;
		margin: 5px 0 0 0;
		display: block !important;
	}	
	
	.about-us-content-acord-title {
		font-size: 12px;
		font-weight: 400;
		position: relative;
		display: contents;
	}	
	
	.about-us-content-acord-logo {
		margin-bottom: 30px;
		text-align: center;
		position: relative;
        left: 50px;		
	}	
	
	.service-icon-desc {
		 float: none !important; 
		 width: auto !important;
		 display: block !important; 
		 position: relative; 
		 top: 0 !important; 
	}	

	.service-icon-desc-subtitle {
		font-size: 35px;
		font-weight: 600;
		letter-spacing: 2px;
		margin: 20px 0;
	}	
	
	.service-icon-imgs-tooth {
		position: relative;
		top: 0px;
		display: none;
	}	
	
	.service-icon-imgs-big {
		height: 70px;
		display: none;
	}		
	
	.service-icon-box-area {
		margin: 5px 0 0 0;
		display: block !important;
	}	
	
	.service-icon-box {
		background-color: #f5f5f5;
		padding: 20px;
		margin: 10px 10px 25px 10px;
		border-radius: 10px;
		cursor: pointer;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border: 1px solid #f2f2f2;
	}
	
	.service-content-intro {
		font-size: 13px;
		letter-spacing: 1px;
		margin: 20px 0;
		text-align: justify;
		width:320px;
	}	
	
	.service-content-boxe-area {
		display: block !important;
	}	
	
	.equipe-content-subtitle {
		font-size: 28px;
	}	
	
	.equipe-content-main-box {
		width: 100%;
		margin: 75px 0 0 0;
		display: block !important;
	}	
	
	.equipe-content-main-box-img {
		background-color: #fff;
		border: 1px solid #eee;
		padding: 30px 30px 0 30px;
		border-radius: 15px;
		margin: 0 0 20px 0px;
	}	
	
	.contato-content-left {
		width: auto;
		float: none;
	}	
	
	.contato-content-form {
		max-width: 600px;
		margin: 0 auto;
		background-color: #fff;
		padding: 25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}	
		
	.contato-content-group.col-half {
		width: auto;
	}	
	
	.maps-subtitle {
		font-size: 28px;
	}	
	
	.contato-content-right {
		width: auto;
		float: none;
		padding: 0;
	}	
	
	.contato-content-quick {
		float: none;
		width: auto;
		display: table;
	}

	.contato-content-middle {
		display:table;
		float: none;
		width: 10%;
		height: 30px;		
	}
	
	.contato-content-adress {
		float: none;
		width: auto;
		display: table;
	}


	/* slide dental */
	.dental-slide-content-title {
		font-size: 14px;
	}	
	
	.dental-slide-content-subtitle {
		font-size: 24px;
	}	
	
	#dental-slide.section {
		display:none;
	}	
	/* slide dental */	
	
	.footer-bottom {
		height: 75px;
	}	
	
	.footer-bottom p {
        font-size: 14px;
        width: 323px;
	}	
	
	.footer-bottom a {
		position: relative;
		top: -13px;
		left: -35px;
	}	
	
	
	/* Modal */	
	.modal {
		top: 53%;
		left: 50%;
		padding: 30px;
		width: 80%;
	}
	
	.modal-content img{
		width: 100%;
	}
	
	.modal-content h1 {
		top: -75px;
		left: 10px;
		font-size: 14px;
		padding: 10px 20px;
		max-width: 70%;
		letter-spacing: 1px;
	}	
	
	.modal-content h2 {
		font-size: 16px;
		padding: 35px 0px 10px 0;
	}
	
	.modal-content p {
		text-align: justify;
	}	
	
	
	/* Modal */		
	
	
	
}

