@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* stylelint-disable-next-line selector-class-pattern */
.menu--visible {
  display: block !important;
}

.u-sr-only {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.is-active {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.has-error {
  border-color: red !important;
}

.u-display {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -2px;
}
@media (width >= 768px) {
  .u-display {
    font-size: 6.75rem;
    letter-spacing: -3px;
  }
}

.u-title {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
@media (width >= 768px) {
  .u-title {
    font-size: 3.063rem;
  }
}

.u-title-md {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (width >= 768px) {
  .u-title-md {
    font-size: 2.4rem;
  }
}

.u-title-sm {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (width >= 768px) {
  .u-title-sm {
    font-size: 1.875rem;
  }
}

.u-texto {
  font-size: 1rem;
  font-weight: 300;
}
@media (width >= 768px) {
  .u-texto {
    font-size: 1.25rem;
  }
}

.u-texto-lg {
  font-size: 1.2rem;
  font-weight: 300;
}
@media (width >= 768px) {
  .u-texto-lg {
    font-size: 1.8rem;
  }
}

.u-tools {
  font-size: 0.75rem;
}
@media (width >= 768px) {
  .u-tools {
    font-size: 0.85rem;
  }
}

.u-color-white {
  color: #fefacd;
}

.u-color-black {
  color: #000 !important;
}

.u-columns {
  display: flex;
  flex-direction: column;
}
@media (width >= 768px) {
  .u-columns {
    flex-flow: row wrap;
  }
}

.u-w100 {
  width: 100% !important;
}

audio::-webkit-media-controls-panel {
  background-color: #fefacd;
  border-radius: 10px;
}

audio::-webkit-media-controls-play-button {
  background-color: #019640;
  border-radius: 50%;
}

.u-mtop-4 {
  margin-top: 4rem;
}

hr.style {
  margin: 2rem 0 0;
  background-color: #000;
}

.kind-post {
  display: inline-block;
  padding: 1rem 0 0;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

/* ==========================================================================
   RESET BASE - Accesibilidad + Consistencia
   Basado en Modern CSS Reset + recomendaciones A11Y
   https://www.joshwcomeau.com/css/custom-css-reset/
   https://github.com/hankchizljaw/modern-css-reset
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

html {
  font-size: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  text-rendering: optimizespeed;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.2s;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

input,
button,
textarea,
select {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul,
ol {
  list-style-position: inside;
}

body:focus-within {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
hr {
  opacity: 0.33333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
}

h6,
p {
  font-family: "Roboto", sans-serif;
}

.categories {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
}
.categories__cat-1 {
  background-color: #0f6131;
  color: #fefacd;
  transition: all ease 0.4s;
}
.categories__cat-1:hover {
  background-color: #fefacd;
  color: #000;
}
.categories__cat-2 {
  background-color: #0f6131;
}
.categories__cat-3 {
  background-color: #ffeb3b;
}
.categories__cat-4 {
  background-color: #fef373;
}
.categories__cat-5 {
  background-color: #fefacd;
}

.btn-floating {
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.75);
  display: flex;
  font-size: 1.25rem;
  height: 5rem;
  justify-content: center;
  padding: 0.75rem;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  width: 5rem;
  z-index: 11;
}
@media (width >= 768px) {
  .btn-floating {
    right: 2rem;
  }
}
.btn-floating:hover {
  background-color: #019640;
}

.btn-whatsapp {
  background-color: #25d366;
  bottom: 6.625rem;
  color: #fefacd;
}
@media (width >= 768px) {
  .btn-whatsapp {
    bottom: 12.625rem;
  }
}
.btn-whatsapp i {
  font-size: 3.2rem;
}

.btn-radio {
  background-color: #ffeb3b;
  bottom: 13.25rem;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media (width >= 768px) {
  .btn-radio {
    bottom: 3.625rem;
    display: none;
  }
}
.btn-radio small {
  letter-spacing: -0.5px;
  font-weight: bold;
}
.btn-radio i {
  font-size: 2.2rem;
  line-height: 0.8;
  margin-top: 0.5rem;
}

.btn {
  align-items: center;
  border-radius: 0.22rem;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 2.5rem;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s ease all;
  width: 100%;
}
@media (width >= 768px) {
  .btn {
    font-size: 1.2rem;
    height: 3rem;
  }
}
.btn--auto-widht {
  padding: 0 1rem;
  width: auto;
}
@media (width >= 768px) {
  .btn--auto-widht {
    width: auto !important;
  }
}
.btn--primary {
  background-color: #019640;
  border: 0.2rem solid #019640;
  color: #fefacd;
}
.btn--primary:hover {
  background-color: #000;
  border: 0.2rem solid #019640;
  color: #019640;
}
.btn--secundary {
  background-color: transparent;
  border: 0.2rem solid #fefacd;
  color: #fefacd;
}
.btn--secundary:hover {
  background-color: #fefacd;
  color: #000;
}
.btn--white {
  background-color: #fefacd;
  border: 0.2rem solid #fefacd;
  color: #000;
}
.btn--white:hover {
  background-color: transparent;
  color: #fefacd;
}
.btn--dark {
  background-color: transparent;
  border: 0.2rem solid #000;
  color: #000;
}
.btn--dark:hover {
  background-color: #000;
  color: #fefacd;
}
.btn--black {
  background-color: #000;
  border: 0.2rem solid #000;
  color: #fefacd;
}
.btn--black:hover {
  background-color: transparent;
  color: #000;
}
.btn--icon i {
  color: #019640;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.btn--break {
  max-width: 18rem;
}
@media (width >= 768px) {
  .btn {
    font-size: 1.2rem;
    width: 15.813rem;
  }
}

.link {
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0.5rem 0;
  text-decoration: none;
}
@media (width >= 768px) {
  .link {
    font-size: 1rem;
  }
}
.link--icon {
  align-items: center;
  display: flex;
}
.link--icon i {
  font-size: 1rem;
  margin-left: 0.5rem;
  transition: 0.4s ease all;
}
.link--icon:hover i {
  margin-left: 0.75rem;
}

.btn-close {
  background-color: #000;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  /* stylelint-disable-next-line no-descending-specificity */
}
.btn-close i {
  color: #ffeb3b;
  font-size: 2rem;
}
.btn-close:hover, .btn-close:focus {
  outline: none;
}
.btn-close:hover i, .btn-close:focus i {
  color: #fefacd;
}

input[type=text] {
  border: 3px solid #000;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.meta-posts {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
}
.meta-posts--bg-dark {
  color: #fefacd;
}

.breadcrumbs {
  color: #000;
  font-size: 0.85rem;
  margin: 1rem 0 3rem;
  width: 100%;
}
@media (width >= 768px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs a {
  font-weight: bold;
  text-decoration: underline;
  transition: 0.4s ease all;
}
.breadcrumbs a:hover {
  color: #019640;
}

.frame-img {
  background-color: #000;
  border: 0.22rem #000 solid;
  border-radius: 0.22rem;
  overflow: hidden;
  position: relative;
}
.frame-img img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.9 !important;
  position: absolute;
  width: 100%;
}

.checkbox-wrapper {
  align-items: center;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  padding: 0.5rem 0;
  transition: background-color 0.2s ease;
}
.checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.checkbox-wrapper .custom-checkbox {
  align-items: center;
  background-color: #d9d9d9;
  border-radius: 0.5rem;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  margin-right: 1rem;
  transition: background-color 0.2s ease;
  width: 2rem;
}
.checkbox-wrapper .custom-checkbox svg {
  color: #019640;
  display: none;
  height: 1.2rem;
  width: 1.2rem;
}
.checkbox-wrapper span {
  color: #111;
  font-size: 1rem;
  font-weight: 400;
}
.checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox {
  background-color: #d9d9d9;
}
.checkbox-wrapper input[type=checkbox]:checked + .custom-checkbox svg {
  display: block;
}
.checkbox-wrapper input[type=checkbox]:checked ~ span {
  font-weight: 400;
}
.checkbox-wrapper input[type=checkbox]:checked ~ .checkbox-wrapper {
  background-color: #e7e7e7;
}
.checkbox-wrapper:has(input[type=checkbox]:checked) {
  background-color: #e7e7e7;
}

.mixitup-page-list {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media (width >= 768px) {
  .mixitup-page-list {
    justify-content: flex-end;
  }
}
.mixitup-page-list button {
  cursor: pointer;
  padding: 0 1rem;
  transition: all ease 0.4s;
}
.mixitup-page-list button:hover {
  color: #9dbf21;
}
.mixitup-page-list [data-page] {
  font-size: 1.8rem;
  text-decoration: underline;
}
.mixitup-page-list .mixitup-control-prev,
.mixitup-page-list .mixitup-control-next {
  color: #019640;
  font-size: 0;
  position: relative;
  text-decoration: none;
}
.mixitup-page-list .mixitup-control-prev::after,
.mixitup-page-list .mixitup-control-prev::before {
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
  position: absolute;
  top: 0;
}
.mixitup-page-list .mixitup-control-prev::before {
  content: "\f35a";
  right: 0;
  transform: rotate(180deg);
}
.mixitup-page-list .mixitup-control-next::after {
  content: "\f35a";
  left: 0;
}
.mixitup-page-list .mixitup-control-active {
  color: grey;
  text-decoration: none;
}

.m-title {
  margin-bottom: 1.375rem;
  margin-right: 1rem;
}
@media (width >= 768px) {
  .m-title {
    margin-bottom: 3rem;
    max-width: 60%;
  }
}
.m-title--component {
  max-width: 22.5rem;
  margin: 2rem auto 3rem;
  padding: 0 1rem;
}
@media (width >= 768px) {
  .m-title--component {
    max-width: 90rem;
  }
}
.m-title--news {
  margin: 0 auto 1.5rem;
  max-width: 100%;
  padding-right: 2rem;
}
@media (width >= 768px) {
  .m-title--news {
    margin: 0 auto 3rem;
    max-width: 90%;
  }
}
.m-title__title {
  margin-bottom: 0.5rem;
}
.m-title__descript {
  margin-bottom: 2rem;
}
.m-title__btn {
  margin-bottom: 3rem;
}
.m-title h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.m-title--bg-dark h2,
.m-title--bg-dark p {
  color: #fefacd;
}
.m-title--bg-light h2,
.m-title--bg-light p {
  color: #000;
}

/* stylelint-disable-next-line scss/dollar-variable-pattern */
.card {
  background-color: transparent;
  border-radius: 0.22rem;
  padding: 0.75rem 0.75rem 2rem;
  transition: 0.4s ease all;
  width: 18.75rem;
}
.card--bg-dark {
  background-color: #019640;
}
.card:hover {
  background-color: #9dbf21;
}
@media (width >= 420px) {
  .card {
    width: 20rem;
  }
}
@media (width >= 768px) {
  .card {
    padding: 1rem 1rem 2.5rem;
    width: 30.625rem;
  }
}
.card__media {
  position: relative;
}
.card__image-frame {
  height: 13.75rem;
}
@media (width >= 768px) {
  .card__image-frame {
    height: 16rem;
  }
}
.card__controls {
  display: flex;
  gap: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}
.card__btn {
  align-items: center;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.333);
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  display: none;
  font-size: 0.8rem;
  gap: 0.75rem;
  padding: 0.25rem 0.5rem;
  transition: 0.4s ease all;
}
.card__btn i {
  font-size: 1.5rem;
}
.card__btn i:hover {
  color: #ffeb3b;
}
.card__btn--like {
  color: #ffeb3b;
}
.card__btn--share {
  color: #fefacd;
  max-width: 14rem;
}
.card__btn--share-black {
  color: #000;
  max-width: 14rem;
  background-color: transparent;
}
@media (width >= 768px) {
  .card__btn {
    display: flex;
    font-size: 0.9rem;
    padding: 0.5625rem 1.375rem;
  }
}
.card .audio-player {
  display: flex;
}
.card__body {
  height: 9.375rem;
  padding: 0 0.5rem;
}
@media (width >= 768px) {
  .card__body {
    height: 15.625rem;
    padding: 1rem 1.5rem;
  }
}
.card__title {
  display: block;
  margin-bottom: 1rem;
}
.card__title a {
  text-decoration: none;
  transition: all ease 0.4s;
}
.card__title a:hover {
  text-decoration: underline;
}
.card__descript {
  display: none;
}
@media (width >= 768px) {
  .card__descript {
    display: block;
  }
}
.card__link {
  text-transform: uppercase;
}
.card__link i {
  text-decoration: none;
}
.card__shadow {
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0.22rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s ease all;
  width: 100%;
  z-index: 1;
}
.card__title--img {
  color: #fefacd;
}
.card__descript--img {
  color: #000;
  display: none;
  opacity: 1;
  transition: 1s ease all;
}
.card__body--img {
  bottom: 1rem;
  height: auto;
  left: 0;
  margin: auto;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.4s ease all;
  z-index: 4;
}
@media (width >= 768px) {
  .card__body--img {
    bottom: 2rem;
    padding: 0 2rem;
  }
}
.card--img {
  border: #000 0.2rem solid;
  border-radius: 0.47rem;
  padding: 0;
}
.card--img:hover .card__title--img {
  color: #000 !important;
}
.card--img:hover .card__shadow {
  background: #019640;
}
@media (width >= 768px) {
  .card--img:hover .card__descript--img {
    display: block;
    opacity: 1;
  }
}
@media (width >= 768px) {
  .card--img:hover .card__body--img {
    bottom: 4rem;
  }
}
.card__image-frame--img {
  border: 0;
  height: 13.125rem;
}
@media (width >= 768px) {
  .card__image-frame--img {
    height: 17.5rem;
  }
}
.card__kind-type {
  background-color: #019640;
  border: 0.22rem solid #000;
  color: #fefacd;
  font-weight: bold;
  left: -1rem;
  padding: 0.2rem 1rem;
  position: absolute;
  text-align: center;
  top: -1rem;
  z-index: 5;
}
@media (width >= 768px) {
  .card__kind-type {
    left: -2rem;
    top: 1rem;
  }
}
.card--video {
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 19rem;
}
@media (width >= 768px) {
  .card--video {
    height: auto;
    width: 35rem;
  }
}
.card--video:hover {
  background-color: transparent;
}
.card--video iframe {
  border: 0.22rem solid #019640;
  border-radius: 0.22rem;
  height: 14rem;
  width: 100%;
}
@media (width >= 768px) {
  .card--video iframe {
    height: 19.6875rem;
    width: 100%;
  }
}
.card__controls-content-video {
  color: #fefacd;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: auto;
  justify-content: space-between;
}
@media (width >= 768px) {
  .card__controls-content-video {
    align-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
}
.card__controls-content-video .card__controls {
  position: initial;
}
.card__btn--video {
  display: flex;
}
.card__body--video {
  height: auto;
  padding: 0 0.5rem;
}
@media (width >= 768px) {
  .card__body--video {
    padding: 1rem 0;
  }
}
.card__title--video {
  color: #fefacd;
  font-weight: bold;
}
.card--bg-light {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
  border-radius: 0;
  color: #fefacd;
  margin-bottom: 1.5rem;
  padding: 0 0 0.75rem;
  width: 100%;
}
.card--bg-light:hover {
  background-color: transparent;
}
.card--bg-light .card__body {
  height: auto;
  padding: 1.5rem 0 0;
}
@media (width >= 768px) {
  .card--bg-light {
    padding: 0;
  }
}
.card--bg-light .card__link {
  display: none;
}
@media (width >= 768px) {
  .card--bg-light .card__link {
    display: inherit;
  }
}
.card--color-dark {
  color: #000;
}

.audio-player {
  align-items: center;
  border-radius: 0.5rem;
  bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  width: 95%;
}
.audio-player--audio {
  margin-top: 0.5rem;
  position: inherit;
  width: 100%;
}
.audio-player__play {
  align-items: center;
  background-color: #9dbf21;
  border: none;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}
.audio-player__progress {
  appearance: none;
  background-color: #dcdcdc;
  border-radius: 0.1875rem;
  cursor: pointer;
  flex-grow: 1;
  height: 0.375rem;
  width: 1.875rem;
}
.audio-player__progress::-webkit-slider-thumb {
  appearance: none;
  height: 0;
  width: 0;
}
.audio-player__progress::-moz-range-thumb {
  height: 0;
  width: 0;
}
.audio-player__time {
  color: #9dbf21;
  font-size: 0.875rem;
  min-width: 2.5rem;
  text-align: right;
}
.audio-player__volume-icon {
  color: #9dbf21;
  font-size: 1rem;
}
.audio-player__volume {
  appearance: none;
  background-color: #9dbf21;
  border-radius: 0.1875rem;
  cursor: pointer;
  height: 0.375rem;
  width: 1.25rem;
}
@media (width >= 768px) {
  .audio-player__volume {
    min-width: 3.625rem;
  }
}
.audio-player__volume::-webkit-slider-thumb {
  appearance: none;
  height: 0;
  width: 0;
}
.audio-player__volume::-moz-range-thumb {
  height: 0;
  width: 0;
}
.audio-player__element {
  display: none;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 1000;
}
.modal[hidden] {
  display: none;
}
.modal__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  inset: 0;
  position: absolute;
}
.modal__content {
  animation: fadeInModal 0.3s ease-out;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  max-width: 600px;
  padding: 2rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (width >= 420px) {
  .modal__content {
    padding: 2.5rem;
  }
}
.modal__title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.modal__text {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width >= 420px) {
  .modal__form {
    gap: 1.25rem;
  }
}
.modal__input {
  border: 3px solid #000;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
}
.modal__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.modal__input:focus {
  border-color: #019640;
  box-shadow: 0 0 0 0.125rem rgba(1, 150, 64, 0.4);
  outline: none;
}
.modal__submit {
  align-self: flex-start;
}

body.modal-open {
  overflow: hidden;
}

.pleca {
  background-size: 600px 130%;
  height: 3rem;
  margin-top: -2rem;
  position: relative;
  width: 100%;
  z-index: 9;
}
.pleca--white {
  background-image: url("./images/pleca.svg");
}
@media (width >= 768px) {
  .pleca {
    background-size: 717px 130%;
    height: 4rem;
    margin-top: -4rem;
  }
}
.pleca--rotate {
  background-size: 680px 100%;
  height: 4rem;
  transform: rotate(-180deg);
}
@media (width >= 768px) {
  .pleca--rotate {
    background-size: 680px 140%;
    height: 3rem;
    margin-top: 0;
  }
}

.program-card {
  background-color: #efefef;
  border: 1px solid #eee;
  display: flex;
  height: 6rem;
  width: 8.4375rem;
  border-radius: 0.22rem;
  box-shadow: -1px 1px 9px -2px rgba(0, 0, 0, 0.62);
}
@media (width >= 768px) {
  .program-card {
    height: 10rem;
    width: auto;
  }
}
.program-card__tag {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 0.8rem;
  font-weight: bold;
  justify-content: center;
  padding: 0 0 0.25rem;
  text-align: center;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
@media (width >= 768px) {
  .program-card__tag {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.program-card__tag--avisos {
  background-color: #a6a6a6;
}
.program-card__tag--musica {
  background-color: #fef55c;
}
.program-card__tag--novela {
  background-color: #d285b7;
}
.program-card__tag--informativo {
  background-color: #4196af;
}
.program-card__tag--contenido {
  background-color: #ff7d00;
}
.program-card__tag--radio-revista {
  background-color: #459831;
}
.program-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 0.5rem;
}
@media (width >= 768px) {
  .program-card__info {
    padding: 1rem;
  }
}
.program-card__time {
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (width >= 768px) {
  .program-card__time {
    font-size: 1rem;
  }
}
.program-card__title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
@media (width >= 768px) {
  .program-card__title {
    font-size: 1.8rem;
  }
}
.program-card__live {
  align-items: center;
  display: flex;
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0;
}
@media (width >= 768px) {
  .program-card__live {
    font-size: 1rem;
  }
}
.program-card__live > .program-card__dot {
  background-color: #00c227;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 0.5rem;
  width: 10px;
}

.filters-accordion {
  background-color: #f5f5f5;
}
.filters-accordion .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 0;
  text-align: left;
  width: 100%;
}
.filters-accordion .accordion-toggle:focus {
  outline: 1px solid #019640;
  outline-offset: 2px;
}
@media (width >= 768px) {
  .filters-accordion .accordion-toggle {
    display: none;
  }
}
.filters-accordion .filters-content {
  display: block;
  padding: 1rem 0.5rem;
}
.filters-accordion .filters-content fieldset {
  border: 0;
  margin-bottom: 1rem;
  padding: 1rem;
}
.filters-accordion .filters-content fieldset legend {
  display: none;
  font-weight: bold;
  line-height: 0;
  margin-top: 1rem;
}
@media (width >= 768px) {
  .filters-accordion .filters-content fieldset legend {
    display: contents;
  }
}
.filters-accordion .filters-content fieldset label {
  display: flex;
  margin: 0.25rem 0;
}
@media (width <= 767px) {
  .filters-accordion .filters-content[hidden] {
    display: none;
  }
}

.programacion-carousel {
  background-color: white;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 10px;
  display: flex;
  position: fixed;
  /*  display: flex;
    overflow-x: auto;
    gap: $espaciado-base;
    scroll-snap-type: x mandatory;
    padding: $espaciado-base; */
  width: 100%;
  z-index: 22;
}
.programacion-carousel__descrption {
  padding: 0.5rem 1rem 0.5rem 0;
}
.programacion-carousel__modul {
  padding-left: 4rem;
}
.programacion-carousel__content {
  height: 5.5rem;
  overflow: hidden;
  padding: 0.5rem 0 0;
  width: 100%;
}
@media (width >= 768px) {
  .programacion-carousel__content {
    padding: 0.5rem 0 0;
    width: 88%;
  }
}
.programacion-carousel__envivo {
  color: rgb(255, 255, 255);
  display: none;
  width: 21%;
  padding: 0.75rem;
  line-height: 1;
  background: green;
  text-decoration: underline;
  cursor: pointer;
}
.programacion-carousel__envivo:hover {
  color: #000;
}
.programacion-carousel__estado--en-vivo {
  display: inline-block;
}
.programacion-carousel__titulo-modulo {
  background-color: gainsboro;
  color: #000;
  display: none;
  width: 12%;
}
@media (width >= 768px) {
  .programacion-carousel__titulo-modulo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 1rem 2rem;
  }
  .programacion-carousel__titulo-modulo h3 {
    font-size: 1.7rem;
    line-height: 1;
  }
}
.programacion-carousel__item {
  background-color: #d6d6d6;
  border-radius: 0.22rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: auto;
  margin: 0.5rem 0;
  overflow: hidden;
  box-shadow: -1px 1px 9px -2px rgba(0, 0, 0, 0.62);
}
.programacion-carousel__item:focus-within {
  outline: 2px solid #000;
}
.programacion-carousel__etiqueta {
  align-items: center;
  color: #fefacd;
  display: flex;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
}
.programacion-carousel__etiqueta--musica {
  background-color: #fef55c;
  color: #000;
}
.programacion-carousel__etiqueta--informativo {
  background-color: #4196af;
}
.programacion-carousel__etiqueta--avisos {
  background-color: #a6a6a6;
  color: #000;
}
.programacion-carousel__etiqueta--radio-revista {
  background-color: #459831;
}
.programacion-carousel__etiqueta--novela {
  background-color: #d285b7;
}
.programacion-carousel__etiqueta--contenido {
  background-color: #ff7d00;
  color: #000;
}
.programacion-carousel__hora {
  color: #000;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}
.programacion-carousel__titulo {
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
}
.programacion-carousel__escucha-vivo {
  align-items: center;
  position: fixed;
  bottom: 7rem;
  height: 4.5rem;
  right: 2rem;
  background-color: #ffeb3b;
  display: none;
  padding: 0 2rem 0 1rem;
  width: auto;
  z-index: 11;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.75);
  border-radius: 3rem;
  cursor: pointer;
  transition: all ease 0.4s;
}
.programacion-carousel__escucha-vivo:hover {
  background-color: black;
}
.programacion-carousel__escucha-vivo:hover p {
  color: #ffeb3b;
}
.programacion-carousel__escucha-vivo p {
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.programacion-carousel__escucha-vivo p i {
  font-size: 3.5rem;
  margin-right: 0.5rem;
}
@media (width >= 768px) {
  .programacion-carousel__escucha-vivo {
    display: flex;
  }
}
.programacion-carousel .owl-nav .owl-next,
.programacion-carousel .owl-nav .owl-prev {
  background-color: white !important;
  background-image: url("./images/next.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 2.5rem !important;
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.75);
  height: 5.5rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
  width: 3.4rem;
}
.programacion-carousel .owl-nav .owl-next span,
.programacion-carousel .owl-nav .owl-prev span {
  display: none;
}
.programacion-carousel .owl-nav .owl-prev {
  background-image: url("./images/prev.png") !important;
  left: 0;
}

.search {
  padding: 2rem;
}
.search__title {
  margin-bottom: 1rem;
}
.search p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.header {
  background-color: #efefef;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
  top: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  z-index: 12;
}
.header__triggers-content {
  display: flex;
}
@media (width >= 768px) {
  .header__triggers-content {
    display: none;
  }
}
.header--scrolled {
  background-color: rgb(222, 222, 222);
}
.header__logo-link {
  width: 8.75rem;
}
@media (width >= 1440px) {
  .header__logo-link {
    width: 12.5rem;
  }
}
.header__nav {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem 1rem 0.5rem 0;
}
@media (width >= 768px) {
  .header__nav {
    padding: 1rem;
  }
}
.header__menu-btn {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
  position: relative;
  transition: 0.4s ease all;
  z-index: 13;
}
.header__menu-btn:hover {
  color: #019640;
}
.header__search-btn {
  background: none;
  color: #000;
  cursor: pointer;
  font-size: 1.6rem;
  padding-right: 1.2rem;
  position: relative;
  transition: 0.4s ease all;
  z-index: 1;
}
.header__search-btn:hover {
  color: #019640;
}
@media (width >= 768px) {
  .header__search-btn {
    border-right: 0;
    font-size: inherit;
    padding-right: 0;
  }
}
.header__menu-btn--open {
  background-color: #000;
  color: #fefacd;
  padding: 0 0.5rem;
}

/* stylelint-disable selector-class-pattern */
.header__menu--mobile {
  background-color: #fefacd;
  display: none;
  flex-direction: column;
  left: 0;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  padding: 5rem 1rem;
  position: absolute;
  top: 0;
  transition: max-height 5s ease, opacity 5s ease, visibility 5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
@media (width >= 768px) {
  .header__menu--mobile {
    display: none;
  }
}
.header__menu--mobile li {
  border-bottom: 0.05rem grey dotted;
  margin: 1rem 0;
  padding-bottom: 1rem;
  text-align: center;
}
.header__menu--mobile li a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
  transition: 0.4s ease all;
  width: 100%;
}
.header__menu--mobile li a:hover {
  color: #019640;
}
.header__menu--mobile-redes ul {
  display: inline-flex;
  justify-content: space-evenly;
  list-style: none;
  width: 80%;
}
.header__menu--mobile-redes li {
  border-bottom: 0;
}
.header__menu--mobile-redes li i {
  color: #000;
  font-size: 1.75rem;
  transition: 0.4s ease all;
}
.header__menu--mobile-redes li i:hover {
  color: #019640;
}
.header__menu.menu--visible {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.header__menu--desktop {
  display: none;
}
@media (width >= 768px) {
  .header__menu--desktop {
    display: flex;
    gap: 1rem;
  }
}
.header__menu--desktop li.header__menu--desktop-item {
  list-style: none;
  margin: 0;
}
@media (width >= 1440px) {
  .header__menu--desktop li.header__menu--desktop-item {
    padding: 0 0.25rem;
  }
}
.header__menu--desktop li.header__menu--desktop-item a {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.4s ease all;
}
.header__menu--desktop li.header__menu--desktop-item a:hover {
  color: #9dbf21;
}
.header__menu--desktop li.header__menu--desktop-item a.active {
  border-bottom: 0.2rem solid #fefacd;
}
.header__menu--desktop li.header__menu--desktop-item a.btn--main {
  background-color: #000;
  border: 0.2rem solid #000;
  border-radius: 0.22rem;
  color: #fefacd;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transform-origin: 0.4s ease all;
}
.header__menu--desktop li.header__menu--desktop-item a.btn--main:hover {
  background-color: #fefacd;
  color: #000;
}
.header__menu--desktop li.header__menu--desktop-item--search li {
  list-style: none;
}
.header__menu--desktop li.header__menu--desktop-item--search li i {
  color: #000;
  font-size: 1.7rem;
  transition: 0.4s ease all;
}
.header__menu--desktop li.header__menu--desktop-item--search li i:hover {
  color: #9dbf21;
}
.header__menu--desktop li.header__menu--desktop-item--redes ul {
  display: none;
  padding: 0 3rem;
}
@media (width >= 1024px) {
  .header__menu--desktop li.header__menu--desktop-item--redes ul {
    display: inline-flex;
  }
}
.header__menu--desktop li.header__menu--desktop-item--redes ul li {
  display: inline-flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0 0.5rem;
}
.header__menu--desktop li.header__menu--desktop-item--redes ul li i {
  color: #000;
  font-size: 1.7rem;
  transition: 0.4s ease all;
}
.header__menu--desktop li.header__menu--desktop-item--redes ul li i:hover {
  color: #9dbf21;
}

.owl--hero {
  margin-top: 4rem;
}
@media (width >= 768px) {
  .owl--hero {
    margin-top: 8rem;
  }
}
.owl--hero .item {
  background-position: center;
  background-size: cover;
  height: 32.5rem;
  position: relative;
}
@media (width >= 768px) {
  .owl--hero .item {
    height: 38.75rem;
  }
}

.carousel__content {
  align-items: center;
  background: rgba(0, 0, 0, 0.56);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 1rem;
  position: absolute;
  width: 100%;
}
.carousel__title {
  margin: 0;
}
.carousel__desc {
  left: 0;
  margin: 0 auto 2rem;
  right: 0;
  width: 95%;
}
@media (width >= 1024px) {
  .carousel__desc {
    width: 70%;
  }
}
.carousel .owl-nav {
  bottom: 42%;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 85%;
}
.carousel .owl-nav button {
  border-radius: 50% !important;
  font-size: 3rem !important;
  height: 3.5rem;
  line-height: 0;
  position: relative !important;
  width: 3.5rem;
}
.carousel .owl-nav button span {
  color: white;
  left: 20px;
  position: absolute;
  top: -12px;
}
.carousel .owl-prev,
.carousel .owl-next {
  background-color: transparent;
  border: 2px solid #fefacd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.carousel .owl-prev:hover,
.carousel .owl-next:hover {
  border: 2px solid #019640 !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.61);
}
.carousel .owl-prev:hover span,
.carousel .owl-next:hover span {
  color: white;
}
.carousel .owl-dots {
  bottom: 2rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.carousel .owl-dots span {
  display: none !important;
}
.carousel .owl-dots button {
  height: 0.75rem;
  width: 3rem;
}
.carousel .owl-dots button.owl-dot {
  background-color: transparent;
  border: white solid 2px;
  margin: 0 0.5rem;
  transition: all 0.4s ease;
}
.carousel .owl-dots button.owl-dot:hover {
  background-color: rgba(254, 250, 205, 0.7);
}
.carousel .owl-dots button.active {
  background-color: rgba(0, 0, 0, 0.7);
  border: #019640 solid 0.1rem;
  cursor: default;
}

.carrusel-cards {
  position: relative;
}
.carrusel-cards .btn {
  margin: 1rem 0 3rem;
}
.carrusel-cards .owl--multimedia .owl-stage {
  margin-left: -7%;
}
@media (width >= 768px) {
  .carrusel-cards .owl--multimedia .owl-stage {
    margin-left: 0;
  }
}
.carrusel-cards .owl--multimedia .owl-nav {
  margin-top: 2.5rem;
  padding: 0;
  text-align: center;
}
.carrusel-cards .owl--multimedia .owl-nav button {
  border-radius: 50% !important;
  font-size: 3rem !important;
  height: 3.5rem;
  line-height: 0;
  margin: 0 0.5rem;
  position: relative !important;
  width: 3.5rem;
}
@media (width >= 768px) {
  .carrusel-cards .owl--multimedia .owl-nav button {
    margin: 0 1.5rem;
  }
}
.carrusel-cards .owl--multimedia .owl-nav button span {
  bottom: 1.75rem;
  color: #fefacd;
  left: 1.1875rem;
  position: absolute;
}
.carrusel-cards .owl--multimedia .owl-prev,
.carrusel-cards .owl--multimedia .owl-next {
  background-color: transparent;
  border: 4px solid #fefacd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.carrusel-cards .owl--multimedia .owl-prev:hover,
.carrusel-cards .owl--multimedia .owl-next:hover {
  background-color: #fefacd;
  border: 4px solid #fefacd !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.61);
}
.carrusel-cards .owl--multimedia .owl-prev:hover span,
.carrusel-cards .owl--multimedia .owl-next:hover span {
  color: #fefacd;
}

.carrusel-img {
  position: relative;
}
.carrusel-img .owl-stage {
  left: -1.5rem;
}
@media (width >= 768px) {
  .carrusel-img .owl-stage {
    left: 0;
  }
}
.carrusel-img .m-title__descript {
  display: none;
}
@media (width >= 768px) {
  .carrusel-img .m-title__descript {
    display: initial;
  }
}
.carrusel-img .m-title__btn {
  display: none;
}
.carrusel-img .m-title__btn--series {
  display: flex;
  max-width: 90%;
}
.carrusel-img__controls {
  background: #019640;
  border-radius: 50%;
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.85);
  color: #fefacd;
  height: 3.5rem;
  position: absolute;
  top: 35%;
  width: 3.5rem;
  z-index: 9;
}
@media (width >= 768px) {
  .carrusel-img__controls {
    display: inherit;
    height: 4rem;
    top: 46%;
    width: 4rem;
  }
}
.carrusel-img__controls i {
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .carrusel-img__controls i {
    font-size: 2rem;
  }
}
.carrusel-img__controls--prev {
  left: 0.4rem;
}
@media (width >= 768px) {
  .carrusel-img__controls--prev {
    left: 1rem;
  }
}
.carrusel-img__controls--next {
  right: 0.2rem;
}
@media (width >= 768px) {
  .carrusel-img__controls--next {
    right: 2rem;
  }
}
.carrusel-img .btn {
  margin: 3rem 0;
}
.carrusel-img .owl--img .owl-nav {
  margin-top: 2.5rem;
  padding: 0;
  text-align: center;
}
.carrusel-img .owl--img .owl-nav button {
  border-radius: 50% !important;
  font-size: 3rem !important;
  height: 3.5rem;
  line-height: 0;
  margin: 0 0.5rem;
  position: relative !important;
  width: 3.5rem;
}
@media (width >= 768px) {
  .carrusel-img .owl--img .owl-nav button {
    margin: 0 1.5rem;
  }
}
.carrusel-img .owl--img .owl-nav button span {
  bottom: 1.75rem;
  color: #000;
  left: 1.1875rem;
  position: absolute;
}
.carrusel-img .owl--img .owl-prev,
.carrusel-img .owl--img .owl-next {
  background-color: transparent;
  border: 4px solid #000 !important;
  box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.31);
  transition: all 0.4s ease;
}
.carrusel-img .owl--img .owl-prev:hover,
.carrusel-img .owl--img .owl-next:hover {
  background-color: #000;
  border: 4px solid #000 !important;
}
.carrusel-img .owl--img .owl-prev:hover span,
.carrusel-img .owl--img .owl-next:hover span {
  color: white;
}

.tabs__content {
  padding-right: 1rem;
}

.owl--program .owl-stage-outer {
  height: 5.8125rem;
}
@media (width >= 768px) {
  .owl--program .owl-stage-outer {
    height: 10.1875rem;
  }
}
.owl--program .owl-stage {
  left: 0;
}
.owl--program .owl-nav {
  display: block !important;
  margin-top: 2.5rem;
  padding: 0;
  text-align: center;
}
.owl--program .owl-nav button {
  border-radius: 50% !important;
  font-size: 3rem !important;
  height: 3.5rem;
  line-height: 0;
  margin: 0 0.5rem;
  position: relative !important;
  width: 3.5rem;
}
@media (width >= 768px) {
  .owl--program .owl-nav button {
    margin: 0 1.5rem !important;
  }
}
.owl--program .owl-nav button span {
  bottom: -0.5rem;
  color: #fefacd;
  left: 1.1875rem;
  position: absolute;
}
.owl--program .owl-prev,
.owl--program .owl-next {
  background-color: transparent;
  border: 4px solid #000 !important;
  transition: all 0.4s ease;
}
.owl--program .owl-prev span,
.owl--program .owl-next span {
  color: #000 !important;
}
.owl--program .owl-prev:hover,
.owl--program .owl-next:hover {
  background-color: #000 !important;
  border: 4px solid #000 !important;
}
.owl--program .owl-prev:hover span,
.owl--program .owl-next:hover span {
  color: #fefacd !important;
}

.carrusel-videos {
  position: relative;
}
.carrusel-videos .card__categories {
  display: none;
}
@media (width >= 768px) {
  .carrusel-videos .card__categories {
    left: initial;
  }
}
.carrusel-videos .owl-stage {
  left: -1.5rem;
}
@media (width >= 768px) {
  .carrusel-videos .owl-stage {
    left: 0;
  }
}
.carrusel-videos .m-title__btn--videos {
  margin: 1rem 0;
  max-width: 90%;
}
@media (width >= 768px) {
  .carrusel-videos .m-title__btn--videos {
    margin: 3rem 0;
  }
}
.carrusel-videos__controls {
  background: #019640;
  border-radius: 50%;
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.85);
  color: #fefacd;
  height: 3.5rem;
  position: absolute;
  top: 35%;
  width: 3.5rem;
  z-index: 9;
}
@media (width >= 768px) {
  .carrusel-videos__controls {
    display: inherit;
    height: 4rem;
    top: 36%;
    width: 4rem;
  }
}
.carrusel-videos__controls i {
  font-size: 1.5rem;
}
@media (width >= 768px) {
  .carrusel-videos__controls i {
    font-size: 2rem;
  }
}
.carrusel-videos__controls--prevVideos {
  left: 0.4rem;
}
@media (width >= 768px) {
  .carrusel-videos__controls--prevVideos {
    left: 1rem;
  }
}
.carrusel-videos__controls--nextVideos {
  right: 0.2rem;
}
@media (width >= 768px) {
  .carrusel-videos__controls--nextVideos {
    right: 2rem;
  }
}
.carrusel-videos .owl--img .owl-prev,
.carrusel-videos .owl--img .owl-next {
  background-color: transparent;
  border: 4px solid #fefacd !important;
  box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.31);
  transition: all 0.4s ease;
}
.carrusel-videos .owl--img .owl-prev span,
.carrusel-videos .owl--img .owl-next span {
  color: #fefacd !important;
}
.carrusel-videos .owl--img .owl-prev:hover,
.carrusel-videos .owl--img .owl-next:hover {
  background-color: #fefacd;
  border: 4px solid #fefacd !important;
}
.carrusel-videos .owl--img .owl-prev:hover span,
.carrusel-videos .owl--img .owl-next:hover span {
  color: #000 !important;
}

.flex-grid {
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 1rem 0 2rem;
  padding: 0 1rem;
}
@media (width >= 768px) {
  .flex-grid {
    margin-top: 1rem;
  }
}
.flex-grid__shadow {
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s ease all;
  width: 100%;
  z-index: 1;
}
@media (width >= 768px) {
  .flex-grid__shadow {
    background: #000;
    background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.flex-grid__wrap {
  position: relative;
  z-index: 2;
}
@media (width >= 768px) {
  .flex-grid__wrap {
    bottom: 4rem;
    padding: 0 2rem;
    position: absolute;
  }
}
.flex-grid__subtitle {
  background-color: #fefacd;
  color: black;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
}
@media (width >= 768px) {
  .flex-grid__subtitle {
    font-size: 1.2rem;
  }
}
.flex-grid__video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.flex-grid__link {
  background-color: #019640;
  bottom: 0;
  color: #fefacd;
  cursor: pointer;
  display: none;
  height: 4rem;
  position: absolute;
  right: 0;
  text-decoration: none;
  transition: all ease 0.4s;
  width: 4rem;
}
.flex-grid__link i {
  color: #fefacd;
  font-size: 2rem;
}
@media (width >= 768px) {
  .flex-grid__link {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 10;
  }
}
.flex-grid__tag {
  background-color: #ffeb3b;
  color: black;
  font-size: 0.9rem;
  font-weight: bold;
  left: 0;
  padding: 0.2rem 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}
@media (width >= 768px) {
  .flex-grid__tag {
    font-size: 1.5rem;
    width: auto;
  }
}
.flex-grid__title {
  font-size: 1.5rem;
  font-weight: 600;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 2px black;
}
@media (width >= 768px) {
  .flex-grid__title {
    font-size: 2.8rem;
    text-decoration: none;
  }
}
.flex-grid__description {
  color: #fefacd;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 1px 1px 2px black;
}
@media (width >= 768px) {
  .flex-grid__description {
    font-size: 1.2rem;
    margin: 0 auto 3.5rem;
  }
}
.flex-grid__col {
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  color: #fefacd;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (width >= 768px) {
  .flex-grid__col {
    flex: 0 0 calc(33.3333333333% - 0.67rem);
  }
}
.flex-grid__col.col--4 {
  height: 24rem;
  padding: 1rem;
  transition: all ease 0.4s;
}
.flex-grid__col.col--4:hover {
  transform: translateY(-10px);
}
@media (width >= 768px) {
  .flex-grid__col.col--4 {
    height: 45rem;
  }
}
.flex-grid__col.col--4-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
@media (width >= 768px) {
  .flex-grid__col.col--4-content {
    flex-direction: column;
  }
}
.flex-grid__row {
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  height: 17rem;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
  transition: all ease 0.4s;
  width: 50%;
}
.flex-grid__row:hover {
  transform: translateY(-10px);
}
@media (width >= 768px) {
  .flex-grid__row {
    height: 100%;
    width: 100%;
  }
}
@media (width <= 768px) {
  .flex-grid {
    flex-direction: column;
  }
  .flex-grid__col {
    width: 100%;
  }
}

.contenedor-cards__filtros {
  display: none;
}
@media (width >= 768px) {
  .contenedor-cards__filtros {
    display: initial;
  }
}
.contenedor-cards__filtros--movil .controls-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.5rem;
}
.contenedor-cards__filtros--movil .controls-filters button {
  border: 1px solid black;
  padding: 0.25rem 0.7rem;
}
.contenedor-cards__filtros--movil .controls-filters button:focus {
  background: #019640;
}
@media (width >= 768px) {
  .contenedor-cards__filtros--movil {
    display: none;
  }
}
.contenedor-cards__grid {
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: 1fr;
}
@media (width >= 1024px) {
  .contenedor-cards__grid {
    grid-template-columns: 1fr 5fr;
  }
}
.contenedor-cards .card {
  width: auto;
}
.contenedor-cards .card__descript {
  display: none;
}
.contenedor-cards__lista {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (width >= 768px) {
  .contenedor-cards__lista {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .contenedor-cards__lista {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contenedor-cards__lista--twocolumns {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (width >= 768px) {
  .contenedor-cards__lista--twocolumns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .contenedor-cards__lista--twocolumns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* stylelint-disable selector-class-pattern */
.tabs {
  width: 100%;
  margin: auto;
}
.tabs__content {
  border-bottom: 0.2rem solid #000;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  gap: 0.2rem;
  padding-bottom: 0.75rem;
  width: 100%;
}
@media (width >= 768px) {
  .tabs {
    gap: 0.5rem;
  }
}
.tabs__tab {
  background-color: #000;
  border: none;
  border-radius: 0.25rem;
  color: #fefacd;
  cursor: pointer;
  font-weight: bold;
  outline: none;
  padding: 0.75rem 0;
  transition: background-color 0.3s ease;
  width: 13%;
}
@media (width >= 768px) {
  .tabs__tab {
    width: auto;
    padding: 0.75rem 4rem;
  }
}
.tabs__tab:hover, .tabs__tab:focus {
  background-color: #019640;
}
.tabs__tab p {
  display: none;
}
@media (width >= 768px) {
  .tabs__tab p {
    display: block;
  }
}
.tabs__tab small {
  display: block;
}
@media (width >= 768px) {
  .tabs__tab small {
    display: none;
  }
}
.tabs__tab[aria-selected=true] {
  background-color: #019640;
  border: 2px solid #000;
  color: #fefacd;
  position: relative;
}
.tabs__tab[aria-selected=true]::after {
  background-color: #000;
  bottom: -1.4375rem;
  content: "";
  height: 0.4rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.tabs__panel {
  flex-basis: 100%;
  margin: 1rem 0;
  padding: 0;
}
@media (width >= 768px) {
  .tabs__panel {
    margin: 4rem 0 2rem;
  }
}

.site-footer {
  background-color: #019640;
  border-top: 0.5rem #000 solid;
  color: #000;
  margin-bottom: 5rem;
}
.site-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin: auto;
  max-width: 98%;
  padding: 2rem;
}
@media (width >= 768px) {
  .site-footer__container {
    max-width: 90%;
    padding: 6rem 0;
  }
}
.site-footer__column {
  flex: 1 1 220px;
  min-width: 200px;
}
.site-footer__column.site-footer__social {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
}
.site-footer__column.site-footer__social a {
  color: black;
  font-size: 2rem;
  margin-right: 0.5rem;
}
.site-footer__column.site-footer__social a:hover {
  color: white;
}
.site-footer__logo {
  max-width: 13rem;
}
@media (width >= 768px) {
  .site-footer__logo {
    max-width: 18rem;
  }
}
.site-footer__title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.site-footer__contact {
  font-style: normal;
  line-height: 1.5;
}
.site-footer__contact a {
  color: black;
  text-decoration: underline;
}
.site-footer__contact a:hover {
  color: white;
}
.site-footer__links {
  list-style: none;
  padding: 0;
}
.site-footer__links li {
  margin-bottom: 0.5rem;
}
.site-footer__links li a {
  color: black;
  text-decoration: none;
}
.site-footer__links li a:hover {
  color: white;
  text-decoration: underline;
}
.site-footer__legales {
  background-color: #000;
  color: #fefacd;
  padding: 1rem 0.5rem;
  text-align: center;
}

.noticiero {
  padding: 4rem 0;
}
.noticiero__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.noticiero__grid {
  display: flex;
  flex-flow: column wrap;
  margin: auto;
  padding-right: 1rem;
  width: 100%;
}
@media (width >= 768px) {
  .noticiero__grid {
    flex-direction: row;
    gap: 2.5rem;
    width: 90%;
  }
}
.noticiero__column--lg {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media (width >= 768px) {
  .noticiero__column--lg {
    flex-direction: row;
    gap: 2.5rem;
    width: 65%;
  }
}
.noticiero__column--sm {
  width: 100%;
}
@media (width >= 768px) {
  .noticiero__column--sm {
    width: 30%;
  }
}
.noticiero__column--xl {
  width: 100%;
}
.noticiero__item {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
  color: #fefacd;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
}
.noticiero__media {
  position: relative;
}
.noticiero__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.noticiero__headline {
  font-size: 1.4rem;
  line-height: 1.3;
}
.noticiero__headline a {
  text-decoration: none;
}
.noticiero__headline:hover a {
  text-decoration: underline;
}
.noticiero__actions {
  margin-top: 2rem;
  text-align: center;
}
.noticiero__btn-link {
  border: 2px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
.noticiero__btn-link:hover, .noticiero__btn-link:focus {
  background: #fff;
  color: #000;
}

.accordion {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  border-radius: 4px;
  overflow: hidden;
}
.accordion__item {
  border-bottom: 2px solid #fff;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__header {
  margin: 0;
}
.accordion__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  background-color: #e0e0e0;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}
.accordion__trigger:hover, .accordion__trigger:focus-visible {
  background-color: lightgray;
  outline: none;
}
.accordion__trigger[aria-expanded=true] .accordion__icon {
  transform: rotate(180deg);
}
.accordion__title {
  font-size: 1.2rem;
  color: #000;
}
.accordion__icon {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg fill='019640' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat center;
  transition: transform 0.3s ease;
}
.accordion__panel {
  background-color: #f5f5f5;
  padding: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.accordion__panel a {
  color: #009639;
  text-decoration: underline;
}
.accordion__panel a:hover {
  text-decoration: none;
}
.accordion__panel h3 {
  margin-top: 1rem;
  font-weight: 700;
}
.accordion__panel ul {
  margin: 0.5rem 0 0 1rem;
  list-style: none;
}
.accordion__panel ul li {
  margin: 0.25rem 0;
}

/* stylelint-disable selector-class-pattern */
.w-section {
  padding: 4rem 1rem;
}
@media (width >= 768px) {
  .w-section {
    padding: 6rem 2rem;
  }
}
.w-section--content-inter-sm {
  padding: 1.125rem;
}
@media (width >= 768px) {
  .w-section--content-inter-sm {
    padding: 3rem;
  }
}
.w-section--content-carrusel {
  padding-right: 0;
}
@media (width >= 768px) {
  .w-section--content-carrusel {
    padding: 9rem 0 9rem 3rem;
  }
}
.w-section--content-inter {
  margin: 3rem 2rem;
  padding: 2rem 0;
}
@media (width >= 768px) {
  .w-section--content-inter {
    margin: 5rem 0 2rem;
    padding: 2rem;
  }
}
@media (width >= 1024px) {
  .w-section--content-inter {
    margin: 2rem 3%;
  }
}
.w-section--bg-dark {
  background-color: #000;
}
.w-section--bg-light {
  background-color: white;
}
.w-section--bg-grey {
  background-color: #efefef;
}

/* stylelint-disable selector-class-pattern */
.entry {
  width: 100%;
}
@media (width >= 1024px) {
  .entry {
    padding-right: 4rem;
    width: 65%;
  }
}
.entry__header {
  position: relative;
}
.entry__controls {
  display: flex !important;
  position: initial;
}
.entry__shadow {
  background-color: #000;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (width >= 768px) {
  .entry--audios {
    padding-right: 4rem;
    width: 45%;
  }
}
@media (width >= 768px) {
  .entry--full {
    margin: auto;
    max-width: 1280px;
    padding-right: 0;
    width: 100%;
  }
}
.entry__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .entry__title {
    font-size: 3.063rem;
  }
}
.entry__title--audio {
  color: #fefacd;
  text-shadow: 1px 1px 2px #000;
}
.entry__tags {
  margin-bottom: 0.75rem;
}
@media (width >= 768px) {
  .entry__tags {
    margin-bottom: 1.5rem;
  }
}
.entry__image {
  height: 16rem;
  width: 100%;
}
@media (width >= 768px) {
  .entry__image {
    height: 25rem;
  }
}
.entry__image--audio {
  align-items: flex-end;
  display: flex;
  height: 16rem;
  padding: 1rem;
  width: 100%;
}
@media (width >= 768px) {
  .entry__image--audio {
    height: 17rem;
    margin-bottom: 2rem;
  }
}
.entry__image--full {
  align-items: center;
  display: flex;
  height: 16rem;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
@media (width >= 768px) {
  .entry__image--full {
    height: 25rem;
    padding: 2rem;
  }
}
.entry__interactions, .entry__footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin: 1rem 0 2rem;
}
.entry__likes {
  background: #eee;
  border-radius: 0.3rem;
  font-size: 0.85rem;
  padding: 0.3rem 0.7rem;
}
.entry .btn--gray {
  background: #222;
  border: none;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
}
.entry__header--audio {
  position: relative;
  z-index: 2;
}
.entry__content {
  line-height: 1.5;
  margin: 2rem 0;
}
.entry__content a {
  color: green;
  text-decoration: underline;
}
.entry p {
  font-size: 1rem;
}
@media (width >= 768px) {
  .entry p {
    font-size: 1.25rem;
  }
}
.entry h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
}
@media (width >= 768px) {
  .entry h3 {
    font-size: 1.25rem;
  }
}
.entry h2 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media (width >= 768px) {
  .entry h2 {
    font-size: 1.875rem;
  }
}
.entry ul {
  padding-left: 1.5rem;
}
.entry ul li {
  margin-bottom: 0.3rem;
}
.entry blockquote {
  background-color: #efefef;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 2rem 0;
  padding: 1rem;
}
@media (width >= 768px) {
  .entry blockquote {
    font-size: 1.875rem;
  }
}

.related {
  background-color: #000;
  border-radius: 0.22rem;
  color: white;
  padding: 1rem;
  position: relative;
  width: 100%;
}
@media (width >= 1024px) {
  .related {
    align-self: start;
    padding: 3rem;
    position: sticky;
    top: 9rem;
    width: 33%;
    z-index: 7;
  }
}
.related__select {
  margin: 0.5rem 0 1rem;
  position: relative;
}
@media (width >= 768px) {
  .related__select {
    position: absolute;
    right: 2rem;
    top: 2.7rem;
  }
}
.related--audios {
  background-color: #019640;
}
@media (width >= 768px) {
  .related--audios {
    margin-top: 0;
    padding-right: 4rem;
    width: 55%;
  }
}
.related h2 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .related h2 {
    font-size: 1.875rem;
  }
}
.related__item {
  margin-bottom: 3rem;
}
@media (width >= 768px) {
  .related__item {
    margin-bottom: 4rem;
  }
}
.related__item:last-child {
  margin-bottom: 0;
}
.related__item--audio {
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .related__item--audio {
    margin-bottom: 2rem;
  }
}
.related__frame {
  height: 10rem;
  margin-bottom: 1rem;
  max-width: 300px;
  width: 100%;
}
.related__link {
  color: white;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.related__link:hover {
  color: #019640;
  text-decoration: none;
}
.related__audio-descript--audio {
  font-family: "Roboto", sans-serif;
}

/* stylelint-disable selector-class-pattern */
@media (width >= 768px) {
  .catalog {
    margin: auto;
    max-width: 90rem;
    padding-top: 2rem;
  }
}
.catalog__eyetcher {
  margin: auto;
  margin-bottom: 3rem;
  max-width: 61.875rem;
  text-align: center;
}
.catalog__eyetcherTitle {
  font-size: 2rem;
  text-transform: capitalize;
}
@media (width >= 768px) {
  .catalog__eyetcherTitle {
    font-size: 3rem;
    text-transform: capitalize;
  }
}
@media (width >= 1024px) {
  .catalog__eyetcherTitle {
    font-size: 4rem;
  }
}

.radio-page {
  background-color: white;
  color: #000;
}
.radio-page__body {
  margin: 0 auto;
  max-width: 90rem;
  padding: 3rem 1.125rem 6rem;
}
@media (width >= 768px) {
  .radio-page__body {
    padding: 4.5rem 2rem 7.5rem;
  }
}
@media (width >= 1024px) {
  .radio-page__body {
    padding-inline: 1.5rem;
  }
}
.radio-page__content {
  margin-top: 4rem;
}
.radio-page__content > * + * {
  margin-top: 1rem;
}

.radio-hero {
  align-items: center;
  background: var(--radio-hero-bg, #1a1a1a) center/cover no-repeat;
  color: #fefacd;
  display: flex;
  isolation: isolate;
  min-height: clamp(17.5rem, 50vh, 26rem);
  position: relative;
  justify-content: center;
}
.radio-hero::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.radio-hero__overlay {
  display: none;
}
.radio-hero__content {
  padding: 3rem 1.5rem 3.5rem;
  position: relative;
}
@media (width >= 768px) {
  .radio-hero__content {
    padding: 4.5rem 4rem;
    max-width: 40rem;
  }
}
.radio-hero__eyebrow {
  color: #019640;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.radio-hero__title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}
.radio-hero__description {
  font-size: clamp(1rem, 0.7vw + 0.9rem, 1.25rem);
  line-height: 1.6;
  margin: 0;
  max-width: 38ch;
}

.radio-section {
  max-width: 360px;
  align-items: center;
  display: grid;
  gap: 1.5rem;
  margin: 1.125rem auto 6.125rem;
}
@media (width >= 768px) {
  .radio-section {
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1.125rem auto 6.125rem;
    max-width: 1440px;
  }
}
.radio-section--onecolumn {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.radio-section__media {
  border-radius: 0.5625rem;
  overflow: hidden;
  border: 3px solid black;
}
@media (width >= 768px) {
  .radio-section__media {
    height: 100%;
  }
}
.radio-section__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.radio-section__content {
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
}
@media (width >= 768px) {
  .radio-section__content {
    padding: 2.5rem;
  }
}
.radio-section__eyebrow {
  color: #019640;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.radio-section__title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.75rem, 1.4vw + 1.2rem, 2.5rem);
  line-height: 1;
  margin: 0 0 1rem;
}
.radio-section__description {
  color: #423c33;
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.15rem);
  line-height: 1.7;
}
.radio-section__description p {
  margin: 0;
}
.radio-section__description p + p {
  margin-top: 1rem;
}
@media (width >= 768px) {
  .radio-section--image-right .radio-section__media {
    order: 2;
  }
  .radio-section--image-right .radio-section__content {
    order: 1;
  }
}

.radio-values {
  background: #e0e0e0;
  box-shadow: 0 1.125rem 3rem rgba(17, 17, 17, 0.06);
  margin: 5rem 0;
  padding: 2.5rem 1.5rem;
}
@media (width >= 768px) {
  .radio-values {
    padding: 3.5rem 3rem;
  }
}
.radio-values__header {
  margin: 0 auto 2.5rem;
  max-width: 38.75rem;
  text-align: center;
}
.radio-values__icon {
  max-width: 5rem;
  margin: auto;
}
.radio-values__title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.75rem, 1.2vw + 1.3rem, 2.5rem);
  margin: 0 0 0.75rem;
}
.radio-values__description {
  color: #4a443a;
  font-size: clamp(1rem, 0.3vw + 0.95rem, 1.125rem);
  margin: 0;
}
.radio-values__grid {
  display: grid;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .radio-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.radio-values__item {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 0.875rem 2.25rem rgba(0, 0, 0, 0.07);
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.radio-values__item-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.8rem, 0.8vw + 1rem, 1.5rem);
  margin: 0 0 0.75rem;
}
.radio-values__item-text {
  color: #524b40;
  font-size: clamp(0.95rem, 0.3vw + 0.9rem, 1.0625rem);
  line-height: 1.65;
  margin: 0;
}

.contact-section {
  margin-top: 4rem;
}
.contact-section__inner {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 2.5rem;
  align-items: start;
  padding: 2.25rem 1.5rem;
  max-width: 90rem;
  margin: auto;
}
.contact-section__map {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 3px rgba(16, 124, 211, 0.06);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.contact-section__map-embed {
  width: 100%;
  height: 560px;
  display: block;
}
.contact-section__map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.contact-section__map-preview {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  border-radius: 0.125rem;
}
.contact-section__map-preview-bg {
  width: 100%;
  height: 560px;
  background-image: url("/mnt/data/Captura de pantalla 2025-11-22 a la(s) 8.24.47 a.m..png");
  background-size: cover;
  background-position: center;
  border-radius: 0.125rem;
  display: block;
}
.contact-section__content {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.contact-section__content .contact-section__eyebrow {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #019640;
  margin-bottom: 0.5rem;
}
.contact-section__content .contact-section__title {
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  color: #1f2d3d;
}
.contact-section__content .contact-section__intro {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.65);
}
.contact-section__content .contact-section__form form {
  display: grid;
  gap: 1rem;
}
.contact-section__content .contact-section__form label {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  color: #1f2d3d;
}
.contact-section__content .contact-section__form input[type=text],
.contact-section__content .contact-section__form input[type=email],
.contact-section__content .contact-section__form textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 2px;
  font-size: 0.95rem;
  box-sizing: border-box;
}
.contact-section__content .contact-section__form textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-section__content .contact-section__form .button,
.contact-section__content .contact-section__form button[type=submit] {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 0;
  background: #019640;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .contact-section__inner {
    grid-template-columns: 1fr 430px;
  }
  .contact-section__map-embed, .contact-section__map-preview, .contact-section__map-preview-bg {
    height: 480px;
  }
  .contact-section__content .contact-section__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .contact-section__inner {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
  }
  .contact-section__map-embed, .contact-section__map-preview, .contact-section__map-preview-bg {
    height: 320px;
  }
  .contact-section__content .contact-section__title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .contact-section__map-embed, .contact-section__map-preview, .contact-section__map-preview-bg {
    height: 260px;
  }
  .contact-section__content .contact-section__title {
    font-size: 1.5rem;
  }
}

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

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