.menu-item-943 {
    background-color: rgb(51, 102, 153);
    width: 80px!important;
    height: 40px;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 32px;
    padding-right:63px;
}

.menu-item-943:hover {
    background-color: rgb(34, 68, 101);
}


/* Mensaje de éxito (Formulario enviado correctamente) */
.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #74CA83 !important;  /* Verde claro */
    border: 1px solid #c3e6cb !important; /* Borde verde */
}

/* Mensaje de error (Error en el envío del formulario) */
.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #F12004 !important; /* Rojo claro */
    border: 1px solid #f5c6cb !important; /* Borde rojo */
}

.wpcf7-response-output {
    background-color: #F6E700 !important; /* Amarillo claro */
    border: 1px solid #ffeeba !important; /* Borde amarillo */
}
.wpcf7-spinner {
    display: inline-block !important;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 50% !important;
}

.wpcf7-submit {
    width: 100% !important;
    display: block !important;
}