/*----------------------------------------------- BASIC RESETS -----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: 'Bitsumis', sans-serif;
    background-color: var(--primary-color);
    color: var(--text-color);
}

.section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.max-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.guide-text{
    color: var(--tertiary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.circle-background{
    width: 100px;
    height: 100px;
    filter: blur(100px);
    background: var(--tertiary-color);
    border-radius: 50%;
    z-index: -10;
}
/*----------------------------------------------- VARIABLES -----------------------------------------------*/

:root{
    --primary-color:#1b1b1b;
    --secondary-color:#ffa912;
    --tertiary-color: #3bcc3b;
    --fourth-color:  #e8ede8;
    --text-color: #828282;
}

/*----------------------------------------------- FONTS -----------------------------------------------*/

@font-face{
    font-family: 'Bitsumis';
    src: url('../assets/fonts/BITSUMIS.woff2') format('woff2');
}

/*----------------------------------------------- HEADER -----------------------------------------------*/

.header{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-header-container a{
    text-decoration: none;
    background: var(--tertiary-color);
    padding: 20px 40px;
    font-family: 'Bitsumis', sans-serif;
    color: var(--primary-color);
    transition:  all .2s linear;
}

.btn-header-container a:hover{
    background: var(--fourth-color);
}

.img-header-container img{
    width: 80px;
}

/*----------------------------------------------- HERO -----------------------------------------------*/
.hero-section{
    color: var(--fourth-color);
    margin: 100px 0 140px;
}

.hero-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.hero-text-container{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    font-family: 'Montserrat', sans-serif;
    border-left: 1px solid var(--fourth-color);
    gap: 10px;
    padding-left: 20px;
}

.hero-text-container h1{
    font-size: 3rem;
    display: flex;
    align-items: center;
}

.hero-text-container h1 img{
    width: 75px;
}

.brands-container{
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 80px 0 0;
}

.brands-container img{
    width: 200px;
}

.numbers-container{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}   

.brand-img-1, .brand-img-2{
    height: 40px;
}

.brand-img-3, .brand-img-4{
    height: 50px;
}

.numbers-container h3{
    display: flex;
    align-items: center;
    gap: 5px;
}

.numbers-text{
    font-size: .8rem;
    color: #828282;
    font-weight: 400;
}

.hero-img-container{
    display: flex;
    padding: 0 0 30px;
}

.circle-hero-background{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*----------------------------------------------- NOSOTROS -----------------------------------------------*/

.nosotros-section{
    margin: 50px 0;
}

.nosotros-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.nosotros-text-container{
    display: flex;
    flex-direction: column;
    width: 500px;
    font-family: 'Montserrat', sans-serif;
    gap: 40px;

}

.nosotros-title-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
}

.nosotros-title-container h2{
    font-size: 3rem;
    font-weight: 500;
    color: var(--fourth-color);
}

/*----------------------------------------------- MISIÓN VISION -----------------------------------------------*/

.mision-vision-section{
    margin: 100px 0;
}

.mision-vision-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: relative;
}

.mision-container, .vision-container{
    display: flex;
    flex-direction: column;
    width: 500px;
    font-family: 'Montserrat', sans-serif;
    gap: 20px;
}

.mision-container h2, .vision-container h2{
    color: var(--fourth-color);
    font-family: 'Bitsumis', sans-serif;
}

.mision-container span, .vision-container span{
    padding: 10px;
    width: fit-content;
    border-radius: 50%;
    background: #202020;
}

.mision-container img, .vision-container img{
    width: 150px;
}

.circle-mision-background{
    position: absolute;
    top: 150px;
    width: 100px;
    height: 50px;
    left: 20%;
}

/*----------------------------------------------- CONOCENOS -----------------------------------------------*/

.conocenos-section{
    margin: 50px 0;
    overflow: hidden;
}

.conocenos-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: relative;
}

.img-conocenos-container img{
    width: 550px;
}

.conocenos-text-container{
    display: flex;
    flex-direction: column;
    width: 500px;
    gap: 20px;
}

