/* =========================================================
   ISA NOVO SITE - HOME.CSS
   Arquivo exclusivo da página inicial.
   Carregar somente quando $pagina === 'home'.
   ========================================================= */

.hero {
    min-height: 580px;
    padding: 90px 0;
    display: flex;
    align-items: center;
    background-image: url('../img/layout/banner-home.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-conteudo {
    display: flex;
    align-items: center;
}

.hero-texto {
    max-width: 620px;
}

.subtitulo {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--cor-secundaria);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero h1 {
    font-family: var(--fonte-titulo);
    font-size: 50px;
    line-height: 1.17;
    color: #1f2933;
    margin-bottom: 28px;
    font-weight: 800;
}

.hero p {
    max-width: 570px;
    font-size: 20px;
    color: #1f2933;
    font-weight: 700;
    margin-bottom: 55px;
}

.btn-principal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--cor-secundaria);
    color: #ffffff !important;
    padding: 15px 38px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: 0.2s;
}

.btn-principal i {
    font-size: 15px;
    opacity: 0;
    transform: translateX(-6px);
    transition: 0.2s;
}

.btn-principal:hover {
    background: var(--cor-primaria-escura);
    transform: translateY(-2px);
}

.btn-principal:hover i {
    opacity: 1;
    transform: translateX(0);
}

.hero-card {
    display: none;
}

.bloco-destaques {
    background: #ffffff;
    padding: 0;
}

.destaques-conteudo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 225px;
    border-left: 1px solid #e5e5e5;
}

.destaque-item {
    text-align: center;
    padding: 34px 36px 28px;
    border-right: 1px solid #e5e5e5;
}

.destaque-item h2 {
    font-family: var(--fonte-titulo);
    font-size: 20px;
    font-weight: 400;
    color: #1f2933;
    margin-bottom: 12px;
}

.destaque-item p {
    max-width: 350px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #1f2933;
}

.link-destaque {
    display: inline-block;
    padding: 9px 24px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    color: #000000 !important;
    background: transparent;
    transition: 0.25s ease;
}

.link-destaque:hover {
    background: var(--cor-secundaria);
    color: #ffffff !important;
}

.google-avaliacoes {
    background: #ffffff;
    padding: 54px 0 72px;
}

.google-topo {
    text-align: center;
    margin-bottom: 26px;
}

.google-logo-texto {
    font-family: Arial, sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
}

.g-azul {
    color: #4285f4;
}

.g-vermelho {
    color: #ea4335;
}

.g-amarelo {
    color: #fbbc05;
}

.g-verde {
    color: #34a853;
}

.google-estrelas {
    color: #f4b400;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 4px;
}

.google-topo p {
    font-size: 14px;
    color: #000000;
}

.google-topo strong {
    font-weight: 800;
}

