@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

p {
    font-size: 18px;
    padding: 5px;

}

html {
    scroll-behavior: smooth;
}


/*
------------------------------------------------------HEADER-------------------------------------------*/


p {
    font-size: 18px;
    padding: 5px;

}

:root {
    --var-morado: #4E15BC;
    --var-celesteSegurito: #226CD7;
    --var-azul: #2172FF;
    --var-azulSegurito: #236CD8;
    --var-amarillo: #FDB900;
    --var-amarilloOscuro: #e4c143;
    --var-naranjaSegurito: #F66B0A;
    --var-verde: #00B945;
    --var-negroClaro: rgb(15, 15, 15);
    --var-blancoSegurito: #f4f3f3;
    --var-naranjaSeguritoOscuro: #b65109;
}   

/*--------------------------------------------------MENU DE NAVEGACION---------------------------------------------------------*/


header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0% 10%;
    position: absolute;
    top: 0;
    background-color: transparent;
    z-index: 3;

}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.logo img {
    width: 120px;
    padding: 3px;
    padding-right: 20px;
}


.lista-1 {

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;

}

.lista-1 li {
    padding: 15px 20px;
    margin: 0 5px;
}

.lista-1 .acceder {
    padding: 10px 20px;
    background-color: #4E15BC;
    text-decoration: none;
    color: white;
    border-radius: 5px;


}





.lista-1 li a {
    text-decoration: none;
    font-weight: 400;
    color: rgb(223, 223, 223);
    transition: .5s;

}

.lista-1 li a:hover {
    transition: .5s;
}

.accede {
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--var-azul);
    box-shadow: rgba(0, 0, 0, 0.034) 0px 5px 15px;

}

.accede:hover {
    transition: .4s;
    box-shadow: #4E15BC 0px -40px inset;
    color: white;
}

.active {
    box-shadow: white 0px -2px inset;

}

.lista-1 .active a {
    color: white;
}

.botones {
    display: flex;
    align-items: center;

}

.ProbarDemo {
    margin: 0 0 0 20px;
    text-decoration: none;
    border: 1px solid #4E15BC;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--var-azul);
    box-shadow: rgba(0, 0, 0, 0.034) 0px 5px 15px;
}

.lista-1 li .calculadora {
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s;
    background-color: var(--var-celesteSegurito);
    margin: 0 5px;
    font-weight: 550;

}

.lista-1 li .calculadora:hover {
    transition: .5s;
    color: white;
}

.lista-1 li .descargar_app {
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border-radius: 5px;
    transition: .5s;
    background-color: #eb8100;
    margin: 0 5px;
    font-weight: 550;

}

.lista-1 li .descargar_app:hover {
    transition: .5s;
    box-shadow: rgb(209, 153, 0) 0 -80px inset;
    color: white;
}

/*--------------------------------------------------MENU DE NAVEGACION---------------------------------------------------------*/

/*--------------------------------------------------FLOTANTE----------------------------------------------------------------*/
.flotante {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 999;
    animation-name: whats;
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-duration: .9s;
    animation-delay: .20s;
    width: 270px;
    text-align: right;
    overflow: hidden;
}

.flotante a {
    text-decoration: none;
    position: relative;
}

.flotante a img {
    width: 130px;

    padding: 10px;
    border-radius: 50%;
    font-size: 35px;
    color: white;
    background-position: center;
    background-size: cover;
}

.float-message {
    background-color: var(--var-naranjaSegurito);
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 15px;
    position: absolute;
    left: -140px;
    top: -50px;
    opacity: 0;
    transition: .5s;

}

.flotante a:hover .float-message {
    opacity: 100%;
    transition: .5s;
}

@keyframes whats {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(5px);
    }
}

/*-----------------------------------------------------FLOTANTE-----------------------------------------------------------------*/
.btn-sup {
    display: none;
}

.incio-2 {
    display: none;
}

.no-activo-img {
    display: none;
}

.closed {
    display: none;
}

.no-activo-img {
    display: none;
}

/*-+----------------------------------------------MOCKUP------------------------------------------------------------------------*/

