* {


    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

body {

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;


}


#header-container {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;


    width: 100%;
    height: max-content;

    background-image: url(/img/header/background-section-1.png);
    background-repeat: no-repeat;
    background-size: cover;

    padding-bottom: 10vh;

}



/*----------------HEADER MENU-------------------*/

#header-menu-1-container {


    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    margin-top: 25px;

    width: 80%;
    height: max-content;

    color: white;


}

.header-menu-1-container-content {


    width: 25%;
}


#header-menu-2-container {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    align-content: end;

    text-align: right;

    width: 80%;

}

.header-menu-2-container-content {

    width: 100%;
    height: max-content;


}

#header-menu-1-container img {

    width: 220px;
    height: 60px;

    margin-right: 100px;

}


#header-menu-2-container a {

    display: inline;
    list-style: none;
    padding: 20px;

    font-size: 16px;
    font-weight: 500;

}

.header-menu-2-container-content a {

    text-decoration: none;
    color: white;
    font-size: 16px;

}

.header-menu-2-container-content a:hover {

    text-decoration: none;
    color: gainsboro;
    font-size: 16px;

}

.btn-start-now {

    width: 190px;
    height: 55px;
    background: linear-gradient(90deg, rgba(0, 198, 251, 0.8) 0%, rgba(0, 91, 234, 0.8) 100%);
    border-radius: 5px;

    color: white;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;

    border: none;
    vertical-align: middle;
}


.btn-start-now:hover {

    background: linear-gradient(90deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
    cursor: pointer;



}


/*----------------HEADER HEADLINE-------------------*/


#headline-header {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-top: 50px;

    width: 1400px;
    height: max-content;
    text-align: center;
 


}

#headline-header h5 {

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.7px;

    margin-bottom: 25px;

    color: white;


}

#headline-header h1 {


    font-size: 60px;
    font-weight: 400;
    letter-spacing: -4px;
    line-height: 80px;

    margin-bottom: 40px;

    width: 620px;

    color: white;

}

#headline-header h2 {

    width: 500px;

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: white;

    margin-bottom: 40px;


}

.btn-purchase {

    display: inline-block;
    width: 280px;
    height: 60px;

    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;

    margin-bottom: 50px;

    color: white;

    background: linear-gradient(90deg, rgba(11, 163, 96, 0.8) 0%, rgba(60, 186, 146, 0.8) 100%);
    border: none;
    border-radius: 5px;

    padding-top: 20px;
    text-decoration: none;
    


}


.btn-purchase:hover {

    background: linear-gradient(90deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
    cursor: pointer;




}

#img-companies {

    width: 80%;
    margin-bottom: 50px;


}


.companies-container .companies-item {


    min-width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: white;
    margin-right: 2px;

}


#headline-header a {

    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;

    text-decoration: none;
    color: white;



}


/*----------------Section 1-------------------*/

#section-1-container {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: max-content;

    background-image: url(/img/section1/background-section-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 5;


    padding-bottom: 80px;



}

#section-1-container h5 {


    text-align: center;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;


    margin-bottom: 20px;


}

#section-1-container h2 {

    text-align: center;

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;

    color: white;

    margin-bottom: 50px;


}

.section-1-content-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 50px;

    width: 70%;
    height: max-content;


}

.section-1-cards {

    text-align: center;

    width: 340px;
    height: 402px;


    background: #102B40;


    border: 2px solid #1f87d6;
    border-radius: 20px;




}


.section-1-cards img {

    margin-top: 50px;

}

.section-1-cards h3 {

    font-size: 18px;
    font-weight: 500;
    line-height: 32px;

    color: white;

    margin-top: 15px;
    margin-bottom: 15px;


}

.section-1-cards p {

    font-size: 16px;
    font-weight: 200;
    line-height: 30px;

    color: white;

    padding: 0 25px;


}


/*----------------Section 2-------------------*/


#section-2-container {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: max-content;
    background-image: url(/img/section2/Background-How_Work.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;


}

#section-2-container h5 {


    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 80px;
    margin-bottom: 20px;



}


