@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

/* img {
    max-width: 100%;
    height: auto;
} */

h2 {
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 0.1em;
    font-size: 1.8em;
}

p {
    font-size: 1.1em;
}

h3 {
    font-size: 1.3em;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    background-image: url('../img/fundo_team.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden; 
}

.about-container,
.responsavel-container,
.dados-medicos {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-logo{
    cursor: pointer;
}

.main-nav {
    background-color:transparent;
    padding: 2px 0;
    position: fixed; 
    top: 0;
    z-index: 1000; 
    box-shadow: none;
    width: 100%;
    transition: background-color 0.3s ease;  
}

.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    gap: 10px;
}
.main-nav.scrolled{
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menu-principal li a {
    color: #f1f1f1;
}

.main-nav.scrolled ul li a {
    color: #656263; 
}

#main-nav2.scrolled ul li a {
    color: #656263; 
}

.main-nav.scrolled .hamburger,
.main-nav.scrolled .hamburger::before,
.main-nav.scrolled .hamburger::after {
    background-color: #656263;
}

.logo img {
    width: 260px;
    transition: width 0.3s ease;
}

#menu-principal2 li a {
    color: #656263;
}


.menu-mini{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.hamburger {
    width: 25px;
    height: 3px;
    background-color: #777;
    position: relative;
    transition: background-color 0.3s ease;
    
}

.main-nav.scrolled .hamburger {
    background-color: #656263;
}


.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #777;
    transition: all 0.3s ease;
    left: 0;
}
.hamburger::before {
    top: -8px;
}
.hamburger::after {
    top: 8px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px; 
    margin: 0;
    padding: 0;
}

.main-nav ul.active {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-nav ul li a {
    text-decoration: none;
    color: #fff; 
    font-weight: 600;
    padding: 10px 0;
    transition: color 0.3s ease;
    text-transform: uppercase; 
    font-size: 1em;
}

.main-nav ul li a:hover {
    color: #c39a85
}

.banner {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items:start;
    justify-content: center;
    transition: background-image 0.5s ease-in-out;
    position:relative;
    text-align: center;
    flex-direction: column;
    padding: 0 20px;
    background-image: url('../img/banner_bruna.png');
}

/* .banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(0, 0, 0, 0.219);
    z-index: 0;
} */

.banner span{
    z-index: 1; 
    color: white;
    font-weight: bold;
    /* text-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 0.1em;
    font-size: 2.2em;
    
    
}
.banner p{
    color: white;
    max-width: 70%;
    z-index: 1;
    text-align: left;
    
}

#btn{
    z-index: 1; 
    transition: transform 0.5s ease, z-index 0.5s ease;  
}

#btn:hover{
    z-index: 2;
    transform: scale(0.9); 
}

.about-section-page{
    background-color: #fffaf7;
}


.about-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 100px;
    max-width: 1200px;
    margin: auto;
}

.about-text {
    flex: 1;
    min-width: 280px;
}

.about-text h2 {
    font-weight: bold;
    line-height: 1.6;
    color: #c39a85;
}

.about-text p {
    margin-bottom: 15px;
    color: #555;
    text-align: justify;
}

.about-images {
    flex: 1;
    position: relative;
    cursor:pointer;
    min-width: 300px;
    height: 550px;
    margin-top: 80px;
}

.about-images img {
    position: absolute;
    width: 90%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, z-index 0.5s ease;
   
}

/* .about-images .img-front1,
.about-images .img-front2 {
    position: absolute;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, z-index 0.5s ease;
} */

.about-images .img-front2{
    top: 20px;
    left: 80px;
    z-index: 1;
}

.img-front1 {
    top: 90px;
    left:-40px;
    z-index: 2; 
}

.about-images.hovered .img-front1 {
    z-index: 1; 
    transform: scale(0.9); 
}

.about-images.hovered .img-front2 {
    z-index: 3; 
    transform: scale(1.1); 
}


.especialidade-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f8f9fa;
    width: 100%;

}

.especialidade-title {
    font-weight: bold;
    margin-bottom: 50px;;
    color: #555;
}

.especialidade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}


.especialidade-item {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    text-align: center;     
}


