.elementor-kit-7{--e-global-color-primary:#0A253E;--e-global-color-secondary:#DB0632;--e-global-color-text:#4D4D4D;--e-global-color-accent:#DB0632;--e-global-color-d75c227:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:1em;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noticia Text";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.2em;--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 *//*---HEADER---*/

@media (min-width: 1300px) and (max-width:1400px) {
  nav .elementor-nav-menu > .menu-item  > .elementor-item {
    font-size: 1em!important;
  }
}

/*--ITEMS SCROLL---*/

/* -- items en scroll -- */

.items-scroll {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.items-no-scroll {
  flex-wrap: wrap;
  overflow-x: unset;
}


@media (min-width: 575px) {

  .items-scroll-sm {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-sm {
    flex-wrap: wrap;
    overflow-x: unset;
  }

  .items-no-scroll-sm > *{
    margin-bottom: 0!important;
  } 

}

@media (min-width: 768px) {

  .items-scroll-md {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-md {
    flex-wrap: wrap;
    overflow-x: unset;
  }

  .items-no-scroll-md > *{
    margin-bottom: 0!important;
  } 

}

@media (min-width: 1024px) {

  .items-scroll-lg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-lg {
    flex-wrap: wrap;
    overflow-x: unset;
  }

  .items-no-scroll-lg > *{
    margin-bottom: 0!important;
  } 
}

@media (min-width: 1140px) {

  .items-scroll-xl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .items-no-scroll-xl {
    flex-wrap: wrap;
    overflow-x: unset;
  }

  .items-no-scroll-xl > *{
    margin-bottom: 0!important;
  } 
}

.items-scroll > *{
  flex-grow:0;
  flex-shrink: 0;
  margin-bottom: 10px;
} 


  /* Let's get this party started */
  .items-scroll::-webkit-scrollbar {
    height: 2px;
  }
   
  /* Track */
  .items-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
   
  /* Handle */
  .items-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: var(--e-global-color-primary); 
    //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }

  .items-scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(10, 162, 177, .3); 
  }/* End custom CSS */