.mockup {
    width: 100%;
    height: 100vh;
    background-image: url("../images/mockup_4.png");
    background-size: cover;
    background-position: center;
    padding: 10% 10% 10% 10%;
    background-color:var(--var-blancoSegurito);
}

.text_mockup {
    width: 41%;
}

.text_mockup h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: var(--var-naranjaSegurito);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text_mockup h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--var-negroClaro);
}

.secCalcu {
    width: 100%;
    background-image: url("../images/fondo-calc.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.text-calcu {
    width: 100%;
    text-align: center;
    padding: 0 0%;
    display: flex;
    flex-direction: column;
}

.text-calcu h2 {
    color: white;
    font-size: 32px;
    text-shadow: 0 1px 1px black;
}

.text-calcu p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 1px 1px black;

}

.imagen-calc {
    width: 40%;
    text-align: center;
}

.imagen-calc img {
    width: 320px;
}

.pasos-calcu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.block-pasos {
    width: 100%;
    display: flex;
    align-items: center;


}

.block-pasos span {
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--var-naranjaSegurito);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: white;
}

.block-pasos label {
    color: white;
    margin-left: 7px;
    text-shadow: 0 1px 1px black;

}

.btn-calc {

    width: 100%;
    margin-top: 50px;
}

.btn-calc a {
    width: 100%;
    padding: 13px 55px;
    border-radius: 5px;
    background-color: var(--var-naranjaSegurito);
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 17px;
    transition: .5s;
}

.btn-calc a:hover {
    background-color: var(--var-naranjaSeguritoOscuro);
    transition: .5s;
}

