@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --blanco: #ffffff;
    --oscuro: #212121;
    --claro: #e6e6e6;
    --primario: #FF6C0E;
    --primario_hover: #fd924d;
    --secundario: #0071CE;
    --gris: #757575;
    --gris_oscuro: #363636;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'roboto', sans-serif;
}

#conten_header {
    position: sticky;
    width: 100%;
    box-shadow: .5rem .5rem .5rem var(--gris_oscuro);
    height: 7rem;
    background-color: var(--blanco);
    z-index: 1;
    display: flex;
    transition: all .5s;
    border-bottom: 3px solid var(--primario);
}

@media (min-width:414px) {
    #conten_header {
        position: sticky;
        width: 100%;
        box-shadow: .5rem .5rem .5rem var(--gris_oscuro);
        height: 7rem;
        background-color: var(--blanco);
        z-index: 1;
        display: flex;
        transition: all .5s;
        border-bottom: 3px solid var(--primario);
    }
}

.fijar_header {
    position: fixed;
    top: -7rem;
}

.mover_lento {
    top: 0;
}


/* #################################################################### */
/* #################################################################### */
/* CONTENEDOR SUPERIOR   */
/* #################################################################### */
/* #################################################################### */
#conten_sup {
    position: sticky;
    width: 100%;
    height: 3.5rem;
    background-color: var(--blanco);
    z-index: 13;
    display: flex;
    justify-content: space-between;
    transition: all .5s;
}

@media (min-width: 700px) {
    #conten_sup {  
        position: sticky;
        width: 100%;
        height: 9rem;
        background-color: var(--blanco);
        z-index: 13;
        display: flex;
        transition: all .5s;
    }
}


#chk_menu_responsivo {
    display: none;   
}

.icon_menu_responsivo {
    display: block;   
    font-size: 3rem;
    width: 5rem;
}

@media (min-width: 700px) {
    .icon_menu_responsivo {
        display: none;   
    }
}

#conten_sup_izq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

@media (min-width: 700px) {
    #conten_sup_izq {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
    }
}

#conten_sup_izq img {
    display: flex;
    width: auto;
    height: 100%;
}

@media (min-width: 700px) {
    #conten_sup_izq img {
        display: flex;
        height: 100%;
        width: auto;
    }
}


#conten_sup_der {
    display: flex;
    width: 20%;
}

@media (min-width: 700px) {
    #conten_sup_der {
        width: 70%;
/*        border: 5px solid red;*/
    }
}

#conten_sup_der_sup {
/*    width: 100%;*/
    height: 100%;
    display: flex;
/*    justify-content: center;*/
    justify-content: flex-end;
/*    border: 5px solid blue;*/
    
}

@media (min-width: 700px) {
    #conten_sup_der_sup {
        display: flex;
/*        width: 100%;*/
        justify-content: center;
        align-items: center;
        justify-content: flex-end;
    }
}

#conten_sup_der_sup a {
    margin-left: 2%;
}

#conten_sup_der_sup a {
    margin-right: .5rem;
}

@media (min-width: 700px) {
    #conten_sup_der_sup a:last-child {
        margin-right: 5rem;   
    }
}
    
#conten_sup_der_sup img {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 4%;
    margin-top: .5rem;
}

@media (min-width: 391px) {
    #conten_sup_der_sup img {
        height: 2.5rem;
        width: 2.5rem;
    }
}

@media (min-width: 700px) {
    #conten_sup_der_sup img {
        height: 3rem;
        width: 3rem;
    }
}

@media (min-width: 700px) {
    #conten_sup_der_sup img:hover {
        cursor: pointer;
    /*    filter: grayscale(0);*/
        transition: all .4s;
    }
}

@media (min-width: 1200px) {
    #conten_sup_der_sup img {
        height: 3rem;
        width: 3rem;
    }
}

@media (min-width: 1441px) {
    #conten_sup_der_sup img {
        height: 3.5rem;
        width: 3.5rem;
    }
}


#conten_sup_der_inf {
/*    width: 100%;*/
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    margin-left: -100%;
    top: 3rem;
    z-index: 1;
/*    background-color: white;*/
    transition: all 0.4s;
/*    border: 5px solid green;*/
}

@media (min-width: 700px) {
    #conten_sup_der_inf {
        display: flex;
        position: relative;
        width: 99%;
/*        height: 50%;*/
        margin-top: 0rem;
        top: 0;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        transition: all 0.4s;
    }
}

.icono_home {
    display: none;
}