.especialidade-icon-wrapper {
    min-width: 100px;
    height: 100px;
    background-color: #656263;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-bottom: 20px; 
}

.especialidade-icon-wrapper img{
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
    display: block;
}

.especialidade-item:hover .especialidade-icon-wrapper {
    background-color: #c39a85;
}

.especialidade-text h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #555;
    padding-bottom: 20px;
    font-size: 1em;
}


.btn-read-more2 {
    text-decoration: none;
    border-radius: 5px;
    background-color: #6c757d;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
  
}

.btn-read-more2:hover {
  background-color: #a57c68;
}

.btn-read-more2 span{
      font-size: 0.9em;
}



.btn-read-more {
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.btn-read-more:hover{
    background-color: #a57c68;

}

.blog-storylines {
    background-color:#c39a85; 
    color: #f0f0f0;
    padding: 50px 0;
    text-align: center;
}

.header-storylines {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
    flex-direction: column;
    
}

.header-storylines h2 {
    font-weight: bold;
    margin: 0;
    
}

.see-more {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.5s ease, z-index 0.5s ease;  
    font-size: 1.5em;
}

.see-more:hover {
   transform: scale(0.9); 
   color: #a57c68;
}

.see-more2 {
    color: #555;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.5s ease, z-index 0.5s ease;  
    font-size: 1em;
}

.see-more2:hover {
   transform: scale(0.9); 
   color: #a57c68;
}

.see-more3 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.5s ease, z-index 0.5s ease;  
    font-size: 1.5em;
}

.see-more3:hover {
   transform: scale(0.9); 
   
}

.storylines-container {
    display: flex;
    overflow-x: auto; 
    gap: 20px; 
    padding: 20px 25px ; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    justify-content:center;
}


.storylines-container::-webkit-scrollbar {
    display: none;
}

.storyline-card {
    position: relative;
    flex: 0 0 300px; 
    /* height: 500px;  */
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
}

#storyline-card2 img{
    height: 100%;

}

.storyline-card:hover {
    transform: translateY(-5px);
}

.storyline-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.card-content {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    padding: 20px;
    color: #777;  
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    
}


.card-content a{
    color:#777;
    text-decoration: none;
}


 .category {
    background-color: #c39a85;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

#category{
    color:#c39a85;   
}

.card-content h3 {
    margin: 10px 0 5px;
}

.card-content p{
    font-size: 0.8em;
}


.card-footer {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    color: #aaa;
    
}

.footer {
    background-color: #fff;
padding-top: 80px;
    color: #6c757d;
    text-align: center;
}

.footer-section {
    margin-bottom: 40px;
}

.dados-medicos{
    background-color: #c39a85;
    color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dados-medicos p{
    margin: 0;
    font-size: 0.9em;
}

.mini-logo img{
    height: 35px;
    vertical-align: middle;
}


.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;

}


.footer-logo img {
    max-width: 300px; 
    height: auto;
    
}


.contact-section {
    display: flex;
    justify-content: center; 
    margin-bottom: 40px;
    gap: 60px;
}


.contact-item {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap:10px;
    
    
}

.contact-item img {
    width: 30px; 
    height: 30px;
}

.contact-item p {
    margin: 0;
    line-height: 1.6;
    font-size: 0.6em;
}

.contact-item a {
    color: #6c757d; 
    text-decoration: none;
}

.social-section {
    margin-top: 30px;
    text-align: center; 
}

.social-icon {
    display: inline-block; 
    margin: 0 15px;
}

.social-icon img {
    width: 30px; 
    height: 30px; 
    vertical-align: middle; 
    opacity: 0.7; 
    transition: opacity 0.3s ease; 
}

.social-icon:hover img {
    opacity: 1; 
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;

}

.footer-copy p {
    margin: 10px 0;
    font-size: 0.9em;
}

.footer-links a {
    color: #6c757d;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #6c757d;
}

.responsavel-section{
    padding: 50px 20px;
    background-color: #c39a85;
  
}