.aliado {
    width: 100%;
    background-image: linear-gradient(rgba(2, 12, 24, 0.815), rgba(2, 12, 24, 0.795)), url('../images/aliado.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 10%;
}

.text-aliado {
    width: 70%;
    padding: 0 5%;
    text-align: left;
}

.text-aliado h2 {
    font-size: 30px;
    color: white;
}

.text-aliado p {
    color: white;
    padding: 5px 0;
    color: rgb(247, 247, 247);
}

.logo_latam img {
    width: 280px;
}

.aliado_info {
    color: #00B945;
    display: inline-block;
    padding-top: 10px;
    font-size: 17px;
}

/*---------------------------------------------------------REPONSIVE-------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {

    .aliado {
        padding: 5%;
    }


    .secCalcu {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
    }

    .imagen-calc img {
        width: 250px;
    }

    .text-calcu h2 {
        font-size: 22px;
    }

    .text-calcu p {
        font-size: 16px;
    }

    .pasos-calcu {
        flex-direction: column;
        width: 100%;
        padding: 0 0 0 10%;
    }

    .block-pasos {
        margin: 5px 0;
    }

    .flotante {
        right: 10px;
        bottom: 10px;
    }

    header {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 2% 5%;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        position: fixed;
        background-color: rgb(255, 255, 255);
        z-index: 999;
        top: 0;
    }

    nav {
        width: 100%;
        flex-direction: column;
        position: relative;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 5%;

    }

    .logo img {
        width: 120px;
        padding: 0px 0;
        padding-right: 20px;
    }

    .active {
        box-shadow: none;
    }


    .botones {
        display: none;

    }

    .incio-2 {
        display: block;
    }

    .lista-1 {

        width: 50%;
        height: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        padding: 5%;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }

    .lista-1 li {
        padding: 22px 20px;
        margin: 0 5px;
        border-bottom: 1px solid rgb(238, 238, 238);


    }

    .lista-1 li a {
        margin: 10px 0;
    }

    .lista-1 .acceder {
        padding: 15px 20px;
        text-align: center;
        background-color: var(--var-azulSegurito);
        margin-left: 0px;


    }

    .sombra {
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.897);
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s;
        transform: translateX(0);

    }

    .show {
        transform: .9s;
        transform: translateX(-1000px);


    }


    .lista-1 li a {
        width: 100%;
        display: block;
        text-decoration: none;
        color: var(--var-negroClaro);
        font-size: 20px;
    }

    .lista-1 .hover-anclas:hover {
        transition: .5s;
        box-shadow: none;
    }

    .lista-1 .hover-anclas a:hover {
        transition: .5s;
        color: var(--var-negroClaro);
    }


    .btn-sup {
        display: block;
        color: var(--var-azulSegurito);


    }

    .cajon-1 .btn-sup i {
        font-size: 45px;
    }

    .lista-1 .no-activo-img {
        display: block;
        width: 200px;
        margin-bottom: 20px;
    }

    .cajon-1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn-sup i {
        font-size: 30px;
    }

    .closed {
        display: block;
        position: absolute;
        top: 27px;
        right: 40px;

    }

    .closed i {
        font-size: 40px;
        color: white;
    }


    .lista-1 .acc-bor {
        border-bottom: none;
    }

    .lista-1 li .calculadora {
        display: inline-block;
        text-align: center;
        padding: 15px 20px;
    }

    .lista-1 .active .active_in {
        color: var(--var-azulSegurito);
    }

    .lista-1 li .calculadora {
        color: white;
        background-color: var(--var-azulSegurito);
    }

    .lista-1 li .descargar_app {
        text-align: center;
        margin-top: 10px;
        padding: 15px 20px;

    }
}


@media (min-width: 320px) and (max-width: 767px) {
    .aliado {
        padding:10% 5%;
        flex-direction: column;
        text-align: center;
    }
    .text-aliado h2{
        font-size: 24px;
        text-align: center;
    }
    .text-aliado p{
        text-align: center;
        font-size: 17px;
    }

    .text-aliado {
        width: 100%;
    }
    .aliado_info{
        width: 100%;
        text-align: center;
        margin:5px 0 15px 0;
    }

    .flotante {
        right: 10px;
        bottom: 10px;
    }

    .flotante a img {
        width: 100px;
    }

    header {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0% 5%;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
        position: fixed;
        background-color: rgb(255, 255, 255);
        z-index: 999;
        top: 0;
    }

    nav {
        width: 100%;
        flex-direction: column;
    }

    .logo {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 5%;

    }

    .lista-1 .no-activo-img {
        display: block;
        width: 150px;
        margin-bottom: 0px;
    }


    .incio-2 {
        display: block;
    }

    .lista-1 {

        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        text-align: left;
        padding: 5%;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    }

    .lista-1 li {
        padding: 22px 20px;
        margin: 0 5px;
        border-bottom: 1px solid rgb(238, 238, 238);


    }

    .lista-1 .acceder {
        padding: 10px 20px;
        text-align: center;
        background-color: var(--var-azulSegurito);
        margin-left: 0px;


    }

    .lista-1 li .calculadora {

        padding: 15px 20px;

    }

    .lista-1 li .descargar_app {
        text-align: center;
        margin-top: 10px;
        padding: 15px 20px;

    }

    .sombra {
        width: 100%;
        height: 100vh;
        background-color: none;
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s;
        transform: translateX(0);

    }

    .show {
        transform: .9s;
        transform: translateX(-1000px);


    }


    .lista-1 li a {
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: 500;
        color: var(--var-negroClaro);
        font-size: 16px;
    }

    .active {
        box-shadow: none;
    }


    .botones {
        display: none;

    }



    .lista-1 .hover-anclas:hover {
        transition: .5s;
        box-shadow: none;
    }

    .lista-1 .hover-anclas a:hover {
        transition: .5s;
        color: var(--var-negroClaro);
    }

    .btn-sup {
        display: block;
        color: var(--var-azulSegurito);


    }

    .no-activo-img {
        display: block;
        margin-bottom: 20px;
    }

    .cajon-1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn-sup i {
        font-size: 30px;
        margin-top: 10px;
    }

    .closed {
        display: block;
        position: fixed;
        z-index: 999;
        top: 47px;
        right: 40px;

    }

    .closed i {
        font-size: 20px;
        color: var(--var-negroClaro);
    }


    .lista-1 .acc-bor {
        border-bottom: none;
    }

    .calculadora {
        text-align: center;
    }

    .lista-1 .active .active_in {
        color: var(--var-azulSegurito);
    }

    .lista-1 li .calculadora {
        color: white;
        background-color: var(--var-azulSegurito);
    }
}


/*SCROLLREVELA*/



/*--------------------------------------------------PORTADA--------------------------------------------------------------------*/


.portada {
    width: 100%;
    padding: 17% 10% 10% 10%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    position: relative;
}

.video-portada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.video {
    width: 100%;
    height: 100%;
}

.capa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #226CD7;
    background: linear-gradient(360deg,#6a6a6b75 0%, #2b2b2b 100%);
    z-index: 2;
}

.portada-vh {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 4px;
}

.portada-vh .image-filtrada {
    width: 100%;
    height: 100%;
}


/*---------------------------------------PORTADA PRIMERA------------------------------------------------------------*/
.content-content {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;


}

.text-portada {
    position: relative;
    width: 90%;
    padding: 0 10% 0 0;
}



.text-portada h1 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin: 0 0 20px 0;


}

