@import url('../css/style-global.css');


/*=========================*/
/* STYLE HOME */
main {
    width: 100vw;
}

/*hero*/
.home-section-hero {
    width: 100vw;
    height: 100vh;
    background-image: url(../accests/bg-manilla-mobile.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-hero-content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center; 
}
/* .home-hero-content img {
    width: auto;
    height: 80px;
} */
.home-hero-info {
    padding: 230px 12px;
}
.home-hero-info h1 {
    padding: 10px 0;
    font-family: var(--fontPrincipal);
    font-size: 3rem;
    line-height: 1;
    color: var(--withe);
}
.home-hero-info span {
    color: var(--beige);
}
.home-hero-info p {
    font-size: 1.8rem;
    color: var(--text2);
}


/*===== btn ======*/
.home-hero-info button {
    margin-top: 50px;
    padding: 10px 40px;
    font-family: var(--fontSecundary);
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--orange);
    cursor: pointer;
    background: transparent;
    color: var(--orange);
    transition: all 0.3s ease-in-out;
}
.home-hero-info button:hover, .home-hero-info button:focus, .home-hero-info button:active {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: var(--orange);
    backdrop-filter: blur(50px);
    color: var(--withe);
    transform: translateY(-5px);
}
/*===== btn ======*/


/* Section como funciona */
.funciona-container {
    width: 100vw;
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
}
.funciona-container h2 {
    margin-bottom: 20px;
    font-family: var(--fontPrincipal);
    font-size: 3rem;
    color: var(--granate);
} 
.funciona-content {
    width: 100%;
    padding: 0 12px;
}
.funciona-img {
    width: 300px;
    height: 100px;
    margin: 20px auto;
    background-image: url('../accests/manilla-horizontal.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*articles*/
.funciona-article {
    display: flex;
    height: 500px;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;

    /*ocultar scroll bar*/
    -ms-overflow-style: none; /*IE and Edge*/
    scrollbar-width: none; /*Firefox*/
}
.funciona-article::-webkit-scrollbar { /*Crhome, Safari, Opera*/
        display: none;
}


/*box articles*/
.box-article {
    width: 70%;
    height: 350px;
    margin: 50px 20px 0;
    padding: 20px 15px;
    box-shadow: 0 4px 8px rgba(89, 73, 30, 0.16);
    transition: all 0.4s ease-in-out;
    scroll-snap-align: start;
    flex-shrink: 0;
}
.box-article:hover {
    box-shadow: 0 0 20px rgba(237, 106, 34, 0.5);
}
.box-article img {
    width: 80px;
    padding-bottom: 20px;
}
.box-article h3 {
    font-family: var(--fontSecundary);
    font-size: 2.4rem;
    color: var(--granate);
}
.box-article p {
    margin: 20px 0;
    font-size: 1.6rem;
    color: var(--text2);
}
.box-article span {
    font-family: var(--fontSecundary);
    font-size: 3rem;
    font-weight: bold;
    color: var(--granate);
}


/*Section 1 */
.home-section1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    text-align: center;
}
.home-section1-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

/*img*/
.home-section1-img {
    flex-basis: 50%;
}
.home-section1-img img {
    width: 280px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/*textos*/
.home-section1-content {
    width: 100%;
    padding: 50px 0;
}
.home-section1-content h2 {
    font-size: 2.4rem;
    color: var(--granate);
}
.home-section1-content h3 {
    margin-bottom: 30px;
    font-family: var(--fontSecundary);
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--marron);
}
.home-section1-content p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
    color: var(--text1);
}
/*btn*/
.home-section1-content button, .home-section3-content button {
    margin-top: 50px;
    padding: 10px 40px;
    font-family: var(--fontSecundary);
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--orange);
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(50px);
    color: var(--orange);
    transition: all 0.3s ease-in-out;
}
.home-section1-content button:hover, .home-section1-content button:focus, .home-section1-content button:active,
.home-section3-content button:hover, .home-section3-content button:focus, .home-section3-content button:active {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: var(--orange);
    color: var(--withe);
    transform: translateY(-5px);
}