.responsavel-container{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.responsavel-image{
  flex: 1;
  min-width: 280px;
}


.responsavel-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.responsavel-text{
    display: flex;
    flex-direction: column;
    justify-content: left;
     flex: 1;
    padding: 20px;     
    margin-right: 80px;
}

.responsavel-text h3 {
    font-size: 1.2em;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #c39a85; 

    
}

.responsavel-text strong{
    color:#c39a85;
    font-size: 1.3em;
}

.about-us-main{
    background-color:#fff;
}

.about-container-page{
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 80px;
    justify-content: center;
    padding-top: 150px;
    

}

.about-text-page h2{
    font-weight: bold;
    /* margin-bottom: 20px; */
    line-height: 1.6;
    color: #c39a85;
    text-align: center;
}

.about-text-page p{
    color: #555;
    text-align: justify;
    margin: 50px;
}

.team-section-page {
    padding: 80px 2px;
    text-align: center;
}


.team-section-page h2 {
    color: #555;
    margin-bottom: 50px;
    line-height: 1.3;

}


.team-section-page p {
    color: #555;
    margin-bottom: 50px;
}

.team-cards-page {
    display: flex;   
    justify-content: center;
    gap: 20px;
}

.cards-page:hover, .cards-page:hover {
    transform: scale(1.05);
}


.cards-page{
    width: 280px;
    transition:transform 0.3s ease;
}
.cards-page h3 {
    color: #555;
    margin-bottom: 2px;
    font-size: 1em;
    
}

.cards-page2 h3 {
    color: #fff;
    margin-bottom: 2px;
    
    
}

.cards-page p{
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 1em;


}

.cards-page img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}


/* .btn-read-more-about2 {
    text-decoration: none;
    border: 2px solid #c39a85;
    padding: 10px 15px;
    color: #c39a85;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.btn-read-more-about2 span {
    z-index: 3;
    position: relative;
    color: #c39a85;
}

.btn-read-more-about2::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    width: calc(100% + 6px);
    height: calc(100% - 10px);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    transform: scaleY(1);
}

.btn-read-more-about2:hover::before {
    transform: scaleY(0);
}

.btn-read-more-about2::after{
    content: "";
    position: absolute;
    left: 5px;
    top: -5px;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    background-color:#ffffff;
    transition: all 0.5s ease-in-out;
    transform: scaleX(1);
}

.btn-read-more-about2:hover::after{
    transform: scaleX(0);
}

.btn-read-more-about {
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
} */

/* .btn-read-more-about span {
    z-index: 3;
    position: relative;
    color: #ffffff;
}

.btn-read-more-about::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    width: calc(100% + 6px);
    height: calc(100% - 10px);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    transform: scaleY(1);
}

.btn-read-more-about:hover::before {
    transform: scaleY(0);
}

.btn-read-more-about::after{
    content: "";
    position: absolute;
    left: 5px;
    top: -5px;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    background-color:#c39a85;
    transition: all 0.5s ease-in-out;
    transform: scaleX(1);
}

.btn-read-more-about:hover::after{
    transform: scaleX(0);
} */


.cards, .cards-page {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px; 
}


.mvv-section {
    padding: 80px 0;
    text-align: center;
    padding-top: 80px;
    background-color: #c39a85;
    
}

.mvv-title {
    font-weight: bold;
    margin-bottom: 60px;
    color:#fff;
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
}

.mvv-card {
    background-color: transparent;
    border-radius: 10px;
    padding: 0 30px ;
    transition: transform 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.mvv-card:hover {
    transform: translateY(-5px);
    
}

.mvv-icon-wrapper img {
    width: 90px;
    height: auto;
}

.mvv-card h3 {
    margin-bottom: 10px;
    color: #fff;
}

.mvv-card p {
    color: #fff;
    font-size: 0.9em;
    text-align: justify;
}

.gallery-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f8f5f1;
}


.gallery-title {
    font-weight: bold;
    margin-bottom: 40px;
    color: #c39a85;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    gap: 20px;
}

.gallery-item {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-more-btn-container {
    margin-top: 40px;
}

#load-more-btn{
    border: none;
    cursor: pointer;
}

.lightbox-modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


