@charset "UTF-8";
.gris {
  color: #BABABA !important;
}

.gris2 {
  color: #838383 !important;
}

.crudo {
  color: #F0EFE6 !important;
}

.azul {
  color: #4567AE !important;
}

.purpura {
  color: #84427A !important;
}

.dark {
  color: #292929 !important;
}

.light {
  color: #f8f9fa !important;
}

.bg1 {
  color: #E4E3DB !important;
}

.orange {
  color: #DB7A51 !important;
}

.verde {
  color: #4B8253 !important;
}

.bg-gris {
  background-color: #BABABA !important;
}

.bg-gris2 {
  background-color: #838383 !important;
}

.bg-crudo {
  background-color: #F0EFE6 !important;
}

.bg-azul {
  background-color: #4567AE !important;
}

.bg-purpura {
  background-color: #84427A !important;
}

.bg-dark {
  background-color: #292929 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-bg1 {
  background-color: #E4E3DB !important;
}

.bg-orange {
  background-color: #DB7A51 !important;
}

.bg-verde {
  background-color: #4B8253 !important;
}

.admin-bar .site-header {
  top: 32px !important;
}

/* Adobe Fonts: Neue Haas Grotesk Display & Text */
/* Base */
:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  color: #292929;
  background: #F0EFE6;
  margin: 0;
  padding: 0;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}
.uppercase-large {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .uppercase-large {
    font-size: 16px;
  }
}

.small-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 390px) {
  .small-regular {
    font-size: 15px;
  }
}

.body-regular {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.body-bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.body-medium {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.body-medium strong {
  font-weight: 700;
}

.body-large {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}

.extra-large {
  font-size: 24px;
  line-height: 130%;
}

.subtitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
}
@media screen and (max-width: 550px) {
  .subtitle {
    font-size: 24px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.flexer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  height: 100%;
}

.gap-90 {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 550px) {
  .gap-90 {
    gap: 60px;
  }
}

.gap-60 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 550px) {
  .gap-60 {
    gap: 45px;
  }
}

.gap-50 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 550px) {
  .gap-50 {
    gap: 40px;
  }
}

.gap-30 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .gap-30 {
    gap: 25px;
  }
}

.gap-20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .gap-20 {
    gap: 16px;
  }
}

.gap-24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .gap-24 {
    gap: 20px;
  }
}

.gap-h90 {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 550px) {
  .gap-h90 {
    flex-wrap: wrap;
  }
}

.gap-h60 {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 550px) {
  .gap-h60 {
    flex-wrap: wrap;
  }
}

.gap-h30 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 550px) {
  .gap-h30 {
    flex-wrap: wrap;
  }
}

.gap-h24 {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .gap-h24 {
    flex-wrap: wrap;
  }
}

/* Header fijo full-width */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.site-header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.site-header .site-header__bar {
  background: rgba(41, 41, 41, 0.8);
  backdrop-filter: blur(2px);
  height: 90px;
  padding: 0 30px;
  z-index: 99999;
  position: relative;
}
.site-header .site-brand {
  text-decoration: none;
  color: #F0EFE6;
  font-weight: 700;
}
.site-header .site-brand img {
  max-height: 36px;
  width: auto;
  display: block;
}
.site-header .hide-top {
  display: none;
}
.site-header .current_page_item a:after {
  width: 100% !important;
  opacity: 1 !important;
}
.site-header .site-nav .menu a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #F0EFE6;
  text-decoration: none;
  padding: 0.375rem 0;
  transition: 0.3s all ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.site-header .site-nav .menu a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #F0EFE6;
  transition: 0.3s all ease-in-out;
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
}
.site-header .site-nav .menu a:hover:after {
  width: 100%;
  opacity: 1;
}
.site-header #menu-main, .site-header #menu-main-eng, .site-header #menu-main-br-pt {
  gap: 24px;
}
.site-header .btn-cta {
  display: inline-flex;
  align-items: center;
  padding: 16px;
  border: 1px solid;
  background: #F0EFE6;
  color: #292929;
  border-color: #292929;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  border-radius: 0;
  letter-spacing: 0.75px;
}
.site-header .btn-cta:hover {
  background-color: #F4D44D;
  color: #292929;
  border-color: #F4D44D;
}
@media screen and (max-width: 767px) {
  .site-header .btn-cta {
    font-size: 20px;
    text-align: center;
    justify-content: center;
    background-color: #F4D44D;
    color: #292929;
    border-color: #F4D44D;
  }
}

/* Admin bar: evitar solapado al estar logueado */
h1, h2, h3 {
  text-transform: uppercase;
}

h3 {
  font-size: 36px;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  h3 {
    font-size: 28px;
  }
}

