:root{
    --colorENT: #5BC5AB;
    --colorWht: #f3f3f3;
   }
   .navBar.colored{
    background-color: var(--colorENT) !important; 
}

.navBar.colored .navBarContent .navBarContentItem{
    color: var(--colorWht) !important;
}

.navBar.colored .navBarContent .navBarContentItem:hover, .navBar.colored .navBarContent .navBarContentItem:hover{
    font-size: 16px !important;
    color: #ffffff !important;
}

.navBar.colored .navBarContent .navBarContentItem::after{
    background-color: aliceblue;
}

.navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox{
    background-color: var(--colorENT) !important;
}

.navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem .megaContent .megaTitle, .navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem .megaContent .megaText{
    color: var(--colorWht) !important;
}

.navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox::after{
    background-color: aliceblue;
}

.navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem:hover .megaContent .megaTitle, .navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem:hover .megaContent .megaTitle{
    color: #ffffff !important;
}

.navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem:hover .megaContent .megaText, .navBar.colored .navBarContent .navBarContentItem.navExpand .expandBox .fullbox .megaMenuItem:hover .megaContent .megaText{
    color: #ffffff !important;
}

.navBar.colored .megaMenuItem .megaContent::after{
    background-color: aliceblue;
}


 .titleCont{
    width: 100%;
    aspect-ratio: 1920/1080;
    position: relative;
    background-color: var(--colorENT);
    z-index: 5;
    max-height: 100vh;
    overflow: clip;
    top: -72px;
  }
  
.headParts{
    position: relative;
    top: -72px;
    padding-bottom: 0 !important;
    height: 150px !important;
}

  .titleENT{
      width: 100%;
        height: 100%;
      background-color: var(--colorENT);
      z-index: 5;
      opacity: 1;
      transition: 1.5s;
      display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-flow: column;
  }
  
  .titleENT.active{
      background-color: #447d9c00;
  }
  
  .entText{
      width: 100%;
      height: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 11vw;
      font-weight: 900;
      font-family: 'Bricolage Grotesque';
      position: relative;
      transition: 4s;
      transition-delay: 0.5s;
  }
  
  .enterp{
      width: 100%;
      height: fit-content;
      color: white;
      transition: 1s;
      transition-timing-function: cubic-bezier(.74,.17,.68,.93);
      z-index: 4;
      transform: translate(0,-50%) scale(1);
      transition-delay: 0.5s;
  }
  
  .topdown{
      width: 100%;
      height: fit-content;
      top: 0vh;
      display: flex;
      justify-content: center;
      font-size: 3vw;
      font-weight: 500;
      font-family: 'Bricolage Grotesque';
      transition: 1s;
      transition-timing-function: cubic-bezier(.55,-1,.29,.97);
      transition-delay: 0.5s;
  }
  
  .letter{
      position: relative;
      font-family: 'Oswald';
      top: 0 ;
      transition: var(--timeL);
      transition-delay: 0.5s;
      width: fit-content;
      height: fit-content;
      margin: 0px;
      opacity: 1;
      z-index: 4;
  }
  
  
  .titleENT.active .entText .letter{
    margin: 15px;
    top: -500px;
      opacity: 0;
      transform: var(--degL);
      transition-delay: 0s;
  }
  
  .titleENT.active .enterp{
      transform: translate(0,-50%) scale(0);
      transition-timing-function: cubic-bezier(.5,-0.92,.29,.97);
      transition-delay: 0s;
      opacity: 0;
      
      
  }
  
  .titleENT.active .enterp .topdown{
      top: 1vh;
      transition-delay: 0s;
  
  }
  
  .bubENT{
      width: 100%;
      height: fit-content;
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 2;
      opacity: 1;
      transition: 5s;
      z-index: 2;
      animation: bubble 10s infinite;
      transition-delay: 0.5s;
  }
  
  .titleENT.active .bubENT{
      opacity: 0;
      top: -100vh;
      animation: bubble 10s infinite;
      transition-delay: 0s;
  
  }
  
  .titleENT.active .bubENT .buble{
      opacity: 0;
      top: -100vh;
      animation: bubble 10s infinite;
      transition-delay: 0s;
  }
  
  @keyframes bubble{
      0%{
          transform: translateY(0px);
      }
      50%{
          transform: translateY(-40px);
      }
      100%{
          transform: translateY(0px);
      }
  }

