.investigaciones{
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;*/
    max-width: 1300px;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.investigaciones h1{
    padding: 1rem 2rem;
    font-size: 2rem;
    color: #a1c854;
}

.investigaciones h2{
    padding: 1rem 0rem;
    font-size: 2rem;
}

.investigaciones p{
    padding: 1rem 2rem;
    /* text-align: justify; */
    /* text-justify: inter-word;*/
    font-size: 1.2rem;
    margin: 0;
}

.investigaciones ul, .investigaciones ol{
    font-size: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-top: 3px;
}

.investigaciones ul li, .investigaciones ol li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 26px;
}

.investigaciones .caja-grafico{
    position: relative;
    width: 100%;
}

.investigaciones .tituloGrafico{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 12px;
}

.investigaciones .grafico{
    width: 100%;
}

.investigaciones .caja1, .investigaciones .caja2, .investigaciones .caja3, .investigaciones .caja4, .investigaciones .caja5, .investigaciones .caja6{
    height: 500px;
}

.victimas .izquierda{
    /* padding-right: 12px;*/
    text-align: justify;
    font-size: 1.2rem;
}

.victimas .derecha{
    text-align: justify;
    font-size: 1.2rem;
}

.azul{
    width: 100%;
    min-height: 100vh;
    color: white;
    background-color: #071e35;
}

.azul .caja{
    padding-top: 3.6rem;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-left: 3rem;
    padding-right: 3rem;
}



.contexto h2 {
    color: #071e35;
}

.contexto p{
    text-align: justify;
}

.contexto .cajaPadre{
    display: flex;
    align-items: center;
    height: 100%;
}

.contexto .caja{
    margin-top: auto;
    margin-bottom: auto;
}

.contexto img{
    max-width: 100%;
}

.desplazamiento p{
    padding-left: 18px;
    padding-right: 18px;
}

.celeste{
    min-height: 100vh;
    width: 100%;
    background-color: #7dbcc2;
    color: white;
}

.celeste h2{
    font-size: 2.6rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.celeste p{
    padding-left: 2.4rem;
    padding-right: 3.3rem;
}

.celeste .box{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.celeste img{
    max-width: 100%;
}


/* Tablet */
/*     GRID  Tablets    */
@media screen and (max-width: 992px) {
    .investigaciones{
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        max-width: 100%;
        overflow-x: hidden;
    }

    .investigaciones ol{
        margin-left: 0rem;
    }

    .investigaciones ol li{
        margin-left: -1rem;
    }

    .graficos .izquierda{
        padding: 0 9px;
    }
}

/*     moviles    */
@media screen and (max-width: 576px) {
    .investigaciones h1{
        padding: .5rem .3rem;
        font-size: 12vw;
    }

    .investigaciones h2{
        font-size: 10vw;
    }

    .investigaciones p{
        padding: .3rem .3rem;
    }

    .investigaciones .caja-grafico{
        margin-left: -1rem;
    }

    .investigaciones .grafico{
        position: absolute;
        left: 0;
        margin-left: 3px;
        margin-right: 3px;
        height: 100%;
    }

    .investigaciones .caja1, .investigaciones .caja2, .investigaciones .caja3, .investigaciones .caja4, .investigaciones .caja5, .investigaciones .caja6{
        height: 230px;
    }

    .azul .caja{
        padding: 3px 9px;
    }

    .celeste p{
        padding: 0px 9px;
    }
}