.text-portada p {
    margin: 15px 0;
    font-weight: 400;
    color: rgb(221, 221, 221);
    margin: 0 0 30px 0;

}

.descargar {
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 15px 50px;
    color: white;
    font-weight: 400;
    background-color: var(--var-azulSegurito);
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: none;
}

.descargar:hover {
    transition: .9s;
    border: none;
    box-shadow: #2f0e70 0px -100px inset;
    color: white;
    text-decoration: none;

}

.img-portada {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
}

.img-portada img {

    width: 420px;
    position: relative;
}




/*---------------------------------------PORTADA PRIMERA------------------------------------------------------------*/




/*------------------------------------------------DESCARGAR APLICACION---------------------------------------------------------*/

.descargar-app {
    width: 100%;
    padding: 0;
    margin: 0;
    background-position: center;
    background-size: cover;

}

.text-des {

    width: 100%;
    position: relative;
    text-align: center;

}

.text-des h1 {
    font-size: 40px;
    color: #4E15BC;
    font-weight: 600;
}

.text-des p {
    font-weight: 400;
}


.new-descarga {
    display: flex;
    align-items: center;

    padding: 0;
    margin: 0;
    border-radius: 5px;


}

.new-descarga a {
    display: flex;

    padding: 10px 10px;

    color: var(--var-azulSegurito);
    transition: .5s;
    border-radius: 4px;
    z-index: 60;


}

.new-descarga a i {
    font-size: 40px;

}

.new-descarga a img {
    width: 200px;
    height: 60px;
}

.text-app {
    margin-left: 15px;
    text-align: left;

}

.text-app h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.text-app h4 {
    margin: 0;

    font-size: 18px;
    font-weight: bold;
}

.text-des {
    padding: 5% 0;
}

.text-des i {
    font-size: 25px;
    color: var(--var-amarillo);
    margin: 20px 0;
}

/*------------------------------------------------DESCARGAR APLICACION---------------------------------------------------------*/

/*------------------------------------------------ISOS WARE HACE POR TI---------------------------------------------------------*/

.por_ti {
    width: 100%;
    padding: 5% 10%;
    background-color: #f4f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloque_por_1 {
    width: 40%;
    padding: 2%;
}

.bloque_por_2 {
    width: 70%;
    padding: 0%;
    display: flex;
    justify-content: space-between;
}

.text_por_ti h2 {

    color: var(--var-azulSegurito);
    font-size: 40px;
    font-weight: 700;

}

.text_por_ti p {
    margin: 10px 0;
    color: var(--var-negroClaro);
}

.flex_wid_por {
    display: flex;
    flex-direction: column;
}

