* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}
.wave-separador{
  display: none;
}
.faqs-container{
  display: none;
}
.svg-top {
  position: relative;
  z-index: 1;
  margin-top: -10%;
}
.svg-bottom {
  position: relative;
  z-index: 1;
  margin-top: -10%;
}
strong {
  font-family: "Quicksand", sans-serif;
}
.header {
  width: 100%;
  height: 90px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 4px #2e2e2e6c;
  position: fixed;
  z-index: 333;
  background-color: #062735;
}
.header-logo {
  width: 300px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header-logo a {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header-logo img {
  height: 60%;
}
.header-nav {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  background-color: #00111d00;
}

.header-nav ul {
  display: flex;
  margin: 0;
}
.header-nav li {
  list-style: none;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
.header-nav li:hover {
  color: #bddb6b;
}
.header-nav a {
  color: white;
  text-decoration: none;
  transition: 0.5s;
}
.header-nav a:hover { color: #bddb6b; }
/* Estilos para el logo */
.navbar-brand img {
  height: 40px; /* Ajusta el tamaño según sea necesario */
  padding: 0;
}
.container-fluid {
  padding-left: 0;
}
.navbar {
  padding-left: 10%;
  background-color: #062735;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #062735;
  display: none;
}
/* Espacio para compensar la barra de navegación fija */
.content-spacing {
  padding-top: 70px; /* Ajusta este valor según la altura de la barra de navegación */
}
.collapse, .navbar-nav, .text-body-emphasis { background-color: #062735; }
.nav-menu {
  padding-top: 80px;
  padding-bottom: 10px;
  padding-left: 10%;
  background-color: #062735;
}
.collapse {
  position: fixed; /* Cambia el menú a una posición fija */
  top: 0; /* Ajusta la posición para que esté en la parte superior */
  width: 100%; /* Se asegura de que el menú colapse se extienda por todo el ancho */
  z-index: 1050; /* Asegura que el menú esté por encima de otros elementos */
}
#back-video{
  display: none;
}
.principal {
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-rows: 1000px;
  grid-template-areas: "principal-title principal-img1";
}

.principal-title {
  grid-area: principal-title;
  width: 100%;
  height: 100%;
  background-color: #01c09a;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 10%;
  gap: 20px;
  box-shadow: 2px -10px 15px rgb(29, 29, 29);
  position: relative;
  z-index: 3;
  transition: 0.5s;
}
.principal-title:hover {
  background-color: #03d3a9;
}
.principal-title h1 {
  text-align: start;
  font-size: 6rem;
  font-weight: 700;
  color: white;
}
.principal-title h3 {
  text-align: start;
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
.principal-title span {
  text-align: start;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}
.principal-title a {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.principal-title button {
  border-style: none;
  background-color: #004c6d;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}
.principal-img1 {
  grid-area: principal-img1;
  box-shadow: 2px -10px 15px rgb(29, 29, 29);
  overflow: hidden;
  background-image: url(/assets/images/fondo\ principal\ image.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}


.principal-img1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.secondary {
  width: 100%;
}
.secondary-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 80px 20px 80px;
  font-size: 3rem;
  color: #f8ae00;
}
.secondary-1 h2 {
  font-size: 3rem;
}
.secondary-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 10% 80px 10%;
  text-align: center;
}

.terciary {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 600px;
  grid-template-areas: "que con-quienes funciones";
  background: #01c09a;
  background: linear-gradient(0deg, #f8ae0086 5%, rgba(189, 219, 107, 0) 100%),
    url(/assets/images/DJI_0722nieve.jpg);
    background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.que {
  grid-area: que;
  background-color: #06273575;
}
.con-quienes {
  grid-area: con-quienes;
  background-color: #06273575;
}
.funciones {
  grid-area: funciones;
  background-color: #06273575;
}
.carta {
  transition: background-color 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.description {
  display: none;
  font-size: 0.9rem;
}
.title {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px;
  color: #f7f7f7;
}

.carta:hover {
  background-color: #f7f7f7; /* Efecto visual */
}
.carta:hover .description {
  color: #062735;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 80px;
}
.carta:hover .title {
  display: none;
}

.fourth {
  width: 100%;
  background-color: #062735;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px;
  grid-template-areas: "plan-title plan-description plan-description";
}
.plan-title {
  grid-area: plan-title;
  background-color: #062735;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  color: white;
  text-align: start;
}
.plan h2 {
  font-size: 3rem;
}
.plan-description {
  grid-area: plan-description;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 80px;
  color: white;
}
.fifth {
  width: 100%;
  height: auto;
  background-color: #062735;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out; /* Animación suave al expandir */
}
.fifth.show {
  max-height: 20200px; /* Establece un valor alto para permitir que la sección se expanda completamente */
}
.timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(0, 123, 172);
  background: linear-gradient(0deg, #009afaa8 14%, rgba(0, 40, 44, 0.548) 100%),
    url(/assets/images/DJI_0651.jpg);
    background-position: center;
    background-size: cover;
  gap: 40px;
  padding: 5% 20% 5% 20%;
  border-radius: 0px 0px 0px 0px;
}

.timeline-item {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 70%;
  max-width: 800px;
  padding: 20px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  align-self: flex-start;
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
}

.timeline-year {
  position: absolute;
  top: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004c6d;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  font-size: 18px;
}

.timeline-item:nth-child(odd) .timeline-year {
  right: -100px;
}

.timeline-item:nth-child(even) .timeline-year {
  left: -100px;
}

.timeline-title {
  font-size: 20px;
  font-weight: bold;
  color: #004c6d;
  margin-bottom: 10px;
}

.timeline-description {
  font-size: 16px;
  line-height: 1.6;
}

.timeline-line {
  width: 4px;
  height: 100%;
  background-color: #5bbfba;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.toggle-button {
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  background-color: #f8ae00;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  transition: 0.5s;
}

.toggle-button:hover {
  color: white;
  background-color: #0099fa;
}
.sixth {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sixth-title {
  grid-area: sixth-title;
  background-color: #126c9c00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 80px 8px 80px;
  color: #0099fa;
  text-align: start;
}
.sixth-title h2 {
  font-size: 3rem;
  text-align: center;
}
.sixth-description {
  grid-area: sixth-description;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 80px 10% 80px 10%;
}
.sixth-description p {
  font-size: 1.2rem;
}
.sixth-buttons {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0 10% 0 10%;
}
.sixth-buttons button {
  width: 200px;
  height: 80px;
  border-style: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #0099fa;
  transition: 0.5s;
}
.seventh {
  width: 100%;
  height: auto;
  background: #ffffff00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: flex;
  flex-direction: column;
  padding: 80px 10% 80px 10%;
}
.seventh-title {
  width: 20%;
}
.goals-2030 {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "title-2030 meta-incondicional-2030 transporte-2030 energia-2030 residuos-2030 meta-condicional-2030";
  gap: 0px;
  background: rgb(0, 123, 172);
  background: linear-gradient(0deg, #009afaa8 14%, rgba(0, 40, 44, 0.548) 100%),
    url(/assets/images/DJI_0530.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  margin-bottom: 20px;
}
.title-2030 {
  grid-area: title-2030;
  writing-mode: vertical-rl; /* Pone el texto en vertical */
  text-orientation: mixed; /* Mantiene las letras derechas */
  transform: rotate(180deg); /* Invierte el texto para que quede de cabeza */
  background-color: #004c6d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 0px;
  color: white;
}
.title-2030 h2 {
  font-size: 3rem;
}
.goals-title {
  grid-area: goals-title;
  padding: 40px;
  color: #062735;
}
.goals-title h2 {
  font-size: 3rem;
  font-weight: 700;
}
.meta-incondicional-2030 {
  grid-area: meta-incondicional-2030;
}
.transporte-2030 {
  grid-area: transporte-2030;
}
.energia-2030 {
  grid-area: energia-2030;
}
.residuos-2030 {
  grid-area: residuos-2030;
}
.meta-condicional-2030 {
  grid-area: meta-condicional-2030;
}
.section-2030 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 40px;
  border-radius: 0px;
  color: white;
}
.goals-2050 {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "title-2050 meta-incondicional-2050 meta-condicional-2050 emisiones-gei-2050 emisiones-gei-2050";
  gap: 0px;
  background: rgb(0, 157, 172);
  background: linear-gradient(0deg, #0099fa 14%, rgba(0, 40, 44, 0.548) 100%),
    url(/assets/images/DJI_0530.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 50px;
}
.title-2050 {
  grid-area: title-2050;
  writing-mode: vertical-rl; /* Pone el texto en vertical */
  text-orientation: mixed; /* Mantiene las letras derechas */
  transform: rotate(180deg); /* Invierte el texto para que quede de cabeza */
  background-color: #004c6d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 0px;
  color: white;
}
.title-2050 h2 {
  font-size: 3rem;
}
.meta-incondicional-2050 {
  grid-area: meta-incondicional-2050;
}
.meta-condicional-2050 {
  grid-area: meta-condicional-2050;
}
.emisiones-gei-2050 {
  grid-area: emisiones-gei-2050;
}
.section-2050 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 40px;
  border-radius: 0px;
  color: white;
}
.eighth {
  width: 100%;
  height: 600px;
  display: flex;
}
.eighth-title {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 100px;
  padding-left: 10%;
  background-color: #e54c3c;
  gap: 30px;
}
.eighth-title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.eighth-title p {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
}
.eighth-title button {
  width: 300px;
  height: 80px;
  border-style: none;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #0099fa;
  transition: 0.5s;
}
.eighth-aside {
  width: 50%;
  height: 100%;
  background: rgb(0, 157, 172);
  background: linear-gradient(45deg, #0099fa 20%, rgba(0, 0, 0, 0) 10%),
    url(/assets/images/FC6-2048x1365-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.ninth {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.ninth-title {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
  padding-right: 10%;
  gap: 30px;
  background-color: #ffffff;
  text-align: start;
  color: #01c09a;
}
.ninth-title h2 {
  font-size: 3rem;
  font-weight: 700;
}
.ninth-title p {
  font-size: 1.2rem;
  font-weight: 500;
}
.ninth-video {
  width: 50%;
  height: 100%;
  background-color: #004c6d;
}
.ninth-video h2{
  display: none;
}
.video-title {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; /* Asegura que el texto esté delante del video */
  font-size: 2rem; /* Ajusta el tamaño según prefieras */
  font-weight: 700;
  color: #ffffff; /* Ajusta el color según prefieras */
  background: linear-gradient(-45deg, #f8ae00 20%, rgba(0, 0, 0, 0) 10%);
  padding: 1rem;
  text-transform: uppercase;
}
.video-title h2 {
  font-weight: 700;
  display: none;
}
.ninth-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top top;
}
.ninth-video {
  position: relative;
  width: 50%;
  height: 100%; /* O ajusta la altura según necesites */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white; /* Para que el texto sea visible sobre el video */
}

#background-video-ninth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que el video cubra todo el contenedor */
  object-position: center;
  z-index: 0; /* Asegura que el video esté detrás */
}
.slicer-buttons{
  display: none;
}
.slicer {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #01c09a;
}
.slicer-title {
  height: auto;
  padding: 40px 0 20px 0;
  margin-bottom: 5%;
}
.slicer-title h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}
.custom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  gap: 40px;
}
.info-block {
  width: 80%;
  padding: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-block p {
  font-size: 1.2rem;
}
.slicer-container {
  width: 20%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.video-item {
  display: none;
}
.video-item.active {
  display: block;
  display: flex;
  justify-content: center;
}
.video-player {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-player {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: none;
  color: #01c09a;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0; /* Oculto por defecto */
  transition: opacity 0.3s ease; /* Transición suave para mostrar/ocultar */
}

.play-btn:hover {
  opacity: 1;
}

.play-btn i {
  color: #01c09a;
}
/* Mostrar el botón al hacer hover en el video o al enfocar el botón */
.video-wrapper:hover .play-btn,
.play-btn:focus {
  opacity: 1;
}
.video-player[playing] + .play-btn {
  display: none;
}
.btn-resp{
  display: none;
}
.btn1 {
  width: 10%;
  height: 600px;
  padding: 10px 20px;
  background-color: #01c09a;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.btn1 i {
  font-weight: 700;
  font-size: 3rem;
}
.btn1:disabled {
  cursor: not-allowed;
}
.video-caption {
  text-align: center;
  margin-top: 10px;
}
.custom-controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
}

.progress-bar {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  background: #ffffff;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 5px;
  background: #03d3a9;
  border-radius: 50%;
  cursor: pointer;
}

.progress-bar::-moz-range-thumb {
  width: 80px;
  height: 80px;
  background: #03d3a9;
  border-radius: 50%;
  cursor: pointer;
}
.ninth-round2{
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #f8ae0000 20%, rgba(0, 0, 0, 0) 10%), url(/assets/images/ronda2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ronda2-content{
  width: 100%;
  height: auto;
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 40px;
}
.ronda2-title{
  width: 100%;
  height: auto;
  text-align: start;
}
.ronda2-title h2{
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}
.ronda2-description{
  width: 100%;
  height: auto;
  text-align: start;
  display: flex;
  flex-direction: column;
}
.ronda2-description p{
  font-size: 1.2rem;
  color: #ffffff;
}
.ronda2-description a{
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  transition: 0.5s;
}
.ronda2-description a:hover{
  color: #0099fa;
}
.ronda2-description i{
  font-size: 1.3rem;
  padding-right: 1px;
}
.tenth {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 5% 10% 10% 10%;
}
.tenth-title {
  width: 100%;
  height: auto;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tenth-title h2 {
  color: #0099fa;
  font-weight: 700;
  font-size: 3rem;
}
.tenth-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "content1 content2 content3";
  gap: 80px;
}
.content1 {
  grid-area: content1;
  background-color: #06273500;
}
.content2 {
  grid-area: content2;
  background-color: #06273500;
}
.content3 {
  grid-area: content3;
  background-color: #06273500;
}
.card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px auto;
  grid-template-areas:
    "card-title"
    "card-description";
  border: none;
  border-radius: 0;
}
.card-description {
  grid-area: card-description;
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-size: 0.9rem;
}
.card-title {
  grid-area: card-title;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: start;
  color: #0099fa;
  transition: 0.5s;
}
.eleventh {
  width: 100%;
  height: auto;
  background-color: #0099fa;
  padding: 5% 10% 5% 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
.aliance-img {
  width: 400px;
  height: auto;
  overflow: hidden;
  object-fit: contain;
}
.aliance-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
footer {
  width: 100%;
  height: 250px;
  display: flex;
  padding: 20px;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #062735;
}
.footer-container {
  width: 100%;
  height: 80%;
  margin: 20px;
  background-color: #00aebe00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social {
  display: flex;
  flex-direction: column;
  color: white;
}
.social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon {
  width: 40px;
  height: 40px;
  background-color: white;
  margin: 10px;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
}

#btn-back-to-top {
  position: fixed;
  bottom: 120px;
  right: 40px;
  display: none;
  background-color: #062735;
  border-color: #062735;
  border-radius: 50%;
}
/* Estilo del contenedor */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* Centrar la lupa */
  padding-left: 20px; /* Sin desplazamiento extra */
}

/* Estilo de la lupa */
.search-icon {
  background: none; /* Sin fondo */
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
}

.search-icon i {
  color: white; /* Color blanco para la lupa */
}

/* Contenedor del input */
.search-input-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

/* Input */
#searchInput {
  width: 0;
  opacity: 0;
  padding: 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 30px; /* Espacio para la equis */
  transition: all 0.3s ease;
}

/* Mostrar input cuando se activa */
#searchInput.active {
  width: 200px;
  opacity: 1;
  padding: 10px;
}

/* Botón de la equis dentro del input */
.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  display: none;
}

.clear-icon:hover {
  color: #555;
}

/* Contenedor de resultados */
.search-results {
  position: absolute;
  top: 100%; /* Aparecen justo debajo del input */
  left: 20%;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  width: 200px; /* Ajuste según el ancho del input */
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para destacar */
}

.search-results a {
  text-decoration: none;
  display: block;
  padding: 10px;
  color: black;
  border-bottom: 1px solid #eee;
}

.search-results a:hover {
  background-color: #f0f0f0;
}
section {
  scroll-margin-top: 100px; /* Ajusta según la altura de tu header */
}
#section2{
  scroll-margin-top: 100px;
}