@charset "utf-8";

@media screen and (max-width: 1144px) {
    #introducao {
        display: grid;
        grid-template-columns: 100% auto;
        height: 85vh;
    }
    
    #intro-text {
        background-color: #00697A;
        height: 100%;
    }
    
    #intro-image {
        height: 100%;
        background-image: url(../../../imagens/rpg-introducao-image.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    #intro-header {
        position: relative;
        width: fit-content;
        margin: auto;
        height: 0em;
        transform: translateY(15vh);
    }
    
    #intro-header-top {
        font-family: "K2D", Arial, Helvetica, sans-serif;
        color: #DFC592;
        width: fit-content;
        margin: auto;
        margin-bottom: 5px;
        font-size: 30px;
    }
    
    #intro-header-top::before {
        content: "";
        display: block;
        width: 120%;
        height: 1px;
        background-color: white;
        transform: translate(-10%, 1.4em);
    }
    
    #intro-header-main {
        font-family: "K2D", Arial, Helvetica, sans-serif;
        font-size: 50px;
        font-weight: 300;
        text-shadow: 4px 2px 5px rgb(0, 0, 0, 0.54);  
        color: white;
    }
    
    #intro-footer {
        background-color: #1B555C;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        top: calc(100% - 9em);
        height: 9em;
    }
    
    #intro-footer::before, #intro-footer::after {
        content: "";
        display: block;
        position: relative;
        background-color: #1B555C;
        height: 4px;
    }
    
    #intro-footer::before {
        top: -3em;
        left: 20%;
        width: 60%;
    }
    #intro-footer::after {
        top: -9em;
        left: 10%;
        width: 80%;
    }
    
    #intro-footer > p {
        color: white;
        font-family: "Magra";
        font-size: 21px;
        text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.445);
        margin-bottom: 10px;
        margin-left: 20px;
    }
    
    #intro-footer > p::before {
        content: "";
        display: block;
        height: 2px;
        width: 2em;
        background-color: #FFC452;
        transform: translateY(1.5em);
    }
    
    .main-h2 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        padding: 1em;
        font-family: "K2D", Arial, Helvetica, sans-serif;
    }

    .box {
        margin: auto;
        text-align: justify;
    }
    
    #explicacao-box-text {
        font-family: "Kulim Park", Arial, Helvetica, sans-serif;
        text-align: justify;
        margin: auto;
        font-size: 20px;
        width: 90%;
    }
    
    #explicacao-box-image {
        background-image: url(../../../imagens/fotodepilacao-box-image.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 1em;
        width: 95%;
        height: 20em;
    }

    #beneficios {
        background-color: #F5FAFF;
    }
    
    #beneficios > h2 {
        font-size: 35px;
        padding: 1.2em;
    }
    
    #beneficios-box-text {
        display: flex;
        align-items: center;
        font-family: "Kulim Park", Arial, Helvetica, sans-serif;
        font-size: 20px;
        text-align: justify;
        margin: auto;
        width: 90%;
    }
    
    #beneficios-box-text > ol {list-style-type: none; counter-reset: numb;}

    #beneficios-box-text > ol > li {
        margin-bottom: 20px;
        hyphens: auto;
    }
    
    #beneficios-box-text > ol > li::before {
        counter-increment: numb;
        content: counter(numb)". ";
        font-weight: bold;
    }

    #contraindicacoes {
        height: fit-content;
    }
    
    #contraindicacoes-box {
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1em;
        height: fit-content;
        width: 80%;
    }
    
    .contraindicacoes-item {
        height: 13em;
        width: 15em;
    }
    
    .contraindicacoes-item::before {
        content: "";
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 10em;
        margin-left: 1em
    }
    
    .contraindicacoes-item::after {
        content: "";
        display: block;
        position: relative;
        font-family: "Ledger", Arial, Helvetica, sans-serif;
        font-size: 25px;
        text-align: center;
    }
    
    #ci-item1::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-gravidez.svg);}
    #ci-item2::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-herpes.svg);}
    #ci-item3::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-bronze.svg);}
    #ci-item4::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-doenca.svg);}
    #ci-item5::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-sol.svg);}
    #ci-item6::before{background-image: url(../../../imagens/fotodepilacao-contraindicacoes-cera.svg);}
    
    #ci-item1::after{content: "Gravidez"}
    #ci-item2::after{content: "Herpes"}
    #ci-item3::after{content: "Pele Bronzeada ou Queimada"}
    #ci-item4::after{content: "Eczema ou Psoríase"}
    #ci-item5::after{content: "Exposição ao Sol"}
    #ci-item6::after{content: "Depilação com Cera"}

    #consulta {
        position: relative;
        margin-top: 4em;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
    }
    
    #consulta-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: auto;
    }
    
    #consulta-text > h2 {
        width: 95%;
        align-self: center;
        text-align: center;
        font-size: 35px;
        margin-bottom: 20px;
        font-weight: 500;
        font-family: "K2D", Arial, Helvetica, sans-serif;
    }
    
    #consulta-text > p {
        font-size: 20px;
        font-family: "K2D", Arial, Helvetica, sans-serif;
        text-align: justify;
    }
    
    #consulta-text > a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Kulim Park", Arial, Helvetica, sans-serif;
        font-size: 18px;
        background-color: #00697A;
        color: white;
        text-decoration: none;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 3.5em;
        width: 12.5em;
    }
}