.wid_por {
    width: 230px;
    height: 250px;
    margin: 20px;
    text-align: center;
    background-color: white;
    padding: 1% 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wid_por i {
    color: var(--var-azulSegurito);
    font-size: 35px;
    margin-bottom: 20px;
}

.wid_por h3 {
    color: var(--var-azulSegurito);
}

.wid_por p {
    font-size: 15px;
}

.flex_abajo {
    position: relative;
    margin-top: 80px;
}


/*------------------------------------------------ISOS WARE HACE POR TI---------------------------------------------------------*/


/*-----------------------------------------------------GIF-----------------------------------------------------------------*/

.gif {
    width: 100%;
    padding: 5% 15%;
    text-align: center;
}

.gif img {
    width: 900px;
}

/*-----------------------------------------------------GIF-----------------------------------------------------------------*/





/*-----------------------------------------------------SLIDER CELULARES-----------------------------------------------------------------*/

.wid-glider {
    width: 100%;
    padding: 10% 10%;
    background-color: white;
}


.title-glide {
    width: 100%;
    text-align: center;
    padding: 0 0 5% 0;
}

.title-glide h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--var-azulSegurito);
    font-weight: 600;
}

.title-glide p {
    color: var(--var-negroClaro);
    font-size: 20px;
    font-weight: 400;
}





.cuadros {
    width: 100%;
    display: flex;
    justify-content: center;
}

/*Cuando el cuadro obtiene el foco cambia el color*/
/* .cuadros[class*=active] {   

} */
.cuadros img {
    width: 75%;
    height: auto;
}

.botones {
    background-color: none;
    box-shadow: none;
    border: none;
}

.botones i {
    font-size: 20px;
    background-color: #4E15BC;
    padding: 15px;
    border-radius: 5px;
}

.btn-glid {
    width: 100%;
    padding: 5% 0 0 0;
    text-align: center;
}

.btn-glid a {
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
    color: var(--var-azul);
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--var-azul);
}

.btn-glid a:hover {
    transition: .9s;
    color: white;
    box-shadow: var(--var-azul) 0 -100px inset;
}

/*-----------------------------------------------------POP UP-----------------------------------------------------------------*/
body {
    min-height: 100vh;
}

.popup{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
    z-index: 999999999;
    position: fixed;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%,-50%);
    display: none;
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f0f18b7, #1b1933d7, #060414);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0a0914ee, #191638ee, #09071dea); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.fondo_pop{
    width: 70%;
    height: 50vh;
    position: absolute;
    top: 18%;
    left: 15%;
}
.fondo_pop img{
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    
}
.all-ventana{
    width: 70%;
    height: 70vh;
    position: absolute;
    top: 15%;
    left: 15%;
    background-image: url("../images/ddd.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.close23{
    position: absolute;
    top: -42px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.623);
    display: flex;
    align-items: center;
    justify-content: center;
}
.close23 i{
    font-size: 20px;
    color: white;
    transition: .5s;
}

.content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    
}

.text_pop{
    position: relative;
    width: 55%;
    padding: 4%;
    position: relative;
    text-align: center;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text_pop h2{
    font-size: 28px;
    color: white;
}
.text_pop h3{
    width: 100%;
    background-color: #00aa52;
    color: white;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 20px 0 10px 0;
    font-weight: 600;
}
.text_pop p{
    color: var(--var-amarillo);
    font-weight: 500;
    width: 70%;
    margin: 5px 0 15px 0;
}
.text_pop img{
    width: 400px;
}

/*--------------------------------------------------CONTADOR--------------------------------------------------------*/

.contador {
    width: 100%;
    padding: 5% 10% 5% 10%;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--var-blancoSegurito);
}

.factswrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item {
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 3% 3%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    transition: .5s;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;

}

.item:hover {
    transition: .5s;
    transform: translateY(-20px);
    transition: .5s;
}

.encierra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item i {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--var-azulSegurito);
    padding: 10px;
    background-color: white;
    border: 10px solid white;
    margin-bottom: 10px;
    border-radius: 50%;

}

.item p {
    font-weight: 600;
    font-size: 40px;
    color: var(--var-negroClaro);

}

.item h1 {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    margin: 5px 0;
    color: var(--var-azulSegurito);
    text-align: center;
    top: -10px;

}

.item h2 {
    font-size: 16px;
    font-weight: 400;
}

.item .text-contador {
    font-size: 18px;
    color: var(--var-negroClaro);
    font-weight: 400;
}

.ultimo_encierra {
    position: relative;
    top: -10px;
}

.encierra_uno {
    position: relative;
    top: -5px;
}

.mockup_mobile {

    display: none;
}