.btn {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  background-color: #F0EFE6;
  color: #292929;
  display: inline-flex;
  align-items: center;
  padding: 16px;
  border-radius: 0;
  gap: 4px;
  width: fit-content;
  transition: 0.1s all ease-in-out;
}
@media screen and (max-width: 550px) {
  .btn {
    padding: 16px 10px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.btn svg {
  transition: 0.1s all ease-in-out;
}
.btn.btn-simple {
  background: transparent;
  border: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.btn.purpura-cta {
  background-color: transparent;
  color: #84427A;
  border-color: #84427A;
}
.btn.purpura-cta svg path {
  fill: #84427A;
}
.btn.purpura-cta:hover {
  background-color: #84427A;
  color: #fff;
}
.btn.purpura-cta:hover svg path {
  fill: #fff;
}
.btn.azul-cta {
  background-color: transparent;
  color: #4567AE;
  border-color: #4567AE;
}
.btn.azul-cta svg path {
  fill: #4567AE;
}
.btn.azul-cta:hover, .btn.azul-cta:focus, .btn.azul-cta:active {
  background-color: #4567AE;
  color: #fff;
}
.btn.azul-cta:hover svg path, .btn.azul-cta:focus svg path, .btn.azul-cta:active svg path {
  fill: #fff;
}
.btn.orange-cta {
  background-color: transparent;
  color: #DB7A51;
  border-color: #DB7A51;
}
.btn.orange-cta svg path {
  fill: #DB7A51;
}
.btn.orange-cta:hover, .btn.orange-cta:focus, .btn.orange-cta:active {
  background-color: #DB7A51;
  color: #fff;
}
.btn.orange-cta:hover svg path, .btn.orange-cta:focus svg path, .btn.orange-cta:active svg path {
  fill: #fff;
}
.btn.verde-cta {
  background-color: transparent;
  color: #4B8253;
  border-color: #4B8253;
}
.btn.verde-cta svg path {
  fill: #4B8253;
}
.btn.verde-cta:hover, .btn.verde-cta:focus, .btn.verde-cta:active {
  background-color: #4B8253;
  color: #fff;
}
.btn.verde-cta:hover svg path, .btn.verde-cta:focus svg path, .btn.verde-cta:active svg path {
  fill: #fff;
}

#hero {
  height: 660px;
  top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F0EFE6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#hero.short {
  min-height: 330px;
  margin-top: 90px;
  height: auto;
  padding: 30px 0;
}
#hero.short .uppercase {
  color: #4567AE;
  font-size: 16px;
}
#hero.short h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #292929;
}
@media screen and (max-width: 550px) {
  #hero.short h1 {
    font-size: 30px;
  }
}
#hero.short .extra-large {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  max-width: 1020px;
  color: #292929;
}
#hero .btn {
  color: #4567AE;
  border-color: #4567AE;
  background-color: #F0EFE6;
  transition: 0.1s all ease-in-out;
}
#hero .btn:hover {
  background-color: #4567AE;
  color: #F0EFE6;
}
#hero .btn:hover svg path {
  fill: #F0EFE6;
}
#hero h1 {
  font-size: 60px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #F0EFE6;
  margin: 0;
  max-width: 960px;
}
@media screen and (max-width: 991px) {
  #hero h1 {
    max-width: 100%;
    font-size: 48px;
  }
}
@media screen and (max-width: 550px) {
  #hero h1 {
    font-size: 36px;
  }
}
#hero .extra-large {
  color: #F0EFE6;
}
#hero .box-holder {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nosotros h1 {
  max-width: 1065px !important;
}

#about-klimber {
  padding: 80px 0;
}
#about-klimber .img-home {
  width: 100%;
  max-width: 100%;
  object-fit: none;
}
#about-klimber .img-home svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #about-klimber .img-home {
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  #about-klimber .img-home {
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
}
#about-klimber h2 {
  color: #292929;
  font-size: 36px;
}
#about-klimber h2 strong {
  color: #4567AE;
  font-weight: 500;
}
#about-klimber .btn-simple {
  color: #4567AE;
  transition: 0.1s all ease-in-out;
}
#about-klimber .btn-simple:hover {
  color: #304a81;
}
#about-klimber .btn-simple:hover svg path {
  fill: #304a81;
}
#about-klimber .col-lg-6 {
  max-width: 570px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #about-klimber .col-lg-6 {
    max-width: 100%;
  }
}
#about-klimber .text-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#about-klimber .text-holder p, #about-klimber .text-holder h2 {
  margin: 0;
}

#marquee.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
#marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
#marquee .marquee-text {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  line-height: 130%;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
}
#marquee .marquee-text span {
  color: #84427A;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#numbers {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  #numbers {
    padding: 75px 0;
  }
}
@media screen and (max-width: 550px) {
  #numbers {
    padding: 60px 0;
  }
}
#numbers .numbers-holder {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #numbers .numbers-holder {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  #numbers .numbers-holder {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #numbers .numbers-holder {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 60px;
  }
}
#numbers .numbers-holder .sep {
  width: 1px;
  background: #BABABA;
  height: 120px;
}
@media screen and (max-width: 767px) {
  #numbers .numbers-holder .sep {
    width: 100%;
    height: 1px;
  }
}
#numbers .numbers-holder .number-title {
  display: flex;
  font-weight: 500;
  font-size: 80px;
  line-height: 110%;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  #numbers .numbers-holder .number-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #numbers .numbers-holder .number-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 550px) {
  #numbers .numbers-holder .number-title {
    font-size: 50px;
  }
}
#numbers .numbers-holder .number-title .icon {
  width: 71px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #numbers .numbers-holder .number-title .icon {
    width: 50px;
    height: 50px;
  }
}
#numbers .numbers-holder .number-title .icon svg {
  max-width: 100%;
}
#numbers .numbers-holder .body-large {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #numbers .numbers-holder .body-large {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  #numbers .numbers-holder .body-large {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #numbers .numbers-holder .body-large {
    margin-top: 10px;
  }
}

#soluciones {
  padding: 150px 0;
  background-color: #E4E3DB;
}
@media screen and (max-width: 550px) {
  #soluciones {
    padding: 60px 0;
  }
}
#soluciones .text-box {
  background-color: #fff;
  padding: 60px;
  border-radius: 30px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 550px) {
  #soluciones .text-box {
    padding: 30px;
  }
}
#soluciones .text-box .text-content {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding-bottom: 30px;
}
#soluciones .text-box .text-content .body-regular {
  font-size: 16px;
}
#soluciones h3 {
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #soluciones h3 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  #soluciones h3 {
    font-size: 30px;
  }
}
#soluciones h3 strong {
  font-weight: 500;
  color: #84427A;
}
#soluciones .uppercase-large {
  color: #84427A;
}

#partners {
  padding: 100px 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  #partners {
    padding: 50px 0 30px 0;
  }
}
#partners h3 {
  text-align: center;
  margin-bottom: 60px;
}
#partners h3 strong {
  color: #4567AE;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  #partners h3 {
    margin-bottom: 30px;
  }
}
#partners .big-image {
  display: block;
}
#partners .big-image img {
  mix-blend-mode: multiply;
}
#partners .small-image {
  display: none;
}
@media (max-width: 768px) {
  #partners .big-image {
    display: none;
  }
  #partners .small-image {
    display: block;
  }
}

#inversores {
  padding: 60px 0 110px 0;
}
@media screen and (max-width: 1024px) {
  #inversores {
    padding: 30px 0 55px 0;
  }
}
#inversores h3 {
  text-align: center;
  margin-bottom: 50px;
}
#inversores .logo-holder {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}
#inversores .logo-holder img {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #inversores .logo-holder img {
    max-width: 200px;
  }
}

