.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ocultar header y footer */
header,
footer {
    display: none !important;
}

/* Ajustar el contenido para que ocupe toda la pantalla */
main {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
}
/* Corrección para móvil */
@media (max-width: 768px) {
    .container {
        padding: 1.5rem 1rem !important;
        margin: 0.5rem !important;
        width: calc(100% - 1rem) !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    body {
        overflow-x: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    .construction-message h2 {
        font-size: 1.8rem !important;
        word-wrap: break-word !important;
    }
    
    .construction-message p {
        font-size: 0.95rem !important;
        padding: 0 0.5rem !important;
    }
    
    .contact-grid {
        grid-template-columns: 1fr !important;
    }
    
    .construction-badge {
        font-size: 0.7rem !important;
        letter-spacing: 2px !important;
        padding: 0.4rem 1rem !important;
        white-space: normal !important;
    }
    
    .logo {
        max-width: 250px !important;
    }
    
    .step {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
    }
    
    .service-card {
        padding: 1.5rem 1rem !important;
    }
    
    .cta-button {
        padding: 1rem 1.5rem !important;
        font-size: 0.9rem !important;
        white-space: normal !important;
        height: auto !important;
        line-height: 1.4 !important;
    }
    
    /* Corregir elementos que se salen */
    .code-line {
        font-size: 10px !important;
    }
    
    .construction-message::before,
    .construction-message::after {
        font-size: 1.5rem !important;
    }
}/* End custom CSS */