body,
html {
  overscroll-behavior: none;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #0e100f;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  /* Muestra texto de respaldo rápido */
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

/*---------------------*/

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  font-weight: 400;
}

h1 {
  font-size: 5.2rem;
}

h2 {
  font-size: 3.9rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 0rem;
}

.hero-container {
  width: 100%;
  height: 200vh;
  background: #111b29;
  font-weight: bold;
  text-align: center;
}

.main-logo {
  width: 400px;
  margin-top: 40px;
}

.main-text {
  font-size: 49px;
}

.main-text .first-letter {
  font-size: 154px;
}

.secondary-text {
  font-size: 64.5px;
}

.secondary-text .first-letter {
  font-size: 66.5px;
}

.main-text-mobile,
.secondary-text-mobile {
  display: none;
  font-size: 58px;
}

.subtitle-text {
  /* font-size: 20.5px; */
  font-size: 17.5px;
}

.subtitle-text tspan:nth-child(2) {
  /* font-size: 19.1px; */
  font-size: 16.4px;
}

.subtitle-text tspan:nth-child(3) {
  /* font-size: 34.2px; */
  font-size: 29.6px;
}

.subtitle-text-mobile {
  display: none;
}

.subtitle-text-mobile tspan:nth-child(1) {
  font-size: 20.7px;
}

.subtitle-text-mobile tspan:nth-child(2) {
  font-size: 19.35px;
}

.subtitle-text-mobile tspan:nth-child(3) {
  font-size: 35px;
}

@media (max-width: 768px) {
  .hero-container {
    height: 100vh;
  }

  .main-text,
  .secondary-text {
    display: none;
  }

  .main-text-mobile,
  .secondary-text-mobile {
    display: block;
  }

  .main-text-mobile .first-letter {
    font-size: 180px;
  }

  .secondary-text-mobile {
    font-size: 78px;
  }

  .subtitle-text {
    display: none;
  }

  .subtitle-text-mobile {
    display: block;
  }

  .arrow {
    display: none;
  }

  .hero-container {
    background-image: url("img/hero-cover.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh !important;
    min-height: 700px;
  }

  .scrollDist {
    display: none;
  }

  .hero {
    display: none;
  }
}

@media (max-width: 558px) {

  .main-text-mobile,
  .secondary-text-mobile,
  .subtitle-text-mobile {
    transform: scale(0.7);
    transform-origin: center;
  }
}

.scrollDist {
  position: absolute;
}

.hero-container {
  background-color: #000;
}

.hero {
  position: fixed;
  background: #4082bb;
  width: 100%;
  height: 100%;
  top: 0;
  height: 100vh;
}

.scrollDist {
  width: 100%;
  height: 200%;
}

.sky {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arrow {
  animation: moveDown 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes moveDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/*---------------------*/

.ends {
  min-height: 20vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
}

.slides {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slides .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slides .slide {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide .background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  will-change: transform;
  background-size: cover;
}

.slide .content {
  flex-direction: column;
  align-items: center;
  justify-content: end;
  overflow: hidden;
  display: flex;
  text-align: center;
  width: 95%;
  padding: 3rem;
  margin: 0 auto 40px;
  box-sizing: border-box;
  max-width: 900px;
  position: relative;
  align-items: center;
  color: white;
  font-weight: 500;
}

.slide .content p {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}

.slide-video .content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.slide-video .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.5;
}

.slide-video .content p {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  text-align: center;
  width: 95%;
  padding: 3rem;
  margin: 0 auto 80px;
  box-sizing: border-box;
  max-width: 900px;
  position: relative;
  align-items: center;
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
}

.slide .content-figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  text-shadow: #000 2px 2px 4px;
  z-index: 0;
}

.slide .content-figcaption p {
  margin: 0;
}

/*---------------------*/

.trigger {
  height: 400vh;
  position: relative;
  background-image: url(img/cover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.trigger iframe {
  position: absolute;
  top: 0;
}

.fixed-video {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
}

.filter iframe {
  height: 100vh;
  position: fixed;
  padding: 0;
  top: 0;
}

.pin-trigger {
  position: relative;
  height: 100vh;
}

.pin-trigger .pin-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pin-trigger .pin-item h2 {
  font-size: 3vw;
  width: 100%;
}

.pin-trigger .pin-item p {
  font-size: 24px;
  line-height: 30px;
  max-width: 600px;
}

.spacer {
  height: 60vh;
}

/*---------------------*/

.scroller {
  height: 100vh;
}

.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #346400;
  background: linear-gradient(180deg,
      rgba(52, 100, 0, 1) 0%,
      rgba(36, 70, 0, 1) 100%);
  color: #fff;
}

.text-wrap {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 80vh;
}

.panel-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  font-size: 22px;
}

.p-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  max-width: 900px;
  height: 80vh;
}

.move-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("img/slider/slider-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.move-item.two {
  background-image: url("img/slider/slider-2.jpg");
}

.move-item.three {
  background-image: url("img/slider/slider-3.jpg");
}

.move-item.four {
  background-image: url("img/slider/slider-4.jpg");
}

.move-item-figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-shadow: #000 2px 2px 8px;
  z-index: 0;
}

