


header{
  background-color: rgb(34, 60, 82);
  height: 100px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

h3{
  text-align: center; 
  font-family: 'Montserrat', sans-serif; 
  font-size: 42px;
  color:rgb(34, 60, 82);
}

.logo{
  text-transform: uppercase;
  color: rgb(86, 197, 150);
  font-weight: 300;   
  font-family: 'Montserrat', sans-serif;
}
.logo_imagen{
  background-image: url(/Img/Logo_verde_liso-modified.png);
  background-size:80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 60%;
}


.menu a{
  height: 24px;
  display:inline-block;
  padding: 15px  15px;
  border-radius:60px;
  border: 2px solid transparent;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.1s;
}

.mostrar-menu, .esconder-menu{
  font-size: 30px;
  cursor: pointer;
  display: none;
  transition: 0.4s;
}

.esconder-menu{
  color:white;
}

.mostrar-menu{
  order: 1;
  color:white;
}

.menu a:hover{
  color:white;
  background-color: rgb(86, 197, 150);
  border: 2px solid transparent;

}
.mostrar-menu:hover{
  color:rgb(86, 197, 150)
}
.esconder-menu:hover{
  color:rgb(34, 60, 82);
}

#check{
  display: none;
}






/*Slider----------------------------------------------------------------- tema 1 */

.section{
  position: relative;
  width: 100%;
  display: block;
}
.full-height{
  min-height: 80vh;
}
.over-hide{
  overflow: hidden;
}
.padding-tb{
  padding: 100px 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 3px solid #bdc3c7;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url('Img/slider/Tema1.1.JPG');
  animation: border-transform 6s linear infinite alternate forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.checkbox.scnd + label{
  background-image: url('Img/slider/Tema1.2.JPG');
}
.checkbox.thrd + label{
  background-image: url('Img/slider/Tema1.3.JPG');
}
.checkbox.foth + label{
  background-image: url('Img/slider/Tema1.4.JPG');
}
.checkbox.fifth + label{
  background-image: url('Img/slider/Tema1.5.JPG');
}

.checkbox:checked + label{
  box-shadow: 0 8px 25px 0 rgba(16,39,112,.3);
  transform: scale(1.3);
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}
@keyframes border-transform{
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.slider-height-padding {
  padding-top: 500px;
}

ul {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  display: block;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 400px;
  border: 5px solid #bdc3c7;
  background-size: cover;
  background-position: center;
  
  border-radius: 50%;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2.7;
  color: #343434;

  opacity: 0;
  pointer-events: none;
  box-shadow: 0 8px 25px 0 rgba(16,39,112,.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(20%);
  background-image: none; /* Quitamos la imagen de fondo */
  display: flex; /* Para centrar el video */
  align-items: center;
  justify-content: center;
}



ul li span {
  mix-blend-mode: difference;
}
ul li:nth-child(2) {
  background-image: none; /* Quitamos la imagen de fondo */
  display: flex; /* Para centrar el video */
  align-items: center;
  justify-content: center;
}
ul li:nth-child(3) {
  background-image: none; /* Quitamos la imagen de fondo */
  display: flex; /* Para centrar el video */
  align-items: center;
  justify-content: center;
}
ul li:nth-child(4) {
  background-image: none; /* Quitamos la imagen de fondo */
  display: flex; /* Para centrar el video */
  align-items: center;
  justify-content: center;
}

ul li:nth-child(5) {
  background-image: none; /* Quitamos la imagen de fondo */
  display: flex; /* Para centrar el video */
  align-items: center;
  justify-content: center;
}


.checkbox.frst:checked ~ ul li:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.scnd:checked ~ ul li:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.thrd:checked ~ ul li:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.foth:checked ~ ul li:nth-child(4) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.fifth:checked ~ ul li:nth-child(5) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}




@media (max-width: 767px) {
  .slider-height-padding {
    padding-top: 390px;
  }
  ul li {
    height: 300px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  
}

@media (max-width: 575px) {
  .slider-height-padding {
    padding-top: 450px;
  }
  ul li {
    height: 400px;
  }

  .video-container {
    flex-direction: column; /* Apila los elementos en columna */
    text-align: center; /* Centra el texto */
  }

  .texto_video {
    width: 100%; /* Que ocupen todo el ancho */
  }
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%; /* Asegurar que ocupa todo el ancho */
  /*max-width: 900px; /* Puedes ajustar este valor */
  height: 90%; /* Ajusta según sea necesario */
  /*border: 5px solid red; /* Borde rojo */
  position: relative; /* Asegurar que el iframe se acomode bien */
  overflow: hidden; /* Evita que el video se salga */
}

.video-container iframe {
  width: 100%; /* Ocupar todo el ancho del div */
  height: 80%; /* Ocupar todo el alto del div */
  border: none;
}

.video-container .texto_video{

  padding: 10px;
  text-align: center;
}

.video-container .texto_video p{
  margin-bottom: 10px;
}

.video-container .texto_video a{
  display: block;
  margin: 0 auto
}





/*Slider----------------------------------------------------------------- */


/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 68px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