@media (min-width: 700px) {
    .icono_home {
        display: flex;
        font-size: 3rem;
        color: #0f0f7e;
    }
}    

@media (min-width: 700px) {
    .icono_home:hover {
        cursor: pointer;
        color: red;
        transition: all .4s;
    }
}

/* Menu principal */
.nav_menu_principal {
    z-index: 1;
    display: flex;
    width: 100%;
    background-color: var(--blanco);
}

/* Tamaño Iphone */

@media (min-width: 700px) {
    .nav_menu_principal {
        z-index: 1;
        display: flex;
        width: 85%;
    }
}

.nav_menu_principal ul {
    display: block;
    width: 100%;
}

@media (min-width: 700px) {
    .nav_menu_principal ul {
        display: flex;
    }
}

.opc_menu {
    list-style: none;
    padding: .5rem 1rem .5rem 1rem;
}

.opc_menu label {
    font-size: 1.4rem;
    display: flex;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid transparent;
}

@media (min-width: 700px) {
    .opc_menu label {
        border-bottom: none;
        font-size: 1.4rem;
        display: flex;
        width: 100%;
        height: 3rem;
        border-bottom: 2px solid transparent;
    }
}

.opc_menu label:hover {
    cursor: pointer;
    color: red;
    transition: all .1s;
    border-bottom: 2px solid red;
}

@media (min-width: 700px) {
    .opc_menu ul li label {
/*        padding: .5rem 1rem;*/
        font-size: 1.4rem;
        display: flex;
        width: 100%;
    }
}


@media (min-width: 700px) {
    .opc_menu {
        list-style: none;
        padding: .5rem .5rem;
        font-size: .9rem;
    }
}


@media (min-width: 820px) {
    .opc_menu {
        list-style: none;
        padding: .5rem .5rem;
        font-size: 1.1rem;
    }
}

@media (min-width: 1024px) {
    .opc_menu {
        list-style: none;
        padding: .5rem 1rem;
        font-size: 1.2rem;
    }
}

@media (min-width: 1280px) {
    .opc_menu {
        list-style: none;
        padding: .5rem 1rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 1441px) {
    .opc_menu {
        list-style: none;
        padding: .5rem 1rem;
        font-size: 1.9rem;
    }
}

@media (min-width: 1500px) {
    .opc_menu {
        list-style: none;
        padding: .5rem 1rem;
        font-size: 2rem;
    }
}

@media (min-width: 1630px) {
    .opc_menu {
        list-style: none;
        padding: .5rem 1rem;
        font-size: 2.2rem;
    }
}

.opc_menu ul {
    position: relative;
    list-style: none;
    font-size: 2rem;
    display: none;
    z-index: 1;
    background-color: white;
    padding: 1rem 3rem 1rem 1rem;
}

@media (min-width: 700px) {
    .opc_menu ul {
        position: absolute;
        list-style: none;
        font-size: 2rem;
        display: none;
        z-index: 1;
        background-color: white;
        padding: 1rem 1rem 1rem 1rem;
        width: auto;
    }    
}

.opc_menu ul li {
    color: black;
    padding: .5rem;
}

@media (min-width: 700px) {
    .opc_menu ul li:hover {
        color: red;
        transition: all .4s
    }
}

.opc_menu:hover > ul {
    display: block;
}








#slider {
/*    margin-top: 3.5rem;*/
    width: 100%;
    height: 40rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) and (min-height: 730px) {
    #slider {
        min-height: 85rem;
    }
}

/*
@media (min-width:1024px) {
    #slider {
        height: 90vh;
    }
}
*/


#conten_imagen_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagen_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
@media (min-width:414px) {
    .imagen_slider {
        
    }
}
*/

@media (min-width:1024px) {
    .imagen_slider {
        
    }
}


.texto_1 {
    position: absolute;
    top: 62%;
    left: 10%;
    transform: translate(-50%, -50%);
    font-size: 2.8rem;
    background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
    -webkit-background-clip: text;
    color: var(--primario);
    font-weight: 500;
    text-shadow: .1rem .1rem .3rem black;
}

/*
@media (min-width:414px) {
    .texto_1 {
        font-size: 6rem;
    }
}
*/

@media (min-width:1024px) {
    .texto_1 {
        font-size: 6rem;
    }
}

.texto_2 {
    position: absolute;
    top: 72%;
    left: 10%;
    transform: translate(-50%, -50%);
    font-size: 2.8rem;
    background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
/*    z-index: 1;*/
/*    color: white;*/
}