.conocenos-title{
    font-size: 3rem;
    font-weight: 500;
    color: var(--fourth-color);
}

.conocenos-text , .numbers-container{
    font-family: 'Montserrat', sans-serif;
}

.numbers-container .counter, .numbers-container h3{
    color: var(--fourth-color);
}

.conocenos-subtitle{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--fourth-color);
}

.circle-conocenos-background{
    position: absolute;
    bottom: 70px;
    right: 30%;
}

.btn-nosotros-container{
    margin: 20px 0;
}

/*----------------------------------------------- TIMELINE -----------------------------------------------*/

.timeline{
    position: relative;
    margin: 100px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
    color: var(--fourth-color);
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #148d33;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0 40px 30px;
    

}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #148d33 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #148d33;
}

.timeline h3{
    font-size: 2.5rem;
    font-weight: 500;
}

.timeline p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.circle-timeline-background-1{
    position: absolute;
    top: 20px;
    right: 20%;
}

.circle-timeline-background-2{
    position: absolute;
    bottom: 500px;
    right: -300px;
}

/*----------------------------------------------- SISTEM -----------------------------------------------*/

.sistem-section{
    margin: 100px 0;
    position: relative;
}

.sistem-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.sistem-text-container{
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sistem-img-container img{
    width: 500px;
}

.sistem-text-container h2{
    font-size: 3rem;
    font-weight: 500;
    color: var(--fourth-color);
}

.sistem-text-container p{
    font-family: 'Montserrat', sans-serif;
}

.circle-sistem-background{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*----------------------------------------------- SIMULATOR -----------------------------------------------*/

.simulator-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simulator-container iframe{
    border: none;
    height: 100vh;
}

/*----------------------------------------------- BONOS -----------------------------------------------*/

.bonos-section{
    margin: 100px 0;
    position: relative;
}

.bonos-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.bonos-title-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bonos-title-container h2{
    font-size: 3rem;
    font-weight: 500;
    color: var(--fourth-color);
    margin-bottom: 10px;
}

.bonos-title-container p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}


.layer, .card-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.card-container{
    flex-direction: column;
}

.card{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-evenly;
    width: 300px;
    gap: 10px;
    height: 400px;
    border-radius: 20px;
    padding-right: 20px;
    box-shadow: 0 0 5px var(--fourth-color);
    background: #202020;
}

.card h3{
    font-size: 2.5rem;
    font-weight: 500;
    width: 300px;
    text-align: end;
    color: var(--fourth-color);
}

.card p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 90%;
}

.card-span{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: end;
}

.card img{
    width: 40px;
}

.circle-bonos-background{
    position: absolute;
    top: 50%;
    left: 50%;
}

/*----------------------------------------------- RETIROS -----------------------------------------------*/

.retiros-section{
    margin: 100px 0;
    position: relative;
    overflow: hidden;
}

.retiros-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    gap: 50px;
}

.retiros-title-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.retiros-title-container img{
    width: 400px;
}

.retiros-text-container{
    display: flex;
    gap: 20px;
}

.retiros-section h2{
    color: var(--fourth-color);
    font-size: 3rem;
    text-align: center;
}

.retiros-section h3{
    font-size: 2rem;
    color: var(--fourth-color);
}

.retiros-section p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.retiros-layer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 300px;
    text-align: center; 
}

.retiros-layer img{
    width: 150px;
}

.circle-retiros-background{
    position: absolute;
    top: 50%;
    left: 10%;
}

/*----------------------------------------------- UNETE -----------------------------------------------*/

.unete-section{
    margin: 100px 0;
    position: relative;
}

.unete-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    gap: 50px;
    background: #202020;
    padding: 30px;
    border-radius: 20px;
}

.unete-title-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
    text-align: center;
    margin-top: 20px;
}

.unete-text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.unete-title-container h2{
    font-size: 3rem;
    font-weight: 500;
    color: var(--fourth-color); 
}

.unete-section p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.unete-card img{
    width: 150px;
}

