@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700;800&display=swap');

/*
font-family: 'Bebas Neue', sans serif;
font-family: 'Poppins', sans serif;
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: #231e44;
}

img{
    max-width: 100%;
}

.logoi{
    width: 18%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.menu{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    color: #f39200;
    width: 100%;
}

#logo{
    color: #ffffff;
    font-size: 25px;

}

.menu .navbar ul{
    display: flex;
}

.menu .navbar ul li a{
    font-size: 19px;
    padding: 0 20px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    
}

.menu .navbar ul li a:hover{
    color: #f39200;
    text-transform: uppercase
}

#menu{
    display: none;
    justify-content: space-between;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
    background-color: #f39200;
    margin: 6px 0px;
    height: 22px;
}

.header-txt{
    flex-basis: 50%;
    padding-right: 30px;
}

.header-txt span{
    font-size: 18px;
    color: #f39200;
    font-weight: 300;
    margin-bottom: 50px;
    display: block;
}

#ahora{
    font-size: 13px;
}

.header-txt h1{
    font-size: 100px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}

p{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
}

.features__title{
    font-size: 1.7rem;
    color: #ffffff;
}

.features__paragraph a{
    color: #ffffff;
    text-decoration: underline;
}

.pagos{
    margin-left: 15px;
    margin-right: 15px;
}

.pagos-container{   
    margin-right: 15px;
    border-radius: 1rem;
    box-shadow: 1 1rem 0,5rem ;
    background-color: #f39200;
    overflow: hidden;
    width: 95%;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}

.subtitulos{
    justify-content: flex-start;
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 5px;
    text-shadow: 10px 0px 47px black;
}


.texto{
    font-size: 16px;
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
}

.descarga{
    font-size: 16px;
    margin-left: 10px;
    text-align: justify;
    margin-right: 10px;
}


#cbu{
    color: #fecd83;
    font-size: 16px;
    margin-left: 10px;
}

.pagos-container p{
    margin-bottom: 5px;
    color: #f9f9f9;
    font-size: 15px;
    margin-top: 10px;
}

.pagos-container li{
    color: #f9f9f9;
    font-size: 15px;
    margin-bottom: px;
    margin-left: 10px;
}

.descarga{
    display: none;
    margin-top: 10px;
    margin-left: 16px;
    padding: 1rem 1.5rem;
    background-color: #180048;
    border-radius: 3px;
    text-decoration: underline;
    color:#fff;
    font-size: 13px;
    margin-bottom: 10px;
}

.descarga:hover{
    background-color: #413755;
}

.article{
    width: 90%;
    text-align: center;
}

.article__title{
    font-size: 1.7rem;
    color: #ffffff;
    margin-top: 50px;
}

.article__arrow{
    transition: transform .3s;
}

.article__arrow--rotate{
    transform: rotate(180deg);
    filter: hue-rotate(129deg);
}

.article__paragraph{
    color: #ffffff;
    margin: 1rem auto rem;
    max-width: 750px;
}

.article__container{
    max-width: 450px;
    margin: 0 auto;
}

.article__question{
    font-size: 1.4rem;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    padding: 1.6rem 0;

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

    cursor: pointer;
}

.article__content{
    display: grid;
    border-bottom: 2px solid #ffffff;

    grid-template-rows: 0fr;

    transition: grid-template-rows .3s;
}

.article__content--show{
    grid-template-rows: 1fr;
}

.article__show{
    overflow: hidden;
}

.article__anwser{
    padding: 1.3rem;
    text-align: left;
    padding-top: 0;
    color: #ffffff;
    font-size: 15px;
}

.article__cta{
    display: inline-block;
    margin-top: 1.5rem;
    background-color: #f39200;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.5rem;
}

.footer{
    background-color: #231e44;
    padding: 50px 0;
}

.footer-content{
    display: flex;
    justify-content: center;
}

.container-body {
   display: flex;
   justify-content: space-between;
}

.container-body h3{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.container-body a{
    color: #eefaff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.container-body li{
    color: #eefaff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.container-body a:hover{
    color: #ff681c;
}

.copy p{
    text-align: center;
    color: #eefaff;
    font-size: 12px;
    display: block;
    margin-bottom: 1px;
    margin-top: 25px;
}

.copy a{
    text-align: center;
    color: #eefaff;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}


@media(max-width:991px) {

    .menu{
        padding: 20px;
        position: relative;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #c8e0fe;
        display: none;
    }

    .menu .navbar ul{
        flex-direction: column;
        background-color: #f39200;
    }

    .menu .navbar ul li {
        width: 100%;
        padding: 20px 0;
    }

    .menu .navbar ul li a:hover{
       color: #231e44;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }


    .header-content{
        padding: 20px 30px;
        flex-direction: column;
        text-align: center;
    }

    .header-txt{
        padding: 0;
        margin-bottom: 15px;
    }

    p{
        margin-bottom: 30px;
    }

    .descarga{
        display: inline-block;
    }

    .footer{
        padding: 10px;
        text-align: center;
    }

    .footer-content{
        flex-direction: column;
        text-align: center;
    }

    .container-body{
        flex-direction: column;
    }

    .pagos-container{
       justify-content: center;
    }

    }