:root {
    --_highlight: color-mix(in oklab, #99ffff, transparent 75%);
}

cuando-hacer-denuncia{
    min-height: 100vh;
}

.cuando-hacer-denuncia{
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: black;
    width: 100%;
}

.cuando-hacer-denuncia p{
    text-align: justify;
}

.cuando-hacer-denuncia ul li, .cuando-hacer-denuncia ol li{
    padding: 0.3rem 0;
}

.cuando-hacer-denuncia .descripcion p{
    font-size: 1.6rem;
    padding-left: 9px;
    padding-right: 120px;
    line-height: 1.3;
}


.cuando-hacer-denuncia input, .cuando-hacer-denuncia textarea{
    width: 100%;
    padding: 9px 9px;
    border-radius: 6px;
    border: 1px solid transparent ;
    margin: 9px 0;
}

.cuando-hacer-denuncia textarea:focus, input:focus{
    outline: none;
    border: 1px solid #545454;
}

.cuando-hacer-denuncia input::placeholder {
    color: #545454;
    opacity: 1; /* Firefox */
  }

.cuando-hacer-denuncia button{
    cursor: pointer;
    background-color: #eefb03;
    color: black;
    font-weight: bold;
    /* box-shadow: 0 0 0 0 rgba(100, 230, 10, 0.25); */
    border: none;
    padding: .5rem 1.2rem;
    margin: 3px 0;
    border-radius: 25px;
    transition: box-shadow 145ms cubic-bezier(.25, 0, .2, 1), outline-offset 145ms cubic-bezier(.25, 0, .2, 1);
}


.cuando-hacer-denuncia button:hover{
    box-shadow: 0 0 0 .5rem var(--_highlight);
    transition-duration: .25s;
}



.celeste{
    width: 100%;
    color: white;
    background-color: #7dbcc2;
    padding-top: 1.2rem;
}


.celeste p, .celeste h2, .celeste ul{
    margin-left: 2rem;
    margin-right: 2rem;
}


.celeste img{
    width: 80%;
}

.celeste .imagen{
    display: flex;
}

.celeste .contImage{
    /*width: 100%;*/
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.azul{
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    background-color: #071e35;
    color: white;
}

.azul h2{
    text-align: center;
}

.azul p{
    text-align: center;
}

.azul .botones{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
}

.azul .opcion{
    display: flex;
    justify-content: center;
}

.azul button{
    padding: 0.6rem 2rem;
    border-radius: 25px;
    background-color: #c4c4c4;
    border-bottom: none;
    border-width: 0;
    font-weight: bold;
}

.azul button:hover{
    cursor: pointer;
}

.amarillo{
    background-color: #eefb03 !important;
}


/*     GRID  Tablets    */
@media screen and (max-width: 992px) {
    nav .chkBtn{
        background-color: white;
    }

    .cuando-hacer-denuncia .descripcion p{
        padding: 0 9px;
    }

    .cuando-hacer-denuncia .formulario{
        padding: 0px 9px;
    }

}

/*     moviles    */
@media screen and (max-width: 576px) {
    .cuando-hacer-denuncia h1{
        padding: 0.5rem 0.9rem;
        font-size: 14vw;
    }

    .contImage img{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .azul{
        padding-left: 9px;
        padding-right: 9px;
    }

    .botones .opcion{
        padding-top: 6px;
        padding-bottom: 6px;
    }

}