.descarga-dos {
    width: 100%;


    position: relative;
    margin: 30px 0;
}

.descarga-dos a {
    margin-right: 12px;
}

.descarga-dos a img {
    width: 180px;
}

/*-------------------------------------------------------------QUERYS------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
    .fondo_pop {
        display: none;
    }

    /*--------------------------------------------------PORTADA--------------------------------------------------------------------*/
    .descarga-dos {
        width: 100%;


        position: relative;
        margin: 20px 0;
    }

    .descarga-dos a {
        margin-right: 0;
        margin: 5px 0;
    }

    .descarga-dos a img {
        width: 130px;
    }

    .portada {
        width: 100%;
        max-width: 100%;
        padding: 15% 10% 0 10%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        flex-direction: column;
    }


    .text-portada {
        position: relative;
        width: 100%;
        padding: 5%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .text-portada h1 {
        font-size: 25px;
        font-weight: 600;
        color: white;
        margin: 0;

    }

    .text-portada p {
        margin: 15px 0;
        font-weight: 350;

        letter-spacing: 0.5px;
        font-size: 15px;
    }

    .content-content {
        flex-direction: column;
    }

    .descargar {
        margin: 20px 0 0 0;
        display: inline-block;
        padding: 15px 50px;
        color: #4E15BC;
        font-weight: 400;
        text-decoration: none;
        border-radius: 5px;
        display: none;

    }

    .descargar:hover {
        transition: .9s;
        color: white;
    }

    .text-portada .solucion {
        font-size: 60px;
        color: #4E15BC;
    }

    .img-portada {
        width: 100%;
        position: relative;
        top: 0;



    }

    .capa {
        height: 100%;
    }

    .img-portada img {
        width: 200px;
        position: relative;
        right: 0;

    }


    /*--------------------------------------------------PORTADA--------------------------------------------------------------------*/
    /*-----------------------------------------------------GIF-----------------------------------------------------------------*/

    .gif {
        width: 100%;
        padding: 5%;
        text-align: center;
    }

    .gif img {
        width: 100%;
    }

    /*-----------------------------------------------------GIF-----------------------------------------------------------------*/

    /*------------------------------------------------DESCARGAR APLICACION---------------------------------------------------------*/

    .descargar-app {
        width: 100%;
        height: auto;
        padding: 10% 5%;
        margin: 0;
        background-image: none;
        background-position: center;
        background-size: cover;

    }

    .new-descarga {
        justify-content: center;
    }

    .text-des {
        text-align: center;
    }


    /*------------------------------------------------DESCARGAR APLICACION---------------------------------------------------------*/


    /*------------------------------------------------HACE POR TI---------------------------------------------------------*/

    .por_ti {
        flex-direction: column;
        padding: 5% 10%;
    }

    .bloque_por_1,
    .bloque_por_2 {
        width: 100%;
    }

    .text_por_ti {
        text-align: center;
    }

    .text_por_ti h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .bloque_por_2 {
        flex-direction: column;
    }

    .flex_wid_por {
        flex-direction: row;
    }

    .flex_abajo {
        margin: 0;

    }

    .wid_por {
        width: 100%;
    }

    /*------------------------------------------------HACE POR TI---------------------------------------------------------*/

    /*--------------------------------------------------CONTADOR--------------------------------------------------------*/
    .contador {
        width: 100%;
        height: auto;
        padding: 5% 10%;

    }

    .factswrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column;
    }

    .item {

        flex-direction: column;
        margin: 10px 0;
        text-align: center;
    }

    .item i {
        width: 100px;
        height: 100px;


    }

    .item p {
        font-weight: 800;
        position: relative;
        top: -5px;

    }

    .item h1 {
        font-weight: 600;
        font-size: 25px;
        color: #4E15BC;
        text-align: center;

    }

    .item h2 {
        width: 100%;
        text-align: center;

    }

    .item .text-contador {
        font-size: 20px;
        color: var(--var-negroClaro);
        font-weight: 400;
    }

    .encierra {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }






    body {
        min-height: 100vh;
    }


    .popup{
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100vh;
        z-index: 999999999;
        position: fixed;
        top: 50%;
        left: 49.9%;
        transform: translate(-50%,-50%);
        display: none;
        background: #0f0c29;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #0f0f18b7, #1b1933d7, #060414);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #0a0914ee, #191638ee, #09071dea); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    .all-ventana{
        width: 87%;
        position: absolute;
        top: 20%;
        left: 6%;
        height: 50vh;

    }
    .close23{
        position: absolute;
        top: -40px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-items: center;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.663);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .close23 i{
        font-size: 20px;
        color: white;
        transition: .5s;
    }
    
    .content{
        width: 100%;
      
        
    }
    
    .text_pop{
        top: 0;
        width: 55%;
        left: 0px;
        position: relative;
    }
    .text_pop h2{
        font-size: 18px;
    }
    .text_pop h3{
        width: 100%;
        font-size: 13px;
    }
    .text_pop p{
        width: 100%;
        font-size: 13px;
    }
    .text_pop img{
        width: 200px;
    }

    /*------------------------------mockup---------------------------------------------------------------*/
    .text_mockup {
        position: relative;
        top: 80px;
    }

    .text_mockup h3 {
        font-size: 15px;
    }

    .text_mockup h2 {
        font-size: 23px;
    }

    .text_mockup p {
        font-size: 15px;
    }

    /*------------------------------mockup---------------------------------------------------------------*/

}

