/* CAJAS PRINCIPALES */
    /* CAJA1 */
    #ciber_box_0{
        width: 100%;
        margin-bottom: 10vh;
    }
    .fondoAzulSesgado_extra::before{
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
    }
    .fondoAzulSesgado::before{
        background-image: url(./../images/fondoAzulSesgado.png);
    }
    #ciber_box_0 .container{
        width: auto;
    }

    /* TITULO */
    #ciber_box_0 .row_1{
        display: flex;
        flex-wrap: wrap;
        height: 35vh;
        width: auto;
    }
    #ciber_box_0 .col_1{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    #ciber_box_0 .titulo_ciber{
        font-size: 2.3vh;
        font-weight: bold;
        text-align: justify;
        line-height: 1.4em;
        margin-top: 7vh;
    }
    #ciber_box_0 .col_2{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    #ciber_box_0 .logoBlanco{
        width: 60%;
        height: auto;
    }

    /*CARRUSEL*/   
    #ciber_box_0 .row_2{
        width: auto;
    }
    #ciber_box_0 .row_carousel{
        display: flex;
        flex-wrap: wrap;
    }

        /* INDICATORS */
        .carousel .indicators .indicator-item.active {
            background-color: #EF7D34;
        }
        
        /* CAROUSEL 1 */
        #ciber_box_0 .carrousel_1_ciber{
            height: 60%;
        }
        #ciber_box_O .carousel_1_ciber_logo{
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-content: space-around;
        }
        .img_carousel_ciber_0{
            height: 18vh;
            width: auto;
        }

        /* CAROUSEL 2 AL 7 */
        #ciber_box_0 .titulo_carousel_ciber{
            font-size: 5vh;
            font-weight: bold;
            text-align: left;
            margin-right: 4vw;
            line-height: 1.2em;
        }
        #ciber_box_0 .texto_carousel_ciber{
            font-size: 1.7vh;
            font-weight: 400;
            text-align: justify;
            margin-right: 4vw;
            line-height: 1.3em;
        }
        #ciber_box_0 .carousel_ciber_logo{
            display: flex;
            justify-content: space-around;
            align-content: center;
            flex-wrap: wrap;
        }
        #ciber_box_0 .carousel_ciber_logo img{
            height: 22vh;
            width: auto;
        }
    /* END CAJA_1 */

    /* CAJA_2 */
    .loopCompaniaCiber_extra::before{
        left: 0%;
        top: 0%;
        width: 100%;
        height: 90%;
        z-index: 1;
        opacity: 0.38;
        text-align: left;
        background-position: -50px 15px;
    }
    .loopCompaniaCiber::before{
        background-image: url(./../images/loopCompaniaCiber.png);
    }

    #ciber_box_1 .card{
        background-color: #459FDC;
        height: auto;
    }
    #ciber_box_1 .titulo{
        text-align: center;
        font-size: 5vh;
        margin: 1vh 1vw 4vh 1vw;
        color: #113D49;
    }
    #ciber_box_1 .card-content .row{
        margin-bottom: 0;
        height: 48vh;
        display: flex;
        flex-wrap: wrap;
    }
    #ciber_box_1 .card .col_1{
        height: auto;
    }
    #ciber_box_1 .card-title{
        font-weight: 700;
        font-size: 2.5vh;
        line-height: 22px;
        margin-bottom: 4vh;
    }

    #ciber_box_1 .card-content p{
        font-size: 2vh;
        text-align: justify;
        line-height: 22px;
    }

    #ciber_box_1 .card .col_2{
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    #ciber_box_1 .card .col_2 img{
        position: absolute;
        height: 10vh;
        width: auto;
        bottom: 2vh;
        right: 1.5vw;
    }


/* RESPONSIVE */
   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #ciber_box_0 {
        height: 130vh;
    }
    #ciber_box_0 .container {
        height: 115vh;
    }
    #ciber_box_0 .row_2 {
        height: 75vh;
    }
    #id_carousel_ciber {
        height: 78vh !important;
    }
    #ciber_box_0 .row_carousel {
        height: 72vh;
    }
    #ciber_box_0 .carousel_ciber_logo img {
        height: 15vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #ciber_box_0 {
        height: 123vh;
    }
    #ciber_box_0 .container {
        height: 115vh;
    }
    #ciber_box_0 .row_2 {
        height: 73vh;
    }
    #id_carousel_ciber {
        height: 70vh !important;
    }
    #ciber_box_0 .row_carousel {
        height: 62vh;
    }
    #ciber_box_0 .row_carousel .carousel_ciber{
        height: 35vh;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
    #ciber_box_0 {
        height: 130vh;
    }
    #ciber_box_0 .container {
        height: 115vh;
    }
    #ciber_box_0 .row_2 {
        height: 75vh;
    }
    #id_carousel_ciber {
        height: 75vh !important;
    }
    #ciber_box_0 .row_carousel {
        height: 72vh;
    }
    #ciber_box_0 .row_carousel .carousel_ciber{
        height: 35vh;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #ciber_box_0 {
        height: 100vh;
    }
    #ciber_box_0 .container {
        height: 100vh;
    }
    #ciber_box_0 .row_2 {
        height: 48vh;
    }
    #id_carousel_ciber {
        height: 45vh !important;
    }
    #ciber_box_0 .row_carousel {
        height: 40vh;
    }
    #ciber_box_0 .row_carousel .carousel_ciber{
        height: 38vh;
    }
}

