.formulario-contacto {
    position: relative;
    height: 880px;
}

.formulario-contacto::before {
    /* background: url('../images/fondo_contact.png') no-repeat center center; */
    background: url('../images/test.png') no-repeat center center;
    background-size: 110%;
    position: absolute;
    content: '';
    top: -200px;
    left: 0;
    width: 100%;
    height: 100%;
 
}

#sedes-section {
    margin-top: -90px !important;
}

.sedes-content {
    margin-top: 90px !important;
}

#content .cubaemprende-datos .cubaemprende_datos_span {
    color: var(--primary) !important;
}

#content .cubaemprende-datos svg path{
    fill: var(--primary) !important;
}

#content .cubaemprende-datos .flex {
    margin-bottom: 30px !important;
    align-items: center !important;
}

#content .cubaemprende-datos {
    flex-direction: column-reverse;
}

.p-contact {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: var(--gray-600);
    max-width: 600px;
    margin-bottom: 30px;
}

.dividder::after {
    background: url('../images/divider-gris.png');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -22px !important;
}

.flex-contact-form p {
    display: flex;
    gap: 10px;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 25px 16px !important;
    font-size: 14px !important;
    color: var(--gray-500) !important;
}

.wpcf7 textarea.wpcf7-form-control {
    max-height: 160px;
}

.wpcf7 div.button {
    min-height: 40px;
    height: 40px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: var(--primary) !important;
    max-width: 150px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid var(--primary);
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.wpcf7 div.button:hover {
    cursor: pointer;
    background-color: transparent !important;;
}

.wpcf7 div.button:hover input {
    color: var(--primary);
}

.wpcf7 div.button:hover svg path{
    fill: var(--primary) !important;
}

.wpcf7 div.button p {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7 div.button input {
    padding: 0;
    margin: 0;
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
}

.cubaemprende-datos {
    max-width: 25rem;
}

@media (max-width: 500px) {
    .cubaemprende-datos {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .flex-contact-form {
        flex-direction: column;
    }

    .formulario-contacto {
        position: relative;
        height: 1100px;
        top: -80px !important;
    }

    .formulario-contacto::before {
        background-color: #f2f2f2;
        background-image: none;
    }

    .sedes-content {
        margin-top: 0px !important;
    }

    #sedes-section {
        padding: 0px !important;
        margin-top: -200px !important;
    }
}