:root {
    --maize: #ECB745;
    --color1: #FFF ;
    --color2: #181818;
    --white: #ffffff;
    --black: #000000;
    --main-font: "Raleway", sans-serif;
    --second-font: 'Exo 2', sans-serif;

    --bitcoin-orange: #f7931a;
    --soft-orange: #ffe9d5;
    --secondary-blue: #1a9af7;
    --soft-blue: #e7f5ff;
    --warm-black: #282623;
    --black: #201e1c;
    --off-white: #faf8f7;
    --just-white: #fff;
    --grey: #bababa;
}

html{
    background-color: var(--white-smoke);
    overflow-x: hidden;
} 

span{
    display: inline-block;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--main-font);  
    overflow-x: hidden;
}

main .btn-global .btn-first{
    padding: 12px 18px;
    background-color: var(--maize);
    color: var(--white);
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
}
main .line-global{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px ;
}

main .line-item{
    background-color: var(--maize);
    width: 70px;
    height: 5px;
}

a{
    text-decoration: none;
    color: var(--black);
}

body header nav{
    justify-items: center;
    width: 100%;
    align-items: center;
    background-color: var(--white);
    padding: 18px;
    transition: all 0.2s ease-in-out;
    /* margin: 30px auto; */
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 5px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.right-section-pc{
    display: none;
}
.right-section{
    display: block;
}
.nav-bar {
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: 100%;
    gap: 30%;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.right-section{
    margin-top: 10px;
}


.logo img {
    width: 200px;
    display: flex;
}
.menu {
    display: flex;
    padding-right: 20px;
    font-weight: 600;
}
.menu li {
    padding-left: 30px;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--black);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: capitalize;
    font-size: 0.8125rem;
    font-weight: 500;
}

/* .menu .btn-nav li a{
    border-radius: 5px;
    border: 3px solid var(--maize);
    padding: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
} */
.menu .btn-nav li a{
    border-radius: 5px;
    color: white;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    background-color: var(--maize);
}

.menu li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--black);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--black);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
body header.nav-scrolled {
    justify-items: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    position: fixed; /* Change position to fixed */
    top: 0; /* Stick it to the top */
    width: 100%; /* Make it full width */
    z-index: 999; /* Ensure it's above other content */
}
@media(max-width: 1027px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--white);
        border-left: 1px solid var(--maize);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}

/* MAIN */

/* SECTION 1 */

main .hero-container{
    margin-top: 120px;
    display: grid;
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 40px;
}
main .hero-container .txt--hero-section{
    margin: 0 auto;
}
main .hero-container .txt--hero-section h1,
main .hero-container .txt--hero-section h2{
    font-size: 30px;
    margin-bottom: 0;   
    max-width: 375px;
}
main .hero-container .txt--hero-section h1{
    margin-top: 0px;
}

main .hero-container .txt--hero-section p{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 30px;
    max-width: 375px;

}

main .hero-container .txt--hero-section .btn--txt .btn-global .btn-first{
    padding: 12px 18px;
    background-color: var(--maize);
    color: var(--white);
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
}

main .hero-container .txt--hero-section .btn--txt{
    display: flex;
    justify-content: center;
    align-items: center;
}

main .hero-container .txt--hero-section .btn--txt .btn-hero{
    display: flex;
    align-items: center;
    padding-left: 4px;
}

main .hero-container .txt--hero-section .btn--txt .btn-hero img{
    width: 40px;
}

main .hero-container .txt--hero-section .btn--txt .btn-hero a{
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-left: 4px;
}

main .hero-container .img--hero-section{
    width: 100%;
    height: 265.2px;
    background-color: black;
}

main .hero-container .img--hero-section img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/* SECTION 2 */

body .line-container{
    font-family: var(--main-font);
    width: 100%;
    height: 65px;
    background-color: black;
    overflow: hidden;
    display: flex;
    gap: 1rem;
    position: relative;
    user-select: none;
    align-items: end;
    z-index: 7;
}
.marquee {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    align-items: end;
    min-width: 100%;
    gap: 30vw;
}

.marquee span{
    font-size: 45px;
    font-weight: 500;
    color: var(--maize);
}


@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(calc(-100% - 1rem));
    }
}

.scroll{
    animation: scroll 60s linear infinite;
}

/* SECTION 3 */