.mockup_mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .fondo_pop {
        display: none;
    }

    /*--------------------------------------------------PORTADA--------------------------------------------------------------------*/
    .descarga-dos {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 20px 0;
    }

    .descarga-dos a {
        margin-right: 0;
        margin: 0px 5px;
    }

    .descarga-dos a img {
        width: 130px;
    }

    .portada {
        width: 100%;
        height: 100vh;
        padding: 15% 5% 5% 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        flex-direction: column;
    }


    .text-portada {
        position: relative;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .text-portada h1 {
        font-size: 17px;
        font-weight: 600;
        color: white;
        margin: 0;

    }

    .text-portada p {
        margin: 5px 0;
        font-weight: 350;


        font-size: 15px;
    }

    .content-content {
        flex-direction: column;
    }

    .descargar {
        margin: 20px 0 0 0;
        display: inline-block;
        padding: 15px 50px;
        color: #4E15BC;
        font-weight: 400;
        text-decoration: none;
        border-radius: 5px;
        display: none;

    }

    .descargar:hover {
        transition: .9s;
        color: white;
    }

    .text-portada .solucion {
        font-size: 60px;
        color: #4E15BC;
    }

    .img-portada {
        width: 100%;
        position: relative;
        top: 0;
        order: -1;


    }

    .capa {
        height: 100%;
    }

    .img-portada img {
        width: 180px;
        position: relative;
        right: 0;

    }


    .descargar-app {
        width: 100%;
        height: auto;
        padding: 10% 5%;
        margin: 0;
        background-image: none;
        background-position: center;
        background-size: cover;

    }

    .new-descarga {
        justify-content: center;
    }

    .text-des {
        text-align: center;
    }

    .new-descarga a {
        margin: 0;
    }

    .new-descarga a img {
        width: 130px;
        height: 38px;
        margin: 0;
    }

    /*--------------------------------------------------PORTADA--------------------------------------------------------------------*/

    /*-+----------------------------------------------MOCKUP------------------------------------------------------------------------*/

    .mockup {
        width: 100%;
        height: auto;
        background-image: none;

        padding: 0;
        background-color: #EDEFFC;
    }

    .text_mockup {
        width: 100%;
        padding: 5%;
    }

    .text_mockup h3 {
        display: block;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 10px;
        background-color: transparent;
        border-radius: 10px;
        text-align: center;
        padding: 0;
        color: var(--var-naranjaSegurito);
        box-shadow: none;
    }

    .text_mockup h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        color: var(--var-negroClaro);
        text-align: center;
    }

    .text_mockup p {
        text-align: center;
        font-size: 15px;
    }

    .mockup_mobile {
        display: block;
        width: 100%;
        position: relative;
        bottom: 0;
        right: 50px;
    }

    /*------------------------------------------------HACE POR TI---------------------------------------------------------*/

    .por_ti {
        flex-direction: column;
        padding: 10% 5%;
    }

    .text_por_ti {
        width: 100%;
        text-align: center;
    }

    .text_por_ti h2 {
        font-size: 22px;
    }

    .text_por_ti p {
        font-size: 15px;
    }

    .bloque_por_1,
    .bloque_por_2 {
        width: 100%;
    }

    .bloque_por_2 {
        flex-direction: column;
    }

    .flex_wid_por {
        width: 100%;
        flex-direction: column;
    }

    .flex_abajo {
        margin: 0;

    }

    .wid_por {
        width: 100%;
        height: auto;
        padding: 10% 5%;
        margin: 10px 0;
        box-shadow: none;

    }

    .wid_por h3 {
        font-size: 17px
    }

    .wid_por p {
        font-size: 15px;
    }

    /*------------------------------------------------HACE POR TI---------------------------------------------------------*/

    /*-----------------------------------------------------GIF-----------------------------------------------------------------*/

    .gif {
        width: 100%;
        padding: 5%;
        text-align: center;
    }

    .gif img {
        width: 100%;
    }

    /*-----------------------------------------------------GIF-----------------------------------------------------------------*/


    /*--------------------------------------------------CONTADOR--------------------------------------------------------*/
    .text-des h1 {
        font-size: 22px;
    }

    .text-des p {
        font-size: 15px;
    }

    .contador {
        width: 100%;
        height: auto;
        padding: 10% 5%;

    }

    .factswrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column;
    }

    .item {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 10px 0;
        border-radius: 10px;
        background-color: white;
        box-shadow: none;
    }

    .item i {
        width: 100px;
        height: 100px;

        font-size: 40px;
        padding: 10px;
        border-radius: 50%;
        background-color: transparent;
        border: none;
        margin: 0;

    }

    .item p {
        font-weight: 800;
        font-size: 30px;
        position: relative;
        top: -5px
    }

    .item h1 {
        font-weight: 700;
        font-size: 20px;
        color: var(--var-azulSegurito);

    }

    .item .text-contador {
        font-size: 18px;
        color: var(--var-negroClaro);
        font-weight: 400;
    }

    .encierra {
        width: 100%;
        flex-direction: column;
    }

    .item:hover {
        transform: translateY(0);
    }


    /*-----------------------------------------------------POP UP-----------------------------------------------------------------*/


 

