    /* HOME_CAJA_1*/
        .height_100{
            height: 100%;
        }
        .loopAzulGrande_extra::before{
            left: 12%;
            top: 4%;
            width: 80%;
            height: 80%;
            z-index: 1;
            opacity: 0.38;
        }
        .loopFondoEntero::before{
            background-image: url(./../images/loopFondoEntero.png);
        }
        #box_0.fondoPrincipal{
            overflow: visible;
        }
        /* ROW_1 */
            #home_row_1.home_1_row_1{
                margin-top: 10vh;
            }
            #home_row_1 .col_1{
                padding-left: 4vw;
                height: 100%;
            }
            #caja_1_1_d p.titulo_caja{
                margin-right: 4vw;
            }
            #home_row_1 .col_2{
                height: 100%;
            }
            #caja_1_1_d p.texto_caja{
                text-align: justify;
                margin-right: 4vw;
            }
            /* HOMBRE SENTADO */
            #home_row_1 .hombre_sentado_caja_1{
                width: 100%;
            }

        /* ROW_2 */
            /* PANTALLA */
            #home_row_2 .pantalla_caja_1{
                width: 100%;
                padding: 4vh 0.3vw;
            }
            #home_row_2 .col_4{
                text-align: right;
            }
            #home_row_2 .ravensight_img{
                height: auto;
                width: 50%;
                padding: 25px 0px 10px 30px;
            }

    /* END CAJA_1 */
    /* CAJA_2 */
    .fondoAzulFranja_extra::before{
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
    }
    .fondoAzulFranja::before{
        background-image: url(./../images/fondoAzulFranja.png);
    }

        /* COL_1 */
        /*#home_box_2 .col_1{
            padding: 10vh 0vw 0vh 8vw;
        }*/
        #caja_2_2_d p.texto_caja{
            text-align: justify;
            margin-right: 4vw;
        }
        
        /* COL_2 */
        #home_box_2 .col_2{
            padding-top: 19vh;
        }
        .raven_caja_2{
            width: 100%;
            height: auto;
        }
    /* END CAJA_2 */

    /* CAJA_3 */
    .fondoAzul_extra::before{
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
    }
    .fondoAzul::before{
        background-image: url(./../images/fondoAzul.png);
    }
        /* COL_1 */
        #home_box_3 .col_1{
            padding: 5vh 0vw 0vh 5vw;
        }
        #caja_3_2_d p.texto_caja{
            text-align: justify;
            margin-right: 4vw;
        }
        /* COL_2 */
        .lupa_caja_3{
            width: auto;
            height: 75vh;
            margin-bottom: -28vh;
        }
    /* END CAJA_3 */

    /* CAJA_4 */
    .loopFondoMedio_extra::before{
        left: 0%;
        top: 15%;
        bottom: 0%;
        width: 100%;
        height: 85%;
        z-index: 1;
        opacity: 1;
        background-position: 191px 0px;
    }
    .loopFondoMedio::before{
        background-image: url(./../images/loopFondoMedio.png);
    }
    #home_box_4 .home_row_1{
        margin-bottom: 0vh;
    }
        /* COL_1 */
        #home_box_4 .col_2{
            padding-top: 14vh;
            margin-bottom: 2vh;
        }
    /* END CAJA_4 */






    /*RESPONSIVE*/

    /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #home_box_4 #caja_4_1_d img{
        height: 24vh;
        width: auto;
        margin: 24vh 0vw -1vh -10vw;
        position: fixed;
    }
    #home_box_4 .col_2{
        text-align: left;
    }
    #caja_4_1_d{
        margin-bottom: -8vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #home_box_4 #caja_4_1_d img{
        height: 23vh;
        width: auto;
        margin: 23vh 0vw -1vh -10vw;
        position: fixed;
    }
    #home_box_4 .col_2{
        text-align: left;
    }
    #caja_4_1_d{
        margin-bottom: -7vh;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
    #home_box_4 #caja_4_1_d img{
        height: 29vh;
        width: auto;
        margin: 16vh 0vw -1vh 0vw;
        position: fixed;
    }
    #home_box_4 .col_2{
        text-align: left;
    }
    #caja_4_1_d{
        margin-bottom: -7vh;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #home_box_4 #caja_4_1_d img{
        height: 40vh;
        width: auto;
        margin: 8vh 0vw -1vh -10vw;
        position: fixed;
    }
    #home_box_4 .col_2{
        text-align: right;
    }
    #caja_4_1_d{
        margin-bottom: -6vh;
    }
}

    /* @media screen and (max-width: 700px){
        .caja_1_col_1{
            width: 100% !important
        }
        .caja_1_col_2{
            width: 100% !important;
        }
        .caja_1_col_3{
            width: 100% !important;
        }
        .caja_1_col_4{
            width: 100% !important;
        }

        .hombre_sentado_caja_1 {
            width: 75%;
            position: absolute;
            margin-left: 15vh;
            margin-bottom: 10vh;
            margin-top: -30vw;
            z-index: 5;
        }
        .caja_1_col_1{
            margin-top: -10vh;
        }
        .row .col.l6.caja_2_col_2{
            padding-top: 5vh;
        }
        .row .col.caja_4_col_2{
            position: absolute;
            padding: 5vh 0px 0px 0px;
        }
        .enlaces_footer ~ .col.l5.s12{
            margin-left: 0vh;
        }

    } */