.lightbox-modal.show {
    display: flex;
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 900px;
    object-fit: contain;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.lightbox-prev, .lightbox-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.lightbox-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.lightbox-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.hidden{
    display: none;
}

.localizacao {
    padding: 80px 20px;
    
    
}

.localizacao-conteudo {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    gap: 50px; 
    max-width: 1600px;
    margin: 0 auto;
}


.address-col {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-item {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.address-item img {
    width: 30px; 
    height: 30px;
}

.address-item h3 {
    margin: 0;
    color:#c39a85;
}

.address-item p {
    margin: 0;
    color: #6c757d;
    margin-left: 30px;
}

.address-header{
    display: flex;
    align-items: center;
    gap: 10px;
    
}

.agendamento-col {
    flex: 1; 
    flex-direction: column; 
    text-align: center;
    align-items: flex-end; 
}

.agendamento-col h2 {
    color: #c39a85;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 0.1em;

}

.banner-medico{
    width: 100%;
    height: 100vh;
    background-image: url("../img/drbruna/JAF_8679.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    text-align: center;
    flex-direction: column;
    

}

.banner-medico::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(31, 1, 13, 0.288);
    z-index: 0;
}

.banner-medico span{
    padding-top: 90px;
    position: relative;
    z-index: 1; 
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 0.1em;
    font-size: 1.5em;
    

}

.banner-medico-2{
    width: 100%;
    height: 100vh;
    background-image: url("../img/equipe/banner2.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    text-align: center;
    flex-direction: column;

}

.banner-medico-2::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(31, 1, 13, 0.288);
    z-index: 0;
}

.banner-medico-2 span{
    padding-top: 90px;
    position: relative;
    z-index: 1; 
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    font-family: "Cinzel Decorative", serif;
    letter-spacing: 0.1em;
    font-size: 1.5em;
}

#banner-medico-daniele{
    background-image: url("../img/drdanielle/Imagem\ do\ WhatsApp\ de\ 2025-08-28\ à\(s\)\ 10.04.23_ce37a8b3.jpg");

}

#banner-medico-mariana{
    background-image: url("../img/drmariana/IMG-20250828-WA0007.jpg");

}


.nome{
    letter-spacing: 0.1em;
    color:#c39a85;
    text-align: center;
    border-bottom: 3px solid #c39a85; 
    padding-bottom: 5px;
    
}

.medico-section {
    padding: 80px 20px;
    background-color: #fff;
    
}

.container-medico {
    max-width: 1100px;
    margin: 0 auto;
}

.conteudo-medico {
    display: flex; 
    gap: 50px; 
    align-items: center; 
}

.crm{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #c39a85; 
}

.img-medico {
    flex: 0 0 40%; 
    max-width: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.img-medico img {
    width: 100%;
    height: auto;
    display: block;
}

.descricao-medico {
    text-align: justify;
    flex: 1; 
}

.descricao-medico p {
    line-height: 1.5;
    color: #555;
    margin-bottom: 10px;
}

/*especialidade-medicos*/

.especialidades-section {
    padding: 80px 20px;
    text-align: center;
}

.titulo-especialidades  {
    font-weight: bold;
    color:#555;
    margin-bottom: 70px;
}

.especialidades-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    flex-wrap: wrap;

}

.especialidade-card {
    background-color: #e7e6e6e0;
    padding: 30px;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.especialidade-card:hover {
    transform: translateY(-5px);
}

.especialidade-icone {
    width: 60px; 
    height: 60px;
    margin-bottom: 5px;
}

.especialidade-card h3 {
    font-weight: bold;
    color:#c39a85;
    margin-bottom: 0;
    font-size: 1em;
}

.especialidade-card p {
    color: #666;
    line-height: 1.5;
    font-size: 0.8em;
}

.qualifications-section {
    padding: 80px 20px;
    background-color: #f8f5f1; 
}

.qualifications-section .section-title {
    text-align: center;
    color: #555;
    margin-bottom: 60px;
}


.qualifications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: flex-start;
}

.formation-column h3, .specialties-column h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.5em;
    color: #c39a85;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}


.timeline {
    list-style: none;
    padding-left: 30px;
    margin: 0;
    position: relative;
    border-left: 3px solid #c39a85; 
}

.timeline li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}


.timeline li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -39px; 
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #c39a85;
}

