@charset "UTF-8";
/*

    1. BASE
    reset
    base


    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    HeroImage
    UserGrid
    Post
    Calendar
    LogoGrid

    3. Layout
    Layout
    Builder
    Error

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  line-height: 25px;
}

body {
  overflow-x: hidden;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Comme", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p,
a {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body #main-content p {
  color: #212121;
}

/* outline */
* {
  letter-spacing: 0;
}

/* accessibility */
a:focus-visible,
button:focus-visible,
[role=button]:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #D9AEAC;
  outline-offset: 2px;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #212121 !important;
}

::-moz-placeholder {
  color: #212121 !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #212121 !important;
} /* ie */
:-moz-placeholder {
  color: #212121 !important;
}

/* Selection */
::-moz-selection {
  background: #E23B3B;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #E23B3B;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #E23B3B;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row {
  width: 93%;
  max-width: 1440px;
}
.et_pb_row.full-width {
  width: 100%;
  max-width: none;
}

.block-overflow.et_pb_section {
  overflow: hidden;
}

.block-overflow-x.et_pb_section {
  overflow-x: hidden;
}

.container {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 20px;
  overflow: hidden;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

/* row flex */
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.js-parallax-hero {
  background-attachment: fixed;
}

.pointer-none,
.pointer-none * {
  pointer-events: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .center-row .et_pb_column:not(.center-row__image) {
    margin-bottom: 0;
  }
  .center-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .et_pb_row.row--100-mobile {
    width: 100%;
  }
  .bottom-section.et_pb_section {
    overflow: hidden;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .custom-check {
  margin-bottom: 24px;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .custom-check [role=group] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .custom-check [role=group] label {
  width: 45%;
  margin: 0;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field-date .forminator-field input {
  padding-left: 34px;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field-upload .forminator-field .forminator-label,
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field-date .forminator-field .forminator-label {
  display: block !important;
  margin-bottom: 8px;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-checkbox-label a {
  color: #212121;
  text-decoration: underline;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-checkbox-label a:hover {
  text-decoration: none;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-label {
  display: none !important;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea {
  resize: none;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-textarea,
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-input {
  border: 0;
  border-bottom: 1px solid #212121;
  background: transparent;
  padding-left: 0;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-checkbox-box {
  background: #fff;
  border: 1px solid #212121;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-checkbox-box:before {
  color: #E23B3B;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button {
  background: #212121;
  border: 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border-radius: 10px;
  width: 180px;
  color: #fff;
  height: 50px;
  font-size: 16px;
}
body #et-boc.et-boc .forms.et_pb_module .et_pb_code_inner form .forminator-row .forminator-field .forminator-button:hover {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  background: #6B6B6B;
}

body .forminator-calendar--flat .ui-datepicker-header .ui-corner-all {
  background-color: #E23B3B !important;
}

body .forminator-calendar--flat[class*=" forminator-color-option--"] .ui-datepicker-calendar tbody td a.ui-state-default:focus,
body .forminator-calendar--flat[class*=" forminator-color-option--"] .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-hover,
body .forminator-calendar--flat[class*=" forminator-color-option--"] .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month:focus,
body .forminator-calendar--flat[class*=" forminator-color-option--"] .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year:focus {
  outline-color: #FF8686 !important;
}

body .forminator-calendar--flat .ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight {
  background-color: #E23B3B !important;
  color: #fff !important;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
html[lang=en-US] .trp-language-switcher-container a[href*="/en"] {
  color: #E23B3B !important;
}

html[lang=es-MX] .trp-language-switcher-container a[href*="sitiofuturo.com"]:not([href*="/en"]), html[lang=es] .trp-language-switcher-container a[href*="sitiofuturo.com"]:not([href*="/en"]) {
  color: #E23B3B !important;
}

body #et-boc.et-boc header.et-l--header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
body #et-boc.et-boc header.et-l--header .header {
  padding: 0 0 30px 0;
  background: transparent;
}
body #et-boc.et-boc header.et-l--header .header .header__inner {
  padding: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li:not(.current_page_item) a:hover {
  color: #E23B3B;
  opacity: 1;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li.current_page_item a {
  color: #E23B3B;
  opacity: 1;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li.trp-language-switcher-container a {
  padding-left: 16px;
  padding-right: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li a {
  color: #212121;
  font-size: 14px;
  padding-right: 0;
  font-family: "Comme", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 60px 24px 16px 24px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li a:after {
  bottom: 16px;
  top: initial;
  right: 7px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav .sub-menu li.current_page_item a {
  color: #E23B3B !important;
  background: transparent !important;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #7A7C8E !important;
  font-size: 14px;
  padding: 8px 16px;
  background: transparent !important;
}
body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav .sub-menu a:hover {
  color: #E23B3B !important;
  background: #F8F8F8;
  opacity: 1;
}
body #et-boc.et-boc .header__logo {
  margin: 0 !important;
  width: 240px;
  position: relative;
  top: 24px;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #212121;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1400px) {
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li a {
    padding: 60px 24px 16px 0;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 130px;
  }
  body #et-boc.et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav > li a {
    padding: 60px 24px 16px 0;
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  .header--middle .main-nav .et_pb_menu__menu {
    display: none !important;
  }
}
@media (max-width: 980px) {
  body:not(.home) .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  body #et-boc.et-boc .header__logo,
  body #et-boc.et-boc .header__inner .et_pb_image {
    width: 130px !important;
  }
  body #et-boc.et-boc .header__logo {
    top: 0;
  }
  body #et-boc.et-boc .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  body #et-boc.et-boc .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .et-db #et-boc header.et-l--header {
    padding: 24px 16px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #E23B3B !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #EFEFEF !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #EFEFEF !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(74deg, rgba(0, 0, 0, 0.3) 36.64%, rgba(102, 102, 102, 0.3) 92.05%) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E23B3B;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    display: block;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .et-db #et-boc header.et-l--header {
    padding-bottom: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    width: 100%;
  }
}
@media (max-width: 680px) {
  body #et-boc.et-boc header .header .header__logo {
    max-width: 110px;
  }
  .et-db #et-boc header.et-l--header .header {
    padding: 16px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-icon .et_pb_text_inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
.text-icon .et_pb_text_inner p br {
  display: none;
}
.text-icon .et_pb_text_inner p * {
  margin: 0;
}

.text-regular,
.text-regular * {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-300,
.text-300 * {
  font-weight: 300 !important;
}

.text-400,
.text-400 * {
  font-weight: 400 !important;
}

.text-500,
.text-500 * {
  font-weight: 500 !important;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-Gray500,
.text-Gray500 * {
  color: #7D838A !important;
}

.text-Red400,
.text-Red400 * {
  color: #E23B3B !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 12px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px !important;
  line-height: 45px !important;
}

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 75px !important;
}

.text-96,
.text-96 * {
  font-size: 96px !important;
  line-height: 90px !important;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 80px !important;
  line-height: 85px !important;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 58px !important;
  line-height: 65px !important;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 40px;
  line-height: 45px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 36px;
  line-height: 45px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 24px;
  line-height: 35px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-96,
  .text-96 * {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media all and (max-width: 768px) {
  .text-96,
  .text-96 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

.module-top.et_pb_section {
  padding-top: 60px;
}

.module-bottom24.et_pb_section {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .et_pb_section .btn.btn--type1 {
  height: 46px;
  padding: 0 32px !important;
  line-height: 44px !important;
}
body #page-container .et_pb_section .btn.btn--type1:hover {
  padding: 0 32px !important;
}
body #page-container .et_pb_section .btn.btn--single-back {
  border: 0;
  padding: 0 !important;
  color: #E23B3B;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
body #page-container .et_pb_section .btn.btn--single-back:hover {
  opacity: 0.6;
  background: transparent !important;
}
body #page-container .et_pb_section .btn.btn--single-back:before {
  content: "";
  background: url(/wp-content/uploads/2025/09/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 24px;
  position: relative;
  margin: 0;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
.footer__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list ul li {
  list-style: none;
}
.footer__list ul li a:hover {
  opacity: 0.6;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HERO IMAGE
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .hero-image.et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-image.et_pb_row .et_pb_column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
  .hero-image.et_pb_row .et_pb_column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ------------------------------------------------------------
     USER GRID
------------------------------------------------------------ */
.user-grid img {
  loading: eager !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.user-grid .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.user-grid .et_pb_column .et_pb_module {
  width: 23%;
  margin: 0;
}

.user-card {
  padding: 16px;
}
.user-card .et_pb_main_blurb_image {
  margin-bottom: 18px;
}
.user-card .et_pb_blurb_container .et_pb_module_header {
  padding: 0;
}
.user-card .et_pb_blurb_container .et_pb_module_header,
.user-card .et_pb_blurb_container .et_pb_module_header * {
  font-size: 24px;
  line-height: 35px;
}
.user-card .et_pb_blurb_container .et_pb_blurb_description,
.user-card .et_pb_blurb_container .et_pb_blurb_description * {
  font-size: 18px;
  line-height: 25px;
}

/* tb control */
.tab-control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.tab-control__inner button {
  background: transparent;
  font-size: 18px;
  font-weight: 300;
  border: 0;
  color: #212121;
  max-width: 120px;
  text-align: left;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
  border-bottom: 1px solid transparent;
}
.tab-control__inner button.active, .tab-control__inner button:hover {
  border-bottom: 1px solid #E23B3B;
  color: #E23B3B;
  opacity: 1;
}

.project-control-select {
  display: none;
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #212121;
  font-size: 16px;
  padding-left: 0;
  border-radius: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .user-grid .et_pb_column .et_pb_module {
    width: 33.33%;
  }
}
@media all and (max-width: 768px) {
  .project-control-select {
    display: block;
  }
  .tab-control__inner {
    display: none;
  }
  .user-grid .et_pb_column .et_pb_module {
    width: 50%;
  }
  .user-card .et_pb_blurb_container .et_pb_module_header,
  .user-card .et_pb_blurb_container .et_pb_module_header * {
    font-size: 18px;
    line-height: 25px;
  }
  .user-card .et_pb_blurb_container .et_pb_blurb_description,
  .user-card .et_pb_blurb_container .et_pb_blurb_description * {
    font-size: 16px;
  }
}
/* iPhone y móviles pequeños */
@media all and (max-width: 480px) {
  .user-grid .et_pb_column .et_pb_module {
    width: 45% !important;
  }
  .user-grid .et_pb_column {
    gap: 16px;
  }
  .user-grid img {
    loading: eager !important;
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .user-card .et_pb_blurb_container .et_pb_module_header,
  .user-card .et_pb_blurb_container .et_pb_module_header * {
    font-size: 16px;
    line-height: 22px;
  }
  .user-card .et_pb_blurb_container .et_pb_blurb_description,
  .user-card .et_pb_blurb_container .et_pb_blurb_description * {
    font-size: 14px;
    line-height: 20px;
  }
  .user-card img {
    loading: eager !important;
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* ------------------------------------------------------------
    CALENDAR
------------------------------------------------------------ */
.futuro-calendar-container {
  background: #fff;
  border: 1px solid #D0D5DD;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}

.futuro-calendar-filters {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #D0D5DD;
  border-radius: 0;
  margin-bottom: 0;
}
.futuro-calendar-filters .filter-group label {
  color: #7D838A;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
.futuro-calendar-filters .futuro-clear-filters {
  background: #212121;
  border-radius: 10px;
}
.futuro-calendar-filters .futuro-clear-filters:hover {
  background: #6B6B6B;
}

.futuro-event-meta > * {
  border-radius: 40px;
  font-size: 14px;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  padding: 0 16px;
}
.futuro-event-meta .futuro-event-theme {
  background-color: #FF8686;
  color: #212121;
}
.futuro-event-meta .futuro-event-theme[data-type=pensar-la-cultura] {
  background-color: #D9AEAC;
}
.futuro-event-meta .futuro-event-theme[data-type=alianzas] {
  background-color: #F9E990;
}
.futuro-event-meta .futuro-event-theme[data-type=imaginar-el-futuro] {
  background-color: #CDAFC7;
}
.futuro-event-meta .futuro-event-activity {
  background: #fff;
  border: 1px solid #FF8686;
  color: #FF8686;
}
.futuro-event-meta .futuro-event-activity[data-type=conferencia] {
  border-color: #96157D;
  color: #96157D;
}
.futuro-event-meta .futuro-event-activity[data-type=dialogo] {
  border-color: #E79146;
  color: #E79146;
}
.futuro-event-meta .futuro-event-language {
  background: #6B6B6B;
  color: #fff;
}
.futuro-event-meta .futuro-event-language[data-language=ingles] {
  background: #EFEFEF;
  color: #212121;
}
.futuro-event-meta .futuro-event-separator {
  display: none;
}

.futuro-date-group {
  margin-bottom: 0;
}
.futuro-date-group .futuro-date-title {
  border: 0;
  padding: 8px 20px;
  margin-bottom: 0;
  font-family: "Comme", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #7A7C8E;
}
.futuro-date-group .futuro-events-list {
  gap: 0;
}
.futuro-date-group .futuro-events-list .futuro-event-item {
  -webkit-transform: initial;
          transform: initial;
  background: #F6F6F6;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 0;
  border-radius: 0;
}
.futuro-date-group .futuro-events-list .futuro-event-item:nth-child(even) {
  background: #EFEFEF;
}
.futuro-date-group .futuro-events-list .futuro-event-item[data-stream=live] {
  background: rgba(245, 176, 173, 0.5);
}
.futuro-date-group .futuro-events-list .futuro-event-item[data-stream=live] .futuro-event-time {
  font-weight: 500;
}
.futuro-date-group .futuro-events-list .futuro-event-item .futuro-event-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  padding: 0;
}
.futuro-date-group .futuro-events-list .futuro-event-item .futuro-event-time {
  color: #212121;
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 300;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    LOGO GRID
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .logo-grid.et_pb_row .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .logo-grid.et_pb_row .et_pb_column .et_pb_module:first-child {
    width: 100%;
  }
  .logo-grid.et_pb_row .et_pb_column .et_pb_module:not(:first-child) {
    width: calc(50% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ------------------------------------------------------------
     LAYOUT
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     POST
------------------------------------------------------------ */
.post-title .entry-title {
  font-size: 60px !important;
  line-height: 65px !important;
  font-weight: 400;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .post-title {
    margin-bottom: 0 !important;
  }
  .post-title .entry-title {
    font-size: 32px !important;
    line-height: 35px !important;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #E23B3B;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
html.et-fb-preview--desktop header.et-l--header, html.et-fb-preview--tablet header.et-l--header, html.et-fb-preview--phone header.et-l--header, html.et-fb-preview--wireframe header.et-l--header {
  position: relative;
}

html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe)[lang=es-MX] .eng-element {
  display: none;
}
html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe)[lang=en-US] .eng-element {
  display: block;
}
html:not(.et-fb-preview--desktop):not(.et-fb-preview--tablet):not(.et-fb-preview--phone):not(.et-fb-preview--wireframe)[lang=en-US] .esp-element {
  display: none;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  body {
    overflow-x: initial;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
.et_pb_section[data-et-animation],
.et_pb_row[data-et-animation],
.et_pb_column[data-et-animation] {
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.et_had_animation {
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .et_had_animation {
    -webkit-animation-duration: 300ms !important;
            animation-duration: 300ms !important;
    -webkit-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media (max-width: 768px) {
  .et_had_animation[data-et-animation*=slide], .et_had_animation[data-et-animation*=flip], .et_had_animation[data-et-animation*=rotate], .et_had_animation[data-et-animation*=zoom] {
    -webkit-animation-name: fadeIn !important;
            animation-name: fadeIn !important;
    -webkit-animation-duration: 200ms !important;
            animation-duration: 200ms !important;
  }
}
.et_had_animation img {
  will-change: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.et_had_animation::before, .et_had_animation::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.et_parallax_bg {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .et_parallax_bg {
    -webkit-transform: none !important;
            transform: none !important;
    background-attachment: scroll !important;
  }
}

.et_pb_hover_effect {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .et_pb_hover_effect {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  [data-et-animation*=flip],
  [data-et-animation*=rotate],
  [data-et-animation*=zoom] {
    -webkit-animation-duration: 0.3s !important;
            animation-duration: 0.3s !important;
  }
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
}
body[data-scroll-step] {
  scroll-behavior: auto !important;
}