/* Reset geral */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cormorant Garamond', serif;
    background-color: #fdf1eb;
    color: #1e3d32;
    line-height: 1.6;
    padding-top: 64px;
}

.topo-renata {
    background: #e9f0ec;
    text-align: center;
    padding: 20px 0;
    border-bottom: 3px solid #5e7f6b;
}

.logo-renata {
    width: 150px;
    margin: 0 auto 10px;
    display: block;
}

.nome-clinica {
    font-size: 2rem;
    font-weight: 700;
    color: #25443b;
    letter-spacing: 1px;
}

.nome-clinica span {
    font-size: 1.1rem;
    color: #4a6e60;
    font-weight: 400;
}

nav ul {
    list-style: none;
    padding: 10px 0;
}

nav ul li {
    display: inline-block;
    margin: 0 12px;
}

nav ul li a {
    text-decoration: none;
    color: #25443b;
    font-weight: bold;
    font-size: 1.1rem;
}

.hero-mosaico {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mosaico-img {
    width: 100%;
    max-width: none;
    display: block;
}

.epao {
    position: absolute;
    bottom: 18px;
    right: 40px;
    background: #fff;
    color: #375c47;
    font-size: 1rem;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 4px;
    box-shadow: 0 1px 6px #bbb7;
    letter-spacing: 2px;
    z-index: 3;
}

.section-canva {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 0 20px;
    background: #89a297;
}


.bemvindo {
    color: #c85c73;
    font-size: 2rem;
    margin-bottom: 20px;
}

.sobre-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: left;
}

