@font-face {
    font-family: 'FOR smart Sans';
    src: url('./fonts/smart-sans-regular.woff2');
    font-weight: regular;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FOR smart';
    src: url('./fonts/smart-bold.woff2');
    font-weight: regular;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary-colour: #f3f3f3;
    --secondary-colour: #0e3a2f;
    --tertiary-colour: #efded0;
    --fourth-color: #373737;
    --fifth-color: #78faae;


    --white: #ffffff;
    --black: #161718;


    --small: 14px;
    --medium: 16px;
    --big: 18px;
    --extrabig: 50px;
}

html,
body {
    font-family: 'FOR smart Sans', sans-serif;
    /* background-color: var(--rojo); */
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container--logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}

.header {
    padding: 20pt 0;
    /* border-bottom: 1px solid #d7d7d7; */
    background-color: #000000;
}

.footer {
    background-color: black;
    padding: 10pt 0;
    text-align: center;
}

/* .footer__container {
    display: inline-block;

} */

.footer__legal {
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: var(--white);
    text-decoration: none;
    padding: 0;
    /* padding-right: 30pt; */
}

.section {
    padding: 40pt 0;
    /* background-color: var(--blanco); */
}

.section--button {
    padding: 0 0 40pt 0;
    /* background-color: var(--blanco); */
}

.section--background-color {
    background-color: var(--primary-colour);
}
.section--background-color2 {
    background-color: white;
    margin-top: -30px;
}

.section--background-image {
    background-color: #ffffff;
    background-image: url("../img/M2.png");
    max-width: 100%;
    height: 54rem;
    background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
    background-size: cover;
}


.section--background-image2 {
    background-image: url("../img/interior.jpg");
    max-width:100%;
    height: 40rem;
    background-position: center;
    background-size: cover;
    
} 

.section--background-image3 {
    background-image: url("../img/perder.webp");
    max-width:auto;
    height: 10rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
    margin-top: 3rem;
    
} 

.section__img--hero {
    height: 32rem;
}

.section__text_portada {
    background-color: white;
    text-align: center;
    max-width: 26rem;
    height: 32rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 10px;    
}

.section__portada {
    font-size: 50px;
    font-weight: 600;
    padding-top: 2rem;
}
.section__portada2 {
    font-size: 18px;
    padding: 0 1rem 0 1rem;
    text-align: left;
}

.text-left {
    margin-top: 15px;
    text-align: left;
    font-weight: 600;
}
.section__img--section {
    text-align: center;
}

.section__img--icon {
    max-width: 60px;
}

.section__container {
    padding: 4pt;
}

.box {
    
    background-color: var(--white);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
    
}

.box2{
    border: 4px solid #838383;
    background-color: var(--white);
    border-radius: 22px;
    height: 20rem;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;  
    text-align: center;
}