.google-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-cards {
    width: min(1080px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.google-card {
    background: #f3f3f3;
    min-height: 198px;
    padding: 18px;
    border-radius: 4px;
}

.google-card-topo {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-bottom: 14px;
}

.google-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-autor {
    min-width: 0;
    padding-right: 28px;
}

.google-autor h3 {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.google-autor span {
    display: block;
    font-size: 12px;
    color: #777777;
    margin-top: 2px;
}

.google-g {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #4285f4;
}

.google-card-estrelas {
    color: #f4b400;
    font-size: 15px;
    margin-bottom: 8px;
}

.google-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.google-seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #d1d1d1;
    font-size: 36px;
    z-index: 2;
}

.google-seta-esquerda {
    left: -12px;
}

.google-seta-direita {
    right: -12px;
}

.google-seta:hover {
    color: var(--cor-primaria);
}

.secao-exames {
    background: #f7fbfb;
    padding: 72px 0 82px;
}

.titulo-home {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 44px;
}

.titulo-home span {
    display: inline-block;
    color: var(--cor-secundaria);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.titulo-home h2 {
    font-family: var(--fonte-titulo);
    color: #1f2933;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 14px;
}

.titulo-home p {
    color: var(--cor-texto-claro);
    font-size: 16px;
    line-height: 1.6;
}

.grid-exames {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.card-exame {
    background: #ffffff;
    padding: 32px 24px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--cor-borda);
    transition: 0.25s ease;
}

.card-exame:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.icone-exame {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(5, 199, 214, 0.12);
    color: var(--cor-secundaria);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.card-exame h3 {
    font-family: var(--fonte-titulo);
    font-size: 19px;
    font-weight: 600;
    color: #1f2933;
    margin-bottom: 12px;
}

.card-exame p {
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--cor-texto-claro);
    margin-bottom: 20px;
}

.card-exame a {
    display: inline-block;
    color: var(--cor-secundaria) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.2s;
}

.card-exame a:hover {
    color: var(--cor-primaria-escura) !important;
}

.secao-entenda {
    background: #ffffff;
    padding: 76px 0;
}

.entenda-conteudo {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 34px;
    align-items: center;
}

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

.entenda-texto {
    padding-left: 8px;
}

.entenda-texto h2 {
    font-family: var(--fonte-titulo);
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    color: #333333;
    margin-bottom: 22px;
}

.entenda-texto p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 34px;
}

.btn-entenda {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 610px;
    height: 52px;
    background: var(--cor-secundaria);
    color: #ffffff !important;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: 0.25s ease;
}

.btn-entenda:hover {
    background: var(--cor-primaria-escura);
    transform: translateY(-2px);
}

.secao-risco {
    background: #f7f7f7;
    padding: 54px 0 58px;
}

.risco-conteudo {
    max-width: 1040px;
    text-align: center;
}

.risco-conteudo h2 {
    font-family: var(--fonte-titulo);
    font-size: 34px;
    line-height: 1.45;
    font-weight: 400;
    color: #1f2933;
    margin-bottom: 22px;
}

.risco-conteudo p {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #1f2933;
}

.secao-atendimento-covid {
    background: #ffffff;
    padding: 78px 0 82px;
}

.atendimento-covid-conteudo {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 80px;
    align-items: center;
}

.covid-imagem {
    display: flex;
    justify-content: flex-end;
}

.covid-imagem img {
    max-width: 430px;
    width: 100%;
    height: auto;
}

.covid-texto {
    max-width: 640px;
}

.covid-texto h2 {
    font-family: var(--fonte-titulo);
    font-size: 40px;
    line-height: 1.18;
    font-weight: 400;
    color: #1f2933;
    margin-bottom: 28px;
}

.covid-texto p {
    font-size: 16px;
    line-height: 1.9;
    color: #1f2933;
    margin-bottom: 30px;
}

.form-covid {
    width: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
    margin-bottom: 28px;
}

.form-grid input {
    width: 100%;
    height: 48px;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 0 12px;
    font-family: var(--fonte-principal);
    font-size: 15px;
    color: #555555;
    outline: none;
    transition: 0.2s;
}

.form-grid input::placeholder {
    color: #666666;
}

.form-grid input:focus {
    border-color: var(--cor-secundaria);
}

.btn-form-covid {
    min-width: 132px;
    height: 44px;
    padding: 0 34px;
    background: var(--cor-secundaria);
    color: #ffffff;
    border-radius: 40px;
    font-family: var(--fonte-principal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.btn-form-covid:hover {
    background: var(--cor-primaria-escura);
    transform: translateY(-2px);
}

.secao-noticias {
    background: #ffffff;
    padding: 58px 0 78px;
}

.noticias-topo {
    max-width: 1180px;
    margin: 0 auto 44px;
    text-align: center;
}

.noticias-topo h2 {
    font-family: var(--fonte-titulo);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #1f2933;
    margin-bottom: 22px;
}

.noticias-topo p {
    max-width: 1110px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #1f2933;
}

.noticias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.noticia-card {
    background: #ffffff;
}

.noticia-card img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: block;
    margin-bottom: 22px;
}

.noticia-card h2 {
    font-family: var(--fonte-titulo);
    font-size: 18px;
    line-height: 1.38;
    font-weight: 600;
    color: #111111;
    margin-bottom: 16px;
}

.noticia-card h2 a {
    color: #111111 !important;
    transition: 0.2s;
}

.noticia-card h2 a:hover {
    color: var(--cor-secundaria) !important;
}

.noticia-card p {
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    color: #555555;
}

.depoimento-rodape-area {
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: min(1255px, 92%);
    pointer-events: auto;
}

.depoimento-card {
    position: relative;
    z-index: 9999;
    width: 100%;
    min-height: 252px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: 310px 1px 1fr;
    align-items: center;
    padding: 44px 70px;
}

.depoimento-autor {
    text-align: center;
}

.icone-sorriso {
    width: 82px;
    height: 82px;
    margin: 0 auto 12px;
    border: 5px solid rgba(5, 199, 214, 0.25);
    border-radius: 50%;
    color: rgba(5, 199, 214, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
}

.depoimento-autor h3 {
    font-family: var(--fonte-titulo);
    color: var(--cor-secundaria);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.depoimento-autor span {
    font-family: var(--fonte-principal);
    color: #222222;
    font-size: 14px;
}

.depoimento-divisor {
    width: 1px;
    height: 164px;
    background: #cfe1ea;
}

.depoimento-texto {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: start;
    gap: 20px;
    padding-left: 56px;
}

.depoimento-texto i {
    color: var(--cor-secundaria);
    font-size: 28px;
    margin-top: 8px;
}

.depoimento-texto p {
    font-family: var(--fonte-principal);
    max-width: 730px;
    color: #52748d;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 400;
}

.rodape-site.rodape-com-depoimento {
    margin-top: 170px;
    padding-top: 150px;
}

@media (max-width: 1180px) {

    .destaque-item {
            padding: 32px 26px 28px;
        }



    .destaque-item p {
            max-width: 310px;
            font-size: 15px;
        }



}

@media (max-width: 980px) {

    .hero {
            min-height: 360px;
            padding: 24px 0 54px;
            display: flex;
            align-items: flex-start;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.68),
                    rgba(255, 255, 255, 0.68)),
                url('../img/layout/banner-home.jpg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }



    .hero-conteudo {
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }



    .hero-texto {
            max-width: 315px;
            margin: 0 auto;
            text-align: center;
        }



    .subtitulo {
            display: none;
        }



    .hero h1 {
            font-size: 25px;
            line-height: 1.18;
            margin-bottom: 54px;
            font-weight: 800;
            text-align: center;
        }



    .hero p {
            max-width: 285px;
            margin: 0 auto 52px;
            font-size: 11px;
            line-height: 1.55;
            font-weight: 700;
            text-align: center;
        }



    .btn-principal {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 24px;
            font-size: 12px;
            border-radius: 40px;
            margin: 0 auto;
        }



    .destaques-conteudo {
            grid-template-columns: 1fr;
            min-height: auto;
            border-left: none;
        }



    .destaque-item {
            border-right: none;
            border-bottom: 1px solid #e5e5e5;
            padding: 34px 26px;
        }



    .destaque-item h2 {
            font-size: 22px;
        }



    .destaque-item p {
            max-width: 310px;
            font-size: 15px;
            line-height: 1.5;
        }



    .google-avaliacoes {
            padding: 44px 0 56px;
        }



    .google-logo-texto {
            font-size: 34px;
        }



    .google-estrelas {
            font-size: 24px;
        }



    .google-cards {
            grid-template-columns: 1fr;
            gap: 14px;
        }



    .google-card {
            max-width: 360px;
            width: 100%;
            margin: 0 auto;
        }



    .google-seta {
            display: none;
        }



    .secao-exames {
            padding: 56px 0 64px;
        }



    .titulo-home h2 {
            font-size: 30px;
        }



    .titulo-home p {
            font-size: 15px;
        }



    .grid-exames {
            grid-template-columns: repeat(2, 1fr);
        }



    .secao-entenda {
            padding: 56px 0;
        }



    .entenda-conteudo {
            grid-template-columns: 1fr;
            gap: 28px;
        }



    .entenda-texto {
            padding-left: 0;
            text-align: center;
        }



    .entenda-texto h2 {
            font-size: 28px;
        }



    .entenda-texto p {
            font-size: 15.5px;
            line-height: 1.7;
        }



    .btn-entenda {
            max-width: 320px;
            margin: 0 auto;
        }



    .secao-risco {
            padding: 46px 0 50px;
        }



    .risco-conteudo h2 {
            font-size: 28px;
            line-height: 1.35;
        }



    .risco-conteudo p {
            max-width: 680px;
            font-size: 15px;
            line-height: 1.75;
        }



    .secao-atendimento-covid {
            padding: 56px 0 64px;
        }



    .atendimento-covid-conteudo {
            grid-template-columns: 1fr;
            gap: 34px;
        }



    .covid-imagem {
            justify-content: center;
        }



    .covid-imagem img {
            max-width: 340px;
        }



    .covid-texto {
            max-width: 620px;
            margin: 0 auto;
            text-align: center;
        }



    .covid-texto h2 {
            font-size: 32px;
        }



    .covid-texto p {
            font-size: 15.5px;
            line-height: 1.75;
        }



    .form-grid {
            max-width: 520px;
            margin: 0 auto 26px;
        }



    .secao-noticias {
            padding: 50px 0 64px;
        }



    .noticias-topo {
            margin-bottom: 36px;
        }



    .noticias-topo h2 {
            font-size: 32px;
        }



    .noticias-topo p {
            font-size: 15.5px;
            line-height: 1.65;
        }



    .noticias-grid {
            grid-template-columns: 1fr;
            gap: 38px;
        }



    .noticia-card {
            max-width: 520px;
            margin: 0 auto;
        }



    .noticia-card img {
            height: auto;
        }



    .noticia-card h2 {
            font-size: 20px;
            line-height: 1.38;
            font-weight: 700;
        }



    .noticia-card p {
            font-size: 16px;
            line-height: 1.7;
        }



    .secao-depoimento-footer {
            background: #ffffff;
            position: relative;
            z-index: 20;
            padding: 70px 0 0;
            margin-bottom: -45px;
            overflow: visible;
        }



    .secao-depoimento-footer .container {
            position: relative;
            z-index: 30;
        }



    .depoimento-card {
            position: relative;
            z-index: 40;
            max-width: 1255px;
            min-height: 252px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 38px rgba(0, 0, 0, 0.12);
            display: grid;
            grid-template-columns: 310px 1px 1fr;
            align-items: center;
            padding: 44px 70px;
        }



    .depoimento-autor {
            text-align: center;
        }



    .icone-sorriso {
            width: 82px;
            height: 82px;
            margin: 0 auto 12px;
            border: 5px solid rgba(5, 199, 214, 0.25);
            border-radius: 50%;
            color: rgba(5, 199, 214, 0.42);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 43px;
        }



    .depoimento-autor h3 {
            font-family: var(--fonte-titulo);
            color: var(--cor-secundaria);
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 2px;
        }



    .depoimento-autor span {
            font-family: var(--fonte-principal);
            color: #222222;
            font-size: 14px;
        }



    .depoimento-divisor {
            width: 1px;
            height: 164px;
            background: #cfe1ea;
        }



    .depoimento-texto {
            display: grid;
            grid-template-columns: 46px 1fr;
            align-items: start;
            gap: 20px;
            padding-left: 56px;
        }



    .depoimento-texto i {
            color: var(--cor-secundaria);
            font-size: 28px;
            margin-top: 8px;
        }



    .depoimento-texto p {
            font-family: var(--fonte-principal);
            max-width: 730px;
            color: #52748d;
            font-size: 20px;
            line-height: 1.65;
            font-weight: 400;
        }



}

@media (max-width: 600px) {

    .hero {
                min-height: 360px;
                padding: 24px 0 54px;
                background-position: center center;
            }



    .hero h1 {
                font-size: 24px;
                line-height: 1.18;
                margin-bottom: 54px;
            }



    .hero p {
                font-size: 10.5px;
                line-height: 1.55;
                margin-bottom: 52px;
            }



    .btn-principal {
                padding: 14px 22px;
                font-size: 12px;
            }



    .destaque-item {
                padding: 32px 22px;
            }



    .grid-exames {
                grid-template-columns: 1fr;
            }



    .card-exame {
                max-width: 340px;
                margin: 0 auto;
            }



    .secao-entenda {
                padding: 46px 0;
            }



    .entenda-texto h2 {
                font-size: 25px;
            }



    .entenda-texto p {
                font-size: 15px;
            }



    .btn-entenda {
                height: 48px;
                font-size: 12px;
            }



    .secao-risco {
                padding: 40px 0 44px;
            }



    .risco-conteudo h2 {
                font-size: 25px;
            }



    .risco-conteudo p {
                font-size: 14.5px;
                line-height: 1.7;
            }



    .secao-atendimento-covid {
                padding: 46px 0 54px;
            }



    .covid-imagem img {
                max-width: 280px;
            }



    .covid-texto h2 {
                font-size: 28px;
            }



    .covid-texto p {
                font-size: 15px;
            }



    .form-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }



    .form-grid input {
                height: 46px;
            }



    .btn-form-covid {
                width: 160px;
                height: 44px;
            }



    .secao-noticias {
                padding: 44px 0 56px;
            }



    .noticias-topo h2 {
                font-size: 28px;
            }



    .noticias-topo p {
                font-size: 15px;
            }



    .noticias-grid {
                gap: 34px;
            }



    .noticia-card h2 {
                font-size: 19px;
            }



    .noticia-card p {
                font-size: 15.5px;
                line-height: 1.65;
            }



    .secao-depoimento-footer {
                padding: 42px 0 0;
                margin-bottom: -60px;
            }



    .depoimento-card {
                padding: 32px 22px;
            }



    .icone-sorriso {
                width: 72px;
                height: 72px;
                font-size: 36px;
            }



    .depoimento-autor h3 {
                font-size: 17px;
            }



    .depoimento-texto p {
                font-size: 15.5px;
                line-height: 1.65;
            }



}

@media (max-width: 420px) {

    .hero {
                    min-height: 360px;
                    padding-top: 22px;
                }



    .hero-texto {
                    max-width: 300px;
                }



    .hero h1 {
                    font-size: 23px;
                }



    .hero p {
                    max-width: 275px;
                    font-size: 10px;
                }



    .btn-principal {
                    font-size: 11.5px;
                    padding: 13px 20px;
                }



    .destaque-item h2 {
                    font-size: 21px;
                }



    .destaque-item p {
                    font-size: 14.5px;
                }



}