/*Section 2*/
.home-section2 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    background: rgba(46, 153, 214, 0.1);
}
.home-section2-container {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-section2-content {
    width: 100%;
    max-width: 500px;
}
/*img*/
.home-section2-img {
    flex-basis: 50%;
}
.home-section2-img img {
    width: 280px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/*textos*/
.home-section2-content {
    width: 100%;
    padding: 50px 0;
}
.home-section2-content h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    color: var(--granate);
}
.home-section2-content p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
    color: var(--text1);
}


/*Section 3*/
.home-section3 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.home-section3-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

/*img*/
.home-section3-img {
    flex-basis: 50%;
}
.home-section3-img img {
    width: 280px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

/*textos*/
.home-section3-content {
    width: 100%;
    padding: 50px 0;
}
.home-section3-content h2 {
    font-size: 2.4rem;
    color: var(--granate);
}
.home-section3-content h3 {
    margin-bottom: 30px;
    font-family: var(--fontSecundary);
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--marron);
}
.home-section3-content p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
    color: var(--text1);
}


/*Section 4*/
.home-section4 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    background: rgba(149, 27, 129, 0.1);
}
.home-section4-container {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-section4-content {
    width: 100%;
    max-width: 500px;
}

/*img*/
.home-section4-img {
    flex-basis: 50%;
}
.home-section4-img img {
    width: 280px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}


/*textos*/
.home-section4-content {
    width: 100%;
    padding: 50px 0;
}
.home-section4-content h2 {
    font-size: 2.4rem;
    color: var(--granate);
}
.home-section4-content h3 {
    margin-bottom: 30px;
    font-family: var(--fontSecundary);
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--marron);
}
.home-section4-content p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
    color: var(--text1);
}




/*Section 5 cards*/
.home-section5 {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.home-section5-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}



/*card 1*/
.card {
    width: 280px;
    height: auto;
    margin-bottom: 50px;
    padding: 50px 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}
.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.card img {
    width: 80px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 2.4rem;
    color: var(--granate);
    margin-bottom: 10px;
}
.card p {
    font-size: 1.8rem;
    color: var(--text1);
}


/*Section banner Scan*/
.bannerScan {
    width: 100vw;
    height: 700px;
    text-align: center;
    background-image: url(../accests/ba-banner-sacan-mobile.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerScan__text {
    padding-top: 450px;
    font-family: var(--fontPrincipal);
    font-size: 7rem;
    line-height: 1;
    color: var(--beige);
}


/*Section 6*/
.home-section6 {
    width: 100%;
    height: auto;
    background-image: url('../accests/home-form-bg-mobile.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section6-container {
    width: 100%;
    max-width: 700px;
    padding: 100px 20px;
    margin: 0 auto;
    text-align: center;
}

.home-section6-container h2 {
    font-size: 2.4rem;
    color: var(--granate);
    margin-bottom: 20px;
}

.home-section6-container p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
}

/*Form*/
.home-form {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, .30);
    padding: 50px 30px 30px;
    margin: 30px auto 50px;
    border-radius: 4px;
    font-family: var(--fontSecundary);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.controls {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px;
    font-family: var(--fontSecundary);
    font-size: 1.6rem;
    border: 1px solid var(--text4);
    border-radius: 4px;
    background: rgba(255, 255, 255, .30);
    color: var(--granate);
}
::placeholder { /*texto dentro del input*/
    color: var(--text3);
    font-size: 1.4rem;
}
:focus { /*Linea del input al escribir en ella*/
    outline: 1px solid var(--granate);
}


.home-form .buttom {
    width: 100px;
    margin: 16px 0;
    padding: 12px;
    font-size: 1.6rem;
    border: none;
    background: var(--orange);
    color: var(--withe);
    transition: all 0.4s ease-in-out;
}
.home-form .buttom:hover {
    background: var(--granate);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

/* END STYLE HOME */
/*=========================*/
