.elementor-3081 .elementor-element.elementor-element-e6fa08a .elementor-heading-title{font-size:30px;font-weight:600;color:#FFFFFF;}#elementor-popup-modal-3081 .dialog-widget-content{background-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:4% 4% 4% 4%;}#elementor-popup-modal-3081{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3081 .dialog-message{width:640px;height:500px;align-items:flex-start;padding:5% 5% 5% 5%;}#elementor-popup-modal-3081 .dialog-close-button{display:flex;background-color:#1D8088;font-size:32px;}#elementor-popup-modal-3081 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-3081 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){#elementor-popup-modal-3081 .dialog-message{height:600px;}}/* Start custom CSS */.nice-select, input[type="text"], input[type="tel"], input[type="email"], input[type="address"], input[type="password"], input[type="number"], select {
    height: 65px;
    border-radius: 0 !important;
    padding-left: 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
    display: flex
;
    align-items: center;
    border-color: #c1c1c1;
    background: black;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #000;
}
.form-control:focus {
    color: #212529;
    background-color: #black;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
/* Fondo y texto de todos los inputs */
.elementor-popup input,
.elementor-popup select,
.elementor-popup textarea {
  background-color: #000 !important; /* Fondo negro */
  color: #fff !important;            /* Texto blanco */
  border: 1px solid #444;            /* Borde gris oscuro */
}

/* Color del placeholder (Nombre, Correo, etc.) */
.elementor-popup input::placeholder,
.elementor-popup textarea::placeholder {
  color: #aaa !important; /* Gris claro para contraste */
}

/* Estilo de las opciones desplegables */
.elementor-popup select option {
  background-color: #000 !important; /* Fondo negro */
  color: #fff !important;            /* Texto blanco */
}
.elementor-popup .wpcf7 {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 9999 !important;
}

.elementor-popup input,
.elementor-popup textarea,
.elementor-popup select {
    background: #fff !important;
    color: #000 !important;
}/* End custom CSS */