#nosotros {
  padding: 60px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #nosotros {
    border-top: 1px solid #ccc;
    padding: 0 0 60px 0;
  }
  #nosotros .flexer-column {
    padding-top: 60px;
  }
}
#nosotros .row {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  #nosotros .row {
    padding: 60px 0 0 0;
  }
}

#home-quote .big-text {
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  #home-quote .big-text {
    font-size: 36px;
  }
}

.site-footer .home-menu {
  display: none !important;
}
.site-footer .hide-bottom {
  display: none;
}
.site-footer .container-fluid {
  padding: 0 30px;
}
.site-footer .container-fluid .row {
  margin: 0;
}
.site-footer .menu-footer a {
  text-decoration: none;
  padding: 0.375rem 0 !important;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.site-footer .menu-footer a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #F0EFE6;
  transition: 0.3s all ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.site-footer .menu-footer a:hover:after {
  width: 100%;
  opacity: 1;
}
.site-footer .rrss {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
}
.site-footer .rrss a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.site-footer .footer-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.site-footer .footer-holder .hide-bottom, .site-footer .footer-holder .pll-parent-menu-item {
  display: none !important;
}
.site-footer .footer-holder .sub-menu {
  display: none;
}
.site-footer ul.menu-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .site-footer ul.menu-footer {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .site-footer ul.menu-footer {
    width: 100%;
    flex-direction: column;
    padding: 30px 0;
  }
  .site-footer ul.menu-footer .sub-menu {
    display: none;
  }
}
.site-footer ul.menu-footer li {
  list-style: none;
}
.site-footer ul.menu-footer li a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #F0EFE6;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.3;
  text-transform: uppercase;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  flex-wrap: wrap;
  gap: 20px;
}
.site-footer .footer-bottom .logo-holder {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-bottom .logo-holder img {
  max-width: 60px;
}
.site-footer .footer-bottom a {
  color: #F0EFE6;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.site-footer .footer-bottom a:hover {
  color: #1C4FBE;
}

#mini-quote {
  padding: 90px 0;
  background-color: #E4E3DB;
}
@media screen and (max-width: 550px) {
  #mini-quote {
    padding: 60px 0;
  }
}
#mini-quote .subtitle {
  text-align: center;
}
#mini-quote .subtitle strong {
  color: #84427A;
  font-weight: 500;
}

#aseguradoras {
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #aseguradoras {
    padding: 60px 0;
  }
}
#aseguradoras h3 {
  text-align: center;
}
#aseguradoras h3 strong {
  color: #84427A;
  font-weight: 500;
}
#aseguradoras ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#aseguradoras ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  padding: 30px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #838383;
}
@media screen and (max-width: 550px) {
  #aseguradoras ul li svg {
    display: none;
  }
}
#aseguradoras ul li:first-child {
  border-top: 0px;
  padding-top: 0px;
}
#aseguradoras ul li strong {
  font-weight: 600;
  color: #84427A;
}
#aseguradoras ul li p {
  flex: 1;
}
#aseguradoras .card-holder {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  #aseguradoras .card-holder {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #aseguradoras .card-holder {
    flex-direction: column;
  }
}
#aseguradoras .card-holder .card {
  padding: 30px;
  border-radius: 30px;
  gap: 30px;
  border: 0;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  min-height: 350px;
}
@media screen and (max-width: 767px) {
  #aseguradoras .card-holder .card {
    min-height: 100%;
  }
}
#aseguradoras .card-holder .card .extra-large {
  min-height: 62px;
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  #aseguradoras .card-holder .card .extra-large {
    min-height: 100%;
    max-width: 100%;
  }
}
#aseguradoras .box-holder {
  gap: 60px;
  display: flex;
}
@media screen and (max-width: 550px) {
  #aseguradoras .box-holder {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#aseguradoras .box-holder .box {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #aseguradoras .box-holder .box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#aseguradoras .box-holder .box img {
  max-width: 100px;
  mix-blend-mode: darken;
}

#caso {
  padding: 75px 0;
  background-color: #BABABA;
}
#caso .card {
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border: 0;
}
@media screen and (max-width: 991px) {
  #caso .card {
    flex-direction: column;
  }
}
#caso .card img {
  object-fit: cover;
  max-width: 390px;
  width: 100%;
}
#caso .card .card-meta {
  gap: 30px;
  padding: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 550px) {
  #caso .card .card-meta {
    padding: 30px;
  }
}
#caso .card .card-meta .uppercase {
  color: #84427A;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.3;
  text-transform: uppercase;
}
#caso .card .card-meta .subtitle {
  font-weight: 500;
}
#caso .card .card-meta .subtitle strong {
  font-weight: 500;
  color: #84427A;
}
#caso .card .card-meta ul li {
  padding: 30px 0;
  border-top: 1px solid #838383;
}
#caso .card .card-meta ul li:first-child {
  border-top: 0;
}

#caso-m {
  padding: 75px 0;
  background-color: #BABABA;
}
#caso-m .card {
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border: 0;
  padding: 60px;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  #caso-m .card {
    padding: 30px;
    flex-wrap: wrap;
  }
}
#caso-m .card .card-meta {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#caso-m .card .card-meta .uppercase {
  color: #4567AE;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.3;
  text-transform: uppercase;
}
#caso-m .card .card-meta .extra-large strong {
  font-weight: 500;
  color: #4567AE;
}
#caso-m .card .img-logo {
  object-fit: contain;
  display: flex;
  align-self: flex-start;
}

#empresas {
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #empresas {
    padding: 60px 0;
  }
}
#empresas h3 {
  text-align: center;
}
#empresas h3 strong {
  color: #4567AE;
  font-weight: 500;
}
#empresas ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#empresas ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  padding: 30px 0;
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid #838383;
}
@media screen and (max-width: 550px) {
  #empresas ul li svg {
    display: none;
  }
}
#empresas ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
#empresas ul li strong {
  font-weight: 600;
  color: #4567AE;
}
#empresas ul li p {
  flex: 1;
}
#empresas .card-holder {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #empresas .card-holder {
    flex-direction: column;
  }
}
#empresas .card-holder .card {
  padding: 30px;
  border-radius: 30px;
  gap: 30px;
  border: 0;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  #empresas .card-holder .card {
    align-items: flex-start;
  }
  #empresas .card-holder .card svg {
    align-self: flex-end;
  }
}
#empresas .box-holder {
  gap: 60px;
  display: flex;
}
#empresas .box-holder .box {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

