/* PRINCIPALES */
/*html{
    box-sizing: border-box !important;
}*/
html{
    font-size: 16px;
}
body {
    /* display: flex;
    flex-direction: column; */
    font-family: "Montserrat Medium",Sans-serif !important;
}



/* =======================================> MAQUETACION <========================================== */
.MAQUETACION_VERDE{
    border: 2px solid green;
}
.MAQUETACION_AMARILLO{
    border: 2px solid yellow;
    padding: 0.1vh;
}
.MAQUETACION_ROJO{
    border: 2px solid red;
}
.MAQUETACION_AZUL{
    border: 2px solid blue;
}


/* ====================================> DIVS PRINCIPALES <========================================= */
.contenedor_total{
    height: 100%;
    width: 100%;
    margin-top: 4em;
}
.contenedor_secundario{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.fondoPrincipal{
    position: relative;
    overflow: hidden;
}
.fondoPrincipal::before{
    content: ' ';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
}
.sizeCover::before{
    background-size: cover;
}
.posicion::before{ /* PARA EL FOOTER */
    background-position: 0vh 0vw;
}
.container {
    position: relative;
    z-index: 2;
}
.row_pequeño{
    height: 35vh;
}
.row_medio{
    height: 50vh;
}
.row_grande{
    height: 65vh;
}


/* ====================================> ESTILOS GENERICOS <========================================= */
.verde{
    color: #113D49;
}
.blanco{
    color: white;
}
.negro{
    color: black;
}
.amarillo{
    color: #EF7D34;
}
.azul{
    color: #459fdc;
}
.azul_claro{
    color: #3FBFEF
}
.gris_oscuro{
    color: #282828
}
.fondo_gris{
    background-color: #F4F5F5;
}
.fondo_naranja{
    background-color: #EF7D34;
}
.centrado{
    text-align: center !important;
}
.grande{
    font-size: 4.2vh;
    font-weight: 800;
}
.medio{
    font-size: 2.2vh;
}
.pequeña{
    font-size: 1.5vh;
}
.titulo_caja{
    font-size: 3.7vh;
    font-weight: bold;
    line-height: 1.2em;
}
.texto_caja{
    font-size:  1.6vh;
    font-weight: 600;
    line-height: 1.3em;
}
.parrafo_caja{
    font-size: 1.8vh;
    color: rgb(40, 40, 40);
}
.img_normal{
    width: 100%;
    height: auto;
}
.btn_caja{
    width: 20vh;
    height: 5vh;
    font-size: 1.7vh;
    font-weight: bold;
    margin-top: 3vh;
    border: 1px solid #EF7D34;
    padding: 1vh;
    border-radius: 2vh;
    background: #EF7D34;
    transition: background-color 0.6s;
    color: white;
    cursor: pointer;
}
.btn_caja:hover{
    border: 1px solid #EF7D34;
    background-color: white;
    color: #EF7D34;
    transition: background-color 0.6s;
}

/* ==========================================> NAV <=============================================== */
nav{
    position: fixed;
    z-index: 900;
    top: 0;
    height: 8vh;
}
.nav-wrapper {
    background-color: white;
    padding: 0px 200px 0px 200px;
    flex-wrap: wrap;
}
.logo{
    width: 16vh;
    height: auto;
    padding-top: 1vh;
}
.home_a{
    color: #EF7D34 ;
}
.home_a:hover{
    color: #009fdc;
    transition: color 0.3s;
}
.navUl li a {
    color: black;
    transition: color 0.3s;
    font-size: 1.2vh;
    font-weight: 700;
    padding-top: 0.5vw;
}
.navUl li a i{
    margin-left: 1vh;
}
.navUl li a:hover {
    background-color: transparent;
}
.navUl li a:hover{
    color: #009fdc;
}
#dropdown_productos{
    height: 3em;
    padding: 1vh;
    border-radius: 1vh;
    overflow: hidden;
}
.dropdown-trigger{
    outline: none;
}
.dropdown-trigger:focus-visible{
    border: white;
}
.navUl li a .btnRaven,
.navUl li a.aRaven{
    padding-top: 0vh;
}
.navUl li.liRaven:hover{
    background-color: transparent;
}






