
/* CAJA 1 */
    /* ROW */
    #raven_box_1{
        margin-top: 10vh;
    }
    #raven_box_1 .ravensight_img{
        width: 50%;
        height: auto;
    }

/* END CAJA 1 */

/* CAJA 2 */
    /* TITULO */
    .titulo_raven{
        font-size: 2vh;
        margin: 1vh 1vw;
    }
    .titulo2_raven{
        font-size: 4.6vh;
        margin: 1vh 2vw;
    }

    /* CARDS COMUNES */
    .raven_card_1{
        text-align: center;
        height: 0vh;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .raven_card_2 {
        text-align: center;
        height: 0vh;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s, opacity 0.3s linear;
    }
    #raven_cards .card:hover .raven_card_2, #raven_box_3 .card:hover .raven_card_2{
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    #raven_cards .card:hover .raven_card_1, #raven_box_3 .card:hover .raven_card_1{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s, opacity 0.3s linear;
    }
    /* CARD 1*/
        #raven_cards .card{
            height: 30vh;
            width: auto;
            margin: 4vh 3vw;
        }
        #raven_cards .row{
            margin: 0vh 0vw;
            height: 24vh;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
        #raven_cards .raven_card_2 .col_2{
            width: 100%;
        }
        #raven_cards .raven_card_1 .titulo_caja{
            font-size: 3vh;
        }
        #raven_cards .raven_card_2 .titulo_caja{
            font-size: 1.8vh;
        }
        #raven_cards .raven_card_2 .texto_caja{
            font-size: 1.5vh;
        }
        #raven_cards img{
            float: right;
            width: 8vh;
            height: auto;
        }
        #raven_cards .raven_card_2{
            margin-top: 2vh;
        }


        /* CARROUSEL */
        #raven_carousel p.texto_caja.amarillo{
            font-size: 1.8vh;
            font-weight: 700;
        }
        #raven_carousel p.titulo_caja{
            font-size: 3.7vh;
        }
        #raven_carousel p.texto_caja{
            font-size: 1.6vh;
        }
        #raven_carousel .col_1{
            text-align: left;
        }


        /* INTEGRACION */
        #integracion_total{
            height: 47vh;
            width: auto;
            line-height: 2vh;
            margin: 0vh auto;
            text-align: center;
        }
        #integracion_total .col_1{
            margin-top: 10%;
            text-align: left;
            text-align: justify;
        }
        #integracion_total .col_2{
            vertical-align: middle;
        }
        #integracion_total .col_2 img{
            width: 20vw;
        }

        /* CARDS_2 */
        #raven_box_3 .row_1{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            height: auto;
            width: 70vw;
        }
        #raven_box_3 .col_1{
            margin: 1vh;
        }
        #raven_box_3 .card{
            height: 26vh;
            width: auto;
            box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 50%);
        }
        #raven_box_3 .card-content{
            padding: 0;
            border-radius: 0;
        }
        #raven_box_3 .raven_card_1 p.texto_caja{
            padding: 10vh 1vw;
            font-size: 1.9vh;
        }
        #raven_box_3 .card .card-content p {
            margin-top: 0;
        }
        #raven_box_3 .raven_card_2 p.texto_caja{
            text-align: justify;
            padding: 3vh 1vw;
        }
        #raven_box_3 .raven_card_2{
            padding: 6vh 1vw;
            width: auto;
            height: 26vh;
        }
        
        /* VALOR AÑADIDO */




    /* ROW 2 */
    .responsive-video.video_raven{
        max-width: 95%;
        height: auto;
    }
    #raven_carousel .p_raven{
    font-size: 1.7vh;
    color: rgb(40, 40, 40);
    font-weight: 600;
    }
    .carousel .indicators .indicator-item {
            background-color: #3FBFEF;
        }
    .carousel-item{
        flex-wrap: wrap;
    }

/* END CAJA 2 */

/* CAJA 3 */
.card_ravensight_caja_3{
    width: 31vh;
    height: 30vh;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 50%);
}
.raven_card_2_caja_3{
    padding-top: 5.7vh;
    width: 31vh;
    height: 30vh;
    margin-left: -2.6vh;
}
.card_derecha{
    display: flex;
    justify-content: flex-end;
}
.card_izquierda{
    display: flex;
    justify-content: flex-start;
}
.card_centrado{
    display: flex;
    justify-content: center;
}

/* END CAJA 3 */

