.elementor-2555 .elementor-element.elementor-element-006ee1c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2555 .elementor-element.elementor-element-006ee1c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2555 .elementor-element.elementor-element-3df8db6{width:100%;max-width:100%;}.elementor-2555 .elementor-element.elementor-element-dede126{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2555 .elementor-element.elementor-element-1bc1f2e{--display:flex;}.elementor-2555 .elementor-element.elementor-element-52bee6e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2555 .elementor-element.elementor-element-52bee6e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2555 .elementor-element.elementor-element-4d97f8e{--display:flex;}.elementor-2555 .elementor-element.elementor-element-e1d2dc5{--spacer-size:100px;}.elementor-2555 .elementor-element.elementor-element-d33b482{--e-image-carousel-slides-to-show:5;}.elementor-2555 .elementor-element.elementor-element-d33b482 .swiper-pagination-bullet{--swiper-pagination-bullet-horizontal-gap:5px;--swiper-pagination-bullet-vertical-gap:5px;width:6px;height:6px;}.elementor-2555 .elementor-element.elementor-element-d33b482 .swiper-wrapper{display:flex;align-items:flex-end;}/* Start custom CSS for ads_short_base, class: .elementor-element-590799e */.custom-padding
 {
    padding: 90px 0 0 0;
}

.hero-section .hero-car {
    bottom: -140px;
}

@media (min-width: 768px) and (max-width:1023px){
.hero-section .hero-car {
    max-width: 500px;
}
}


@media (min-width: 320px) and (max-width:767px){
.hero-section  {
    height: 750px;
}

.custom-padding {
    padding: 115px 0 0 0;
}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-009ab62 */.wpcf7 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

/* Contenedor principal del formulario */
.form-container {
    max-width: 600px;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

/* Header del formulario */
.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    color: #2c3e50;
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.form-header p {
    color: #7f8c8d;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

/* Filas del formulario - Eliminar ya que ahora es una columna */
.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group:last-child {
    margin-bottom: 0;
}

/* Reset global para mejor control de tamaños */
.form-container *,
.form-container *::before,
.form-container *::after {
    box-sizing: border-box;
}

/* Estilos de los inputs */
.form-control {
    width: 100%;
    padding: 15px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* Labels flotantes */
.form-group label {
    position: absolute;
    top: -8px;
    left: 12px;
    background: #fff;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    pointer-events: none;
}

/* Textarea específico */
textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* Select dropdown */
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 45px;
    cursor: pointer;
}

select.form-control:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* Asegurar que todos los inputs tengan el mismo estilo */
input.form-control,
select.form-control,
textarea.form-control {
    width: 100%;
    padding: 15px 16px;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
}

/* Checkbox personalizado - Eliminar ya que no se usa */

/* Botón de envío */
.submit-group {
    text-align: center;
    margin-top: 30px;
}

.btn-submit {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 18px 50px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.btn-submit:active {
    transform: translateY(0);
}

/* Responsivo */
@media (max-width: 768px) {
    .form-container {
    padding-left: 10px;
    padding-right: 10px;
    }
    
    .form-header h3 {
        font-size: 24px;
    }
    
    .form-header p {
        font-size: 14px;
    }
    
    .btn-submit {
        width: 100%;
        padding: 18px;
    }
    
    div.wpcf7-response-output {
    width: 60%;
}
}

/* Mensajes de éxito y error */
.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Validación de campos */
.wpcf7-not-valid {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1) !important;
}

.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 44em 0.5em 1em;
}

div.wpcf7-response-output {
    width: 39%;
}/* End custom CSS */
/* Start custom CSS for services_with_facts_base, class: .elementor-element-489d0f1 */.funfacts.with-services {
 display: none;   
}

.mega-menu.header-transparent .menu-search-bar {
    display: none;
}/* End custom CSS */
/* Start custom CSS for inspection_short_base, class: .elementor-element-6158886 */.call-to-action-detail-section .row ul {
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}/* End custom CSS */