/*
@media (min-width:414px) {
    .texto_2 {
        font-size: 6rem;
    }
}
*/

@media (min-width:1024px) {
    .texto_2 {
        font-size: 6rem;
    }
}


#conten_texto_crear_cuenta_test {
    display: flex;
    justify-content: center;   
    text-align: center;
}

.texto_3 {
    position: absolute;
    top: 0%;
/*    left: 0%;*/
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 2rem;
    color: var(--primario);
    padding: 0rem .3rem;
}

/*
@media (min-width:414px) {
    .texto_3 {
        position: absolute;
        top: 4%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 3.5rem;

    }
}
*/

@media (min-width:1024px) {
    .texto_3 {
        position: absolute;
        top: 4%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 3.5rem;
        color: var(--primario);
    }
}

@media (min-width:1768px) {
    .texto_3 {
        position: absolute;
        top: 4%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 4rem;
        color: var(--primario);
    }
}

.texto_4 {
    position: absolute;
    top: 21%;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
    -webkit-background-clip: text;
    font-weight: 200;
    color: var(--claro);
}

/*
@media (min-width:414px) {
    .texto_4 {
        position: absolute;
        width: auto;
        top: 16%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-size: 2.8rem;
        background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
        -webkit-background-clip: text;
        font-weight: 200;
        color: var(--claro);
    }
}
*/

@media (min-width:1024px) {
    .texto_4 {
        width: auto;
        top: 15%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-size: 2.8rem;
        background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
        -webkit-background-clip: text;
        font-weight: 200;
        color: var(--claro);
    }
}

@media (min-width:1768px) {
    .texto_4 {
        position: absolute;
        width: auto;
        top: 17%;
        left: 25%;
        transform: translate(-50%, -50%);
        font-size: 2.8rem;
        background: linear-gradient(0deg, rgba(166,166,166,1) 0%, rgba(255,255,255,1) 32%);
        -webkit-background-clip: text;
        font-weight: 200;
        color: var(--claro);
    }
}

.texto_5 {
    border: none;
    border: 1px solid var(--claro);
    height: 3rem;
    width: 30rem;
    max-width: 90%;
    top: 28%;
    border-radius: .5rem;
    background-color: var(--claro);
    position: absolute;
    font-size: 1.5rem;
    outline: none;
    padding: .5rem;
    color: var(--gris);
    font-weight: 300;
    
}

/*
@media (min-width:414px) {
    .texto_5 {
        border: none;
        border: 1px solid var(--claro);
        height: 5rem;
        width: 50rem;
        top: 25%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--claro);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--gris);
        font-weight: 300;
    }
}
*/

@media (min-width:1024px) {
    .texto_5 {
        border: none;
        border: 1px solid var(--claro);
        height: 5rem;
        width: 50rem;
        top: 21%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--claro);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--gris);
        font-weight: 300;
    }
}

@media (min-width:1768px) {
    .texto_5 {
        border: none;
        border: 1px solid var(--claro);
        height: 5rem;
        width: 50rem;
        top: 23%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--claro);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--gris);
        font-weight: 300;
    }
}

