/* =========================================================
LGPD
Hospital Dr. Adolfo Bezerra de Menezes
========================================================= */


/* =========================================================
RESET
========================================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter', sans-serif;

    color:#13233b;

    background:#fff;

    overflow-x:hidden;

    line-height:1.6;
}

.container{
    width:90%;
    max-width:1300px;

    margin:0 auto;
}

section{
    padding:70px 0;
}



/* =========================================================
HERO
========================================================= */

.hero-lgpd{
    min-height:62vh;

    display:flex;
    align-items:center;

    background:
        linear-gradient(
            rgba(19,35,59,.76),
            rgba(19,35,59,.76)
        ),
        url("../Imagens/teste1.png");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;
}

.hero-content{
    color:#fff;
}

.hero-content span{
    display:inline-block;

    margin-bottom:18px;

    color:#67cbbf;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.hero-content h1{
    max-width:850px;

    margin-bottom:22px;

    font-size:58px;

    font-weight:800;

    line-height:1.1;
}

.hero-content p{
    max-width:720px;

    font-size:19px;

    line-height:1.8;

    opacity:.96;
}



/* =========================================================
TÍTULO
========================================================= */

.titulo{
    max-width:850px;

    margin:0 auto;

    text-align:center;
}

.titulo span{
    display:block;

    margin-bottom:14px;

    color:#67cbbf;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.titulo h2{
    margin-bottom:16px;

    color:#13233b;

    font-size:40px;

    font-weight:800;

    line-height:1.25;
}

.titulo p{
    color:#667085;

    font-size:17px;

    line-height:1.8;
}



/* =========================================================
INTRODUÇÃO
========================================================= */

.lgpd-intro{
    padding-bottom:55px;

    background:#fff;
}



/* =========================================================
SEÇÃO PRINCIPAL
========================================================= */

.lgpd-section{
    background:#f7f9fb;
}



/* =========================================================
TÍTULO DA CATEGORIA
========================================================= */

.categoria-titulo{
    max-width:850px;

    margin-bottom:40px;

    padding-bottom:20px;

    border-bottom:1px solid #e1e9ed;
}

.categoria-titulo span{
    display:block;

    margin-bottom:8px;

    color:#67cbbf;

    font-size:12px;

    font-weight:700;

    letter-spacing:1.8px;

    text-transform:uppercase;
}

.categoria-titulo h2{
    margin-bottom:10px;

    color:#13233b;

    font-size:34px;

    font-weight:800;

    line-height:1.2;
}

.categoria-titulo p{
    color:#667085;

    font-size:15px;

    line-height:1.7;
}



/* =========================================================
CARDS LGPD
========================================================= */