.timeline li strong {
    display: block;
    font-weight: 700;
    color: #555;
    font-size: 1.1em;
}

.timeline li span {
    color: #666;
    font-size: 1em;
}

.specialties-cards-container{
    display: flex;
    flex-direction: column;
}

.specialties{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e0e0e0;
}

.specialties-cards-container p{
    color: #555;
    font-size: 1.2em;
    
  

    
}

#page-medico{
    color: #555;
}

.whatsapp-float {
    position: fixed; 
    width: 60px; 
    height: 60px; 
    bottom: 40px; 
    right: 40px; 
    border-radius: 50px; 
    text-align: center;  
    z-index: 1000; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-decoration: none; 
}

.whatsapp-float img.whatsapp-icon {
    width: 100px; 
    height: 100px; 
    vertical-align: middle; 
    border: none; 
    margin-top: 2px; 
}

.whatsapp-float:hover {
    background-color: #075E54; 
    transform: scale(1.05); 
    transition: all 0.3s ease; 
}

.whatsapp-badge {
    position: absolute; 
    top: -10px; 
    right: 70px; 
    background-color: #075E54; 
    color: #FFF; 
    padding: 5px 10px; 
    border-radius: 5px; 
    white-space: nowrap; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateX(10px); 
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; 
}

.whatsapp-badge::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px; 
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #075E54; 
    transform: translateY(-50%);
}


.whatsapp-float:hover .whatsapp-badge {
    opacity: 1; 
    visibility: visible; 
    transform: translateX(0); 
}

.promo-banner {
    background-image: url('../img/morpheus-3D.jpg');
    background-size: cover; 
    background-position: center; 
    padding: 150px 20px; 
    width: 100%;
    color: #ffffff; 
    text-align: center;
    position: relative; 
    z-index: 1; 
}


.promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: -1; 
}



.promo-banner-content {
    max-width: 800px; 
    margin: 0 auto; 
}


.promo-banner-content h2 {
    font-size: 2.8rem; 
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.promo-banner-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}


.promo-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #c5a47e; 
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.promo-btn:hover {
    background-color: #b38f65; 
    transform: translateY(-3px); 
}

/* --- PÁGINA DE ESPECIALIDADES --- */

.banner-specialty {
    width: 100%;
    height: 100vh; 
    min-height: 350px;
    background-image: url('../img/banner-mamoplastia.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #fff;
}
.banner-specialty::after {
    content: '';
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(31, 1, 13, 0.3); 
    z-index: 1;
}

#face{
     background-image: url('../img/banner-face.jpg'); 
}

#cirurgia{
     background-image: url('../img/plastica.jpg'); 
}

#obesidade{
     background-image: url('../img/obesidade.jpeg'); 
}

#estetico{
     background-image: url('../img/estetica.jpeg'); 
}


.banner-specialty h1 {
    position: relative;
    z-index: 2;
    font-family: "Cinzel Decorative", serif;
    font-size: 2.8em;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}


.page-content {
    background-color: #fff;
    padding: 50px 20px;
}
.intro-text {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #555;
    padding: 80px 20px;
}
.section-title {
    text-align: center;
    color: #555;
    margin-bottom: 100px;
}

.procedure-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}
.procedure-item.reverse .procedure-image {
    order: 2; 
}
.procedure-image img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 500px;
    max-width: 600px;
}
.procedure-text h2 {
    font-size: 1.6em;
    color: #c39a85;
    margin-top: 0;
}
.procedure-text p {
    color: #666;
    text-align: justify;
}

.experience-section {
    padding: 80px 20px;
    background-color: #f8f5f1;
}
.experience-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#experience2{
    display: flex;
    flex-direction: column;

}
.experience-list li {
    position: relative;
    padding-left: 35px;
    color: #555;
}
.experience-list li::before {
    content: '✔'; 
    position: absolute;
    left: 0;
    top: 0;
    color: #c39a85;
    font-size: 1.5em;
    font-weight: bold;
}
.experience-list li strong {
    display: block;
}