.texto_6 {
    border: none;
    height: 3.5rem;
    width: 15rem;
    top: 39%;
    border-radius: .5rem;
    background-color: var(--primario);
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    outline: none;
    padding: .5rem;
    color: var(--claro);
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
@media (min-width:414px) {
    .texto_6 {
        border: none;
        height: 5rem;
        width: 15rem;
        top: 37%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--primario);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--claro);
        font-weight: 300;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
*/

@media (min-width:1024px) {
    .texto_6 {
        border: none;
        height: 5rem;
        width: 15rem;
        top: 29%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--primario);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--claro);
        font-weight: 300;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:1768px) {
    .texto_6 {
        border: none;
        height: 5rem;
        width: 15rem;
        top: 31%;
        left: 25%;
        border-radius: .5rem;
        background-color: var(--primario);
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 2.2rem;
        outline: none;
        padding: .5rem;
        color: var(--claro);
        font-weight: 300;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.texto_6:hover {
    cursor: pointer;
    background-color: var(--primario_hover);
    color: var(--oscuro);
    transition: all .4s;
}

main {
/*    border: 5px solid red;*/
/*    padding-top: 35rem;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;;
}

.conten_etiqueta {
    margin: 2rem 2rem;
    box-shadow: .3rem .3rem .5rem var(--gris);
    min-height: 35rem;
    width: 28rem;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--primario);
    border-radius: .5rem;
}

/*
@media (min-width:414px) {
    .conten_etiqueta {
        margin: 8rem 2rem;
    }
}
*/

@media (min-width:1024px) {
    .conten_etiqueta {
        margin: 8rem 2rem;
    }
}

.conten_etiqueta span {
    width: 100%;
/*    height: 5rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 7rem;
    color: var(--oscuro);
}

.conten_etiqueta h2 {
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: var(--claro);
    text-shadow: .1rem .1rem .4rem var(--oscuro);
}

.conten_etiqueta p {
    width: 100%;
    padding: 1rem 2rem;
    letter-spacing: .1rem;
    line-height: 2.5rem !important;
    color: var(--claro);
    font-size: 1.4rem;
}

/*
@media (min-width:414px) {
    .conten_etiqueta p {
        width: 100%;
        padding: 1rem 2rem;
        letter-spacing: .1rem;
        line-height: 2rem;
        color: var(--claro);
        font-size: 1.6rem;
    }
}
*/

@media (min-width:1024px) {
    .conten_etiqueta p {
        width: 100%;
        padding: 1rem 2rem;
        letter-spacing: .1rem;
        line-height: 2rem;
        color: var(--claro);
        font-size: 1.6rem;
    }
}

#conten_up_down {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    transition: all .3s;
    display: none;
}

#conten_up_down {
    padding: .5rem .5rem .1rem .5rem;
    background-color: rgba(141, 141, 141, 0.9);
    color: white;
    border-radius: .3rem;
    font-size: 3rem;
/*    border: 5px solid red;*/
}

#conten_up_down:hover {
    cursor: pointer;
    background-color: var(--primario);
}


#seccion_tarjeta_modulo {
/*    border: 5px solid blue;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 8rem 0rem;
/*    background-color: rgba(222, 222, 222, 0.7);*/
}

#seccion_tarjeta_modulo_sup {
    width: 100%;
    text-align: center;
}

#seccion_tarjeta_modulo_sup h1 {
    color: var(--primario);
}

#seccion_tarjeta_modulo_inf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem 0rem;
    background-color: rgba(0, 0, 0, 0.8);
}


.tarjeta_modulo {
    border: 1px solid #9f9f9f;
    background-color: white;
    width: 20rem;
    height: 23rem;
    margin-top: 1rem;
    border-radius: .5rem;
    text-align: center;
    padding: 1rem 1rem;
}

.tarjeta_modulo span {
/*    border: 1px solid red;*/
    font-size: 5rem;
    padding: 1rem;
    color: var(--primario);
    
}

.tarjeta_modulo h1 {
/*    border: 1px solid red;*/
    font-size: 2rem;
    color: var(--secundario);
}

.tarjeta_modulo p {
/*    border: 1px solid red;*/
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--gris);
}



#seccion_mision {
    position: relative;
}

#conten_mision_cryvo {

    margin: 0 auto;
/*    border: 5px solid red;*/
/*    max-width: 95%;*/
    padding: 5rem 0rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 120rem;
    
}

#conten_mision_cryvo_izq {
    margin: 0 auto;
    text-align: center;
}

#conten_mision_cryvo_der {
    margin: 0 auto;
    text-align: center;
}


#conten_mision_cryvo_izq h1 {
/*    border: 5px solid red;*/
    font-size: 2.5rem;
    text-align: center;
    color: var(--primario);
/*    width: 100%;*/
    max-width: 95%;
}

@media (min-width:1024px) {
    #conten_mision_cryvo_izq h1 {
        font-size: 3rem;
    }
}
    
#conten_mision_cryvo img {
    margin: 0 auto;
/*    border: 5px solid red;*/
    width: 60rem;
    max-width: 95%;
    box-shadow: 2px 2px 10px #bababa;
}

#conten_mision_cryvo_der p {
    
    margin: 0 auto;
    margin-top: 1rem;
    text-align: left;
/*    border: 5px solid red;*/
/*    width: 60rem;*/
    max-width: 60rem;
    width: 95%;
    line-height: 3rem;
    font-size: 1.5rem;
    color: var(--oscuro);
}

@media (min-width:1024px) {
    #conten_mision_cryvo_der p {
        margin-top: 10rem;
        font-size: 2rem;
    }
}

#conten_parallax_mision {
    position: absolute;
    background-image: url('../img/parallax/parallax7.jpg');
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-align: center;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-y: scroll;
    overflow-x: hidden;
	z-index: -1;
}

footer {
    margin-top: 2rem;
    font-size: 1.3rem;
    background-color: var(--secundario);   
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--claro);
}