.popup{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
    z-index: 999999999;
    position: fixed;
    top: 50%;
    left: 49.9%;
    transform: translate(-50%,-50%);
    display: none;
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f0f18b7, #1b1933d7, #060414);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0a0914ee, #191638ee, #09071dea); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.all-ventana{
    width: 90%;
    height: 500px;
    position: absolute;
    top: 10%;
    left: 5%;
    background-image: url("../images/repo-pop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:0;
}
.close23{
    position: absolute;
    top: -38px;
    right: 0px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-items: center;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    background-color: #000000a1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close23 i{
    font-size: 18px;
    color: white;
    transition: .5s;
}

.content{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    position: relative;
    
    
}

.text_pop{
    position: relative;
    width: 100%;
    left: 0;
    text-align: center;
    
    padding: 5%;
}
.text_pop h2{
    font-size: 16px;
}

.text_pop h3{
    font-size: 13px;
}

.text_pop p{
    width: 90%;
    font-size: 12px;
}
.text_pop img{
    width: 200px;
}

    .secCalcu {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        flex-direction: column;
        padding: 5% 0;
    }

    .imagen-calc {
        width: 100%;
    }

    .imagen-calc img {
        width: 150px;
    }

    .text-calcu h2 {
        font-size: 22px;
        margin: 10px 0;
    }

    .text-calcu p {
        font-size: 15px;
    }

    .pasos-calcu {
        flex-direction: column;
        width: 100%;
        padding: 0 0 0 10%;
    }

    .block-pasos {
        margin: 5px 0;
    }

    .block-pasos span {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .block-pasos label {
        font-size: 15px;
    }

    .btn-calc {
        margin: 50px 0;
    }

}