@font-face {
    font-family: 'Comfortaa', cursive;
}

header {
    padding: 20px;
}

* {
    font-family: "Comfortaa", serif !important;
}

.hero-banner {
    background-image: url("static/hero.png");
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

footer {
    background: #8B679D;
    height: 70px;
}

.img-principal {
    background-image: url("static/principal.png");
    width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

picture {
    display: flex;
    justify-content: center;
}

.madres-hero {
    width: 60%;
}

.texto-hero-2 {
    text-align: center;
    color: white;
    width: 70%;
    font-size: 1.9rem;
}

.logo {
    width: 20%;
}

.list--beneficios {
    list-style: disc;
    width: 80%;
    font-size: 1.5rem;
    padding-top: 20px;
}

.list--beneficios__productos {
    list-style: none;
    font-size: 1.2rem;
}

.text--olivos__container__bulletPoints {
    padding-left: 95px;
}

.texto-principal {
    text-align: start;
    color: #374957;
    font-size: 2rem;
    padding-top: 30px;
}

form {
    border-radius: 32px;
    border: 4px solid rgba(229, 229, 229, 0.67);
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    width: 68%;
}

form > h4 {
    color: #7C5E8D;
    font-weight: 700
}

form > h4, p {
    text-align: center;
}

input, select {
    border-radius: 12px !important;
    height: 46px;
}

input:focus {
    border-radius: 18px;
    border: 3px solid #7C5E8D !important;
    box-shadow: none !important;
}

.text-area {
    border: 1px solid #A9A2A2;
    border-radius: 5px;
    color: #374957;
    width: 100%;
    height: 170px;
}

.enviar {
    border: 1px solid #8B679D;
    border-radius: 16px;
    color: #fff;
    padding: 0 10px 0 10px;
    background: #7C5E8D;
    height: 42px;
    width: 100%;
}

.text-olivos__footer {
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.text-olivos__footer__redes {
    display: flex;
    list-style: none;
    margin: 0 !important;
}

@media only screen and (min-width: 320px) and (max-width: 415px) {
    .logo {
        width: 80%;
    }

    .text--olivos__container__bulletPoints {
        padding-left: 0;
    }

    form {
        width: 100%;
    }

    .hero-banner {
        width: 100%;
        height: 500px !important;
    }

    .madres-hero {
        width: 90%;
    }

    .texto-hero-2 {
        width: 100%;
        font-size: 1.1rem;
    }

    .texto-principal {
        width: 100%;
        font-size: 18px;
        padding: 10px;
    }

    .list--beneficios {
        width: 100%;
        font-size: 1rem;
    }

    .list--beneficios__productos {
        font-size: 1rem;
    }
    .inputs-principales {
        width: 100%;
    }

    footer {
        height: fit-content;
    }

    .text-olivos__footer {
        justify-content: center;

    }

    .text-olivos__footer__redes {
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 547px) {
    .text--olivos__container__bulletPoints {
        padding-left: 0;
    }

    form {
        width: 100%;
    }
}