#contacto-sol {
  padding: 100px 0;
  gap: 60px;
  display: flex;
  background-color: #4567AE;
  color: #F0EFE6;
}
#contacto-sol .uppercase {
  text-transform: uppercase;
}
#contacto-sol .body-regular {
  font-weight: 400;
}
#contacto-sol .btn {
  color: #F0EFE6;
  background-color: #4567AE;
  border: 0 !important;
  text-decoration: underline;
}
#contacto-sol .btn:hover {
  background-color: #4567AE;
  color: #f8f9fa;
  border-color: #F0EFE6;
}
#contacto-sol .btn:hover svg path {
  fill: #f8f9fa;
}

.forminator-design--default {
  margin: 0 !important;
}
.forminator-design--default label {
  display: none !important;
}
.forminator-design--default .forminator-input, .forminator-design--default .forminator-textarea {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #838383 !important;
  border: 1px solid #BABABA !important;
  background-color: #F0EFE6 !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
  background-color: #e1e1e1;
}

.forminator-select-dropdown-container--open .forminator-custom-form-65.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  outline: 1px solid #4567ae !important;
  outline-offset: 0px !important;
}

.forminator-ui#forminator-module-65.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox]:focus {
  outline: 1px solid #4567ae !important;
  outline-offset: 0px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-65.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-65.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
  background-color: #e6e6e6 !important;
  color: #4d6db1 !important;
}

.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  border-color: #BABABA !important;
  background-color: transparent !important;
  color: #838383 !important;
}

.forminator-ui.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] .select2-selection__rendered {
  border-color: #BABABA !important;
  background-color: transparent !important;
  color: #838383 !important;
}

.forminator-ui.forminator-custom-form[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 15px !important;
}

.forminator-description {
  display: none !important;
}

button.forminator-button.forminator-button-submit {
  padding: 16px !important;
  border: 1px solid #292929 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
}
button.forminator-button.forminator-button-submit:hover {
  background-color: #F4D44D !important;
  color: #292929 !important;
  border-color: #F4D44D !important;
  box-shadow: none !important;
}

.forminator-edit-module {
  display: none;
}

label.forminator-consent {
  display: block !important;
}

.forminator-checkbox__label.forminator-consent__label a {
  color: #4567AE !important;
}

.forminator-file-upload {
  border: 1px dashed #838383;
  padding: 10px;
  color: #4567AE;
  text-transform: uppercase;
}

.forminator-button.forminator-button-upload {
  box-shadow: none !important;
  padding: 10px 20px;
  color: #292929;
  background-color: #BABABA;
}

#logo-footer {
  padding: 60px 0;
  background-color: #E4E3DB;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  #logo-footer p {
    text-align: center;
  }
}
#logo-footer .logo-list {
  display: flex;
  flex-wrap: wrap;
}
#logo-footer img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

#impacto-data {
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #impacto-data {
    padding: 60px 0;
  }
}
#impacto-data .box-holder {
  display: flex;
  gap: 60px;
}
#impacto-data .box-holder .box {
  flex: 1;
}
@media screen and (max-width: 991px) {
  #impacto-data .box-holder {
    flex-direction: column;
    gap: 30px;
  }
  #impacto-data .box-holder .box {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #impacto-data .box-holder .box svg {
    height: auto;
  }
}
#impacto-data .box-holder .box ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid #BABABA;
}
#impacto-data .box-holder .box ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
#impacto-data .box-holder .box .extra-large span {
  color: #4B8253;
}

#impacto-origen {
  background-color: #E4E3DB;
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #impacto-origen {
    padding: 60px 0;
  }
}
#impacto-origen h3 {
  text-align: center;
}
#impacto-origen h3 span {
  color: #4B8253;
}

#impacto-acciones {
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #impacto-acciones {
    padding: 60px 0;
  }
}
#impacto-acciones .box-holder {
  display: flex;
  gap: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #impacto-acciones .box-holder {
    flex-direction: column;
  }
}
#impacto-acciones .box-holder .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#impacto-acciones .box-holder .box .extra-large {
  color: #4B8253;
}
#impacto-acciones .card {
  gap: 60px;
  padding: 60px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  border: 0;
}
@media screen and (max-width: 767px) {
  #impacto-acciones .card {
    flex-direction: column;
    padding: 30px;
  }
}
#impacto-acciones .card .uppercase {
  color: #4B8253;
}
#impacto-acciones .card .btn-simple {
  text-transform: uppercase;
  color: #4567AE;
  text-align: left;
}
#impacto-acciones .card .btn-simple svg {
  flex: 1;
  min-width: 18px;
}
#impacto-acciones .card .btn-simple:hover {
  color: #304a81;
}
#impacto-acciones .card .btn-simple:hover svg path {
  fill: #304a81;
}
#impacto-acciones .card ul {
  list-style: disc;
  padding: 24px 0 0 17px;
}
#impacto-acciones .card ul li {
  list-style: disc;
  margin-bottom: 5px;
}
#impacto-acciones .card img {
  width: 100%;
  object-fit: contain;
  height: auto;
  min-width: 390px;
}
@media screen and (max-width: 991px) {
  #impacto-acciones .card img {
    min-width: auto;
    max-width: 100%;
  }
}

#informes {
  padding: 100px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  #informes {
    padding: 60px 0;
  }
}
#informes h3 {
  color: #ffffff;
}
#informes .btn-holder {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  #informes .btn-holder {
    flex-direction: column;
    width: 100%;
  }
  #informes .btn-holder a {
    width: 100%;
  }
}
#informes .btn-holder .btn {
  color: #4B8253;
  justify-content: center;
  text-align: center;
}
#informes .btn-holder .btn:hover {
  color: #fff;
  border-color: #4B8253;
  background-color: #4B8253;
}
#informes .btn-holder .btn:hover svg path {
  fill: #fff;
}