.contenedorENTBody{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-top: 40px;
    overflow-x: hidden;
    overflow-x: clip;
}

.sectionCirclesENT{
    width: 100%;
    height: fit-content;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    overflow-x: clip;
    position: relative;

}

.sectionContainerOVER{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.seccionPaddingERR{
    width: 100%;
    height: fit-content;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 65px;   

}

.layout{
    width: 100% !important;
    height: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.tituloContenido{
    margin: 0 !important;
}

.indexDad{
    position: absolute;
    width: fit-content;
    height: 100%;
    left: 0;
}

      /*botones */ 

.stickyButton{
    width: 100%;
    height: 12vw;
    min-height: 15vh;
    max-height: 17vh;
    position: sticky;
    top: 0;
    overflow-x: clip;
    margin-bottom: 40px;
    z-index: 99999;

}

@media screen and (max-width: 760px){
    .stickyButton{
        height: 24vw;
        min-height: 30vh;
        max-height: 34vh;
    }
    
}

@media screen and (max-width: 470px){
    .stickyButton{
        height: 36vw;
        min-height: 45vh;
        max-height: 51vh;
    }
    
}

@media screen and (max-width: 326px){
    .stickyButton{
        height: 50vw;
        min-height: 80vh;
    }
}

.containCirclesandCont{
    overflow-y: clip;
}

.movingContainer{
    height: fit-content;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
    gap: 1.5vh;
    margin: 0;
    width: 100%;
    top:0;
    transform: translate(0, 0);
    padding: 25px;
    right: 0;
    transition: width 0s, top 0.5s, transform 0.5s, padding 0.5s, right 0.5s;
}


.index2, .index3{
    width: 15vh;
    min-width: 8vw;
    max-width: 9vw;
    margin-left: 10px;
    z-index: 99999;
}

.secciones{
    height: fit-content;
    width: 100%;
}

.dadIndex{
    width: fit-content;
    height: 100%;
    position: absolute;
    top: 0;
}


.movingContainer.active{
    width: 15vh;
    min-width: 8vw;
    top: 50vh;
    right: 0;
    transform: translate(0, -50%);
    padding: 0;
    animation: leftonStart 0.5s;
    animation-delay: 0.5s;
    transition-delay: 0.9s, 0s, 0s, 0s, 0s;
    background-color: transparent;
}

@keyframes leftonStart{
    0%{
        transform: translate(0%, -50%);
    }
    50%{
        transform: translate(-100px, -50%);
    }
    100%{
        transform: translate(50%, -50%);
    }
}

 .botones-redireccion{
    position: relative;
    margin: 150px auto;
   }
   .botones-redireccion div{
      height: 400px;
   }
   
   .contenedorBoton{
    width: 30px;
    margin: auto;
    height: 30px;
   }
   
   .logocontainer{
    background: transparent;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0,0) !important;
    width: 100% !important;
    padding: 80px 15% !important;
    height: fit-content;
    position: relative;
    z-index:10;
   }
   
   
   @keyframes blink{
    0% {transform: scaleX(1) scaleY(1)}
   
    1%{transform: scaleX(1.3) scaleY(0.1)}
   
    2% {transform: scaleX(1) scaleY(1)}
   
    60% {transform: scaleX(1) scaleY(1)}
    61% {transform: scaleX(1.3) scaleY(0.1)}
   
    62% {transform: scaleX(1) scaleY(1)}
   
    100% {transform: scaleX(1) scaleY(1)}
   }
   
   #taffy {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: -5;
   }
   
   #retina {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 49%;
    z-index: -4;
    transform: translate(-50%, -50%);
   }
   
   .button-container {
    display: inline-block;
    width: 98vw;
    margin-bottom: 2vw;
    height: 607px;
   }
   
   .circles {
    width: 12vw;
    height: 12vw;
    min-width: 15vh;
    min-height: 15vh;
    max-width: 17vh;
    max-height: 17vh;
    color: var(--colorCirc);
    background-color: transparent;
    border: 0px solid var(--colorCirc);
    border-radius: 50%;
    border-width: 8px;
    position: relative;
    transition: 1s;
    z-index: 10;
    cursor: pointer;

}

   /* Estilos para los botones en forma de div */
   .movingContainer.active .circles {
    width: 15vh;
    height: 15vh;
    min-width: 8vw;
    min-height: 8vw;
    max-width: 10vw;
    max-height: 10vw;
    border-width: 10px;
}

