@charset "UTF-8";
/**
 * Tabs module (step-style). Reference: modulos/mod_tabs_module/mod_tabs_module.css
 * All selectors must be descendants of .mod_tabs_module (see guia-cambios-modulos.md §2).
 */

.mod_tabs_module .tabs .tab {
  transition: all 0.2s ease;
}
.mod_tabs_module .tabs .tab .row .inner {
  transition: all 0.3s ease;
}

.mod_tabs_module {
  margin-top: 60px;
}
.mod_tabs_module .wrapper {
  position: relative;
}
.mod_tabs_module .tabs {
  min-height: 760px;
}
@media screen and (min-width: 64.1em) {
  .mod_tabs_module .tabs {
    min-height: 680px;
  }
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tabs {
    min-height: 640px;
  }
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs {
    min-height: inherit;
  }
}

.mod_tabs_module .tabs .tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs .tab {
    display: none;
    position: relative;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tabs .tab {
    min-height: 400px;
  }
}

.mod_tabs_module .tabs .tab .row {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs .tab .row {
    padding: calc(40px + 4%) 20px;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tabs .tab .row {
    padding: calc(30px + 2.5%) 20px;
  }
}

.mod_tabs_module .tabs .tab .row .inner {
  position: relative;
  top: -20px;
}
.mod_tabs_module .tabs .tab .row .inner span.large {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tabs .tab .row .inner span.large {
    font-size: 50px;
  }
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs .tab .row .inner span.large {
    font-size: 42px;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tabs .tab .row .inner span.large {
    font-size: 36px;
  }
}

.mod_tabs_module .tabs .tab .row .inner h2 {
  font-size: 20px;
  margin: 40px 0;
  font-weight: 500;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tabs .tab .row .inner h2 {
    margin: 35px 0;
  }
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs .tab .row .inner h2 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tabs .tab .row .inner h2 {
    margin: 20px 0;
  }
}
.mod_tabs_module .tabs .tab .row .inner a.btn {
  margin-top: 30px;
}

/* Image as full background of each tab (Option B like mod_box_grid) */
.mod_tabs_module .tabs .tab .mod_tabs_module__tab-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mod_tabs_module .tabs .tab span.art {
  position: absolute;
  top: -40px;
  right: -10px;
  pointer-events: none;
  z-index: 9;
  font-size: 400px;
  opacity: 0.2;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 64.1em) {
  .mod_tabs_module .tabs .tab span.art {
    font-size: 320px;
  }
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tabs .tab span.art {
    font-size: 260px;
  }
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tabs .tab span.art {
    font-size: 200px;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tabs .tab span.art {
    font-size: 160px;
  }
}

.mod_tabs_module .tabs .tab.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tabs .tab.active {
    display: flex;
  }
}
.mod_tabs_module .tabs .tab.active .inner {
  top: 0;
}

.mod_tabs_module .tab-links {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  align-items: center;
  padding: 50px 20px 60px;
  justify-content: space-between;
  grid-gap: 40px;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tab-links {
    padding: 30px 20px;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 36em) {
  .mod_tabs_module .tab-links {
    grid-gap: 20px;
    flex-wrap: wrap;
  }
}

.mod_tabs_module .tab-links a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.6;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module .tab-links a {
    font-size: 16px;
  }
}
@media screen and (max-width: 40em) {
  .mod_tabs_module .tab-links a {
    font-size: 15px;
  }
}
.mod_tabs_module .tab-links a:hover,
.mod_tabs_module .tab-links a.active {
  opacity: 1;
}

.mod_tabs_module.dark {
  background: none;
}
.mod_tabs_module.dark .wrapper {
  background: #1a1a1a;
}
.mod_tabs_module.dark .wrapper .tabs .tab .row * {
  color: #fff;
}
.mod_tabs_module.dark .tab-links a {
  color: #231F20;
}


/* Half-image: text + image side by side */
.mod_tabs_module.half-image {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.mod_tabs_module.half-image .wrapper .tabs .tab {
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}
@media screen and (max-width: 40em) {
  .mod_tabs_module.half-image .wrapper .tabs .tab {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    flex-direction: column-reverse !important;
  }
}
.mod_tabs_module.half-image .wrapper .tabs .tab .row {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 64em) {
  .mod_tabs_module.half-image .wrapper .tabs .tab .row {
    width: 100%;
  }
}
.mod_tabs_module.half-image .wrapper .tabs .tab .row .inner {
  padding: 15px 80px 15px 0;
  margin-left: 0;
}
@media screen and (min-width: 64.1em) {
  .mod_tabs_module.half-image .wrapper .tabs .tab .row .inner {
    padding-right: 50px;
  }
}
@media screen and (max-width: 64em) {
  .mod_tabs_module.half-image .wrapper .tabs .tab .row .inner {
    padding: 0;
  }
}