#prensa-grid {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  #prensa-grid {
    padding: 30px 0;
  }
}
#prensa-grid .uppercase {
  color: #4567AE;
}
#prensa-grid .prensa-holder {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  #prensa-grid .prensa-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
#prensa-grid .prensa-holder .prensa-nota {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .meta {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 260px;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .fecha {
  color: #838383;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: capitalize;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .medio {
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #292929;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .title {
  color: #292929;
  font-weight: 500;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .title a {
  text-decoration: none;
  color: #292929;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .small-regular {
  color: #292929;
  font-weight: 400;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .btn {
  color: #4567AE;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .btn:hover {
  color: #304a81;
}
#prensa-grid .prensa-holder .prensa-nota .prensa-meta .btn:hover svg path {
  fill: #304a81;
}

#nosotros-about {
  padding: 90px 0;
}
@media screen and (max-width: 550px) {
  #nosotros-about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1280px) {
  #nosotros-about .quienes {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  #nosotros-about .valores-holder {
    gap: 30px;
    flex-wrap: wrap;
  }
}
#nosotros-about .valores-holder .valor {
  flex: 1;
}
@media screen and (max-width: 991px) {
  #nosotros-about .valores-holder .valor {
    flex: 44%;
    width: 44%;
  }
}
#nosotros-about .valores-holder svg {
  max-width: 100%;
}

#full-photo {
  background-color: #252523;
}
#full-photo .img-fluid {
  min-height: 132px;
  object-fit: cover;
}

#manifesto {
  padding: 90px 0;
  background-color: #E4E3DB;
}
@media screen and (max-width: 550px) {
  #manifesto {
    padding: 60px 0;
  }
}

#timeline {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #timeline {
    padding: 60px 0;
  }
}
#timeline .time-holder {
  display: flex;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #timeline .time-holder {
    flex-wrap: wrap;
  }
}
#timeline .time-holder:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #838383;
  top: 33px;
  left: 50%;
  right: 0;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  #timeline .time-holder:before {
    display: none;
  }
}
#timeline .time-holder .year-box {
  flex: 1;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  #timeline .time-holder .year-box {
    width: 40%;
    flex: 0 auto;
  }
}
#timeline .time-holder .year-box .year {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #838383;
}
#timeline .time-holder .year-box .dot {
  background-color: #F19E51;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-top: 10px;
}
#timeline .time-holder .year-box:nth-child(even) .dot {
  background-color: #DB7A51;
}

#talents {
  padding: 90px 0;
}
#talents .team-holder {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  #talents .team-holder {
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media screen and (max-width: 550px) {
  #talents .team-holder {
    align-items: center;
    justify-content: center;
  }
}
#talents .team-holder .team-member {
  flex: 1;
  gap: 12px;
  display: flex;
  flex-direction: column;
  min-width: 249px;
  max-width: 249px;
}
@media screen and (max-width: 550px) {
  #talents .team-holder .team-member {
    min-width: 277px;
    max-width: 277px;
  }
}
#talents .team-holder .team-member .bio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #BABABA;
  position: relative;
}
#talents .team-holder .team-member .bio .meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #838383;
  max-width: 225px;
}
#talents .team-holder .team-member .bio:after, #talents .team-holder .team-member .bio:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  background-color: #1C4FBE;
  margin: auto;
  transition: 0.3s all ease;
}
#talents .team-holder .team-member .bio:before {
  height: 10px;
  width: 2px;
  right: 4px;
}
#talents .team-holder .team-member .bio p {
  display: none;
}
#talents .team-holder .team-member .extra-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}
#talents .btn-simple {
  color: #1C4FBE;
  text-transform: uppercase;
  margin: 0 auto;
}
#talents .btn-simple svg {
  top: -1px;
  position: relative;
}

/* Interacción talentos */
#talents .team-member {
  cursor: pointer;
}

#talents .team-member .extra-text {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.35s ease, opacity 0.25s ease;
  margin-top: 12px; /* opcional: separa el texto extra */
  border-top: 1px solid #e9ecef; /* opcional: divisor */
  will-change: height;
}

#talents .team-member.is-open .extra-text {
  opacity: 1;
}

#talents .team-holder .team-member.is-open .bio:before {
  height: 0px;
}

/* Respeta usuarios con reduced motion */
@media (prefers-reduced-motion: reduce) {
  #talents .team-member .extra-text {
    transition: none;
  }
}
/* contenedor animable para los miembros extra */
#talents .team-more {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.25s ease;
  will-change: height;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

/* cuando está expandido solo subimos la opacidad,
   la height pasa a auto vía JS al terminar la transición */
#talents .team-more.is-open {
  opacity: 1;
}

/* (opcional) animación del ícono del botón */
#talents .btn.btn-simple {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transform: translateY(-60px);
  margin-bottom: -60px;
  transition: 0.3s all ease-in-out;
}

#talents .btn.btn-simple svg {
  transition: transform 0.2s ease;
}

#talents .btn.btn-simple.is-expanded svg {
  transform: rotate(180deg);
}

#talents .btn.btn-simple.is-expanded {
  transform: rotate(180deg);
  transform: translateY(-30px);
}

#reconocimientos {
  padding: 100px 0;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
}
#reconocimientos .box-holder {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 625px) {
  #reconocimientos .box-holder {
    gap: 30px 8%;
  }
}
#reconocimientos .box-holder .box {
  flex: 13.66%;
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: 170px;
  max-width: 170px;
}
@media screen and (max-width: 625px) {
  #reconocimientos .box-holder .box {
    flex: 46%;
    width: 46%;
    max-width: 46%;
  }
}
#reconocimientos .box-holder .box img {
  margin-left: 0;
  height: 160px;
  object-fit: contain;
  object-position: bottom;
}
#reconocimientos .box-holder .box h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
}
#reconocimientos .box-holder.new {
  justify-content: center;
}
@media screen and (max-width: 625px) {
  #reconocimientos .box-holder.new {
    justify-content: space-between;
  }
}
#reconocimientos .box-holder.new .box {
  max-width: 170px;
}
@media screen and (max-width: 415px) {
  #reconocimientos .box-holder.new .box {
    max-width: 140px;
    width: 140px;
  }
}
#reconocimientos .box-holder.new img {
  max-width: 155px;
}
@media screen and (max-width: 415px) {
  #reconocimientos .box-holder.new img {
    max-width: 140px;
    width: 140px;
  }
}