.move-item-figcaption p {
  margin: 0;
}

/*---------------------*/

.comparisonSection {
  position: relative;
  padding-bottom: 56.25%;
  /* to maintain aspect ratio (responsive!) */
}

.comparisonSection h2,
.comparisonSection h3 {
  color: #fff;
}

.comparisonImage {
  width: 100%;
  height: 100%;
}

.comparisonTitle {
  font-weight: bold;
  position: absolute;
  top: 44%;
  left: 40px;
  z-index: 2;
  border-bottom: 2px solid #fff;
}

.comparisonTitle h2 {
  font-weight: bold;
}

.comparisonText {
  font-weight: 100;
  position: absolute;
  top: calc(44% + 84px);
  left: 40px;
  z-index: 1;
}

.comparisonText h3 {
  font-weight: 300;
}

.afterImage {
  position: absolute;
  overflow: hidden;
  top: 1px;
  transform: translate(100%, 0px);
  z-index: 1;
}

.afterImage img {
  transform: translate(-100%, 0px);
}

.comparisonImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
}

.panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background-color: #346400;
  color: #fff;
}

.comparisonSection-figcaption {
  z-index: 2;
  position: absolute;
  bottom: 14vh;
  left: 20px;
  color: #fff;
  font-size: 16px;
  text-shadow: #000 4px 4px 8px;
  padding: 8px 12px;
  border-radius: 5px;
}

.comparisonSection-figcaption p {
  margin: 0;
}

/*---------------------*/

.empty-space {
  background-color: #244600;
  padding: 80px;
  position: relative;
}

section.horizontal {
  overflow-x: hidden;
}

section.horizontal .pin-wrap {
  background: #244600;
  background: linear-gradient(180deg,
      rgba(36, 70, 0, 1) 80%,
      rgba(52, 100, 0, 1) 100%);

  background-image: url("img/bg-testimonios.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

section.horizontal .item .rio-card:last-child {
  margin-top: 40px;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
}

section.horizontal .item {
  position: relative;
  padding: 150px 80px;
  flex: 0 0 520px;
  height: 100vh;
  display: flex;
  align-items: center;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background-color: transparent;
}

section.horizontal .item:before {
  position: absolute;
  font-size: 100px;
  opacity: 0.3;
  font-weight: bold;
  z-index: 1;
  -webkit-transform: translate(-30px, -50px);
  transform: translate(-30px, -50px);
  line-height: 1;
}

section.horizontal .animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

section.horizontal .animation-wrap.to-left {
  counter-reset: item 19;
  float: right;
}

section.horizontal .animation-wrap.to-right .rio-card:before {
  counter-increment: item;
  content: counter(item);
}

section.horizontal .animation-wrap.to-left .rio-card:before {
  counter-increment: item -1;
  content: counter(item);
}

section.horizontal .animation-wrap .item:nth-child(2n + 2) {
  align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n + 4) {
  align-items: flex-end;
}

section.horizontal .horizontal-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: #000 1px 1px 4px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 5px;
}

section.horizontal .horizontal-title h2 {
  font-size: 38px;
  color: #fff;
}

section.horizontal .horizontal-figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  text-shadow: #000 2px 2px 4px;
  z-index: 0;
}

section.horizontal .horizontal-figcaption p {
  margin: 0;
}

/*---------------------*/

/*---------------------*/