.box3 {
    border: 0.0625rem solid #A3BAC6;
    border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
    background: rgb(95, 95, 95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Centrar horizontalmente */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: 4rem;
    padding: 40px;
}

.box--grey {
    /* border: 1px solid black; */
    color: var(--white);
    background-color: var(--fourth-color);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.box__image {
    /* border: 1px solid black; */
    width: 100%;
    display: block;
    
}

.box__image2 {
    max-width: 70px;
    display: block; /* Necesario para centrarla con margin */
    margin-left: auto;
    margin-right: auto; /* Esto centrará la imagen horizontalmente */
    margin-top: 30px;
}

.box__container {
    height: 18rem;
    padding: 18pt;

}

.box__container2{
    height: 22rem;
    padding: 18pt;

}

.box__button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    background: #dfe265;
    color: var(--black);
    font-size: var(--medium);
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    padding: 12px;
    border-radius: 25px;
    border: none;
    text-align: center;
    margin-top: 30px;

}



.section__h1 {
    font-size: 55px;
    margin: 0px;
}

.section__h1--white {
    color: var(--white);
}
.text-yellow {
    color: #d9d620;
    font-weight: bold;
    
  }

.section__container-subtitle {
    font-size: 25px;
    text-align: center;
}
.section__h2 {
    text-align: center;
    font-size: 25px;
    /* font-weight: bold; */
    color: #000000;
    /* margin-bottom: 30px; */
    /* font-family: 'Smart Sans Bold',sans-serif; */
}

.section__h2--model {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
    /* font-family: 'Roboto',sans-serif; */
    font-family: 'FOR smart Sans', sans-serif;
}

.section__h3 {
    text-align: center;
    font-size: 25px;
    
    color: #000000;
    /* margin-bottom: 30px; */
}

.section__h4--promo {
    text-align: center;
    font-size: 25px;
    color: #000000;
}

.section__h3--white {
    color: var(--white);
}

.section__h4 {
    font-size: var(--big);
    /* color: var(--blanco); */
}

.section__h4--white {
    font-weight: bold;
    color: var(--white);
    text-align: left;
    margin-bottom: 28rem;
 
}

.text-color {
    color: #c4d645;
    font-size: 60px;
}



.section__h4--hero {
    /* text-align: right; */
    font-size: 40px;
    color: #ffffff;
}

.section__text {
    font-weight: lighter;
}

.section__text2 {
    font-weight: lighter;
    color: white;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    
}


.section__text--padding {
    padding-right: 60pt;
}

.section__img {
    display: block;
    width: 100%;
    
}

.section__img--responsive {
    display: block;
    width: 100%;
}

.section__img--mobile {
    display: block;
    width: 100%;
    display: none;
}

.form {
    max-width: 400px;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: 0.2rem solid #c4d645;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
    background:#ffffff;
    padding: 16pt;
    
    /* -webkit-box-shadow: 0px 0px 15px 0px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 15px 0px rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgb(255, 255, 255); */
}

.form__title {
    font-weight: 800;
    font-size: 32px;
    color: #030303;
}

.form__input::-webkit-input-placeholder {
    color: #000000; /* Cambia el color al que prefieras, en este caso es rojo */
    
}

.form__input::-moz-placeholder {
    color: #000000; /* Cambia el color al que prefieras, en este caso es rojo */
    
}

.form__input:-ms-input-placeholder {
    color: #000000; /* Cambia el color al que prefieras, en este caso es rojo */
    
}

.form__input::-ms-input-placeholder {
    color: #000000; /* Cambia el color al que prefieras, en este caso es rojo */
    
}

.form__input::placeholder {
    color: #000000; /* Cambia el color al que prefieras, en este caso es rojo */
    
}

.form__input {
    text-align: left;
    width: 100%;
    border: 0px;
    padding: 10px;
    padding-bottom: 7.5px;
    background-color: #f3f3f3;
    /* border-radius: 25px; */
    /* border-bottom: 1px solid grey; */
    border: 1px solid rgb(128, 128, 128);
    font-size: var(--medium);
    color: var(--black);
    /* box-shadow: inset 2px 2px 5px rgb(223, 226, 101); */
}

.form__input-container {
    padding: 10px;
    
}

.form__input-checkbox-container {
    display: inline-block;
    text-align: center;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.form__legal {
    font-size: 12px;
    text-align: left;
    padding: 10px;
}
.form__input-checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Utilizamos flexbox para que el checkbox y el texto se alineen en una fila */
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; /* Alineamos los elementos verticalmente desde la parte superior */
}

.form__text--legal {
    text-align: left; /* Asegura que el texto se alinee a la izquierda */
    margin-left: 10px; 
    color: rgb(0, 0, 0);/* Espacio entre el checkbox y el texto */
}
.form__text--legal a{
    text-align: left; /* Asegura que el texto se alinee a la izquierda */
    text-decoration: none;
    color: rgb(0, 0, 0);/* Espacio entre el checkbox y el texto */
}

.form__button {
    width: 100%;
    max-width: 250px;
    background: #dd0c4b;
    color: rgb(255, 255, 255);
    font-size: var(--medium);
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    border: none;
    border-radius: 10px;
    /* border: 2px solid var(--fifth-color); */
    padding: 12px 12px 9px 12px;
    /* border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    animation: pulse 2s infinite; */
}

.form__button:hover {
    background: #d9d620;
    color: var(--black);
}


.text-disclaimer {
    font-size: 12pt;
    color: var(--negro-medio);
    text-align: left;
    font-weight: 500;
}

.section__button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    background: #dfe265;
    color: var(--black);
    font-size: var(--medium);
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    padding: 12px;
    border-radius: 25px;
    border: none;
    
}

.section__button2 {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 150px;
    background: #dfe265;
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    padding: 12px;
    border-radius: 25px;
    border: none;
    
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(120, 250, 174, 0.45);
                box-shadow: 0 0 0 0px rgba(120, 250, 174, 0.45);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1.2rem rgba(120, 250, 174, 0);
                box-shadow: 0 0 0 1.2rem rgba(120, 250, 174, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(120, 250, 174, 0.45);
                box-shadow: 0 0 0 0px rgba(120, 250, 174, 0.45);
    }

    100% {
        -webkit-box-shadow: 0 0 0 1.2rem rgba(120, 250, 174, 0);
                box-shadow: 0 0 0 1.2rem rgba(120, 250, 174, 0);
    }
}