#trabajar {
  padding: 90px 0;
  background-color: #E4E3DB;
}
@media screen and (max-width: 550px) {
  #trabajar {
    padding: 45px 0;
  }
}
#trabajar .btn {
  background-color: #F0EFE6;
  color: #DB7A51;
  border-color: #DB7A51;
}
#trabajar .btn svg path {
  fill: #DB7A51;
}
#trabajar .btn:hover {
  background-color: #DB7A51 !important;
  color: #F0EFE6;
}
#trabajar .btn:hover svg path {
  fill: #F0EFE6;
}
#trabajar .uppercase {
  text-transform: uppercase;
  color: #DB7A51;
}
#trabajar .body-regular {
  max-width: 900px;
  margin: 0 auto;
}
#trabajar .sl-trabajos-nav {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  padding: 0 34px;
}
@media screen and (max-width: 550px) {
  #trabajar .sl-trabajos-nav {
    justify-content: center;
    width: 100%;
  }
}
#trabajar .btn {
  margin: 0 auto;
  background-color: #E4E3DB;
  border: 0 !important;
  text-decoration: underline;
}
#trabajar .btn:hover {
  background-color: #E4E3DB !important;
  color: #F19E51 !important;
}
#trabajar .btn:hover svg path {
  fill: #F19E51 !important;
}

.col-blog {
  max-width: 960px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.col-blog .post-date {
  margin-bottom: 0 !important;
  text-transform: capitalize;
}
.col-blog h1.title {
  margin-bottom: 0 !important;
  text-transform: unset !important;
}

#blog-grid {
  padding: 90px 0;
  text-align: center;
}
#blog-grid .uppercase {
  color: #4567AE;
}
#blog-grid .blog-holder {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #blog-grid .blog-holder {
    grid-template-columns: repeat(1, 1fr);
  }
}
#blog-grid .blog-holder .blog-nota {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#blog-grid .blog-holder .blog-nota .blog-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}
#blog-grid .blog-holder .blog-nota .blog-meta .gap-20 {
  min-height: 160px;
}
#blog-grid .blog-holder .blog-nota .blog-meta .fecha {
  color: #838383;
  font-weight: 400;
  font-style: 55 Roman;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
#blog-grid .blog-holder .blog-nota .blog-meta .title {
  color: #292929;
  font-weight: 500;
}
#blog-grid .blog-holder .blog-nota .blog-meta .title a {
  text-decoration: none;
}
#blog-grid .blog-holder .blog-nota .blog-meta .small-regular {
  color: #292929;
  font-weight: 400;
}
#blog-grid .blog-holder .blog-nota .blog-meta .btn {
  color: #4567AE;
}

#contacto-main {
  padding: 90px 0;
  margin-top: 90px;
}
@media screen and (max-width: 550px) {
  #contacto-main {
    padding: 45px 0;
  }
}
#contacto-main h2 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  #contacto-main h2 {
    font-size: 32px;
  }
}
#contacto-main .uppercase {
  text-transform: uppercase;
  color: #4567AE;
}
#contacto-main .btn {
  margin: 0 auto;
  background-color: #F0EFE6;
  color: #4567AE;
  border: 1px solid #4567AE;
  text-decoration: underline;
}
#contacto-main .btn:hover {
  background-color: #F0EFE6;
  color: #1C4FBE;
}
#contacto-main .btn:hover svg path {
  fill: #1C4FBE;
}
#contacto-main .btn.no-cta {
  border: 0 !important;
}

.mw-600 {
  max-width: 600px;
  margin: 0 auto;
}

#fulltext {
  padding: 120px 0;
}
#fulltext h1 {
  font-weight: 500;
  font-style: 65 Medium;
  font-size: 30px;
  line-height: 120%;
  text-transform: unset;
}
#fulltext p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

#blog-main {
  padding: 150px 0 60px 0 !important;
}
@media screen and (max-width: 991px) {
  #blog-main {
    padding: 120px 0 60px 0 !important;
  }
}
#blog-main h1, #blog-main h3, #blog-main h4, #blog-main h5, #blog-main h6, #blog-main h6 {
  margin-bottom: 30px;
}
#blog-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
}
#blog-main .logo-holder {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

#navegacion {
  padding: 60px 0;
  background-color: #E4E3DB;
}
#navegacion .box-nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #navegacion .box-nav {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
#navegacion .box-nav a {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #1C4FBE;
  display: flex;
  gap: 20px;
  text-decoration: none;
  align-items: center;
  flex: 1;
}
#navegacion .box-nav a svg {
  flex: 0;
  width: 16px;
  min-width: 16px;
}
@media screen and (max-width: 550px) {
  #navegacion .box-nav a {
    font-size: 16px;
  }
}
#navegacion .box-nav a.nav-next {
  justify-self: flex-end;
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
}

#cultura-main {
  padding: 90px 0;
  display: flex;
  gap: 60px;
  flex-direction: column;
}
#cultura-main .cultura-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#cultura-main .cultura-content .cultura__data {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
#cultura-main .cultura-content .cultura__data .extra-large strong {
  font-weight: 500;
  color: #4567AE;
}
#cultura-main .cultura-content .cultura__data svg {
  min-width: 16px;
  min-height: 16px;
}
#cultura-main .cultura-content .cultura__sep {
  background-color: #838383;
  height: 1px;
  width: 100%;
}

#cultura-make {
  padding: 90px 0;
  background-color: #E4E3DB;
}
#cultura-make .cultura__gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#cultura-make .cultura__gallery .gallery__row {
  display: grid;
  gap: 30px;
  align-items: stretch;
  margin-bottom: 30px;
}
#cultura-make .cultura__gallery .gallery__row > * {
  overflow: hidden;
  background: #f2f2f2;
}
#cultura-make .cultura__gallery .gallery__row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#cultura-make .cultura__gallery .gallery__row:nth-child(1) {
  grid-template-columns: 21fr 21fr 34fr;
  grid-auto-rows: clamp(180px, 24vw, 360px);
}
#cultura-make .cultura__gallery .gallery__row:nth-child(2) {
  grid-template-columns: 128fr 67fr;
  grid-auto-rows: clamp(180px, 24vw, 360px);
}