main .aboutus-section{
    margin-top: 30px;
    text-align: center;
    background-image: url("../assets/img/background-section-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

main .aboutus-section h2{
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 14px;
}

main .aboutus-section span{
    color: var(--maize);
    font-weight: 700;
    max-width: 308px;
}

main .aboutus-section p{
    padding-top: 30px;
    text-transform: none;
    font-size: 16px;
    width: 97%;
    margin: 0 auto;
    max-width: 388px;
}
main .aboutus-section .mision-vision--aboutus{
    margin-top: 30px;
}
main .aboutus-section .mision-vision--aboutus span{
    font-size: 24px;
}
main .aboutus-section .mision-vision--aboutus img{
    width: 60px;
}
main .txt-group{
    margin-top: 35px;
}
main .aboutus-section .mision-vision--aboutus h6{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
main .aboutus-section .mision-vision--aboutus p{
    padding-top: 23px;
}


/* SECTION 4 */

main .offer-section{
    margin-top: 60px;
    display: grid;
    grid-template-rows: repeat(2,auto);
    row-gap: 20px;
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
}

main .offer-section .txt--offer-section h3{
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 0;
}

main .offer-section .txt--offer-section span{
    color: var(--maize);
    font-weight: 700;
    max-width: 308px;
}

main .offer-section .txt--offer-section p{
    padding-top: 30px;
    text-transform: none;
    font-size: 16px;
    width: 97%;
    margin: 0 auto;
    max-width: 388px;
    padding-bottom: 30px;
}

main .offer-section .img--offer-section{
    width: 250px;
    margin: 0 auto;
}

main .offer-section .img--offer-section img{
    width: 100%;
    object-fit: contain;
}

/* IMG ANIMATION */
main .truck-animation{
    padding-top: 70px;
    margin: 0 auto;
    width: 90%;
}
main .truck-animation img{
    width: 100%;
}

/* SECTION 5 */

.main-product-detail {
    background-image: url(../assets/img/background-gray-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    min-width: 320px;
    height: auto;
    padding: 20px 10px;
    background-color: var(--black);
}
.product-detail--batata-logo {
    position: absolute;
    width: 40.57px;
    height: 24.01px;
    margin: 0 auto;
    left: calc(50% - 20px);
    top: -10px;
    background-image: url("../assets/icons/icon-short.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-detail--title {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.product-detail--title h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    color: var(--just-white);
}
.product-detail--title p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #dfdcdc;
}
.product-detail--card {
    width: 90%;
    min-width: 288px;
    max-width: 400px;
    min-height: 150px;
    margin: 15px auto;
    padding: 15px;
    background-color: var(--warm-black);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}
.product-detail--card .clock {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-check.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .eye {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-lowprices.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .dollar {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-star.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .check {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-clients.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .gasoline {
    display: inline-block;
    width: 30px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-gasolinestation.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .maintaince {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-maintainence.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .secure {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-secure.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-detail--card .truck {
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url("../assets/icons/icon-truck.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product--card_title {
    margin-bottom: 8px;
    margin-top: 0px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8rem;
    color: var(--just-white);
}
.product--card_body {
    font-size: 16px;
    font-weight: 500;
    /* line-height: 1.8rem; */
    color: #808080;
    margin-top: 0;
}


/* SECTION PHONE */

main .app1-section{
    display: grid;
    grid-template-rows: repeat(2, auto);
    margin-top: 60px;
    box-shadow: 0px 30px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

main .app1-section h4{
    font-size: 30px;
    text-align: center;
    margin-top: 2px;
}

main .app1-section img{
    width: 100%;
    object-fit: contain;
    max-width: 460px;
    margin: 0 auto;
}

/* INFO PHONE SECTION */

.app-section {
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

main .app-section .title {
    text-align: left;
}

.subtitle {
    display: block;
    font-size: 15px;
    color: var(--white);
    font-weight: bolder;
    width: max-content;
    padding: 8px 13px ;
    border-radius: 10px;
    background-color: var(--maize);
    margin: 0 auto;
}

main .app-section .title h5 {
    margin: 0;
    font-size: 32px;
    text-align: center;
    padding-top: 15px;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.features {
    flex: 1;
    min-width: 300px;
}

.features h2 {
    font-size: 20px;
    margin-top: 20px;
}

.features .second-feature h2 {
    width: auto;
}

.features ul {
    list-style: none;
    padding: 0;
}

.features ul li {
    font-size: 16px;
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}

.features ul li::before {
    content: '•';
    color: #daa520;
    position: absolute;
    left: 0;
    top: 0;
}

.image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.image img {
    width: 100%;
    height: auto;
    max-width: 200px;
    

}

.lines {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.line {
    position: absolute;
    width: 2px;
    background-color: #cccccc;
}

.line-1 {
    top: 20%;
    left: 100%;
    height: 20%;
    transform: translateX(50%);
}

.line-2 {
    top: 50%;
    left: 100%;
    height: 20%;
    transform: translateX(50%);
}

.line-3 {
    top: 80%;
    left: 100%;
    height: 20%;
    transform: translateX(50%);
}

.details {
    flex: 2;
    min-width: 300px;
}

.detail {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.dot {
    height: 20.6px;
    width: 50.6px;
    /* border-radius: 50%; */
    margin-right: 10px;
    margin-top: 5px;
}

.dot.yellow {
    /* background-color: #daa520; */
    background-image: url("../assets/img/coin-yellow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dot.green {
    /* background-color: #32a852; */
    background-image: url("../assets/img/coin=green.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.dot.red {
    /* background-color: #e94e3c; */
    background-image: url("../assets/img/coin-red.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;


}

.detail h3 {
    margin: 0;
    font-size: 20px;
}

.detail p {
    margin: 5px 0 0;
    font-size: 16px;
}
.content .features{
    display: block;
}
@media (max-width: 680px) {
    .content {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .content .features{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .features .second-feature h2 {
        width: 200px;
    }

    .features,
    .image,
    .details {
        min-width: 100%;
    }

    .lines {
        display: none;
    }
}


/* SECTION PHONE 3 */

main .info-app{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--maize);
    color: #888787;
    justify-content: center;
    align-items: center;
    text-align: center;
}
main .info-app .characteristics{
    width: 90%;
    padding-right: 20px;
    max-width: 520px;
}
main .info-app .char-1{
    border-bottom: 1px solid var(--maize);
    
}


/* SECTION SATELITAL */

main .info-dispositives-section{
    background-image: url("../assets/img/image-background-4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    margin-top: 60px;
    display: flex;
    justify-items: center;
    align-items: center;
    color: var(--color1);
}

main .info-dispositives-section .info-txt--dispositives{
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-image: url("../assets/img/background-satelite-rectangle.png");
    background-repeat: no-repeat;
    text-align: center;
    height: fit-content;
    max-width: 610px;
    margin: 0 auto;
}

main .info-dispositives-section .info-txt--dispositives .line-global{
    padding-top: 30px;
}
main .info-dispositives-section .info-txt--dispositives h4{
    font-size: 30px;
    margin-top: 2px;
}

main .info-dispositives-section .info-txt--dispositives p{
    font-size: 16px;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
}

main .info-dispositives-section .info-txt--dispositives .btn-global{
    padding-bottom: 30px;
}

/* SECTION TESTIMONIOS */

main .testimonios-section{
    margin-top: 60px;
}

main .testimonios-section .testimonio-01{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

main .testimonios-section .testimonio-01 .line-global{
    justify-content: start;
}

main .testimonios-section .testimonio-01 .icon-t{
    width: 50px;
}

main .testimonios-section .testimonio-01 .icon-t img{
    width: 100%;
    object-fit: contain;
}

main .testimonios-section .testimonio-01 .subtitle--testi {
    color: var(--maize);
    font-size: 15px;
    margin-top: 10px;
    font-weight: 700;
}

main .testimonios-section .testimonio-01 h6{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
main .testimonios-section .testimonio-01 p{
    max-width: 680px;
}
main .testimonios-section .testimonio-01 .name-client{
    font-weight: bold;
}

/* BLOGS SECTION */
main .blogs-section{
    /* margin-top: 50px; */
    padding-top: 30px;
    background-color: #F8F8F8;
    padding-bottom: 40px;
}

main .blogs-section .line-global{
    justify-content: start;
    margin-left: 8px;
}

main .blogs-section h4{
    font-size: 30px;
    margin: 4px;
}
main .blogs-section .blogs-container{
    display: grid;
    grid-template-rows: auto;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
    row-gap: 40px;

}
main .blogs-section .blogs-container .article{
    width: 240px;
    height: 280px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

main .blogs-section .blogs-container .article img{
    width: 100%;
    object-fit: contain;
}

main .blogs-section .blogs-container .article p{
    font-size: 14px;
}

main .blogs-section .blogs-container .article .cta-blogs{
    color: var(--maize);
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

main .blogs-section .blogs-container .article .content-article{
    padding: 20px;
}

main .blogs-section .btn-global{
    display: flex;
    justify-content: center;
}

/* SECTION FORM */
main .form-section{
    margin-top: 40px;
}

main .form-section .txt--form{
    text-align: center;
    width: 95%;
    margin: 0 auto;
    max-width: 576px;
}

main .form-section .txt--form h4{
    font-size: 25px;
    margin-top: 4px;
}

/* SECTION BANNER*/ 

main .banner{
    width: 100%;
}

main .banner img{
    width: 100%;
    object-fit: cover;
}
main .main-container-imonitor{
    padding-top: 120px;
    background-image: url("../assets/img/background-imonitor.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main .main-container-imonitor h1{
    font-size: 30px;
    text-align: center;
    max-width: 710px;
    margin-top: 0px;
}

main .main-container-imonitor .img-imonitor{
    width: 100%;
    display: flex;
    justify-content: center;
}

main .main-container-imonitor .img-imonitor img{
    max-width: 100%;
}

main .main-container-imonitor p{
    font-size: 16px;
    text-align: center;
    max-width: 710px;
}
body main #isection-dual-img{
    width: 100%;
}

main .content-blog{
    padding: 80px 10%;
    text-align: left;
    font-size: 20px;
}
/* FOOTER */

footer{
    background-color: black;
    color: white;
    display: grid;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    align-items: center;
}

footer .img-footer{
    width: 300px;
}

footer .img-footer img{
    width: 100%;
    object-fit: contain;
}
footer .quick-links ul{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
footer .quick-links li{
    list-style: none;
    margin-bottom: 10px;

}
footer .quick-links li a{
    color: white;
}

footer .social-media{
    display: flex;
    justify-content:center;
    margin: 20px 0;
    column-gap: 30px;
}

footer .social-media img{
    width: 50px;
}

.t--0{
    display: block;
}

.t--1{
    display: none;
}




@media(min-width: 1024px){
    .right-section-pc{
        display: flex;
        align-items: end;
        justify-content: right;
    }

    .right-section-pc li a{
        margin-right: 30px;
    }
    .right-section{
        display: none;
    }
}
@media(min-width: 375px){
    main .hero-container .img--hero-section{
        height: auto;
    }
}
@media(min-width: 484px){
    .features .second-feature h2{
        width: auto;
    }
}

@media(min-width: 680px){
    main .app-section .title h5 {
        text-align: start;
    }
}

@media(min-width: 780px){
    main .hero-container {
        grid-template-columns: 1fr 1fr;
        row-gap: 0;
    }
}



main .form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
}

/* Estilos generales */
/* body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.form-content {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.register-container {
    padding: 20px;
}

.input-group {
    margin-bottom: 45px;
}

.label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.input-field {
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid var(--maize);
    font-size: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    color: #333;
    font-family: var(--main-font);
}

.input-field:focus {
    outline: none;
    border-bottom-color: var(--maize);
    box-shadow: 0 3px 3px rgba(108, 99, 255, 0.1);
}

.submit-button {
    background-color: var(--maize);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: var(--maize);
}

/* Responsive */
@media screen and (max-width: 600px) {
    .form-content {
        padding: 20px;
    }
}

.last-s--footer{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: white;
    gap: 10px;
    padding-bottom: 40px;
    padding-top: 10px;
}
.last-s--footer .rights-web{
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}
.last-s--footer a{
    color: white;
    text-decoration: underline;
    font-weight: bold;
    width: 90%;

}

.banner-invima{
    width: 100%;
}

.banner-invima img{
    width: 100%;
}

@media(max-width: 700px){
    .banner-invima .desktop-invima{
        display: none;
    }
}

@media(min-width: 701px){
    .banner-invima .desktop-invima{
        display: block;
    }
    .banner-invima .phone-invima {
        display: none;
    }
}