/* ----------AQUI DEFINIR COLORES POR SECCION PARA LA ANIMACION----------- */
.color-form {
    background: var(--orange-color);
}
.description {
    padding: 4rem;
}

p {
    list-style: none;
    text-align: justify;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
}

ul {
    list-style-type: none;
    color: white;
    text-align: justify;
    margin-left: 1rem;
    margin-right: 1rem;
}
h2 {
    color: white;
    margin-top: 5rem;
    text-align: justify;
    margin-left: 1rem;
    margin-right: 1rem;
}

.landing > video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.landing,
.description,
.features,
.info,
.cistella .form {
    height: 300px;
}

.color-form button span {
    background: white;
}
.color-description {
    background-color: var(--aqua-color);
}
/* --------------------- */
.description {
    padding: 1rem;
    height: 100%;
}

.form {
    padding: 4rem 1rem;
    width: 100%;
    height: 100%;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form .form-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1rem;
}

.form .form-column label {
    display: block;
    color: white;
    font-size: 1rem;
}
.form .form-column input,
select,
textarea {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.5rem 0rem;
    color: gray;
    border: darkgray solid 2px;
    font-size: 1rem;
    border-radius: 10px;
}

input::placeholder {
    color: rgb(177, 177, 177);
    font-size: 10px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .description {
        padding: 10rem;
        margin-right: 160;
        margin-left: 160;
    }
    p {
        list-style: none;
        text-align: justify;
        color: white;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin: 0;
    }

    ul {
        list-style-type: none;
        color: white;
        text-align: justify;
        margin-left: 0;
        margin-right: 0;
    }
    h2 {
        color: white;
        margin-top: 5rem;
        text-align: justify;
        margin-left: 0;
        margin-right: 0;
    }

    .form-container {
        display: flex;
        flex-direction: column;
    }
    .form .form-column > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1.3rem 1rem;
    }

    .form .form-column label {
        font-size: 1.2rem;
    }
    .form .form-column input,
    select,
    textarea {
        font-size: 1rem;
    }

    .form {
        padding: 4rem 6rem;
    }
}

@media (max-width: 4000px) and (max-heigth: 2700px) {
    .description {
        padding: 10rem;
        margin-right: 700px;
        margin-left: 700px;
    }
}