.unete-card{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.unete-card h3{
    font-size: 2rem;
    font-weight: 500;
    color: var(--fourth-color);
}

.unete-card p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.circle-unete-background{
    position: absolute;
    top: 50%;
    right: 10%;
}

/*----------------------------------------------- FOOTER -----------------------------------------------*/

.footer{
    margin-top: 100px;
    position: relative;
    background: #202020;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    padding: 50px 0;
}

.footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.footer-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 900px;
}

.footer-up-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.footer-text-container img{
    width: 200px;
}

.footer a{
    text-decoration: none;
    color: #828282;
}

.footer-down-container{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
}

.footer-medias-container img{
    width: 30px;
}

.footer-medias-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.email-container a{
    display: flex;
    align-items: center;
    gap: 10px;
}


/*----------------------------------------------- MEDIA QUERIES-----------------------------------------------*/

@media (max-width: 768px) {
    
/*-------------------- HERO --------------------*/

    .hero-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .hero-section{
        margin-top: 50px;
    }

    .hero-text-container{
        width: 90%;
    }

    .hero-img-container{
        display: flex;
        margin: 40px;
    }

    .brands-container{
        flex-direction: column;
        align-items: center;
    }

    
/*-------------------- NOSOTROS --------------------*/

    .nosotros-container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 90%;
    }

    .nosotros-text-container{
        width: 90%;
    }

    .nosotros-title-container {
        display: flex;
        width: 90%;
    }

    .btn-nosotros-container{
        width: 90%;
        margin-bottom: 20px;
    }

/*-------------------- MISIÓN VISION --------------------*/

    .mision-vision-container{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .mision-container{
        width: 90%;
        align-items: center;
    
    }

    .vision-container{
        width: 90%;
        align-items: center;
    }

/*-------------------- CONOCENOS --------------------*/

    .conocenos-container{
        width: 90%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .conocenos-text-container{
        width: 90%;
    }

    .conocenos-title-container {
        width: 90%;
    }

    .img-conocenos-container img{
        width: 300px;
    }

    
/*-------------------- TIMELINE --------------------*/

.timeline ul li div::before{
    display: none;
}

.timeline{
    display: flex;
    width: 90%;

}

.timeline ul li div{
    width: 300px;
}

.timeline ul li:nth-child(even) div {
    left: 45px;
}

.circle-timeline-background-1{
    left: 0;
}

.circle-timeline-background-2{
    left: 0;
}

/*-------------------- SISTEM --------------------*/

    .sistem-container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sistem-text-container{
        width: 90%;
    }

    .sistem-container img{
        width: 300px;
        margin-top: 20px;
    }

/*-------------------- SIMULATOR --------------------*/

    iframe{
        width: 90%;
    }
    
/*-------------------- BONOS --------------------*/

    .layer{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card-container{
        width: 300px;
    }

    .circle-bonos-background{
        left: 0;
    }

    .bonos-title-container{
        width: 90%;
        align-items: start;
    }

    .bonos-title-container p{
        text-align: start;
    }

/*-------------------- RETIROS --------------------*/

    .retiros-container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .retiros-text-container{
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .retiros-title-container{
        align-items: start;
        width: 90%;
    }

    .retiros-title-container h2{
        text-align: start;
    }

    .retiros-title-container img{
        width: 300px;
        margin: 20px 0 40px;
    }
    
/*-------------------- UNETE --------------------*/

    .unete-text-container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .circle-unete-background{
        left: 0;
    }

    .unete-title-container{
        width: 90%;
        text-align: start;
        align-items: start;
    }

    .unete-title-container p{
        text-align: start;
    }
/*-------------------- FOOTER --------------------*/

    .footer{
        margin-top: 0;
    }

    .footer-up-container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-text-container{
        width: 90%;
        align-items: center;
    }

    .footer-medias-container img{
        width: 50px;
        margin-bottom: 20px;
    }

    .email-container a img{
        margin: 0;
    }

    .footer-down-container{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .circle-background{
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
    }
}