@media (max-width: 991.98px) {
  #cultura-make .cultura__gallery {
    max-width: 100%;
  }
  #cultura-make .cultura__gallery .gallery__row {
    grid-auto-rows: clamp(150px, 22vw, 320px);
  }
  #cultura-make .cultura__gallery .gallery__row:nth-child(1) {
    grid-template-columns: 1fr 1fr;
  }
  #cultura-make .cultura__gallery .gallery__row:nth-child(1) > :nth-child(3) {
    grid-column: 1/-1;
  }
  #cultura-make .cultura__gallery .gallery__row:nth-child(2) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  #cultura-make {
    padding: 40px 0;
  }
  #cultura-make .cultura__gallery .gallery__row {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-auto-rows: auto;
    margin-bottom: 18px;
  }
  #cultura-make .cultura__gallery .gallery__row img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.site-nav .menu,
.site-nav .menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .menu > li {
  position: relative;
}
.site-nav .menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: translateX(0);
  min-width: 250px;
  max-width: 360px;
  background: #f3efe6;
  border-radius: 0;
  padding: 8px 0;
  z-index: 9999;
  white-space: normal;
}
.site-nav .pll-parent-menu-item .sub-menu {
  transform: translateX(0);
  min-width: 160px;
  max-width: 160px;
  left: 0;
}
.site-nav .pll-parent-menu-item .sub-menu li a {
  text-transform: uppercase !important;
}
.site-nav > .menu > li:hover > .sub-menu,
.site-nav > .menu > li.open > .sub-menu {
  display: block;
}
.site-nav .menu .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.site-nav .menu .sub-menu li a {
  display: block;
  padding: 5px 10px;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
}
.site-nav .menu .sub-menu li a:after {
  display: none !important;
}
.site-nav .menu .sub-menu li a:hover {
  color: #4567AE;
  background: rgba(0, 0, 0, 0.03);
}
.site-nav .menu .sub-menu li a:focus {
  background: rgba(0, 0, 0, 0.03);
}
.site-nav > .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 22px;
  padding-bottom: 20px;
}
.site-nav > .menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 35%;
  transform: translateY(-50%) rotate(0deg);
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/themes/klimber/icons/arrowmenu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.18s ease;
  transform-origin: center;
}
.site-nav > .menu > li:hover > a::before,
.site-nav > .menu > li.open > a::before {
  transform: translateY(-75%) rotate(180deg);
}

@media (max-width: 991.98px) {
  .site-nav .menu .sub-menu {
    display: none !important;
  }
}
#home.landing #hero {
  height: auto;
  padding: 100px 0;
}
#home.landing .box-holder {
  gap: 70px;
}
#home.landing .site-header {
  display: none;
}
#home.landing h2 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  #home.landing h2 {
    font-size: 36px;
  }
}
#home.landing .rrss-holder {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 575px) {
  #home.landing .logo-kl {
    max-width: 160px;
  }
  #home.landing .logo-kl svg {
    width: 100%;
    height: auto;
  }
}
#home.landing .texto-landing {
  padding: 60px 0;
}
#home.landing .texto-landing p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
}
@media screen and (max-width: 575px) {
  #home.landing .texto-landing p {
    text-align: center;
  }
}
#home.landing .texto-landing .col-text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #home.landing .col-map {
    padding: 60px 0;
  }
}
#home.landing .mapa-landing img {
  max-width: 570px;
  width: 100%;
  height: auto;
}
#home.landing #participantes {
  padding: 60px 0;
  background-color: #E4E3DB;
}
#home.landing #participantes h3 {
  font-weight: 400;
  font-style: 55 Roman;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
}
#home.landing #participantes .box-participantes {
  padding: 30px 0;
  display: flex;
  justify-content: space-evenly;
}
#home.landing #participantes .box-participantes .line {
  display: none;
}
@media screen and (max-width: 990px) {
  #home.landing #participantes .box-participantes {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  #home.landing #participantes .box-participantes .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
}
#home.landing #participantes .box-participantes .sider {
  display: flex;
  gap: 10px;
  align-items: center;
}
#home.landing #participantes .box-participantes .participante {
  display: flex;
  gap: 10px;
  align-items: center;
}
#home.landing #participantes .box-participantes .participante img {
  max-width: 90px;
  height: auto;
}
#home.landing #participantes .box-participantes h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
#home.landing #participantes .box-participantes .cargo-participante {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-style: italic;
  color: #616160;
}
#home.landing #participantes .box-participantes .meta-participante {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#home.landing #participantes .box-participantes a {
  font-weight: 500;
  font-size: 14px;
  color: #4567AE;
  text-decoration: none;
}
#home.landing #espiritu {
  padding: 60px 0;
  background-color: #4567AE;
}
#home.landing #espiritu h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #F0EFE6;
}
#home.landing #espiritu .hero-cta {
  color: #4567AE !important;
  background-color: #F0EFE6 !important;
}
#home.landing #elegirnos-landing {
  padding: 60px 0;
}
#home.landing #elegirnos-landing h3 {
  font-weight: 400;
  font-style: 55 Roman;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
}
#home.landing #elegirnos-landing .box-elegirnos {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 990px) {
  #home.landing #elegirnos-landing .box-elegirnos {
    flex-wrap: wrap;
  }
}
#home.landing #elegirnos-landing .box-elegirnos .porque {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  #home.landing #elegirnos-landing .box-elegirnos .porque {
    flex: 0 auto;
    width: calc(50% - 15px);
  }
}
#home.landing #elegirnos-landing .small-bold {
  color: #4567AE;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
#home.landing #elegirnos-landing .small-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.menu-item-weglot ul.sub-menu {
  min-width: 150px !important;
  transform: translateX(-32%) !important;
}
@media screen and (max-width: 550px) {
  .menu-item-weglot ul.sub-menu {
    min-width: auto !important;
    transform: translateX(0) !important;
  }
}
.menu-item-weglot a {
  text-transform: uppercase !important;
}