/* CAJA 4 */
    #form_empleo .medio{
        font-weight: 700;
    }


    #valor_añadido__img_1:hover ~ #valor_añadido__img_1_texto,
    #valor_añadido__img_2:hover ~ #valor_añadido__img_2_texto,
    #valor_añadido__img_3:hover ~ #valor_añadido__img_3_texto,
    #valor_añadido__img_4:hover ~ #valor_añadido__img_4_texto{
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    #valor_añadido__img_1_texto,
    #valor_añadido__img_2_texto,
    #valor_añadido__img_3_texto,
    #valor_añadido__img_4_texto{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s, opacity 0.3s linear;
    }

    /* FORM */

    .texto_imput{
        font-size: 13px;
        font-weight: 700;
        padding-left: 25px !important;
        color: #333;
    }
    input[type=text].input_raven,
    input[type=email].input_raven,
    textarea.input_raven{
        background-color: #DFEFF9;
        height: 55px;
        border: 1px solid #dadfe4;
        width: 95%;
    }
    input[type=text].input_raven:focus,
    input[type=email].input_raven:focus,
    textarea.input_raven:focus{
        border: 1px solid #818a91 !important;
        box-shadow: none !important;
    }
    input[type=text].input_raven::placeholder,
    input[type=email].input_raven::placeholder,
    textarea.input_raven::placeholder{
        color: #6a6d6e;
    }
    textarea.input_raven::placeholder{
        padding-top: 10px;
        font-size: 15px;
    }
    textarea.textarea_raven{
        margin: 0vh;
        height: 17vh;
        width: 100%;
    }
    textarea.texto_imput_texarea{
        padding: 2.5vh;
        font-size: 1.5vh;
        font-weight: 700;
        color: #333;
    }
    #demo_form .checkbox_texto{
        font-size: 1.3vh;
        font-weight: 700;
        color:#6a6d6e;
    }
    [type="checkbox"].filled-in:checked+span:not(.lever):after {
        border: 2px solid #3FBFEF;
        background-color: #3FBFEF;
    }
    .btn_caja.btn_form_raven:hover{
        border: 1px solid #0E4554;
        background-color: #0E4554;
        color: white;
        transition: background-color 0.6s;
    }
    .btn_caja.btn_form_raven:focus{
        background-color: #EF7D34;
    }
    .col_button_form_raven{
        text-align: center;
        margin-bottom: 2vh;
    }

    /*.valor_img_1:hover {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }*/
/* END CAJA 4 */


/* RESPONSIVE */
   /* Extra small devices (phones, 600px and down) */
   @media only screen and (max-width: 600px) {
    #raven_box_2 .row_carousel{
        height: 80vh;
    }
    #raven_cards .card{
        height: 48vh;
    }
    #raven_carousel{
        height: 120vh !important;
    }
    .height_texto{
        height: 20vh;
        margin: 0vh 3vh;
    }
    .img_valor_añadido {
        width: 22vh;
        height: auto;
        margin-left: 20vw;
    }

    /* form */
    #form_empleo{
        width: 88vw;
        margin: 0vh 6vw;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #raven_box_2 .row_carousel{
        height: 80vh;
    }
    #raven_carousel{
        height: 80vh !important;
    }
    .height_texto{
        height: 13vh;
        margin: 0vh 0vh;
    }
    .img_valor_añadido {
        width: 22vh;
        height: auto;
        margin-left: 0vw;
    }

    /* form */
    #form_empleo{
        width: 88vw;
        margin: 0vh 6vw;
    }

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
    #raven_box_2 .row_carousel{
        height: 50vh;
    }
    #raven_carousel{
        height: 50vh !important;
    }
    .height_texto{
        height: 20vh;
        margin: 0vh 0vh;
    }
    .img_valor_añadido {
        width: 22vh;
        height: auto;
        margin-left: 0vw;
    }

    /* form */
    #form_empleo {
        width: 55vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

/* Large devices (laptops/desktops, 1050px and up) */
@media only screen and (min-width: 1050px) {
    #raven_box_2 .row_carousel{
        height: 50vh;
    }
    #raven_carousel{
        height: 50vh !important;
    }
    .height_texto{
        height: 15vh;
        margin: 0vh 3vh;
    }
    .img_valor_añadido{
        width: 22vh;
        height: auto;
        margin-left: 1vw;
    }

    /* form */
    #form_empleo {
        width: 55vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

}

/* CARDS_2 */
@media only screen and (min-width: 1201px) {
    #raven_box_3 .row .col.xl4 {
    width: 30%;
    }
}



