body {
  color: #000000;
  background-color: #FFD034;
  font-family: "Gilmer", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 118%;
}
body .body--apertura__bg {
  position: absolute;
  top: 9.375rem;
  width: 50%;
  right: 40px;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 61.9375em) {
  body .body--apertura__bg {
    width: 75%;
  }
}
@media (max-width: 47.9375em) {
  body .body--apertura__bg {
    width: 90%;
  }
}
body .body--apertura__bg img {
  width: 100%;
  max-width: 100%;
}
body.wp-singular:not(.home) .body--apertura__bg {
  opacity: 0.45;
}

a {
  color: #000000;
  font-weight: 700;
}

.bg-primary {
  background-color: #FFD034 !important;
}

.navbar-brand.custom-logo-link img {
  max-width: 12.5rem;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 -0.5 21 21'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.018 10 21 18.554 19.481 20 10.5 11.446 1.518 20 0 18.554 8.981 10 0 1.446 1.518 0 10.5 8.554 19.481 0 21 1.446z'/%3E%3C/svg%3E");
}

.cta-container {
  margin-top: 1.25rem;
}
.cta-link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  border: 2px solid #000000;
  border-radius: 3.125rem;
  background-color: #FFD034;
  color: #000000;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 100%;
}
.cta-link:hover {
  background-color: #000000;
  color: #FFD034;
}

input[type=submit], input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  border: 2px solid #000000;
  border-radius: 3.125rem;
  background-color: #FFD034;
  color: #000000;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 100%;
  margin-top: 1.25rem;
}
input[type=submit]:hover, input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000000;
  color: #FFD034;
  border: 2px solid #000000;
}

.section-title {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.page-title {
  margin-bottom: 3.125rem;
  text-align: center;
}

section {
  padding: 3.125rem 0;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.form--container {
  margin-top: 0;
}
.form--container input, .form--container textarea, .form--container select {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
}
.form--container span.wpcf7-checkbox, .form--container span.wpcf7-radio {
  display: block;
}

.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-truncate--four-lines {
  -webkit-line-clamp: 4;
}
.text-truncate--five-lines {
  -webkit-line-clamp: 5;
}

@media (max-width: 47.9375em) {
  .form--container {
    margin-top: 2.5rem;
  }
}
.navbar {
  background-color: transparent;
}
.navbar-toggler {
  background-color: transparent;
  padding: 0.0625rem;
  border: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='800' height='800' viewBox='0 0 12 12'%3E%3Cg fill='%231d1d1b'%3E%3Cpath d='M.5 5.5h11v1H.5zM.5 2.5h11v1H.5zM.5 8.5h11v1H.5z'/%3E%3C/g%3E%3C/svg%3E");
  width: 2.8125rem;
  height: 2.8125rem;
}
.navbar .dropdown-menu {
  background-color: transparent;
  border: 0;
}
.navbar .dropdown-menu li {
  text-align: center;
}
.navbar .dropdown-menu li a {
  color: #000000;
  font-size: 1.125rem;
  background-color: transparent !important;
}
.navbar .offcanvas .btn-close {
  filter: none !important;
  opacity: 1 !important;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0.0625rem;
  background-size: cover;
}

.offcanvas.offcanvas-fade {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: scale(0);
  transform-origin: center;
  width: 100%;
  transition: transform 0.6s ease;
}
.offcanvas.offcanvas-fade .offcanvas-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: unset;
}
.offcanvas.offcanvas-fade .offcanvas-body ul.navbar-nav {
  max-width: 50rem;
  color: #000000;
  text-align: center;
}
.offcanvas.offcanvas-fade .offcanvas-body ul.navbar-nav li + li {
  margin-top: 1rem;
}
.offcanvas.offcanvas-fade .offcanvas-body ul.navbar-nav .nav-link {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
}
.offcanvas.offcanvas-fade ul.navbar-nav {
  max-width: 50rem;
  color: #000000;
}

footer .footer--logo img {
  max-width: 10rem;
}
footer .footer--column {
  margin-bottom: 2.5rem;
}

.homepage--apertura {
  min-height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0;
}
.homepage--apertura__title {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.homepage--apertura__subtitle {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 118%;
  margin-bottom: 1.875rem;
}

.post-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  transition: all 0.2s ease;
  border: 1px solid;
  transform-origin: center;
  height: 100%;
}
.post-card--container {
  padding-bottom: 1.25rem;
  height: 100%;
}
.post-card:hover {
  transform: scale(1.025);
}
.post-card__horizontal {
  transform-origin: left;
}
.post-card__horizontal .post-card--title {
  margin-top: 1.25rem;
}
.post-card--image {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 1/1;
  margin-bottom: 1.25rem;
}
.post-card--image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  height: 100%;
  width: 100%;
}
.post-card--title {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 700;
}
.post-card--excerpt {
  margin-bottom: 0.9375rem;
}
.post-card--date {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.post-card .cta-link {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.post-card--title, .post-card--excerpt, .post-card .cta-link, .post-card--date {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 48em) {
  .post-card__horizontal {
    display: flex;
    flex-wrap: wrap;
    transform-origin: left;
  }
  .post-card__horizontal .post-card--image {
    border-radius: 20px 0 0 20px;
    width: 33%;
    margin-bottom: 0;
  }
  .post-card__horizontal .post-card--image img {
    border-radius: 20px 0 0 20px;
  }
  .post-card__horizontal .post-card--info {
    border-radius: 0 20px 20px 0;
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .post-card__horizontal .cta-link {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination {
  margin-top: 2.5rem;
  justify-content: center;
  gap: 0.625rem;
}
.pagination li {
  border-radius: 10px;
}
.pagination li span, .pagination li a {
  border-radius: 10px !important;
  color: #000000;
}
.pagination li .page-link:hover {
  background-color: #0DD2E4;
  color: #000000;
}
.pagination li .current {
  background-color: #0DD2E4;
  border-color: #0DD2E4;
  color: #000000;
}

.section-timeline__block--container {
  max-width: 56.25rem;
  position: relative;
}
.section-timeline__block--container::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 0;
}
.section-timeline__block--title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.25rem;
  z-index: 1;
  position: relative;
}
.section-timeline__block--posts {
  padding-left: 4.6875rem;
  position: relative;
  margin-bottom: 3.125rem;
}
.section-timeline__block--posts .post-card::before {
  content: "";
  position: absolute;
  left: -2.34375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #000000;
}

.post-open-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 12.5rem;
  padding: 3.125rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-open-section h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0;
}
.post-open-section span {
  text-align: center;
  display: block;
}
.post-open-section--w-image {
  min-height: 31.25rem;
}
.post-open-section--w-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 0;
}
.post-open-section--w-image h1, .post-open-section--w-image span {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.post-content--sidebar ul li + li {
  margin-top: 0.625rem;
}

@media (max-width: 47.9375em) {
  .post-content--sidebar {
    margin-top: 2.5rem;
  }
  .post-open-section {
    min-height: 6.25rem;
    padding: 1.5625rem 0;
  }
  .post-open-section--w-image {
    min-height: 31.25rem;
  }
}/*# sourceMappingURL=node-theme.css.map */