.elementor-34 .elementor-element.elementor-element-dcccbbb{padding:0px 0px 0px 0px;border-radius:25px 25px 25px 25px;}.elementor-34 .elementor-element.elementor-element-dcccbbb iframe{height:1440px;}/* Start custom CSS for html, class: .elementor-element-dcc5619 *//* ============================================
   ESTILOS EXCLUSIVOS PARA PÁGINA DE CONTACTO
   ============================================ */

/* Contenedor principal de la información de contacto */
#contacto-info-principal {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 100% !important;
}

/* Título H2 */
#contacto-info-principal h2 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 3px solid #e30613 !important;
    display: inline-block !important;
    width: 100% !important;
}

/* Texto descriptivo */
.contacto-descripcion {
    color: #cccccc !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 35px 0 !important;
    text-align: justify !important;
}

/* Cada línea de contacto (WhatsApp, Email, Teléfono) */
.contacto-item-linea {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 15px 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.contacto-item-linea:hover {
    transform: translateX(5px) !important;
    border-bottom-color: #e30613 !important;
}

/* Contenedor del icono */
.contacto-item-icono {
    min-width: 50px !important;
    text-align: center !important;
}

/* Iconos SVG */
.contacto-icono-svg {
    width: 28px !important;
    height: 28px !important;
    stroke: #e30613 !important;
    stroke-width: 1.8 !important;
    fill: none !important;
}

/* Contenido de cada línea */
.contacto-item-contenido {
    flex: 1 !important;
}

/* Título H4 dentro de cada línea */
.contacto-item-titulo {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    letter-spacing: 0.5px !important;
}

/* Valor del contacto */
.contacto-item-valor {
    color: #e30613 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: block !important;
}

/* ============================================
   ESTILOS PARA EL FORMULARIO (COLUMNA DERECHA)
   ============================================ */

/* Contenedor del formulario */
.elementor-widget-form {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Campos del formulario */
.elementor-field-group .elementor-field {
    background-color: #3a3a3a !important;
    border: 1px solid #555 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

.elementor-field-group .elementor-field::placeholder {
    color: #999 !important;
}

.elementor-field-group .elementor-field:focus {
    border-color: #e30613 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1) !important;
}

/* Etiquetas del formulario */
.elementor-field-group label {
    color: #dddddd !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

/* Checkbox política */
.elementor-field-type-acceptance .elementor-field-option {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.elementor-field-type-acceptance label {
    color: #cccccc !important;
}

.elementor-field-type-acceptance input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #e30613 !important;
}

/* Botón Enviar */
.elementor-button-submit {
    background-color: #e30613 !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.elementor-button-submit:hover {
    background-color: #b0050f !important;
    transform: translateY(-2px) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56f90ae *//* ============================================
   ESTILOS FORMULARIO CONTACTO (COLUMNA DERECHA)
   ============================================ */

/* Contenedor principal del formulario */
#contacto-formulario-derecha {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 100% !important;
}

/* Grupo de cada campo */
.contacto-form-grupo {
    margin-bottom: 25px !important;
}

/* Etiquetas (labels) */
.contacto-form-grupo label {
    display: block !important;
    color: #dddddd !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

/* Campos de texto (input, textarea) */
.contacto-form-grupo input,
.contacto-form-grupo textarea {
    width: 100% !important;
    background-color: #3a3a3a !important;
    border: 1px solid #555 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Placeholder */
.contacto-form-grupo input::placeholder,
.contacto-form-grupo textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important;
}

/* Efecto focus (al hacer clic) */
.contacto-form-grupo input:focus,
.contacto-form-grupo textarea:focus {
    border-color: #e30613 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.15) !important;
    background-color: #444 !important;
}

/* Textarea específico */
.contacto-form-grupo textarea {
    resize: vertical !important;
    font-family: inherit !important;
}

/* Checkbox de política de privacidad */
.contacto-form-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 25px 0 !important;
    flex-wrap: wrap !important;
}

.contacto-form-checkbox input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #e30613 !important;
    cursor: pointer !important;
}

.contacto-form-checkbox label {
    color: #cccccc !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.contacto-form-checkbox a {
    color: #e30613 !important;
    text-decoration: none !important;
}

.contacto-form-checkbox a:hover {
    text-decoration: underline !important;
}

/* Botón de enviar */
.contacto-form-boton {
    background-color: #e30613 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.contacto-form-boton:hover {
    background-color: #b0050f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3) !important;
}/* End custom CSS */