@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/foto_verduras.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.texto {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3rem !important;
}

.navbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 0px 5%;
}

.navbar ul {
    flex: 1;
}

.header {
    display: block;
}

.seconday-nav {
    justify-content: flex-end;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 560px) {
    .logo-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 450px) {
    .logo-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 1.3rem;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 400px) {
    .logo-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 1.0rem;
        letter-spacing: 3px;
    }
}

.img-fluida {
    margin-top: 3.0rem;
    max-width: 70%;
    margin-bottom: 1.0rem;
    
}

.logo-titulo {
    color: #303236;
    font-family: "Muli", sans-serif;
    font-weight: bold;
}

.logo-texto {
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin: 5px auto 20px auto;
    letter-spacing: 1px;
    width: 50%;
}

@media only screen and (max-width: 560px) {
    .logo-titulo {
        font-size: 1.8rem;
    }
    .logo-texto {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 450px) {
    .logo-titulo {
        font-size: 1.5rem;
    }
    .logo-texto {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 400px) {
    .logo-titulo {
        font-size: 1.3rem;
    }
    .logo-texto {
        font-size: 1.0rem;
    }
}

.como-funciona-container {
    padding: 5%;
    background-color: white;
}

.boton {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    border-radius: 3rem !important;
}

.boton__text {
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
}

@media only screen and (max-width: 560px) {
    .boton__text {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 450px) {
    .boton__text {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 400px) {
    .boton__text {
        font-size: 1.0rem;
    }
}

header nav ul li a span {
    font-size: 1.0rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    line-height: 1.71;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.boton-header {
    padding-right: 5.0rem;
}

@media (min-width: 1023px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.img-order {
    max-width: 100px;
    padding-bottom: 1.0rem;
}

.labels-sect1 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.md-2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3.9px;
    color: #38215c;
}

.sub-labels-sect1 {
    width: 100%;
    padding: 0px 50px 0px;
    height: auto;
    text-align: center;
}

.md-1 {
    opacity: 0.74;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #1f1f1f;
}

.info {
    display: flex;
}

.texto-logo-cont {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3rem !important;
}

.sombra {
    border: 0.5px solid #6a6d75;
    margin: 3.0rem 2.0rem 3.0rem 2.0rem;
    padding: 3.0rem 4.0rem 3.0rem 2.0rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.0rem !important;
}

.sombra p {
    font-family: "Muli", sans-serif;
    color: #6a6d75;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    text-align: justify;
}

.titulo {
    margin-bottom: 1.5rem;
}

.estimados-clientes {
    font-size: 30px;
    text-align: center;
}

.siempre-productos {
    font-size: 32px;
    text-align: right;
    color: white;
    font-weight: bold;
    padding: 1.0rem;
}

.nos-vemos {
    font-size: 32px;
}

@media only screen and (max-width: 991px) {
    .logo-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .img-fluida {
        margin-top: 1.0rem;
        max-width: 45%;
        max-height: 70%;
    }
    .sombra p {
        font-size: 18px;
    }
    .siempre-productos {
        font-size: 28px;
    }
    .nos-vemos {
        font-size: 30px;
    }
}

@media only screen and (max-width: 840px) {
    .sombra {
        margin: 2.0rem 1.0rem 3.0rem 1.0rem;
        padding: 2.0rem 3.0rem 3.0rem 1.0rem;
        background: rgba(255, 255, 255, 1);
    }
    .estimados-clientes {
        font-size: 24px;
        text-align: center;
    }
    
    .sombra p {
        font-size: 16px;
    }
    .siempre-productos {
        font-size: 24px;
    }
    .nos-vemos {
        font-size: 28px;
    }
}

@media only screen and (max-width: 646px) {
    .sombra {
        margin: 2.0rem 1.0rem 3.0rem 1.0rem;
        padding: 2.0rem 1.0rem 3.0rem 1.0rem;
        background: rgba(255, 255, 255, 1);
    }
    .estimados-clientes {
        font-size: 20px;
        text-align: center;
    }
    
    .siempre-productos {
        font-size: 22px;
    }
}

@media only screen and (max-width: 560px) {
    .sombra {
        margin: 2.0rem 1.0rem 3.0rem 1.0rem;
        padding: 2.0rem 1.0rem 3.0rem 1.0rem;
        background: rgba(255, 255, 255, 1);
    }
    .estimados-clientes {
        font-size: 18px;
        text-align: center;
    }
    .nos-vemos {
        font-size: 24px;
    }
}
@media only screen and (max-width: 453px) {
    .sombra {
        margin: 2.0rem 0rem 3.0rem 0rem;
        padding: 2.0rem 1.0rem 3.0rem 1.0rem;
        background: rgba(255, 255, 255, 1);
    }
    .estimados-clientes {
        font-size: 16px;
        text-align: center;
    }
    .siempre-productos {
        font-size: 20px;
    }
}