.revealer {
  position: relative;
  height: 100vh;
  font-size: 50px;
  text-align: center;
  line-height: 100vh;
}

.img-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.img-mask img {
  height: 100vh;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*---------------------*/

.pSection {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}

.container {
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  z-index: 1;
}

.pContent {
  width: 75%;
  background-color: #0c3d68;
  color: #ffffff;
  padding: 40px 60px;
  border-radius: 5px;
}

.pContent p {
  font-size: 16px;
  margin-bottom: 10px;
}

.pImage {
  width: 60%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 900px;
  border-radius: 5px;
}

.pContent .dailymotion-player-root {
  padding: 0 !important;
  height: 400px;
}

.spacer {
  height: 100vh;
}

a {
  color: inherit;
}

/*---------------------*/
/*---------------------*/

.intro__text {}

.trigger .filter {
  background-color: #403d31;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
}

.intro {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  padding: 20px 20px 0;
  text-align: center;
  color: #fff;
}

.intro h1 {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}

.intro h1 b {
  font-size: 62px;
  display: block;
}

.intro p {
  color: #ddd;
  font-size: 16px;
  max-width: 600px;
}

.intro .main-logo {
  width: 160px;
}

.slides .filter {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slides .content {
  z-index: 1;
}

.slides .content h3 {
  font-size: 70px;
}

.horizontal .item {
  flex-wrap: wrap;
}

/*---------------------*/

.testi-card {
  position: relative;
  background-color: #1a3300;
  padding: 14px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.testi-card .testi-card-img {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.testi-card .testi-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.testi-card .testi-card-title {
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px 18px 12px;
}

.testi-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  border-radius: 16px;
  margin-bottom: 0;
}

.testi-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  display: block;
  border-radius: 16px;
  margin: 0;
}

.testi-card .testi-card-content {
  padding: 18px 12px 12px;
  font-size: 18px;
  line-height: 22px;
}

.testi-card .testi-card-content p {
  position: relative;
  width: 100%;
}

.testi-card .testi-card-content p::before {
  content: "“";
  font-family: Arial, sans-serif;
  font-size: 8em;
  line-height: 0;
  position: absolute;
  left: -30px;
  top: 16px;
}

.testi-card .testi-card-content p::after {
  content: "”";
  font-size: 8em;
  font-family: Arial, sans-serif;
  line-height: 0;
  position: absolute;
  right: -30px;
  bottom: -60px;
}

.testi-card .testi-card-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

/*---------------------*/

.rios-container {
  background: #244600;
  background: linear-gradient(180deg,
      rgba(52, 100, 0, 1) 10%,
      rgba(36, 70, 0, 1) 80%,
      rgba(52, 100, 0, 1) 100%);
  padding: 60px 30px 340px;
  position: relative;
}

.rios-container .pin-wrap {}

.rios-container .animation-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.rios-container .animation-wrap .item {
  max-width: 280px;
}

.rio-card {
  position: relative;
  background-color: #1a3300;
  border-radius: 18px;
  overflow: hidden;
}

.rio-card:hover img {
  transition: 0.9s ease-in-out;
  transform: scale(1.2);
  transform-origin: bottom;
  /* or transform-origin: 50% 100%; */
}

.rio-card:hover .rio-card-title button {
  transition: 0.6s;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.rio-card .rio-card-img {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  min-width: 240px;
}

.rio-card .rio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.6s ease-in-out;
}

.rio-card .rio-card-title {
  background-color: #1a3300d1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.rio-card h2 {
  color: #fff;
  padding: 6px 12px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  border-radius: 16px;
}

.rio-card .rio-card-title button {
  background-color: #ff8400;
  color: #1a1a1a;
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 20px;
  height: fit-content;
  border-radius: 12px;
}

/*---------------------*/

/* Estilos del Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 73, 0, 0.9);
  animation: fadeIn 0.3s;
}

.modal .rio-name {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.modal h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.modal-content {
  background-color: #000;
  color: #b9b9b9;
  margin: 40px auto;
  padding: 30px 35px;
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  animation: slideIn 0.3s;
  height: calc(100vh - 80px);
}

.modal-content-body {
  overflow-y: scroll;
  height: 100%;
  max-height: calc(100% - 160px);
  position: relative;
  font-weight: normal;
  font-size: 18px;
  padding: 0 35px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close {
  position: absolute;
  right: 25px;
  top: 5px;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s ease;
}

.close:hover {
  color: #333;
}

.modal-content h2 {
  margin-bottom: 20px;
  padding-right: 30px;
}

.modal-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.modal-content ul {
  margin-left: 20px;
}

.modal-content li {
  margin-bottom: 8px;
}

.modal-content .video-container {
  width: 100%;
  position: relative;
  height: 500px;
  margin-bottom: 20px;
}

.modal-content .video-container>div {
  height: 100%;
}

.modal-content .video-container .dailymotion-player-root {
  height: 100%;
  padding: 0 !important;
}

.modal-content-body figure {
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}

.modal-content-body .carrusel-contenedor figure {
  display: contents;
}

.modal-content-body img {
  width: auto;
  max-width: 100%;
  border-radius: 8px;
  position: relative;
  display: block;
  height: 100%;
  margin: auto;
}

.modal-content-body figcaption {
  max-width: calc(50% - 40px);
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 16px;
}

.more-text {
  background-color: #244600;
  padding: 60px 20px;
}

.more-text .text {
  width: 50%;
}

.more-text .text h3 {
  margin-bottom: 30px;
  text-align: center;
}

.more-text .text h4 {
  font-weight: bold;
}

.more-text .text p {
  max-width: none;
  margin-bottom: 10px;
}

.more-text .see-more {
  display: block;
  margin: auto;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.more-text .embed-info {
  margin-bottom: 20px;
}

.more-text figure {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}

.more-text figure img {
  width: 100%;
  height: auto;
}

.more-text figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 12px;
}

/*---------------------*/

.moving-bg {}

.moving-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

/*---------------------*/

.creditos-container {
  padding: 100px 20px 40px;
  background-color: #000;
  position: relative;
}

.creditos-wrapper {
  max-width: 1800px;
  margin: 0 auto;
}

/* Encabezado */
.titulo-seccion {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.titulo-seccion h2 {
  font-size: 2rem;
  color: #7e7e7e;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

/* Grid de créditos */
.creditos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.categoria {
  background: black;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dl-logo {
  width: 200px;
  max-width: 100%;
}

.categoria h3 {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
}

.categoria ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.categoria li {
  padding: 4px 0;
  font-size: 1.1rem;
  color: #cacaca;
  transition: color 0.3s ease;
}

.categoria li:last-child {
  border-bottom: none;
}

.categoria li:hover {
  color: #3498db;
}

.copyright {
  text-align: center;
  padding: 40px 20px 20px;
}

/* Estilos para pantallas pequeñas */
@media (max-width: 768px) {
  .titulo-seccion h1 {
    font-size: 2.2rem;
  }

  .creditos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .categoria {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .titulo-seccion h1 {
    font-size: 1.8rem;
  }

  .categoria h2 {
    font-size: 1.3rem;
  }

  .categoria li {
    font-size: 1rem;
  }
}

/*---------------------*/

.galeria {
  margin: 25px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carrusel-contenedor {
  position: relative;
  height: 100%;
  background: transparent;
  margin-bottom: 20px;
}

.carrusel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrusel-slide.activo {
  opacity: 1;
}

.carrusel-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.carrusel-slide .caption {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.carrusel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.carrusel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carrusel-prev {
  left: 15px;
}

.carrusel-next {
  right: 15px;
}

.carrusel-indicadores {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.indicador {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.indicador.activo {
  background: white;
}

.galeria-titulo {
  text-align: center;
  margin-bottom: 15px;
  color: #2c3e50;
  font-size: 1.2em;
  font-weight: bold;
}

/*---------------------*/

.absolute-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  background: #00000077;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.absolute-menu .dl-logo-container {
  max-width: 50%;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media (max-width: 768px) {
  .absolute-menu {
    top: 10px;
    left: 10px;
    padding: 4px;
  }
}

.absolute-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.absolute-menu li {
  margin: 8px 0;
}

.absolute-menu a {
  text-decoration: none;
  color: #e8e8e8;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: block;
  cursor: pointer;
}

.absolute-menu a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.absolute-menu a.active {
  background: #007bff;
  color: white;
}

.absolute-menu .social-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px;
  padding: 5px 0;
}

.share-label {
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  font-weight: 500;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  padding: 7px !important;
}

.share-btn svg {
  transition: fill 0.3s ease;
}

/* Colores específicos para cada red social */
.share-btn.facebook {
  color: #1877f2;
  border-color: #1877f2;
}

.share-btn.twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

.share-btn.linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

.share-btn.whatsapp {
  color: #25d366;
  border-color: #25d366;
}

.menu-toggle {
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  justify-content: space-between;
  padding: 12px;
}

.menu-toggle:hover {
  border: none;
}

.menu-toggle+ul {
  display: none;
}

.menu-toggle.active+ul {
  display: block;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.rios-container-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 60px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.st0 {
  fill: #04d860;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.out-top {
  animation: rotate 50s linear infinite;
  transform-origin: 13px 25px;
}

.in-top {
  animation: rotate 40s linear infinite;
  transform-origin: 13px 25px;
}

.out-bottom {
  animation: rotate 55s linear infinite;
  transform-origin: 84px 93px;
}

.in-bottom {
  animation: rotate 45s linear infinite;
  transform-origin: 84px 93px;
}

/*---------------------*/

@media (max-width: 768px) {
  .hero-container {
    height: 200vh;
  }

  .hero>svg {
    transform: translate(-50%);
    margin-left: 50%;
    height: 100vh;
  }

  .slide-video .content p,
  .slide .content p {
    font-size: 16px;
    line-height: 18px;
  }

  .panel p {
    font-size: 16px;
  }

  .pin-spacer {
    background-color: #000;
  }

  .comparisonTitle {
    font-weight: bold;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: 20px;
    z-index: 2;
    border-bottom: 2px solid #fff;
  }

  .comparisonTitle h2 {
    font-size: 23px;
    line-height: 14px;
  }

  .comparisonText {
    font-weight: 100;
    position: absolute;
    top: auto;
    bottom: calc(14% - 34px);
    left: 20px;
    z-index: 1;
  }

  .comparisonText h3 {
    font-size: 14px;
  }

  .comparisonSection-figcaption {
    top: 10px;
    left: auto;
    right: 20px;
    font-size: 10px;
    padding: 0;
    line-height: 12px;
  }

  section.horizontal .item {
    position: relative;
    padding: 100px 40px;
    flex: 0 0 380px;
    align-items: center;
    line-height: 1.7;
  }

  .testi-card .testi-card-img {
    height: 180px;
  }

  .testi-card .testi-card-title h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .testi-card .testi-card-title h4 {
    font-size: 14px;
  }

  .black {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .panel-text {
    padding: 0 20px;
    font-size: 14px;
  }

  .p-wrap {
    width: 100%;
    display: none;
  }

  .text-wrap {
    width: 100%;
    height: 100vh;
  }

  .panel-text figure {
    margin: 0;
    position: relative;
  }

  .panel-text figure img {
    width: 100%;
  }

  .panel-text figure figcaption {
    width: 100%;
    font-size: 12px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .more-text .text {
    width: 100%;
  }

  .more-text .text h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .more-text figure figcaption {
    bottom: 6px;
    font-size: 12px;
    padding: 4px 6px;
  }

  .rios-container-title h2 {
    font-size: 28px;
  }

  .rios-container .animation-wrap {
    gap: 18px;
  }

  .modal {
    padding: 10px;
  }

  .modal-content {
    margin: 20px auto;
    padding: 30px 35px;
    height: calc(100vh - 40px);
  }

  .modal h3 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .modal-content-body {
    max-height: calc(100% - 120px);
    font-size: 16px;
    padding: 0 15px;
  }

  .modal-content .video-container {
    height: 200px;
  }

  .modal-content-body .carrusel-contenedor figure {
    height: auto;
  }

  .carrusel-slide img {
    max-height: none;
    object-fit: contain;
  }

  .carrusel-contenedor {
    max-height: 250px;
  }

  .modal-content-body figcaption {
    bottom: 0;
    font-size: 12px;
    padding: 4px 6px;
    right: 0;
    max-width: 100%;
  }

  .carrusel-indicadores {
    bottom: -10px;
  }

  .modal-content-body figure {
    height: fit-content;
    margin: 0;
  }

  .pImage {
    width: 90%;
  }

  .pContent {
    width: 100%;
    background-color: #0c3d68;
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 5px;
  }

  .slide .background {
    background-attachment: fixed;
    will-change: unset;
  }
}