:root {
    --primario: #1073BA;
    --secundario: #00DA55;
    --gris:#3B3B3B;
    --blanco: #ffffff;
    --negro: #1F1E1E;
    --grisClaro: #e1e1e1;

    --fuentePrincipal: 'Roboto', sans-serif;
    --fuenteSecundaria: 'Lato', sans-serif;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
* , *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: var(--fuentePrincipal);
    font-size: 1.6rem;
    line-height: 1.5;
}
/** Globales**/
.contenedor {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
}
h1, h2, h3 {
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    margin:calc(5rem / 2) 0;
}
h1 {
    font-size: 4.4rem;
}
h2 {
    font-size: 3.6rem;
}
h3 {
    font-size: 2.8rem;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/** utilidades**/
.text-center {
    text-align: center;
}
/** Degradados **/
.degradado-verde {
    color: transparent;
    background: linear-gradient(to right, var(--primario) 0%, var(--secundario) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
/** header **/
.header {
    background-color: var(--negro);
    padding: calc( 5rem * 3 ) 0;
    color: var(--blanco);
}
@media (min-width: 768px) { 
      .contenido-header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }
}
.texto-header p {
    margin: 0;
}
.texto-header {
    text-align: center;
    padding-top: 5rem;
}
@media (min-width: 768px) { 
      .texto-header {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
      }
}
.tagline-producto {
    font-size: 3rem;
    font-weight: 900;
}
.nombre-producto {
    font-size: 6rem;
    margin:0;
}
@media (min-width: 768px) { 
      .nombre-producto {
        font-size: 10rem;
        line-height: 1;
      }
}
.precio-producto span {
    font-size: 6rem;
    font-weight: 900;
}
/** Iconos **/
.iconos {
    padding: 5rem 0;
}
@media (min-width: 768px) { 
      .iconos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
}
.icono {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: calc(5rem / 2);
}
.icono:last-of-type {
    margin: 0;
}
@media (min-width: 768px) { 
      .icono {
        margin: 0;
      }
}
.icono img {
    width: 5rem;
}
.icono h3 {
    color: var(--primario);
    text-transform: uppercase;
    margin: calc(5rem / 2);
}
/** sobre tech pro **/
.notavif.notwebp .sobre-tech {
    background: linear-gradient(to bottom, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%, 110rem;
}
.webp .sobre-tech {
    background: linear-gradient(to bottom, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%, 110rem;
}
.avif .sobre-tech {
    background: linear-gradient(to bottom, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.avif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%, 110rem;
}
.sobre-tech-grid {
    display: grid;
    grid-template-rows: repeat(2, 40rem);
    row-gap: 5rem;
    padding: 5rem;
}
.texto-sobre-tech {
    grid-row: 2/3;
    color:var(--blanco);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 5rem;
}  
@media (min-width: 768px) { 
    .sobre-tech-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        row-gap: unset;
        column-gap: 5rem;
        padding: calc(5rem * 2) 0;
    }
    .texto-sobre-tech {
        grid-column: 1/2;
        color:var(--blanco);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-bottom: 0;
    }  
    .notavif.notwebp .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 110rem;
    }
    .webp .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.webp);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 110rem;
    }
    .avif .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.avif);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 110rem;
    }
}
@media (min-width: 1650px) { 
    
    .notavif.notwebp .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.jpg);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 220rem;
    }
    .webp .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.webp);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 220rem;
    }
    .avif .sobre-tech {
        background: linear-gradient(to left, transparent 50%, var(--primario) 0%), url(../img/imagen-mujer.avif);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 100%, 220rem;
    }
}
/** modelos **/
.modelos {
    padding: 5rem 0;
}
.header-modelos {
    font-size: 6rem;
    margin-bottom: 5rem;
}
.listado-modelos {
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 992px) { 
      .listado-modelos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 20rem);
        gap: 4rem;
      }
}
.modelo {
    background-color: var(--grisClaro);
    margin-bottom: 2rem;
    border-radius: 2rem;
    padding-left: 4rem;
    color: var(--primario);
    min-height: 20rem;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-property: transform background-size;
    transition-duration: .3s;
}
.modelo:hover {
    transform: scale(1.1);
    background-size: 30rem;
}
@media (min-width: 990px) { 
      .modelo {
        margin-bottom: 0;
      }
}
.modelo h3 {
    font-size: 2.4rem;
}
.modelo .precio {
    font-size: 4rem;
    font-weight: 900;
    line-height: 0;
}
.modelo:first-of-type {
    margin-bottom: 0;
}
.modelo-x {
    background-image: url(../img/modelo-x.svg);
}
.modelo-y {
    background-image: url(../img/modelo-y.svg);
}
.modelo-z {
    background-color: var(--primario);
    color: var(--blanco);
    background-image: url(../img/modelo-z.svg);
}
@media (min-width: 768px) { 
      .modelo-z {
        grid-column: 2/3;
        grid-row: 1/3;
        background-size: 25rem;
      }
      .modelo-z h3 {
        font-size: 3rem;
      }
}
.modelo-z .precio {
    font-size: 6rem;
}
/** news letter **/
.newsletter {
    background: linear-gradient(to bottom, transparent 50%, var(--blanco) 0%), url(../img/newsletter.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%, 70rem;
}
@media (min-width: 768px) { 
      .newsletter {
        background: linear-gradient(to right, transparent 50%, var(--blanco) 0%), url(../img/newsletter.jpg);
        background-repeat: no-repeat;
        background-position: center, -21rem -10rem;
        background-size: 100%, 100rem;
        padding: 10rem 0;
      }
}
@media (min-width: 1600px) { 
      .newsletter {
        background-size: 100%, 220rem;
        background-position: center, 0 -30rem;
      }
}
.contenido-newsletter {
    display: grid;
    grid-template-rows: repeat(2, 30rem);
    gap: 5rem
}
@media (min-width: 768px) { 
      .contenido-newsletter {
        grid-template-rows: unset;
        grid-template-columns: repeat(2,1fr);
      }
}
.texto-newsletter {
    grid-row: 2/3;
}
@media (min-width: 768px) { 
      .texto-newsletter {
        grid-row: unset;
        grid-column: 2/3;
      }
}
.formulario input[type="text"] {
    width: 100%;
    padding: 1rem;
}
.formulario input[type="submit"] {
    width: 100%;
    padding: 2rem;
    background-color: var(--primario);
    color:var(--blanco);
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    border: none;
    cursor: pointer;
}
.footer p {
    text-align: center;
    font-family: var(--fuenteSecundaria);
    text-transform: uppercase;
    font-size: 2.4rem;
    color: var(--primario);
    padding: 2rem 0;
}