.form-grid {
  display: grid;
  gap: 5px;
}
.form-grid br {
  display: none;
}
.form-grid label {
  display: inline;
  font-size: 16px;
  line-height: 1.2;
  color: #0c0c0c;
}
.form-grid label > .wpcf7-form-control-wrap,
.form-grid label > span {
  display: inline;
}
.form-grid label input[type=text],
.form-grid label input[type=email],
.form-grid label textarea,
.form-grid label select {
  display: block;
  width: 100%;
  background: #f0efe6;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  padding: 12px 14px;
  font: 16px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #333333;
  margin-top: 8px;
}
.form-grid label input[type=text]::placeholder,
.form-grid label input[type=email]::placeholder,
.form-grid label textarea::placeholder,
.form-grid label select::placeholder {
  color: #7a7a7a;
}
.form-grid label input[type=text]:focus,
.form-grid label input[type=email]:focus,
.form-grid label textarea:focus,
.form-grid label select:focus {
  outline: 0;
  border-color: #0c0c0c;
  box-shadow: 0 0 0 2px rgba(12, 12, 12, 0.06);
}
.form-grid label textarea {
  min-height: 160px;
  resize: vertical;
}
.form-grid label select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%237a7a7a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 12px center;
  padding-right: 40px;
}
.form-grid .legend {
  margin: 4px 0 -4px;
  font-size: 14px;
  color: #0c0c0c;
}

.cv-uploader {
  border: 1px dashed #d3d3d3;
  border-radius: 4px;
  background: #ffffff;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cv-uploader input[type=file] {
  flex: 1;
  font: 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1a66cc;
}
.cv-uploader input[type=file]::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 4px;
  padding: 10px 14px;
  background: #e0e0e0;
  color: #0c0c0c;
  font-weight: 600;
  cursor: pointer;
}
.cv-uploader input[type=file]::-webkit-file-upload-button {
  margin-right: 12px;
  border: 0;
  border-radius: 4px;
  padding: 10px 14px;
  background: #e0e0e0;
  color: #0c0c0c;
  font-weight: 600;
  cursor: pointer;
}
.cv-uploader input[type=file]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(12, 12, 12, 0.06);
}

.terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #0c0c0c;
}
.terms input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0c0c0c;
}
.terms a {
  color: #1a66cc;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.terms a:hover {
  text-decoration-thickness: 2px;
}

.wpcf7-submit,
input[type=submit] {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #0c0c0c;
  border-radius: 0;
  background: #ebeae1;
  color: #0c0c0c;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.wpcf7-submit:hover,
input[type=submit]:hover {
  transform: translateY(-1px);
}
.wpcf7-submit:active,
input[type=submit]:active {
  transform: translateY(0);
}
.wpcf7-submit:focus,
input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(12, 12, 12, 0.06);
}

.wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 4px;
  border: 1px solid #e6e9ef;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #c00000;
  margin-top: 6px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #c00000;
}

span.wpcf7-form-control.wpcf7-acceptance {
  padding: 30px 0;
  display: block;
}

.dropdown.lang-switcher button {
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #F0EFE6;
  text-decoration: none;
  padding: 0.375rem 0;
  transition: 0.3s all ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
  margin-left: 25px;
}

.pll-parent-menu-item {
  position: relative;
  padding-left: 21px !important;
}
.pll-parent-menu-item:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/klimber/icons/idioma.svg");
}
@media screen and (max-width: 767px) {
  .pll-parent-menu-item:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pll-parent-menu-item {
    padding-left: 0 !important;
  }
  .pll-parent-menu-item button {
    width: 100% !important;
  }
}
.pll-parent-menu-item .current-lang a {
  color: #4567AE !important;
}

.home-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-menu {
    display: block;
  }
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.site-hamburger {
  --burger-color: #F0EFE6;
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 100001;
}
.site-hamburger span,
.site-hamburger span::before,
.site-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--burger-color);
  transition: transform 0.25s ease, background 0.25s ease;
}
.site-hamburger span::before {
  transform: translateY(-6px);
}
.site-hamburger span::after {
  transform: translateY(6px);
}
.site-hamburger[aria-expanded=true] span {
  background: transparent;
}
.site-hamburger[aria-expanded=true] span::before {
  transform: rotate(45deg);
}
.site-hamburger[aria-expanded=true] span::after {
  transform: rotate(-45deg);
}

.site-header.light .site-hamburger {
  --burger-color: #292929;
}
.site-header.light .site-header__bar {
  background-color: #F0EFE6;
}
.site-header.light .site-nav .menu a {
  color: #0c0c0c;
}
.site-header.light .site-nav > .menu > li.menu-item-has-children > a::before {
  background-image: url(/wp-content/themes/klimber/icons/arrowmenudark.svg);
}
.site-header.light .site-nav .menu a:after {
  background: #292929;
}
.site-header.light .pll-parent-menu-item:before {
  background-image: url(/wp-content/themes/klimber/icons/idiomamb.svg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  --vh: 1vh;
}
.mobile-menu .mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.6);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mobile-menu .mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #f8f9fa;
  color: #292929;
  padding: 24px 20px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s ease;
  will-change: transform;
}
.mobile-menu .mobile-menu__panel .mobile-menu-list {
  padding-top: 90px;
}
.mobile-menu.is-open {
  pointer-events: auto;
}
.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}
.mobile-menu.is-open .mobile-menu__panel {
  transform: translate3d(0, 0, 0);
}
.mobile-menu .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-menu-list > li {
  border-bottom: 0px solid #eee;
}
.mobile-menu .mobile-menu-list > li > a {
  display: block;
  padding: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #292929;
  text-decoration: none;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children {
  position: relative;
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children > .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children > .submenu-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/klimber/icons/arrowmobile.svg") no-repeat center/contain;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  margin-left: auto;
  padding-right: 30px;
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children.open > .submenu-toggle::before {
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children > .sub-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
  padding-left: 10px;
  margin: 0;
}
.mobile-menu .mobile-menu-list > li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  text-decoration: underline;
  color: #292929;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
}

/* Opcional: si querés desactivar interacción del header mientras está abierto */
.menu-open .site-header {
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map */
