.elementor-kit-7{--e-global-color-primary:#404E48;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#E5E5E5;--e-global-color-accent:#BCCCCC;--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-7 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){margin-block-end: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 */h1.entry-title{
    display: none;
}
#site-footer .copyright.show p {
    display: none;
}
.site-title.show {
    display: none;
}
a{
    color:rgb(255, 255, 255);
}
.comments-area {
  display: none;
}
.a2 {
  color: #404E48;
  text-decoration: underline;
}
.elementor-pagination a,
.page-numbers a,
.page-numbers,
.elementor-pagination .current,
.page-numbers.current {
  color: #000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important; /* ajusta el tamaño si lo quieres aún más pequeño */
}
/* Elimina scroll horizontal en toda la página */
body {
  overflow-x: hidden !important;
}

/* Asegura que todos los contenedores no causen desbordamiento */
* {
  box-sizing: border-box;
  max-width: 100vw;
}/* End custom CSS */