.cta-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}
.cta-section p {
    max-width: 700px;
    margin: 0 auto 30px auto;
    color: #555;
}
.btn-cta {
    display: inline-block;
    padding: 15px 35px;
    background-color: #c39a85;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.btn-cta:hover {
    background-color: #b38f65;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.doctor-info-section {
    padding: 80px 20px;
    background-color: #f8f5f1;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.info-block h3 {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.5em;
    color: #c39a85;
    margin-bottom: 20px;
}

.info-block p {
    color: #555;
    margin-bottom: 20px;
}

/* Lista customizada com ícones */
.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555;
}

.custom-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #c39a85;
    font-size: 1.2em;
    font-weight: bold;
}

.specialty-listing {
    padding-top: 20px;
}

.specialty-item {
    display: grid;
    grid-template-columns: 1fr 1.2fr; 
    gap: 50px;
    align-items: center;
    margin-bottom: 80px; 
}


.specialty-item.reverse {
    grid-template-columns: 1.2fr 1fr;
}

.specialty-item.reverse .specialty-image {
    order: 2;
}

.specialty-image img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 100%;
}

.specialty-text h2 {
    color: #c39a85;
    margin-top: 0;
    margin-bottom: 15px;
}

.specialty-text p {
    color: #666;
    text-align: justify;
    margin-bottom: 30px;
}

/* --- PÁGINA DE TECNOLOGIA MORPHEUS --- */

.intro-text h2{
    text-align: center;
}


.benefits-section {
    padding: 80px 20px;
    background-color: #f8f5f1;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
}

.benefit-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 1.3em;
    color: #c39a85;
    margin-bottom: 10px;
}

.benefit-card p {
    color: #666;
    font-size: 1em;
    line-height: 1.6;
}


.blog-main-content .blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 40px;
}


.sidebar-widget {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-family: "Cinzel Decorative", serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4em;
    color: #c39a85;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.search-form {
    display: flex;
    padding-top: 75px;

}
.search-form input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.search-form button {
    padding: 10px 15px;
    border: none;
    background-color: #c39a85;
    color: white;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.blog-filters{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.category-filter select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    min-width: 250px;
    background-color: #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c39a85'%3e%3cpath d='M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.category-filter select option[disabled] {
    color: #999;
}

.category-filter select:focus {
    outline: none;
    border-color: #a57c68; 
}

.category-filter select option:hover {
    background-color: #c39a85 !important;
    color: #fff !important;
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-widget ul li {
    margin-bottom: 12px;
}
.sidebar-widget ul li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
}
.sidebar-widget ul li a:hover {
    color: #c39a85;
}

.recent-posts-list li {
    padding-left: 20px;
    position: relative;
}
.recent-posts-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #c39a85;
}

.no-results {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    color: #777;
    font-size: 1.1em;
}

.post-page-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.container-post{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.container-post h1,
.container-post span{
    color: #555;
}

.container-post span{
    font-size: 0.8em;
}

.post-header {
    height: 80vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end; 
    text-align: center;
    width: 80%;
    justify-content: center;
    border-radius: 8px;
    
}
.post-header-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    width: 100%;
    padding: 60px 0;
}
.post-header .category {
    background-color: #c39a85;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}
.post-header h1 {
    font-family: "Cinzel Decorative", serif;
    font-size: 2.8em;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.post-meta {
    font-size: 1.1em;
    opacity: 0.9;
}

.post-body {
    padding: 80px 20px;
    background: #fff;
}
.post-body .container {
    max-width: 800px; 
    margin: 0 auto;
}
.post-body p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
}
.post-body h2, .post-body h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #c39a85;
    font-family: "Cinzel Decorative", serif;
}

.container-conteudo{
    padding: 20px;
    text-align: justify;
    color:#555

}


