@import url('../css/style-global.css');

/*=========================*/
/* STYLE HEADER */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.logo img {
    width: auto;
    height: 80px;
    margin-bottom: -20px;
}
  
.nav-toggle {
    display: none;
}

.nav-links {
    height: auto;
}

nav ul {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
}
/* END STYLE HEADER */
/*=========================*/





/*=========================*/
/* STYLE HOME */
/*hero*/
.home-section-hero {
    background-image: url(../accests/bg-manilla4.webp);
}
.home-hero-info h1 {
    font-size: 4rem;
}


/*seccion 1*/
.home-section1 {
    text-align: left;
}
.home-section1-container {
    flex-direction: row;
}

/*img*/
.home-section1-img img {
    width: 380px;
    margin-right: 50px;
}

/*texts*/
.home-section1-content h2 {
    font-size: 2.8rem;
}
.home-section1-content h3 {
    font-size: 2rem;
    font-weight: 400;
}
.home-section1-content p {
    font-weight: 400;
}
/*btn*/
.home-section1-content button, .home-section3-content button {
    margin-top: 20px;
}


/*seccion 2*/
.home-section2 {
    text-align: left; 
}
.home-section2-container {
    flex-direction: row; 
}

/*img*/
.home-section2-img img {
    width: 380px;
    margin-left: 50px;
}

/*texts*/
.home-section2-content h2 {
    font-size: 2.8rem;
}
.home-section2-content p {
    font-weight: 400;
}


/*seccion 3*/
.home-section3 {
    text-align: left; 
}
.home-section3-container {
    flex-direction: row; 
}

/*img*/
.home-section3-img img {
    width: 380px;
    margin-right: 50px;
}

/*texts*/
.home-section3-content h2 {
    font-size: 2.8rem;
}
.home-section3-content h3 {
    font-size: 2rem;
    font-weight: 400;
}
.home-section3-content p {
    font-weight: 400;
}


/*seccion 4*/
.home-section4 {
    text-align: left; 
}
.home-section4-container {
    flex-direction: row; 
}

/*img*/
.home-section4-img img {
    width: 380px;
    margin-left: 50px;
}

/*texts*/
.home-section4-content h2 {
    font-size: 2.8rem;
}
.home-section4-content h3 {
    font-size: 2rem;
    font-weight: 400;
}
.home-section4-content p {
    font-weight: 400;
}



/*seccion 5*/
.home-section5-container {
    flex-direction: row;
    gap: 50px;
}

/*cards*/
.card {
    width: 480px;
    padding: 50px 30px;
}
.card img {
    width: 100px;
}




/*=========================*/
/* STYLE BANNER SCAN */
.bannerScan {
    background-position: top;
}
.bannerScan__text {
    color: var(--withe);
}
/* END STYLE BANNER SCAN */
/*=========================*/






/*seccion 6*/
.home-section6 {
    background-image: url('../accests/home-form-bg-desktop.webp');
}

/* END STYLE HOME */
/*=========================*/




/*=========================*/
/* STYLE FOOTER */
.footer {
    flex-direction: row;
    height: auto;
    padding: 20px 0;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    order: 2;
}

.footer__logo img {
    width: 150px;
    margin-top: -38px;
    padding: 0 0 10px;
}

.footer__contentLeft {
    order: 1;
}

.footer__contentRight {
    order: 3;
}

/* END STYLE FOOTER */
/*=========================*/


/*=========================*/
/* STYLE TERMS */
.terms__list {
    padding: 20px 0 50px 150px;
  }
/* END STYLE TERMS */
/*=========================*/



/*=========================*/
/* STYLE POLICY */
.privacy__list {
    padding: 20px 0 50px 150px;
  }
/* END STYLE POLICY */
/*=========================*/




/*=========================*/
/* STYLE que son las cookies */
.mainCookies {

  
    .mainCookies__title {
      font-size: 4rem;
    }
  }
/* END STYLE ... */
/*=========================*/




/*=========================*/
/* STYLE ... */
/* END STYLE ... */
/*=========================*/