:root {
    --primary: #e99401;
    --negro: #262626;
    --blanco: #FFF;
    --fuente-principal: 'Outfit', sans-serif;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-size: 2rem;
    font-family: var(--fuente-principal);
    line-height: 1.5;
}
img {
    max-width: 100%;
}

[class*="__contenedor"] {
    max-width: 120rem;
    margin: 0 auto;
    width: 95%;

}

[class*="__heading"] {

    font-size: 4rem;
    text-align: center;
    font-weight: 900;
    color: var(--primary);
    margin: 5rem 0;


}










.header{
    background-image: linear-gradient(to right, rgb(0 0 0 / .10),rgb(0 0 0 /
    7)),url(../img/remera0.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 5rem 0;

}
.header__remera{
    display: none;
}
.header__barra{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width:768px){
.header__barra{
    flex-direction: row;
    justify-content: space-between;
}
}
.header__logo{
    width: 30rem;
}
.navegacion {
display: flex;
gap: 2rem;
margin-top: 5rem;
}
@media (min-width:768px) {
.navegacion {
    margin-top: 0;
}
}
.navegacion__enlace
{
    color: var(--blanco);
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
    transition-property: background-color;
    transition-duration: .3s;
}
.navegacion__enlace:hover {
    background-color: #014203;
}
.modelo{
color: var(--blanco);
margin-top: 5rem;
text-align: center;
}
@media (min-width:768px) {
    .modelo{
        text-align: left;
        width: 50%;
    }
}
.modelo__nombre{
font-size: 5rem;
}

.modelo__precio{
color: red;
font-size: 6rem;
font-weight: 900;
line-height: 0;
}
.modelo__enlace{
margin-top: 2rem;
text-decoration: none;
padding: 1rem 5rem;
border: 2px solid #014203;
color: var(--blanco);
text-transform: uppercase;
font-weight: 700;
font-size: 1.4rem;
transition-property: background-color;
transition-duration: 1s;
}
.modelo__descuento{
    color: red;
    font-weight: 900;
}
.modelo__enlace:hover{
    background-color:#014203 ;
}


.productos__grid{
    display: grid;
    gap: 4rem;
}
@media (min-width:768px) {
    .productos__grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-widt:1200px) {
    .productos__grid {
        grid-template-columns: repeat(3,1fr);
    }
}

.producto {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 1rem;
    align-items: center;
}
.producto__nombre{
font-size: 3rem;
text-transform: uppercase;
}
.producto__descripcion {
font-size: 1.6rem;
}
.producto__precio{
    font-size: 1.6rem;
    font-size: 6rem;
    font-weight: 900;
    margin: 0;
}
.producto__enlace{
margin-top: 2rem;
display: block;
text-decoration: none;
color: var(--negro);
padding: 1rem 5rem;
border: 2px solid #014203;
text-align: center;
font-size: 1.2rem;
font-weight: 900;
text-transform: uppercase;
transition-property: background-color;
transition-duration: .3s;
}
.producto__enlace:hover{
    background-color: #014203;
    color: white;
}
.productos__heading{
    color: #014203;
}
.producto__nombre{
    color:#014203 ;
}
.producto__precio{
    color: red;
}
.ayuda{
    background-image: linear-gradient(to right, rgb(0 0 5 / .65),rgb(0 0 0
    / .65)),url('../img/e.avif');
    padding: 5rem 0;
    margin-top: 10rem;
    background-size: cover;
    background-position: 50%;
}
.ayuda__texto{
    color: var(--blanco);
    text-align: center;
    font-size: 2.4rem;
}
.ayuda__contenido{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ayuda__enlace{
    color: var(--blanco);
    margin-top: 2rem;
    display: inline-block;
    border: 2px solid black;
    text-decoration: none;
    padding: 1rem 5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    transition-property: background-color;
    transition-duration: .3s;
}
.ayuda__enlace:hover{
    background-color: #014203;
    color: var(--blanco);
}
.ayuda__heading{
    color: white;
}
.bi-instagram{
    color: white;
    font-size: 3rem;
    
}
.bi-whatsapp{
    color: white;
    font-size: 3rem;
    padding: 2rem;
}
.carousel {
    padding: 10rem;
}

.carousel-inner{
    width: 50%;
}

.comprar__grid{
    display: grid;
    gap: 4rem;
}
@media (min-width:768px) {
    .comprar__grid{
     grid-template-columns: repeat(1,1fr);
    }
}
@media (min-width:992px) {
    .comprar__grid {
        grid-template-columns: repeat(3,1fr);
    }
}
.entrada__titulo{
    font-weight: 400;
    font-size: 2.8rem;
    margin: 0;
    line-height: 1.2;
}
.entrada__titulo{
    padding: 1rem;
}
.entrada__fecha{
    font-size: 1.6rem;
    color: #014203;
}
.comprar__heading{
    color: #014203;
}
.entrada__fecha{
    font-size:  3rem;
}
.footer{
    margin-top: 5rem;
    background-color: var(--negro);
    padding: 5rem 0;
}
.footer__enlace {
    font-size: 2.8rem;
    color: var(--blanco);
    text-decoration: none;
    font-weight: 700;
}
.footer__copyrigth{
    font-size: 2.8rem;
    color: var(--blanco);
    font-weight: 700;
    text-align: center;
}
.footer__enlace:hover{
    color: #014203;
}
.footer__nav{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(min-width:768px) {
    .footer__nav{
        flex-direction: row;
        gap: 2rem;
    }
}
@media (min-width:768px) {
    .footer__contenido{
        display: flex;
        justify-content: space-between;
    }
}




.nosotros__grid{
    display: grid;
    gap: 4rem;
}
@media (min-width: 768px ) {
.nosotros__grid {
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
}
.nosotros__heading{
    color: black
}
.info{
    font-weight: 700;
    
}
.info2{
    font-weight: 800;
    color: #014203;
}
.bi-telephone{
    font-size: 2.5rem;
    color:#014203
}
.bi-envelope-at-fill{
    font-size: 2.5rem;
    color:#014203
}
.nosotros__heading2{
    color: #014203;
}
.yiyo{
    font-weight: 700;
}
.yiyo2{
    font-weight: 700;
}


.producto__formulario{
display: flex;
flex-direction: column;
}

.producto__label{
font-size: 2.2rem;
margin-right: 1rem;
}
.producto__cantidad {
    border: 2px solid #014203;
    padding: 1rem;
    text-align: center;
}
.producto__cantidad:focus-visible {
    outline: 2px solid #014203;
    border: none;
}
.producto__agregar-carrito{
    margin-top: 3rem;
    display: block;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border: 2px solid #014203;
    text-align: center;
    padding: 2rem 5rem;
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
}
.producto__agregar-carrito:hover{
    background-color: #014203;
    color: var(--blanco);
    cursor: pointer;
}
.bi-cart4{
    color: white;
}
a {
    text-decoration: none;
}
a {
    margin:  0;
    padding: 0;
}
.boton-carrito{
    cursor: pointer;
    font-size: 2rem;
    color: white;
}
.bi-cart2{
    color: white;
    padding: 1rem;
    font-size: 2.5rem;
}
.carrito__heading{
    color: #014203;
}

