.elementor-kit-31{--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-31 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1430px;}.e-con{--container-max-width:1430px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Ajuste global para diseño amplio y centrado */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    box-sizing: border-box;
}

/* Contenedor principal */
.container, .site-content, .content-area {
    max-width: 1400px; /* Ajusta el ancho máximo */
    margin: 0 auto; /* Centra el contenido */
    padding: 20px;
}

/* Ajuste global para todos los contenedores */
* {
    box-sizing: border-box;
}

/* Encabezados y texto */
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

p {
    line-height: 1.8;
    font-size: 18px;
}

/* Imágenes y multimedia */
img, video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Ajuste para columnas y secciones */
.section, .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Botones */
button, .btn {
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Ajuste para formularios */
input, textarea, select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Responsivo */
@media (max-width: 768px) {
    .container, .site-content, .content-area {
        padding: 10px;
    }
    p {
        font-size: 16px;
    }
}/* End custom CSS */