.contendeorform {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
    flex-wrap: wrap;
}

.textoform {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 140px;
}

.textoform h2 {
    color: #4a8060;
    font-size: 50px;
}

.textoform text {
    font-family: caveat;
    color: #4a8060;
    font-size: 60px;
}

.textoform1 {}

.textoform1 h2 {

    font-size: 35px;
}

.textoform1 text {
    font-family: caveat;

    font-size: 50px;
}

.formulario {
    background-color: #4a8060;
    width: 50%;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedorforimagen {
    height: 630px;
    width: 50%;
}

.contenedorforimagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.formayuda {
    width: 100%;
    background-color: #4a8060;
    padding: 20px;
    color: white;
}

.formayuda input {
    background-color: #2C5B3F;
    color: white;
    font-family: caveat !important;
    border: 1px solid #2C5B3F;
    border-radius: 0px !important;
}

.formayuda input:focus {
    border-radius: 0px !important;
    background-color: #2C5B3F;
    color: white;
    font-family: caveat !important;
    border: 1px solid white;
}

.formayuda textarea {
    background-color: #2C5B3F;
    color: white;
    font-family: caveat !important;
    border: 1px solid #2C5B3F;
    border-radius: 0px !important;
}

.formayuda textarea:focus {
    border-radius: 0px !important;
    background-color: #2C5B3F;
    color: white;
    font-family: caveat !important;
    border: 1px solid white;
}

.botonenvio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-lightt {
    width: 200px !important;
    background-color: white !important;
    color: #4a8060 !important;
    border: 1px solid white !important;
    border-radius: 30px !important;
    margin-bottom: 20px;
    font-family: monserratitalica !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    margin-bottom: 0px;
}

.btn-lightt:hover {
    color: #E79A4A !important;
}

@media (max-width: 767px) {
    .textoform {
        width: 100%;
    }

    .botonenvio {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .formulario {
        width: 100%;
        height: auto;
    }

    .contendeorform {
        padding: 10px;

    }

    .contenedorforimagen {

        width: 100%;
        height: auto;
    }

}