.lgpd-card{
    display:flex;

    gap:28px;

    margin-bottom:18px;

    padding:30px;

    background:#fff;

    border:1px solid #e2ebef;

    border-radius:16px;

    box-shadow:
        0 5px 18px rgba(19,35,59,.045);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.lgpd-card:hover{
    transform:translateY(-3px);

    border-color:#67cbbf;

    box-shadow:
        0 10px 28px rgba(19,35,59,.08);
}



/* =========================================================
ÍCONE DOS CARDS
========================================================= */

.card-icone{
    width:58px;
    height:58px;

    min-width:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:14px;

    background:rgba(103,203,191,.11);

    font-size:27px;
}



/* =========================================================
CONTEÚDO DOS CARDS
========================================================= */

.card-conteudo{
    flex:1;

    min-width:0;
}

.card-label{
    display:block;

    margin-bottom:7px;

    color:#67cbbf;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.5px;

    text-transform:uppercase;
}

.card-conteudo h3{
    margin-bottom:14px;

    color:#13233b;

    font-size:21px;

    font-weight:800;

    line-height:1.35;
}

.card-conteudo p{
    margin-bottom:10px;

    color:#667085;

    font-size:15px;

    line-height:1.8;
}

.card-conteudo strong{
    color:#13233b;

    font-weight:700;
}



/* =========================================================
LISTA DOS CANDIDATOS
========================================================= */

.lista-lgpd{
    margin-top:12px;

    padding-left:22px;
}

.lista-lgpd li{
    margin-bottom:10px;

    padding-left:5px;

    color:#667085;

    font-size:15px;

    line-height:1.7;
}

.lista-lgpd li::marker{
    color:#67cbbf;
}



/* =========================================================
AVISO
========================================================= */

.aviso{
    display:flex;

    align-items:center;

    gap:10px;

    margin-top:18px;

    padding:12px 15px;

    border-radius:10px;

    background:#f3faf9;

    border:1px solid #dcefeb;
}

.aviso-icone{
    width:28px;
    height:28px;

    min-width:28px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#67cbbf;

    color:#fff;

    font-size:14px;

    font-weight:700;
}

.aviso p{
    margin:0;

    color:#52616f;

    font-size:13px;
}



/* =========================================================
DPO
========================================================= */

.dpo-section{
    background:#fff;
}

.dpo-card{
    display:flex;

    align-items:center;

    gap:30px;

    max-width:1000px;

    margin:0 auto;

    padding:35px;

    background:#13233b;

    border-radius:20px;

    box-shadow:
        0 15px 40px rgba(19,35,59,.14);
}

.dpo-icone{
    width:76px;
    height:76px;

    min-width:76px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:rgba(103,203,191,.13);

    font-size:34px;
}

.dpo-conteudo{
    flex:1;
}

.dpo-conteudo > span{
    display:block;

    margin-bottom:8px;

    color:#67cbbf;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.7px;

    text-transform:uppercase;
}

.dpo-conteudo h2{
    margin-bottom:12px;

    color:#fff;

    font-size:28px;

    font-weight:800;

    line-height:1.3;
}

.dpo-conteudo > p{
    margin-bottom:25px;

    color:rgba(255,255,255,.78);

    font-size:15px;

    line-height:1.8;
}



/* =========================================================
CONTATO DPO
========================================================= */

.dpo-contato{
    display:flex;

    gap:30px;

    flex-wrap:wrap;
}

.contato-item{
    display:flex;

    align-items:center;

    gap:10px;
}

.contato-icone{
    width:38px;
    height:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:9px;

    background:rgba(103,203,191,.12);

    color:#67cbbf;

    font-size:17px;
}

.contato-item small{
    display:block;

    margin-bottom:2px;

    color:rgba(255,255,255,.55);

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:1px;
}

.contato-item a,
.contato-item strong{
    color:#fff;

    font-size:14px;

    font-weight:600;

    text-decoration:none;
}

.contato-item a:hover{
    color:#67cbbf;
}



/* =========================================================
SEÇÃO FINAL
========================================================= */

.lgpd-final{
    padding:75px 0;

    background:#f7f9fb;
}

.final-conteudo{
    max-width:700px;

    margin:0 auto;

    text-align:center;
}

.final-conteudo > span{
    display:block;

    margin-bottom:10px;

    color:#67cbbf;

    font-size:12px;

    font-weight:700;

    letter-spacing:1.8px;

    text-transform:uppercase;
}

.final-conteudo h2{
    margin-bottom:15px;

    color:#13233b;

    font-size:34px;

    font-weight:800;

    line-height:1.25;
}

.final-conteudo p{
    margin-bottom:25px;

    color:#667085;

    font-size:16px;

    line-height:1.8;
}



/* =========================================================
BOTÃO
========================================================= */

.btn-lgpd{
    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:50px;

    padding:12px 24px;

    border-radius:40px;

    background:#67cbbf;

    color:#fff;

    text-decoration:none;

    font-size:14px;

    font-weight:700;

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.btn-lgpd:hover{
    transform:translateY(-3px);

    background:#58beb2;

    box-shadow:
        0 8px 20px rgba(103,203,191,.25);
}



/* =========================================================
RESPONSIVO
========================================================= */

@media(max-width:900px){

    .hero-content h1{
        font-size:50px;
    }

    .dpo-card{
        align-items:flex-start;
    }

}


@media(max-width:768px){

    section{
        padding:55px 0;
    }

    .hero-lgpd{
        min-height:55vh;
    }

    .hero-content h1{
        font-size:42px;
    }

    .hero-content p{
        font-size:17px;
    }

    .titulo h2{
        font-size:33px;
    }

    .categoria-titulo h2{
        font-size:29px;
    }

    .lgpd-card{
        padding:24px;

        gap:20px;
    }

    .card-conteudo h3{
        font-size:19px;
    }

    .dpo-card{
        flex-direction:column;

        padding:28px;
    }

    .dpo-conteudo h2{
        font-size:25px;
    }

}


@media(max-width:550px){

    .hero-content h1{
        font-size:36px;
    }

    .hero-content p{
        font-size:16px;
    }

    .titulo h2{
        font-size:28px;
    }

    .categoria-titulo h2{
        font-size:26px;
    }

    .lgpd-card{
        flex-direction:column;

        padding:22px;
    }

    .card-icone{
        width:50px;
        height:50px;

        min-width:50px;

        font-size:23px;
    }

    .card-conteudo h3{
        font-size:18px;
    }

    .card-conteudo p,
    .lista-lgpd li{
        font-size:14px;
    }

    .dpo-card{
        padding:23px;
    }

    .dpo-conteudo h2{
        font-size:23px;
    }

    .dpo-contato{
        flex-direction:column;

        gap:18px;
    }

    .final-conteudo h2{
        font-size:28px;
    }

}