@media screen and (max-width: 1250px){
    .movingContainer.active .circles {
        border-width: 5px;
    }
    
}

.overview {
    top: 77%;
    left: -10%;
    width: 170px;
    height: 170px;
    color: #5BC5AB;
    background-color: transparent;
    border: 5px solid #5BC5AB;
    border-radius: 65%;
    border-width: 2vh;
    transition: background-color 0.5s, transform 0.5s;
    position: absolute;
}
.results {
    top: 77%;
    left: 82%;
    width: 170px;
    height: 170px;
    color: #447D9C;
    background-color: transparent;
    border: 5px solid #447D9C;
    border-radius: 50%;
    border-width: 2vh;
    transition: background-color 0.5s, transform 0.5s;
    position: absolute;
}
.Unmet {
    top: 77%;
    left: 129%;
    width: 170px;
    height: 170px;
    color: #D27063;
    background-color: transparent;
    border: 5px solid #D27063;
    border-radius: 50%;
    border-width: 2vh;
    transition: background-color 0.5s, transform 0.5s;
    position: absolute;
}
.Long {
    top: 77%;
    left: -54%;
    width: 170px;
    height: 170px;
    color: #F6AE2D;
    background-color: transparent;
    border: 5px solid #F6AE2D;
    border-radius: 50%;
    border-width: 2vh;
    transition: background-color 0.5s, transform 0.5s;
    position: absolute;
}
   
   .button-content {
    position: absolute;
    height: fit-content;
    text-align: center;
    width: 12vh;
    height: fit-content;
   }
   
   
   /* Efecto de crecimiento y cambio de fondo al pasar el cursor sobre los div de los botones */
   .circles:hover {
    background-color: var(--colorHover);
   }

   .circles.active{
    background-color: var(--colorCirc);
    animation: selectedStar 0.8s;

   }

   @keyframes selectedStar{
    0% {transform: scale(1)}
    30% {transform: scale(1.2)}
    100% {transform: scale(1)}
   }

   .overview:hover {
    border: none;
    background-color: #5BC5AB;
    transform: scale(1.5);
   }
   .results:hover {
    border: none;
    background-color: #447D9C;
    transform: scale(1.5);
   }
   .Unmet:hover {
    border: none;
    background-color: #D27063;
    transform: scale(1.5);
   }
   .Long:hover{
    border: none;
    background-color: #F6AE2D;
    transform: scale(1.5);
   }
   /* Estilo para el contenido de los div de los botones al pasar el cursor sobre ellos */
   .circless:hover .tituloBoton{
    font-size: 18px;
   }
   
   .circles:hover .contentBoton, .circles.active .contentBoton{
    text-align: justify;
    color: white;
    display: block;
   }
   
   /* Estilo para el botón "Learn More" al pasar el cursor sobre los div de los botones */
   .learnMore {
    background-color: transparent;
    border: 3px solid white;
    border-radius: 10px;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    font-size: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
   }
  
  .learnMore:active{
    margin-top: 3px;
    margin-left: 3px;
    box-shadow: none;
  }
  
  .learnMore:focus{
    outline: none;
  }
   
   .circless:hover .learnMore {
    display: inline-block;
    width: 80px;
    background-color: #C55B75;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
   }
   .overview:hover .learnMore{
    display: inline-block;
    width: 80px;
    background-color: #5BC5AB;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
   }
   .results:hover .learnMore{
    display: inline-block;
    width: 80px;
    background-color: #447D9C;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
   }
   .Unmet:hover .learnMore{
    display: inline-block;
    width: 80px;
    background-color: #D27063;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
   }
   .Long:hover .learnMore{
    display: inline-block;
    width: 80px;
    background-color: #F6AE2D;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
   }
   /* Estilo para los títulos y contenido de los div de los botones */
   .tituloBoton {
    font-size: 1rem;
    font-weight: bold;
    align-items: center;
    margin: auto auto;
    text-align: center;
    transition: 1s;
    min-width: min-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1250px){
    .tituloBoton{
        font-size: 0.9rem;
    }
    
}

.movingContainer.active .circles .button-content .tituloBoton{
    font-size: 0.9vw;
}


