*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body{
    background: #E7DBC9;
    min-height: 90vh;
}
.header{
    background: #C18BC1;
    width: 100%;
}
.row h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    line-height: 85px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 4em;
    margin-block-end: 0.5em;
    margin-inline-start: 20px;
}

/* BARRA DE NAVEGACION*/
.navbar{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.boton{
    background: #604361;
    text-align: center;
    width: 160px;
    height: 70px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 20px; 
    margin-left: 100px;   
}
.boton a{
    font-family: 'Inter';
    font-style: normal;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    width: 90px;
    margin-left: 10px;
}
.main{
    width: 100%;
    margin-bottom: 30px;
}
/* HOME*/
h2{
    width: 267px;
    height: 60px;
    margin-left: 10px;
    margin-top: 5px;
    font-family: 'Volkhov';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}
 p{
    width: 409px;
    height: 39px;
    left: 23px;
    top: 360px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.main .eco-fash{
    width: 350px;
    height: 420px;
    margin-left: 250px;
}
.logo img{
    width: 200px;
    height: 200px;
    margin-left: 90px;
    margin-top: 5px;
    border-radius: 123px;
    }
.venta{
    width: 700px;
    height: 350px;
    margin-left: 15px;
    background: #F7F1E7;  
    border-radius: 25px;
}
.venta ul {
    width: 650px;
    height: 400px;
    margin: 10px;
    padding: 10px;
    font-family: 'Volkhov';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    list-style: none;
    
   
}

/*MISION*/
.main .sustain{
    width: 350px;
    height: 300px;
    margin-left: 100px;
    border-radius: 20px;
    margin-top: 10px;

}
.tee{
    width: 700px;
    height: 600px;
    margin-left: 15px;
}
.tee ul{
    list-style: none;
    font-size: 20px;
    width: 650px;
    font-family: 'Volkhov';
    font-style: italic;
    text-align: center;
    margin-left: 10px;
    line-height: 20px;

}
.desarrollo{
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    width: 714px;
    margin-left: 40px;
    margin-top: 40px;
}
.desarrollo2{ 
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    width: 714px;
    margin-left: 40px;
    margin-top: 300px;
}

/* TIENDA*/
.carrito{
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background-color: white;

}
.card{
    margin-top: 20px;
    margin-left: 100px;
    width: 280px;
}
.card-img-top{
    height: 250px;
}
.card-body{
    background-color: #000000;
}
.titulo{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.precio{
    font-family: 'Inter';
font-style: italic;
font-weight: 300;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
margin-left: 90px;
}

/* CONTACTO */
h1{
    font-family: 'Volkhov';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    padding: 20px;
}
.ayuda{
    width: 450px;
    margin-left: 20px;
    background: #F7F1E7;
    border-radius: 27px;
}
.ayu1{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    width: 400px;
    height: 94px;
    padding: 20px;
    margin-left: 20px;
    margin-top: 30px;
}
.ayu2{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    width: 400px;
    height: 80px;
    padding: 10px;
    margin-left: 20px;
    margin-top: 40px;
}
.formulario{
    width: 530px;
    height: 450px;
    background: #C18BC1;
    border-radius: 26px;
}
h2{
    width: 374px;
    padding: 10px;
    font-family: 'Volkhov';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
}
/* FOOTER*/
footer{
    margin-top: 5%;
}
.pie{
    background-color: #FFFFFF;
}
.text{
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 576){
    body{
        margin-top: 4rem;
        max-height: 50vh;
    }
    header{
        height: initial;
    }
    .titulo{
        font-size: 25px;
    }
    .boton{
        background: #C18BC1;
        margin: 0px;
        text-align: left;
        font-size: 15px;
        padding: 0px;
        border-radius: 0px;
        width: 20px;
        height: 10px;
    }
    .boton a{
        text-decoration: none;
        font-size: 15;
    }
   .venta{
    padding: 10px;
    height: 500px;
   }
   .venta ul{
    height: 500px;
   }
   .tee{
    padding: 10px;
    height: 560;
   }
   .tee ul{
    font-size: 15px;
    
   }
   .col-4 .sustain{
    display: none;
   }
    .footer{
        height: 200px;
        width: 100%;
        margin-top: 50px;
    }
}