*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Segoe UI, Arial, sans-serif;
    background:#ffffff;
}

header{
    height:90px;
    border-bottom:1px solid #e5e5e5;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 80px;
}

.logo{
    color:#013D46;
    font-size:24px;
    font-weight:700;
}

.menu{
    display:flex;
    gap:30px;
}

.menu a{
    text-decoration:none;
    color:#013D46;
    font-weight:600;
}

.whatsapp{

    background:#013D46;

    color:#ffffff !important;

    text-decoration:none;

    padding:14px 28px;

    border-radius:12px;

    font-weight:600;

    display:inline-block;

    white-space:nowrap;
}

.hero{
    max-width:1200px;
    margin:auto;
    padding:80px 40px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.hero-text{
    width:55%;
}

.hero-text h1{
    font-size:60px;
    color:#013D46;
    margin-bottom:20px;
}

.hero-text p{
    font-size:20px;
    color:#555;
    margin-bottom:30px;
}

.hero-text a{
    background:#013D46;
    color:white;
    text-decoration:none;
    padding:16px 28px;
    border-radius:10px;
}

.hero-image{
    width:40%;
    text-align:center;
}

.hero-image img{
    max-width:100%;
}
.logo img{
    height:70px;
    width:auto;
}
body{
    background:#ffffff;
}

.hero{
    min-height:90vh;
}

.hero-text h1{
    font-size:78px;
    line-height:1.05;
    font-weight:700;
}

.hero-text p{
    font-size:22px;
    line-height:1.6;
}

.hero-image img{
    max-width:420px;
    border-radius:24px;

    box-shadow:
    0 20px 50px rgba(1,61,70,.15);
}

.hero-text a{
    display:inline-block;
    transition:.3s;
}

.hero-text a:hover{
    transform:translateY(-3px);
}

header{
    background:white;
    position:sticky;
    top:0;
    z-index:999;
}

.menu a{
    transition:.3s;
}

.menu a:hover{
    color:#013D46;
}

.hero::before{
    content:"";

    position:absolute;

    top:120px;
    right:0;

    width:500px;
    height:500px;

    background:#EDFFFF;

    border-radius:50%;

    filter:blur(100px);

    z-index:-1;
}
.whatsapp,
.hero-text a{

    background:#013D46;

    border-radius:12px;

    box-shadow:
    0 10px 25px rgba(1,61,70,.15);
}
.diferenciais{

    padding:100px 40px;

    background:#f8fbfb;
}

.container-cards{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.card{

    background:white;

    padding:40px;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);

    transition:.3s;
}

.card:hover{

    transform:translateY(-8px);
}

.card h3{

    color:#013D46;

    margin-bottom:20px;

    font-size:24px;
}

.card p{

    color:#555;

    line-height:1.7;
}
.clinica-preview{

    padding:100px 40px;
}

.titulo-clinica{

    text-align:center;

    max-width:800px;

    margin:0 auto 60px;
}

.titulo-clinica h2{

    color:#013D46;

    font-size:48px;

    margin-bottom:20px;
}

.titulo-clinica p{

    color:#666;

    line-height:1.7;
}

.galeria-clinica{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.foto-clinica{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.foto-clinica:hover{

    transform:translateY(-8px);
}

.foto-clinica img{

    width:100%;

    height:280px;

    object-fit:cover;
}

.foto-clinica h3{

    padding:25px;

    color:#013D46;

    text-align:center;
}
.sobre-page{

    padding:120px 40px;
}

.sobre-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:400px 1fr;

    gap:60px;

    align-items:center;
}

.sobre-foto img{

    width:100%;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.sobre-texto h1{

    color:#013D46;

    font-size:56px;

    margin-bottom:30px;
}

.sobre-texto p{

    font-size:20px;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;
}
.titulo-pagina{

    padding:100px 40px 50px;

    text-align:center;

    max-width:900px;

    margin:auto;
}

.titulo-pagina h1{

    font-size:56px;

    color:#013D46;

    margin-bottom:20px;
}

.titulo-pagina p{

    color:#666;

    line-height:1.8;

    font-size:18px;
}

.galeria-clinica{

    max-width:1200px;

    margin:0 auto 100px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.foto-clinica{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.foto-clinica img{

    width:100%;

    height:280px;

    object-fit:cover;
}

.foto-clinica h3{

    padding:25px 25px 10px;

    color:#013D46;
}

.foto-clinica p{

    padding:0 25px 25px;

    color:#666;

    line-height:1.7;
}
.procedimentos{

    max-width:1200px;

    margin:0 auto 100px;

    padding:0 40px;
}

.cards-procedimentos{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;
}
.convenios{

    max-width:1000px;

    margin:0 auto 80px;

    padding:0 40px;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:30px;
}

.aviso-convenios{

    max-width:800px;

    margin:0 auto 100px;

    text-align:center;

    color:#666;

    line-height:1.8;
}
.contato-grid{

    max-width:1200px;

    margin:0 auto 60px;

    padding:0 40px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;
}

.endereco{

    max-width:1200px;

    margin:0 auto 60px;

    padding:0 40px;
}

.mapa{

    max-width:1200px;

    margin:0 auto 100px;

    padding:0 40px;
}

.mapa iframe{

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
@media (max-width: 768px){
    .cards-procedimentos{
    grid-template-columns:1fr;
}

    header{
        flex-direction:column;
        padding:15px;
    }

    .logo img{
        max-width:120px;
    }

    .menu{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:10px;
        margin-top:15px;
    }

    .menu a{
        font-size:14px;
    }

    .whatsapp{
        width:auto;
        margin-top:15px;
    }

    .hero{
        flex-direction:column;
        text-align:center;
        padding:40px 20px;
    }

    .hero-text{
        width:100%;
    }

    .hero-text h1{
        font-size:42px;
        line-height:1.1;
    }

    .hero-image{
        width:100%;
        margin-top:30px;
    }

    .hero-image img{
        width:100%;
        max-width:300px;
        height:auto;
    }
}
@media (max-width: 768px){
    .galeria-clinica{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.galeria-clinica .card{
    width:100%;
}

    header{
        height:auto;
        flex-direction:column;
        padding:15px;
        gap:15px;
    }

    .menu{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    .logo img{
        max-width:120px;
        height:auto;
    }

    .whatsapp{
        width:auto;
    }

}
html, body{
    overflow-x: hidden;

.sobre-container{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.sobre-texto{
    width:100%;
    padding:20px;
}

.sobre-imagem img{
    width:100%;
    max-width:300px;
    height:auto;
}}