@media (max-width: 1024px){
    .responsavel-container {
        max-width: 1200px;
        margin: 0 auto;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .blog-layout {
        grid-template-columns: 1fr;
    }

    .menu-mini {
        display: block; 
        z-index: 1002; 
    }

    #menu-principal {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px; 
    }

    #menu-principal li a {
        color: #656263; 
        font-size: 1.2rem;
    }
    
    .main-nav.menu-aberto #menu-principal {
        transform: translateX(0);
    }

    .main-nav.menu-aberto .hamburger {
        background-color: transparent; 
    }
    .main-nav.menu-aberto .hamburger::before {
        transform: translateY(8px) rotate(45deg);
    }
    .main-nav.menu-aberto .hamburger::after {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hamburger::before,
    .hamburger::after {
        transition: all 0.3s ease-in-out;
    }   
    
    .about-container {
        flex-direction: column;
        text-align: center;
    }
    .about-text p {
        text-align: center;
    }

    .about-images {
        height: 450px;
        width: 100%;
        max-width: 500px;
    }
    .img-front1 { left: 0; }
    .img-front2 { left: 100px; }

    .responsavel-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .responsavel-image img {
        border-radius: 8px 8px 0 0;
    }
    .responsavel-text {
        padding-left: 80px;
        padding-top: 40px;
    }

    .qualifications-grid {
        grid-template-columns: 1fr; 
        gap: 80px; 
    }

    .formation-column h3, .specialties-column h3 {
        text-align: center;
    }

    .specialties-cards-container {
        flex-direction: row; 
        justify-content: center;
        flex-wrap: wrap; 
    }

     .procedure-item, .procedure-item.reverse {
        grid-template-columns: 3fr; 
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .procedure-item.reverse .procedure-image {
        order: -1; 
      
    }
    .procedure-text {
        margin-top: 30px;
    }
    .procedure-text h2 {
        text-align: center;
    }
    .experience-list {
        grid-template-columns: 1fr; 
    }

    .blog-layout {
        grid-template-columns: 1fr; 
    }
}


/* --- CELULARES (Até 768px) --- */
@media (max-width: 768px) {
    h2 { font-size: 1.6rem; }
    p { font-size: 1rem; }
    h3 { font-size: 1.2rem; }

    .logo img {
        width: 200px;
    }

    .banner{
        background-image: url("../img/mobile.png");
        background-color: #201f20;
        display: flex;
    }
    
    .banner span {
        font-size: 2rem;
        align-items: center;
        display: flex;
        text-align: center;
        padding-left: 35px;
    }

    .see-more{
        padding-left: 115px;
    }

    .about-section {
        padding: 60px 20px;
    }

    .about-images {
        position: static;
        height: auto;
        margin-top: 40px;
    }
    .about-images img {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .team-cards-page{
        flex-direction: column;
        gap: 50px;
        align-items: center;

    }

     .responsavel-container {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .responsavel-text{
        padding-left: 80px;
        padding-top: 40px;
    }

    .conteudo-medico{
        flex-direction: column;
    }

    .dados-medicos{
        flex-direction: column;
    }

    .banner-specialty h1 {
        font-size: 2em;
    }

    .specialty-flow {
        padding-left: 30px; 
    }

    .procedure-item{
        grid-template-columns: 1fr; 
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .procedure-image{
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .procedure-image img{
        width: 300px;
      }


    .specialty-item,
    .specialty-item.reverse{
       grid-template-columns: 1fr;
       text-align: center;
    }

    .specialt-item .specialty-image,
     .specialty-item.reverse .specialty-image{
        order: 1;

     }

     .specialty-item .specialty-text,
    .specialty-item.reverse .specialty-text {
        order: 2; 
        margin-top: 30px; 
    }

    .storylines-container{
        display: flex;
        justify-content: flex-start;
    }

    .about-container-page {
        padding: 150px 20px 0 20px;
    }

    .blog-main-content .blog-grid{
        grid-template-columns: 1fr;

    }

    .blog-filters{
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .specialties{
        gap: 30px;
    }

     .menu-mini {
        display: block; 
        z-index: 1002; 
    }

    #menu-principal {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px; 
    }

    #menu-principal li a {
        color: #656263; 
        font-size: 1.2rem;
    }
    
    .main-nav.menu-aberto #menu-principal {
        transform: translateX(0);
    }

    .main-nav.menu-aberto .hamburger {
        background-color: transparent; 
    }
    .main-nav.menu-aberto .hamburger::before {
        transform: translateY(8px) rotate(45deg);
    }
    .main-nav.menu-aberto .hamburger::after {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hamburger::before,
    .hamburger::after {
        transition: all 0.3s ease-in-out;
    }

    .contact-section{
        flex-direction: column;
    }

  

 

}