.sobre-container img {
    width: 240px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.img-parceiras {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.servico-item img {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.servico-item {
    margin-bottom: 40px;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.servico-card {
    display: flex;
    align-items: center;
    background: #fff7f1;
    border-radius: 18px;
    box-shadow: 0 4px 16px #0001;
    padding: 18px 38px;
    gap: 42px;
}

.servico-card img {
    width: 140px;
    max-width: 160px;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0002;
    background: #fff;
}

.servico-card h4 {
    font-size: 1.2rem;
    color: #25443b;
    margin-bottom: 10px;
}

footer {
    background-color: #1e3d32;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 0.95rem;
    margin-top: 40px;
}

.logo-sobre-mosaico {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.logo-flutuante {
    width: 200px;
    /* Ajuste conforme o tamanho do original */
    height: auto;
    display: block;
    /* Remove fundo branco do logo, se houver (use PNG transparente) */
}

.nome-logo-mosaico h1 {
    font-size: 1.6rem;
    color: #25443b;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

.nome-logo-mosaico p {
    font-size: 1rem;
    color: #4a6e60;
    margin-top: 2px;
    letter-spacing: 1px;
}

.bemvindo-section {
    background-color: #f5e4e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    gap: 12px;
    flex-wrap: wrap;
}

.bemvindo-content {
    flex: 1 1 600px;
    color: #2c3e36;
    max-width: 900px;
    margin: auto;
}

.bemvindo-title {
    color: #c85c73;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.bemvindo-text {
    color: #25443b;
    /* Mais escuro */
    font-size: 1.45rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    padding: 0 14px;
}

.bemvindo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Garante centralização no container */
}

.icon-circulo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #375C47;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow: 0 2px 10px #0001;
}

.icon-circulo i {
    color: #fff;
    font-size: 54px;
}

.bemvindo-icon a {
    text-decoration: none;
}

.quem-sou-eu-section {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 0;
    background: #eac4b4;
    /* cor do fundo igual Canva */
    max-width: 1200px;
    margin: 0 auto;
}

.quem-sou-eu-img img {
    max-width: 330px;
    border: 12px solid #386152;
    background: #fff;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.quem-sou-eu-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
}

.quem-sou-eu-card img {
    max-width: 500px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(44, 62, 54, 0.10);
    border-radius: 4px;
}

.quem-sou-eu-texto {
    font-size: 1.25rem;
    color: #2c3e36;
    font-family: 'Cormorant Garamond', serif;
}

.servicos-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 36px;
}

.servicos-imagens,
.servicos-descricoes {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.servico-img-item img {
    width: 170px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.servicos-descricoes {
    max-width: 620px;
}

.servico-desc-item h3,
.servico-desc-item h4 {
    color: #44624a;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 4px;
    font-weight: bold;
    text-transform: none;
}

.servico-desc-item p {
    font-size: 1.16rem;
    margin-bottom: 6px;
    color: #1e3d32;
    font-family: 'Cormorant Garamond', serif;
}

.section-servicos {
    margin-top: 60px;
    /* espaçamento do topo, ajuste conforme precisar */
    margin-bottom: 40px;
}

.faixa-servicos {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    background: #648373;
    padding: 25px 0 22px 0;
    margin-bottom: 32px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

.titulo-servicos {
    color: #fff;
    font-size: 2.7rem;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    text-shadow: 0 2px 4px #0003;
    margin: 0;
}

body,
html {
    overflow-x: hidden !important;
    /* Remove barra horizontal */
}


.servico-info h3,
.servico-info h4 {
    color: #537565;
    font-size: 2rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.servico-info p {
    font-size: 1.15rem;
    margin-bottom: 5px;
    color: #353535;
}

.section-diferencial {
    padding: 0;
    background: #fdf1eb;
}

.section-servicos,
.section-diferencial {
    padding: 60px 20px;
}

.faixa-diferencial {
    background: #ecded8;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 25px 0 12px 0;
    text-align: center;
}

.titulo-diferencial {
    color: #5e7f6b;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}

.diferencial-conteudo {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 950px;
    margin: 45px auto 50px auto;
    padding: 0 20px;
}

.diferencial-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.diferencial-item img {
    width: 90px;
    height: auto;
    margin-top: 0px;
    flex-shrink: 0;
}

.diferencial-item p {
    font-size: 1.45rem;
    font-family: 'Cormorant Garamond', serif;
    color: #222;
    margin: 0;
    line-height: 1.35;
    max-width: 700px;
}

.contato-section {
    background: #f5e4e1;
    padding: 48px 0 32px 0;
    text-align: center;
}

.contato-container {
    max-width: 560px;
    margin: 0 auto;
}

.contato-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.contato-whatsapp {
    background: #25d366;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    box-shadow: 0 1px 8px #0002;
    transition: background 0.2s;
}

.contato-whatsapp i {
    font-size: 1.3em;
}

.contato-whatsapp:hover {
    background: #128c7e;
}

.contato-tel {
    background: #fff;
    color: #29543c;
    padding: 10px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0001;
    font-size: 1.08rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.contato-tel i {
    color: #5e7f6b;
    font-size: 1.2em;
}

.contato-endereco {
    background: #fff;
    color: #29543c;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0001;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.contato-endereco i {
    color: #648373;
    font-size: 1.3em;
}

.btn-maps {
    background: #648373;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    margin-left: 8px;
    text-decoration: none;
    font-size: 0.98rem;
    transition: background 0.2s;
}

.btn-maps:hover {
    background: #44624a;
}

/* Header navbar */
.navbar {
    width: 100%;
    background: #fdf1eb;
    border-bottom: 1px solid #e1d4cb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 2px 10px #0001;
    height: 70px;
    display: flex;
    align-items: center;
}

.navbar-container {
    max-width: 1150px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 70px;
}

.navbar-logo img {
    height: 110px;
    width: auto;
    max-width: 250px;
    max-height: 120px;
    display: block;
    transition: height 0.3s;
}

.navbar-links {
    display: flex;
    gap: 28px;
}

.navbar-links a {
    color: #25443b;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.18rem;
    padding: 2px 4px;
    transition: color 0.2s;
}

.navbar-links a:hover {
    color: #648373;
}

.navbar-hamburger {
    display: none;
    font-size: 2.1rem;
    color: #25443b;
    cursor: pointer;
}

.whatsapp-flutuante {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 2px 8px #0002;
    transition: background 0.2s, transform 0.2s;
    text-decoration: none;
}

.whatsapp-flutuante:hover {
    background: #128c7e;
    transform: scale(1.08);
}

html {
    scroll-behavior: smooth;
}

#contato-form {
    width: 100%;
    max-width: 420px;
    margin: 32px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px #0001;
    padding: 26px 28px;
    align-items: stretch;
}

#contato-form input,
#contato-form textarea {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding: 11px 12px;
    font-size: 1rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 0;
    width: 100%;
    background: #f5e4e1;
    transition: border-color 0.2s;
    resize: none;
}

#contato-form input:focus,
#contato-form textarea:focus {
    outline: none;
    border-color: #648373;
    background: #fff;
}

#contato-form button {
    background: #648373;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 11px;
    font-size: 1.09rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s;
    box-shadow: 0 2px 6px #0001;
}

#contato-form button:hover {
    background: #44624a;
}

.quem-sou-eu-titulo {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 6px #0008;
}

/* Responsivo */

@media (max-width: 850px) {
    .navbar-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 62px;
        right: 18px;
        background: #fff;
        box-shadow: 0 2px 16px #0002;
        border-radius: 14px;
        padding: 24px 18px;
        z-index: 1002;
    }

    .navbar-links.show {
        display: flex;
    }

    .navbar-hamburger {
        display: block;
    }
}

@media (max-width: 768px) {
    .diferencial-conteudo {
        gap: 32px;
    }

    .diferencial-item {
        gap: 16px;
    }

    .faixa-diferencial {
        font-size: 1.5rem;
        padding: 18px 0 10px 0;
    }

    .diferencial-item img {
        width: 60px;
    }

    .diferencial-item p {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .boas-vindas-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .boas-vindas-content h2 {
        font-size: 1.7rem;
    }

    .boas-vindas-icon {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .sobre-container {
        flex-direction: column;
        text-align: center;
    }

    .sobre-container img {
        width: 80vw;
        max-width: 300px;
        margin-bottom: 16px;
    }

    .sobre-container .sobre-texto {
        width: 100%;
        padding: 0 12px;
        text-align: center;
    }

    .servico-card img {
        width: 80px;
    }

    .bemvindo {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    body {
        padding-top: 54px;
        /* igual a altura da navbar no mobile */
    }

    .navbar-container {
        padding: 0 12px;
        height: 54px;
        /* altura menor no mobile */
    }

    .navbar-logo img {
        height: 90px;
        max-width: 170px;
    }

    .contato-info {
        gap: 14px;
        font-size: 0.99rem;
    }

    .contato-endereco,
    .contato-tel {
        flex-direction: column;
        padding: 10px 8px;
        gap: 8px;
    }

    .diferencial-conteudo {
        padding: 0 4vw;
        gap: 20px;
    }

    .diferencial-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .diferencial-item img {
        width: 48px;
        margin-bottom: 4px;
    }

    .diferencial-item p {
        font-size: 1rem;
        max-width: 98vw;
    }

    .faixa-diferencial {
        font-size: 1.18rem;
        padding: 11px 0 7px 0;
    }

    .titulo-diferencial {
        font-size: 1.3rem;
    }

    .logo-sobre-mosaico {
        display: none !important;
        position: absolute;
        top: 10px;
        right: 50%;
        transform: translateX(50%);
        width: 100px;
    }

    .logo-flutuante {
        width: 100%;
    }

    .bemvindo-icon {
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .section-canva {
        min-height: 45vh;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .faixa-servicos h2,
    .titulo-servicos {
        font-size: 1.4rem;
        padding: 0 8px;
        word-break: break-word;
        text-align: center;
    }

    .faixa-servicos {
        padding: 15px 0 12px 0;
    }

    .servico-info h3,
    .servico-info h4 {
        font-size: 1.15rem;
        line-height: 1.25;
        text-align: center;
        margin-bottom: 12px;
    }

    .quem-sou-eu-card img {
        /* Aumenta o tamanho do card no mobile */
        width: 98vw !important;
        /* Quase toda a largura da tela */
        max-width: 370px !important;
        /* Limite razoável pro mobile, pode aumentar mais se quiser */
        margin-bottom: 14px;
    }

    .quem-sou-eu-card {
        max-width: 100vw !important;
        padding: 0 6px;
        align-items: center;
    }

    .img-parceiras {
        width: 98vw !important;
        /* quase toda a largura do mobile */
        max-width: 400px !important;
        /* limite, pode aumentar se quiser */
        margin-top: 18px !important;
        border-radius: 10px;
        box-shadow: 0 2px 12px #0002;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-canva {
        min-height: 30vh;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .quem-sou-eu-titulo {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .diferencial-conteudo {
        gap: 32px;
    }

    .diferencial-item {
        gap: 16px;
    }

    .faixa-diferencial {
        font-size: 1.5rem;
        padding: 18px 0 10px 0;
    }

    .diferencial-item img {
        width: 60px;
    }

    .diferencial-item p {
        font-size: 1.05rem;
    }

    .boas-vindas-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .boas-vindas-content h2 {
        font-size: 1.7rem;
    }

    .boas-vindas-icon {
        margin-top: 20px;
    }

    .sobre-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .servico-card img {
        width: 80px;
    }

    .bemvindo {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .quem-sou-eu-section {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        padding: 30px 10px;
        text-align: center;
    }

    .quem-sou-eu-img img {
        max-width: 80vw;
        width: 220px;
        margin: 0 auto 12px auto;
        display: block;
        border-width: 7px;
    }

    .quem-sou-eu-card {
        align-items: center;
        gap: 14px;
        width: 100%;
        max-width: 350px;
    }

    .quem-sou-eu-card img {
        width: 170px;
        max-width: 60vw;
        margin-bottom: 8px;
    }

    .quem-sou-eu-texto {
        font-size: 1.08rem;
        line-height: 1.45;
        padding: 0 4vw;
        text-align: center;
    }

    .logo-sobre-mosaico {
        display: none !important;
    }
}