/* RESPONSIVE */

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1440px) {
    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/laptop2.png");
        max-width: 100%;
        height: 45rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }
    .section__h4--white {
        font-weight: bold;
        color: var(--white);
        text-align: center;
        margin-bottom: 25rem;
        text-align: left;
        font-size: 50px;
        margin-top: -70px;
    }

    .box2 {
        height: 19rem ;
        max-width: 90%;
        height: 23rem;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .section__text_portada {
        height: 34rem;
    }
    .box__container {
        height: 24rem;
    }

    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/laptop1.png");
        max-width: 100%;
        height: 45rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }

    .section__h4--white {
        font-weight: bold;
        color: var(--white);
        text-align: center;
        margin-bottom: 25rem;
        text-align: center;
    }

    .box2 {
        height: 19rem ;
        max-width: 90%;
        height: 26rem;
    }

    .box3 {
        width: 100%;
        height: 6.5rem;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section__text2 {
        font-size: 24px;
        line-height: auto;
    }
    
}

@media (max-width: 1024px) {
    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/macOk.png");
        max-width: 100%;
        height: 45rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }
    .section__h4--hero {
        /* text-align: right; */
        font-size: 30px;
        color: #ffffff;
    }

    

}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .section__text_portada {
        height: 44rem;
        
    }

    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/laptop2.png");
        max-width: 100%;
        height: 45rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }

    .section__h4--hero {
        /* text-align: right; */
        font-size: 30px;
        color: #ffffff;
    }
    

    
    
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/TABLETOK.png");
        max-width: 100%;
        height: 45rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }
    .text-color {
        line-height: 1.1;
        
    }
    .section--background-image3 {
    background-image: url(../img/perder.webp);
    max-width: auto;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
    margin-top: 3rem;
}
    .form {
        margin-top: 0;
    }

    
    .section__h4--hero {
        /* text-align: right; */
        font-size: 30px;
        color: #ffffff;
        margin-top: 5px;
    }
    .box__container {
        height: 25rem;
    }

    .box2 {
        height: 19rem ;
        width: 50%;
    }

    .box3 {
        width: 60%;
        height: 5.5rem;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section__text2 {
        font-size: 26px;
        line-height: auto;
    }
    .section__text_portada {
        height: 34rem;
    }
    .section__portada {
        font-size: 40px;
    }

    /* .section__h4--white {
        margin-top: 1px;
    } */
}

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .section--background-image {
        background-color: #ffffff;
        background-image: url("../img/mvok11.png");
        max-width: 100%;
        height: 70rem;
        background-position: left; /* Esto mueve la imagen a la esquina inferior derecha */
        background-size: cover;
    }

    .text-color {
        color: #c4d645;
        font-size: 40px;
    }

    .section__h2--model {
        font-size: 32px;
    }
    .form{
        margin:0;
        margin-top: -100px;
    }
    .section--background-color1 {
        padding: 0 0 5rem 10px;
    }
    .section__container {
        padding: 0;
    }
    .section__img--mobile{
        display: block;
    }
    .section__h4--white {
        font-size: 30px;
        text-align: center;
        /* margin-bottom: 10px; */
    }
    .section__h4 {
        padding-bottom: 20px;
        /* color: var(--blanco); */
    }

    .section__text--padding {
        padding: 10px;
    }

    .section__container-subtitle {
        font-size: 20px;
    }
    .box__container {
        margin-bottom: 30px;
        height: 20rem;
    }
    .section__h3 {
        padding: 10px;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: var(--black);
        margin-bottom: 10px;
    }

    .section__h3--white {
        color: var(--white);
    }

    .section__portada {
        font-size: 35px;
    }

    .section__portada2 {
        text-align: center;
    }


    .section__text_portada {
        height: 36rem;
        
    }
    .section--background-image2 {
       
        height: 48rem;
      
    }
    
    .section__button2 {
        margin-top: 40px;
    }

    .logo2 {
        max-width: 80px;
    }

    .footer__legal {
        font-size: 14px;
    }

    .box2 {
        height: 22rem ;
        width: 80%;
    }

    .box3 {
        width: 80%;
        height: 5.5rem;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section__text2 {
        font-size: 24px;
        line-height: auto;
    }
}