/* =======================================> FOOTER <========================================= */
.fondoFooter_extra::before{
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}
.fondoFooter::before{
    background-image: url(./../images/fondoFooter.png);
}

main {
    flex: 1 0 auto;
}
footer{
    width: 100%;
    padding-top: 20px;
    color: white;
}
.footer_1{
    width: 100%;
    padding: 2vh 2vh 6vh 2vh;
}
.icono_raven{
    width: 15vh;
    height: auto;
}
.icono {
    width: 7vh;
    height: auto;
}
.copyright{
    text-align: center;
}
.footer-copyright{
    background-color: transparent;
    text-align: center;
}
.titulo_enlaces_footer{
    font-size: 2vh;
    margin-block-start: 0vh;
    margin-block-end: 0vh;
    font-weight: 600;
    letter-spacing: 0.1vh;
}
.footer_1 .enlaces_footer{
    padding-left: 5vh;
}

.texto_imput_footer{
    font-size: 13px;
    font-weight: 700;
    padding-left: 25px !important;
    color: #333;
}
input[type=email].input_footer{
    background-color: #DFEFF9;
    height: 5vh;
    border: 1px solid #dadfe4;
    width: 117%;
}
input[type=email].input_footer:focus{
    border: 1px solid #818a91 !important;
    box-shadow: none !important;
}
input[type=email].input_footer::placeholder{
    color: #6a6d6e;
}
.condiciones_footer{
    color: #242424;
}
.checkbox_texto_footer{
    color: white;
}
.error_form{
    color: red;
}
.btn_caja_footer{
    width: 150px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid #146880;
    padding: 8px;
    border-radius: none;
    background: #146880;
    transition: background-color 0.6s;
    color: white;
    cursor: pointer;
    transform:translate3d(0,0,0);
  transition:transform ease-out 200ms;
}
.btn_caja_footer:hover{
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    border-radius: none;
    border: 0px solid #092d36;
    background: #092d36;
}
#captcha_footer{
    margin-bottom: 2vh;
}

/* ====================================> RETURN <========================================= */
.ruturn_padre{
    display: inline;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
}
.icono_return{
    font-family: 'Material Icons';
    font-style: normal;
    font-size: 40px;

}


/* ====================================> SIDENAV <========================================= */
    .sidenav {
        position: fixed;
        float: right;
        width: 24vh;
        left: 0;
        top: 0;
        margin: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100%;
        height: calc(100% + -60vh);
        height: -moz-calc(100%);
        padding-bottom: 60px;
        background-color: white;
        z-index: 999;
        overflow-y: auto;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    nav .sidenav-trigger{
        float: right;
        position: relative;
        z-index: 1;
        height: 2vh;
        margin: 0 2vw;
    }
    nav .sidenav-trigger i{
        color: #009fdc;
    }
    .sidenav-overlay {
        background-color: rgba(0,0,0,0);
    }


/*
===============================================================================================
========================================> RESPONSIVE <=========================================
===============================================================================================
*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    input[type=email].input_footer {
        width: 75%;
    }
    #captcha_footer{
        margin-left: -6vw;
    }
    .ruturn_padre{
        right: 10px;
        bottom: 55px;
    }
    .logo{
        float: right;
    }
    #google_maps_footer{
        width: 45vh;
    }
    nav{
        height: 11vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ruturn_padre{
        right: 10px;
        bottom: 85px;
    }
    #google_maps_footer{
        width: 45vh;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {

    #google_maps_footer{
        width: 20vh;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #google_maps_footer{
        width: 20vh;
    }
}



/* @media screen and (max-width: 700px){
    .contenedor_total{
        height: 165vh;
    }
    .logo{
        float: right;
        margin-right: 22vw;
    }
    .footer_1 .col.l5.s12{
        margin-left: 0em;
    }
    input[type=email].input_footer {
        height: 6vh;
    }
    .footer-copyright{
        padding-bottom: 4.3vh;
    }
    .return{
        width: 8vw;
        height: 8vw;
        margin: 0vh 2vw 0vh 91vw;
    }
    .fondoFooter_extra .row{
        margin-left: 0vh;
        margin-right: 0vh;
    }
    .footer_1 .row{
        margin-left: 6vh;
        margin-right: 2vh;
    }
    #info_form .row{
        margin-left: -2vh
    }


} */