#section-2-container h2 {

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;
    color: white;
    margin-bottom: 50px;



}

#section-2-2-container {


    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 100px;


}

.section-2-content-container {

    text-align: center;

    width: 18%;
    height: max-content;


}

.section-2-content-container img {

    margin-bottom: 15px;

}

.section-2-content-container h3 {

    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-bottom: 15px;

}

.section-2-content-container p {

    font-size: 16px;
    font-weight: 200;
    line-height: 30px;

    color: white;

    padding: 0 25px;


}



/*----------------Section 3-------------------*/


#section-3-container {

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;

    width: 100%;
    height: max-content;

    background-color: #121F30;

    padding-bottom: 80px;

}

#section-3-container h5 {


    text-align: center;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;


    margin-bottom: 20px;



}


#section-3-container h2 {

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;

    color: white;

    margin-bottom: 50px;



}

#section-3-2-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 100px;

    width: 70%;
    height: max-content;


}

.section-3-content-container img {

    margin-bottom: 15px;


}


.section-3-content-container h3 {



    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;

    color: white;

    margin-bottom: 15px;


}

.section-3-content-container p {


    font-size: 16px;
    font-weight: 200;
    line-height: 30px;

    width: 390px;

    color: white;



}


/*----------------Section 4-------------------*/

#section-4-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    background-color: #082238;

    width: 100%;
    height: max-content;



    padding-top: 80px;
    padding-bottom: 80px;


}


.section-4-content-container {

    text-align: center;
    width: 25%;
    height: max-content;


}

.section-4-content-container h2 {

    font-size: 48px;
    font-weight: bold;

    margin-bottom: 15px;


    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}


.section-4-content-container p {

    font-size: 16px;
    font-weight: 200;
    line-height: 30px;


    color: white;

}

/*----------------Section 5-------------------*/


#section-5-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: max-content;

    padding-top: 50px;


    background-image: url(/img/section5/Section-CTA-1-Container.png);
    background-repeat: no-repeat;
    background-size: cover;


}

.section-5-content-container {

    text-align: center;

    width: 80%;
    height: max-content;


}

/*----------------Section 6-------------------*/


#section-6-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: max-content;

    background-image: url(/img/section6/background-section-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;

    background-color: #082238;



}



#section-6-container h5 {

    text-align: center;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;


    margin-bottom: 20px;


}

#section-6-container h2 {

    text-align: center;

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;

    color: white;

    width: 50%;

    margin-bottom: 50px;


}

#section-6-2-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    text-align: center;

    width: 80%;
    height: max-content;

    overflow-x: scroll;
    white-space: nowrap;

}

#section-6-2-container::-webkit-scrollbar {

    scrollbar-width: thin;

}

#section-6-2-container::-webkit-scrollbar-track {
    background: transparent;
    margin-left: 20px;
}

#section-6-2-container::-webkit-scrollbar-thumb {
    background-color: whitesmoke;
    border-radius: 20px;
}



.section-6-2-content-container figure {

    padding: 15px;
    display: inline-block;





}

.section-6-2-content-container img {

    border-radius: 20px;

}

.section-6-2-content-container {


    width: 100%;




}

/*----------------Section 7-------------------*/


#section-7-container {

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;

    width: 100%;
    height: max-content;


    background-color: #082238;

}


#section-7-container h5 {

    text-align: center;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;
    margin-bottom: 20px;



}

#section-7-container>h2 {

    text-align: center;

    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;

    color: white;

    margin-bottom: 80px;


}

.container-bg {


    background-image: url(/img/section7/background-section-7.png);
    background-size: 90% 60%;
    background-repeat: no-repeat;
    background-position: top;

}

.container-title {

    margin-top: 50px;
    text-align: center;
    width: 100%;

}

.container-title h3 {

    margin-bottom: 50px;
    color: white;
    font-size: 26px;

    letter-spacing: 0px;
    line-height: 50px;
    text-transform: uppercase;

    margin-bottom: 15px;

}

#section-7-2-container {


    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

    width: 100%;
    height: max-content;

    margin-bottom: 80px;




}