@media screen and (max-width: 1200px){
    .movingContainer.active .circles .button-content .tituloBoton{
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 750px){
    .stickyButton{
        position: relative;
    }
    .movingContainer.active{
        width: 100%;
        top:0;
        transform: translate(0, 0);
        padding: 25px;
        right: 0;
        transition: width 0s, top 0.5s, transform 0.5s, padding 0.5s, right 0.5s;
        animation: leftonStart none;
    
    }
    .movingContainer.active .circles {
        width: 10vw;
        height: 10vw;
        min-width: 15vh;
        min-height: 15vh;
        border-width: 8px;
        max-width: 10vw;
        max-height: 10vw;
    }
}

  
   
   .contentBoton {
    font-size: 13px;
    display: none;
    transition: 1s;
   }

   .fraseemprende{
    margin: 0;
   }
   
   /* Efecto de sombra y transformación al pasar el cursor sobre los botones */
   .circles:hover .tituloBoton, .circles.active .tituloBoton{
    color: white;
    max-width: 100%;
    max-height: 100%;
    display: contents;
    height: 139px;
    width: 175px;
   }

   /*gif prototipo */
   .prototype {
    max-width: 100%;
    height: 81%;
    position: relative;
    top: -24vh;
    left: 19vh;
    z-index: 500;
    overflow: hidden;
}
.tableBus{
    width: 100%;
}

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events *{
  outline: 0;
}
.h--timeline-container,
.h--timeline-events{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h--timeline{
    opacity: 0;
    transition: opacity 0.2s;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity: 1
}
.h--timeline-container{
    height: 100px;
}
.h--timeline-dates{
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,.h--timeline-dates::before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 50px;
}
.h--timeline-dates::before{
    left: 0;
    background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}
.h--timeline-dates::after{
    right: 0;
    background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line{
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 2px;
    background-color: #f7f7f7;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #6e1e46;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


/* Bullet points */
/* --------------------------------------- */
.h--timeline-date{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.h--timeline-date:hover{
    font-weight: 600;
}
.h--timeline-date::after,
.h--timeline-date::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #6e1e46;
    background-color: #f7f7f7;
    transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom: -3px;
    height: 9px;
    width: 9px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    z-index: 2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition: background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--selected{
    pointer-events: none
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--selected::before{
    background-color: #6e1e46;
}
.h--timeline-date--older-event::after{
    background-color: #6e1e46;
    border-color: #6e1e46;
}
/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation{
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #f7f7f7;
    transition: border-color 0.3s;
}
.h--timeline-navigation::after{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;}
.h--timeline-navigation:hover{
    border-color: #6e1e46;
}
.h--timeline-navigation--prev{
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next{
    right: 0;
}
.h--timeline-navigation--inactive{
    cursor: not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position: 0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
    overflow: hidden;
    transition: height .4s;
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.h--timeline-event{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 1rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.h--timeline-event-content{
    max-width: 800px;
    margin: 2rem auto 0;
	padding: 2rem;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}
.h--timeline-event--selected{
    position: relative;
	top: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction: reverse;
}
.h--timeline-event-title{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
}
.h--timeline-event-date{
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}
.h--timeline-event-date::before{
    content: '- ';
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
    background-color: #6e1e46;
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--older-event::after{
    background-color: #6e1e46;
    border-color: #6e1e46;
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom: -48px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    width: 21px;
    height: 21px;
    bottom: -11px;
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::after{
    bottom: 40px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    bottom: 37px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom: 45px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom: -3px;
}

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events *{
  outline: 0;
}
.h--timeline-container,
.h--timeline-events{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.h--timeline{
    opacity: 0;
    transition: opacity 0.2s;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity: 1
}
.h--timeline-container{
    height: 100px;
}
.h--timeline-dates{
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,.h--timeline-dates::before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 50px;
}
.h--timeline-dates::before{
    left: 0;
    background: linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}
.h--timeline-dates::after{
    right: 0;
    background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line{
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 49px;
    height: 2px;
    background-color: #f7f7f7;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #6e1e46;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}


/* Bullet points */
/* --------------------------------------- */
.h--timeline-date{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.h--timeline-date:hover{
    font-weight: 600;
}
.h--timeline-date::after,
.h--timeline-date::before{
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #6e1e46;
    background-color: #f7f7f7;
    transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom: -3px;
    height: 9px;
    width: 9px;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    z-index: 2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition: background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--selected{
    pointer-events: none
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--selected::before{
    background-color: #6e1e46;
}
.h--timeline-date--older-event::after{
    background-color: #6e1e46;
    border-color: #6e1e46;
}


/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation{
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #f7f7f7;
    transition: border-color 0.3s;
}
.h--timeline-navigation::after{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;}
.h--timeline-navigation:hover{
    border-color: #6e1e46;
}
.h--timeline-navigation--prev{
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next{
    right: 0;
}
.h--timeline-navigation--inactive{
    cursor: not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position: 0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
    overflow: hidden;
    transition: height .4s;
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.h--timeline-event{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 1rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.h--timeline-event-content{
    max-width: 800px;
    margin: 2rem auto 0;
	padding: 2rem;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}
.h--timeline-event--selected{
    position: relative;
	top: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction: reverse;
}
.h--timeline-event-title{
    color: #000;
    font-size: 3rem;
    font-weight: 600;
}
.h--timeline-event-date{
    display: block;
    font-style: italic;
    margin: 0.5rem auto;
    margin: 1rem auto;
}
.h--timeline-event-date::before{
    content: '- ';
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
    background-color: #6e1e46;
}
.h--timeline-date--selected::after{
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-date--older-event::after{
    background-color: #6e1e46;
    border-color: #6e1e46;
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom: -48px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    width: 21px;
    height: 21px;
    bottom: -11px;
    background-color: #f7f7f7;
    border-color: #6e1e46;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::after{
    bottom: 40px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    bottom: 37px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom: 45px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom: -3px;
}
/*diagrama circulito*/
.CText {
    width: 100%;
    color: black;
    padding-top: -7px;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: 500;
}

/* Media query para pantallas más pequeñas (como teléfonos móviles) */
@media screen and (max-width: 768px) {
    .CText {
        padding-top: 10px;
        padding-left: 10px;
        font-size: 1.8rem; /* Reducimos aún más el tamaño de fuente para dispositivos móviles */
    }
}
.fraseemprende {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Quicksand';
    text-align: center;
    line-height: 1.5;
    color: black;
    width: 100%;
    height: fit-content;
    top: 10px!important;
}
.contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.eti {
    width: 88%;
    align-content: center;
}
/*frase del inicio despues del welcome page*/
.fraseInicio{
    height: fit-content;
    color: #447D9C;
    font-weight: bold;
    width: 60%;
  }
  .fraseAcomodo{
    height: fit-content;
    width: 100%;
  }
  
  .phrase{
    position: relative;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
  }
  
  .fraseModel {
    position: relative;
    font-size: 40px;
    display: flex;
    text-align: center;
    font-family: "Bricolage Grotesque", monospace;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mkt-3dSlider{
    margin: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
  
  .char{
    font-size: 40px;
    height: 40px;
    animation: an 1s ease-out 1 both;
    display: inline-block;
  }
  
  @keyframes an{
    from{
      opacity: 0;
      transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }
    to{
      opacity: 1;
      transform: perspective(500px) translate3d(0, 0, 0);
    }
  }
  .dairy{
    width: 100%;
  }

  .clickInfoVan{
    margin: 0 auto;
    width: fit-content;
    /*blue green gradient*/
    background: linear-gradient(90deg, #00C9FF 0%, #80e28a 100%);
    border-radius: 20px;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: 0.5s;
    
  }
  .clickInfoVan1 {
    margin: 0 auto;
    width: fit-content;
    background: linear-gradient(90deg, #00C9FF 0%, #80e28a 100%);
    border-radius: 20px;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: 0.5s;
    margin-left: 51vh;
    width: 38vh;
    text-align: center;
}

/* Cosas del skeleton Loading*/
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
  }
  .skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
            animation: shimmer 2s infinite;
    content: "";
  }
  @-webkit-keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }
  
  .blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
  }
  .blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
  }
  
  .o-media {
    display: flex;
  }
  .o-media__body {
    flex-grow: 1;
    margin-left: 1em;
  }
  
  .o-vertical-spacing > * + * {
    margin-top: 0.75em;
  }
  .o-vertical-spacing--l > * + * {
    margin-top: 2em;
  }

  .sectionNone{
    width: 70%;
    margin: 200px auto;
    margin-top: 50px;  
  }

  .clickMeCr{
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(-100%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    animation: leftRight 2s ease infinite;
    opacity: 0;
    transition: opacity 0.8s, width 0s;
    width: 0;
  }

    .clickMeCr.active{
        opacity: 1;
        transition-delay: 1.6s;
        width: 120px;    
    }

  @keyframes leftRight{
    0%{
      left: -12px;
    }
    50%{
      left: -20px;
    }
    100%{
      left: -12px;
    }
  }

  @media screen and (max-width: 768px) {
    .clickMeCr{
      display: none;
    }
  }
    
  .taffyemprende{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .taffyemprende img{
    width: fit-content;
    max-width: 100%;
  }
  .subtitleO, .subtitleM, .subtitleU{
    text-align: center;
    font-family: 'Bricolage Grotesque';
    font-size:3vw;
    font-weight:500;
    color:#302535; 
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    align-items: center;
    max-width: 100%;
    padding-top: 10px;
   }
   .subtitleU:after, .subtitleU:before {
    content: " ";
    display: block;
    border: 2px solid #D27063;
    background-color:#f8f8f8;
  }
  .h3, h3 {
    font-size: 1.75rem;
    margin-left: 7vh;
}
.contenido1 {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Quicksand';
    text-align: justify;
    line-height: 1.5;
    margin-left: 43px !important;
    color: black;
    max-width: 90%;
}
.instr_selector1 {
    background: #309b8d;
    color: white;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-left: 14%;
    margin-top: -42%;
    max-width: fit-content;
}
.selector {
    position: relative;
    left: -13vw !important;
    top: -8vw;
    width: 9.7vw;
    height: 10vw;
    margin-top: 25vw;
    margin-bottom: 8vw;
}
.selector li:nth-child(7n+1) input + label {
    background: #5BC5AB;
}
.selector li:nth-child(7n+2) input + label {
    background: #5BC5AB;
}
.selector li:nth-child(7n+3) input + label {
    background: #5BC5AB;
}
.selector li:nth-child(7n+4) input + label {
    background:#5BC5AB;
} 
.selector li:nth-child(7n+5) input + label {
    background: #5BC5AB;
}
.selector li:nth-child(7n+6) input + label {
    background: #CE788F;
}

element.style {
    transform: rotate(-308.571deg);
}
.selector li:nth-child(7n+7) input + label {
    background:#CE788F;
}
.selector li:nth-child(7n+1) input + label {
    background: #5BC5AB;
}

.selector button {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('https://static.igem.wiki/teams/4607/wiki/fonts/logopeqcut.png');
    background-size: 32vw;
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .1s;
}
  
.selector button:focus {
    outline: none;
}
.selector.open li:nth-child(1):hover .description1 {
    display: inline-block;
    left: 16vw;
    top: 1vw;
    width: 24vw;
}
.selector.open li:nth-child(2):hover .description2 {
    display: inline-block;
    transform: rotate(-52deg);
    margin-top: -44px;
    margin-left: -50px;
    width: 20vw;
    top: -18vw;
    left: 9vw;
}
.selector.open li:nth-child(3):hover .description3 {
    display: inline-block;
    transform: rotate(-103deg);
    top: -28vw;
    left: -19vw;
    width: 25vw;
}
.selector.open li:nth-child(4):hover .description4 {
    display: inline-block;
    transform: rotate(-154deg);
    left: -38vw;
    top: -10vw;
    width: 25vw;
}
.selector.open li:nth-child(5):hover .description5 {
    display: inline-block;
    transform: rotate(154deg);
    left: 13vw;
    top: -11vw;
    width: 25vw;
}
.selector.open li:nth-child(6):hover .description6 {
    display: inline-block;
    transform: rotate(103deg);
    left: -8vw;
    top: -31vw;
    width: 29vw;
}
.selector.open li:nth-child(7):hover .description7 {
    display: inline-block;
    transform: rotate(51deg);
    left: -34vw;
    top: -30vw;
    width: 29vw;
}

.popup2 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup3 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup4 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup5 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup6 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup7 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup8 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup9 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup10 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup11 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup12 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup13 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup14 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup15 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup16 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
.popup17 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}

.popup18 {
    background-color: #447D9C;
    display: none;
    position: fixed;
    top: 47%;
    left: 32%;
    width: 47%;
    height: 37%;
    z-index: 9999;
    border-radius: 67px;
    animation: fade-in .5s ease forwards;
    flex-direction: column;
    /* overflow: hidden; */
    margin-left: 3vh;
}
  @keyframes fade-in {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .PopUpTitle {
    color: white;
    font-size: 114%;
    text-align: center;
  }
  
  .hid{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 55px;

  }

  .contdiagrama {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}


  .contenidoE{
    display: flex;
    height: 400px;
    width: 500px;
    justify-content: center;
    overflow: hidden;
    max-width: 109%;
  }
  
.contpapa {
    height: 400px;
    width: 500px;
    background: var(--gradient);
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    overflow: auto;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contpapa:hover {
    height: 700px;
}

.contpapa:hover .contenidotxt {
    max-height: 2000px;
}

.contenidoE {
    display: flex;
    height: 400px;
    width: 500px;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
}

.contenidoE img {
    display: flex;
    height: 300px;
    width: auto;
    margin: auto;
    border-radius: 5px;

}

.contenidoE h1 {
    justify-self: center;
    text-align: center;
    font-size: 1.2rem;
    font-family: "Quicksand";
}


.contenidotxt {
    align-self: center;
    text-align: center;
    font-family: 'Quicksand';
    font-weight: 500;
    width: 100%;
    transition: 2s;
    overflow: hidden;
    max-height: 0;
}


  .PopUpContent {
    color: white;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    height: fit-content;
    overflow-y: auto;
    padding-top: 2%;
  }
  .boton-ocultar {
    border-radius: 50%;
    width: 30px;
    height: auto;
    color: white;
    font-weight: bold;
    background-color: red;
    box-shadow: 2px 2px 4px black;
    margin-bottom: 9%;
    position: absolute;
    float: right;
    top: 5%;
    right: 5%;
  }
  
  .boton-ocultar:hover {
    background-color: darkred;
  }

  .popupContain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }

  .round-imageHuman {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
}
.round-imageHuman1 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -25vh;
    margin-left: 81vh;
}
.round-imageHuman1:hover {
    width: 180px;
    height: 180px;
  }
.round-imageHuman:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman2 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -36vh;
    margin-left: 33vh;
}
.round-imageHuman3:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman3 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -47vh;
    margin-left: 104vh;
}
.round-imageHuman2:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman4 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -58vh;
    margin-left: 8vh;
}
.round-imageHuman5:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman5 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -69vh;
    margin-left: 127vh;
}
.round-imageHuman6:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman6 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -39vh;
    margin-left: 8vh;
}
.round-imageHuman7:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman7 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -49vh;
    margin-left: 33vh;
}
.round-imageHuman8:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman8 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -59vh;
    margin-left: 57vh;
}
.round-imageHuman9:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman9 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -69vh;
    margin-left: 127vh;
}
.round-imageHuman10:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman10 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -71vh;
    margin-left: 81vh;
}


.round-imageHuman11:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman11 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -75vh;
    margin-left: 104vh;
}
.round-imageHuman12:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman12 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -40vh;
    margin-left: 47vh;
}
.round-imageHuman13:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman13 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -45vh;
    margin-left: 73vh;
}


.round-imageHuman16:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman16 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -56vh;
    margin-left: 97vh;
}
.round-imageHuman14:hover {
    width: 180px;
    height: 180px;
  }
  .round-imageHuman14 {
    border-radius: 100%;
    height: 140px;
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    transition: top .2s ease-in-out, width .5s, height .5s;
    margin-top: -13vh;
    margin-left: 73vh;
}
.round-imageHuman4:hover {
    width: 180px;
    height: 180px;
  }
  
  .clickInfoVan2 {
    margin: 0 auto;
    width: fit-content;
    background: linear-gradient(90deg, #00C9FF 0%, #80e28a 100%);
    border-radius: 20px;
    padding: 15px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: 0.5s;
    margin: 0 auto ;
    width: 38vh;
    text-align: center;
}
@media (max-width: 768px) {
    /* Estilos específicos para pantallas pequeñas */
    .popup {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup1 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup2 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup3 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup4 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup5 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup6 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
    .popup7 {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 70%;
        margin-left: 1vh;
    }
}
.selector {
    position: relative;
    left: -43vw;
    top: -8vw;
    width: 9.7vw;
    height: 10vw;
    margin-top: 25vw;
    margin-bottom: 8vw;
}
