body {
    color:#006097;
}

p {
    font-size: 1.5em;
}

.borde-verde {
    border-left: 1em solid #4BA300;
}

.btn-verde {
    background-color: #4BA300;
    border-color: #4BA300;
    color: white;
    font-size: 2em;
    padding: 0.25em 2em 0.25em 2em;
}

.contacto h3 {
    font-size: 3em;
}

.contacto__cuadro {
    background-color: white;
    border-radius: 20px;
    box-shadow: 10px 10px 10px black;
    color: #083974;
    margin: 2em;
    opacity: 0.75;
    padding: 1.5em;
}

.contacto__icono {
    width: 100px;
}

.contacto__texto {
    padding: 2em;
}

.contacto__texto p {
    font-size: 1em;
}

.correo {
    text-transform: lowercase;
}

.cuadrito {
    color: #006097;
    height: 20em;
    padding: 0 1.5em 0 1.5em;
    text-align: justify;
    width: 25%;
}

.cuadrito p {
    font-size: 0.75em;
}

.cuadrito__azul {
    background-color: #083974;
    color: white;
}

.cuadrito__numero {
    font-size: 3em;
}

/* .cuadritos {
    //width: 90%;
} */

.denuncia__texto {
    font-size: 1.5em;
    line-height: 2em;
    padding: 4em 2em;
}

.deptop {
    background-color: #006097;
    color: white;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.deptop__img__parent {
    padding: 5%;
}

.deptop__img {
    border-radius: 50px;
    box-shadow: 5px 5px 5px black;
    /* padding: 5%; */
}

.deptop__t1 {
    font-size: 2em;
}

.deptop__t2 {
    font-size: 1.3em;
}

.deptop__texto {
    color: #083974;
    font-size: 1.25em;
    line-height: 2em;
    padding: 7.5%;
    text-align: justify;
}

.jesus-ninos {
    align-items: center;
    background-image: url('/recursos/img/proteccion/Jesus-y-ninos.jpg');
    background-size: cover;
    color: white;
    height: 500px;
    width: 100%;
    font-size: 2em;
}

.jesus-ninos__info {
    font-size: 0.75em;
    text-align: center;
    vertical-align: middle;
}

.prevencion {
    border-radius: 10px;
    height: 8em;
    margin: 2em;
}

.prevencion__elemento-a {
    border-bottom: #024B87 20px solid;
}

.prevencion__elemento-b {
    border-bottom: #0085C2 20px solid;
}

.prevencion__elemento-c {
    border-bottom: #2DB3E2 20px solid;
}

.prevencion__elemento-aa {
    border-top: #024B87 20px solid;
}

.prevencion__elemento-ab {
    border-top: #0085C2 20px solid;
}

.prevencion__elemento-ac {
    border-top: #2DB3E2 20px solid;
}

.prevencion__texto {
    font-size: 0.9em;
}

.principal {
    height: 100%;
    position: relative;
}

.principal_img {
    background-size: cover;
    width: 99%;
}

.principal_titulo {
    /* background-color: #006097; */
    background-color: rgba(0, 96, 151, 1.0);
    /* background-blend-mode: multiply; */
    /* mix-blend-mode: multiply; */
    padding: 20px 15px 20px 15px;
    position: absolute;
}

.principal_titulo h1 {
    /* background-blend-mode: normal; */
    color: white;    
    font-size: 5em;
    font-weight:bolder;
    /* mix-blend-mode: normal; */
}

.proceso__titulo {
    color: #083974;
    font-weight: bold;
}

.proceso__titulo_grande {
    font-size: 3.5em;
    text-transform: uppercase;
}

.proceso__titulo_pequenio {
    font-size: 1.5em;
    text-transform: uppercase;
}

.quehacer-azul {
    background-color: #083974;
    color: white;
    font-size: 1.5em;
    padding: 1em 2em 1em 2em;
    text-transform: uppercase;
}

.quehacer__imagen {
    width: 90%;
}

.quehacer__texto {
    font-size: 1.5em;
    padding: 0.5em;
}

.texto-azul {
    color: #083974;
}


@media (max-width: 1024px) {
    .contacto h3 {
        font-size: 2.5em;
    }

    .contacto__cuadro {
        margin: 0;
    }

    .correo {
        font-size: 0.6em;
    }

    .cuadritos {
        flex-flow: column;
    }

    .cuadrito {
        width: 100%;
    }

    .jesus-ninos {
        background-repeat: no-repeat;
        /* background-size: 100%; */
        font-size: 1em;
        padding: 0;
        vertical-align: top;
    }

    .principal_titulo {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .principal_titulo h1 {
        font-size: 2em;
    }
}