#section-7-2-container h1 {

    margin-bottom: 15px;

}


.section-7-2-content-container {

    text-align: center;

    width: 28%;
    height: max-content;
    margin-top: 25px;

}


.section-7-2-content-container h4 {

    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;

    color: white;


}


.section-7-2-content-container p {

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

    color: white;

    width: 50%;

    margin: 0 auto;


}


/*section 7 parte 2*/

#section-7-3-container {


    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: max-content;





}

#section-7-3-container h3 {

    margin-top: 15px;
    margin-bottom: 15px;

}


.section-7-3-content-container {

    text-align: center;

    width: 28%;
    height: max-content;
    margin-top: 25px;


}


.section-7-3-content-container h4 {

    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 15px;
    margin-bottom: 15px;

    color: white;


}


.section-7-3-content-container p {

    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

    color: white;

    width: 50%;

    margin: 0 auto;


}


/*----------------Section 8-------------------*/

#section-8-container-bg {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

    background-image: url(/img/section8/background-section-8.png);
    background-repeat: no-repeat;
    background-size: cover;



}

#section-8-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: max-content;

    background-color: #082238;

}


#section-8-container>h5 {

    text-align: center;

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;

    background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;


    margin-bottom: 20px;


}


#section-8-container>h2 {

    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 50px;
    color: white;
    margin-bottom: 80px;


}

#section-8-2-container {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 50px;

    width: 52%;
    height: max-content;

    margin-top: 80px;


}

.section-8-2-content-container {

    min-width: 40%;
    height: 300px;
    text-align: center;


}

.section-8-2-content-container img {

    margin-bottom: 15px;

}


.section-8-2-content-container h3 {

    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
    color: white;


}

.section-8-2-content-container p {

    font-size: 19px;
    line-height: 32px;
    font-weight: 400;

    color: white;

    margin-bottom: 25px;


}

.section-8-2-content-container h4 {


    font-size: 17px;
    font-weight: bold;
    line-height: 30px;

    color: white;


}


/*Parte 2*/


#section-8-3-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    width: 59%;
    height: max-content;



}

#section-8-3-container>h2 {


    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;

    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;
    margin-bottom: 80px;

    padding-left: 15px;


}

#section-8-3-content-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    gap: 100px;

    width: 100%;
    height: max-content;



}

.section-8-card {


    width: 292px;
    height: 275px;

    background: rgba(245, 247, 250, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;

    text-align: center;

}

.section-8-card img {

    margin-top: 50px;

    margin-bottom: 15px;

}

.section-8-card h3 {

    text-transform: uppercase;

    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 15px;

    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}

.section-8-card p {

    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    color: white;



}

#section-8-4-container {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 52%;
    height: max-content;



}

.section-8-4-content-container {

    width: 100%;
    height: max-content;
    text-align: center;
    margin-bottom: 80px;



}

.section-8-4-content-container h2 {

    margin: 0 auto;
    text-transform: uppercase;

    width: 500px;

    font-size: 26px;
    font-weight: bold;

    background: linear-gradient(90deg, #FFF1EB 0%, #ACE0F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    margin-top: 80px;
    margin-bottom: 50px;


}

.btn-start-now-1 {

    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 70%;
    height: 55px;

    background: linear-gradient(90deg, rgba(0, 198, 251, 0.8) 0%, rgba(0, 91, 234, 0.8) 100%);
    border-radius: 5px;
    border: none;
    color: white;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;

    text-decoration: none;



}

.btn-start-now-1:hover {

    background: linear-gradient(90deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
    cursor: pointer;


}


/*footer*/

footer {
    
    text-align: center;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: max-content;

    background-color: #082238;

}

.ft {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    width: 80%;
    height: max-content;

    padding-top: 80px;
    padding-bottom: 80px;

}

.ft-content-container figure {

    display: inline-block;

}


.ft-content-container {

    width: 30%;
    height: max-content;



}

.ft-content-container a {

    padding: 15px;


}

.ft-content-container p {

    text-align: right;
    font-size: 12px;
    line-height: 32px;
    color: white;

}