body, html {
  overflow: hidden;
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  font-family: 'Kanit', sans-serif;
  margin: 0px;
  
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  width: 100%;
  overflow: hidden;
}

h1 {
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-size: 5em;    
  color: white;
    background: #121FCF;
 background: -webkit-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
background: -moz-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  
}

#hola {
  float: right;
  object-fit: contain;
  width: 49%;
  padding-top:23vh;
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-size: 10em;    
  color: white;
    z-index:9999;
    
background: -webkit-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
background: -moz-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} 


.arrow bounce{
 
}

.arrow {
 
  
  text-align: center;
  margin: 70vh;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

img{
  max-width: 100%;
  max-height: 100%
}


.botones{
    
    text-align: center;
    display: inline-block;
    float:left;
    padding-top:10px;
    padding-left:35vw;
    transition: opacity 0.5s;
}

buttones {
  width: fit-content;
  min-width: 100px;
  height: 45px;
  padding: 8px;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0px 0px 20px -20px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.0);
  transition: all 0.2s ease-in-out 0ms;
  user-select: none;
  ffont-family: 'Kanit', sans-serif;
    
}
a:visited {
    color: white !important;
}
a {
    color: white !important;
}

a {
    text-decoration: none;
}

buttones:hover {
  background-color: rgba(255,255,255,0.2);
  box-shadow: 0px 0px 20px -18px;
}

buttones:active {
  transform: scale(0.95);
}


.ia{
  max-width: 20%;
  max-height: 20%
  transform:translatex(-134px) translatey(393px);
}

.snap-container {
  height: 100%;
  overflow: scroll;
  scroll-snap-type: y mandatory;
  width: 100%;

}
.snap-container::-webkit-scrollbar{
  display: none;
}

.section {
  text-align: center;
  scroll-snap-align: start;
  min-height: 70vh;
  max-height: 70vh;
}

.section__content{

}

.section-0 {
  background-color: #1c1c1c;
  padding: 15vh 0;
  z-index: 6;
  overflow: hidden;
  background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
  width: 100%;
  height: 100vh;
    
    
}

.section-1 {
  background-color: #2b2b2b;
  padding: 5% 0;
  z-index: 6;
  min-height: 100vh;
  overflow: hidden;
    background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
}

.section-2 {
  background-color: #1c1c1c;
  height:100%;
  min-height: 100vh;
  z-index: 4;
  overflow: hidden;
  position: relative;
  perspective: 1000px;
    background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
   
}

.section-3 {
  background-color: #1c1c1c;
  height:100%;
  min-height: 100vh;
  z-index: 2;
  overflow: hidden;
  position: relative;
  perspective: 1000px;
    background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
}

.section-3 h1{
  transform: translate(0px,30px);
}

.section-4 {
  background-color: #283749;
  height:100%;
  min-height: 100vh;
  z-index: 2;
  overflow: hidden;
  position: relative;
  perspective: 1000px;
    background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
}

.section-5 {
  background-color: #f73859;
  height:100%;
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
    background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
}

.section-6 {
  background-color: #444444;
  padding-top: 20vh;
  overflow: hidden;
  min-height: 100vh;
  z-index: 3;
  overflow: hidden;   
    background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
}
 .header-m {
    display: none; /* Se oculta en escritorio */
  }

.header-e {
  position: fixed;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 10px;
  background-color: rgba(51, 51, 51, 0.2); 
  color: white; 
  text-align: right;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  backdrop-filter: blur(8px);
  z-index: 59;
    
}



.timex{
  text-align: center;
  display: inline-block;
  text-align: right;
  padding-right:20px;
}

.iconos-e {
 text-align: right;
 display: inline-block;
 
}

h2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.draggable {
  top: 10%;
  left: 10%;
  width: 1px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  cursor: move;
  z-index: 10;  
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  pointer-events: none; 
  transform: translate(-50%, -50%);
  animation: elasticCursor 0.5s forwards cubic-bezier(0.6, -0.5, 0.3, 1.5);
  z-index: 999;
}

@keyframes elasticCursor {
  from,
  to {
    transform: translate(-50%, -50%);
  }

  10%,
  30% {
    transform: translate(-50%, -50%) scaleX(1.2) scaleY(0.8);
  }

  40% {
    transform: translate(-50%, -50%) scaleX(0.8) scaleY(1.2);
  }

  60% {
    transform: translate(-50%, -50%) scaleX(1.1) scaleY(0.9);
  }
}



#closeButton {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute; 
  right: 10px; 
  top: 5px; 

}

#nombrecabecera {
  position: fixed;
  top: 0;
  left: 5em;
  z-index: 60; 
  cursor: pointer;
  
}

#thumbnail {
  width: 50px; 
}



.sec1 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  }
.sec2 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  }
.sec3 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  }


/*------------------------------------------------------------------------------------------------*/

.image-gallerym{
  display: none;
}





.image-galleryd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  left: 5%;
  
}
.row {
  display: flex;
  justify-content: center;
}

.image-galleryd img {
  filter: grayscale(100%);
  width: calc(15% - 20px);
  margin: 10px;
  transition: filter 0.3s ease;
  cursor: zoom-in;
}
.image-galleryd img:hover {
  filter: grayscale(0%);
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
  cursor: zoom-out;
}
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}

.iagrande{
  position: relative;
  left: 10%;
  width: 30%;
  height: 30%;
  float: left;

}

.jjoo{
  position: relative;
  left: 10%;
  width: 30%;
  height: 30%;
  float: left;

}

.pub {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.publi2 {
  float: right;

  width: 50%;
  padding: 20px;
}

.publi1 {
  float: left;

  width: 50%;
  padding: 20px;
}
.contenedor{
  display: flex;
  /*flex-direction: row;*/
}
.contenedor iframe {
 position: relative;
 width: 100%;
 height: 100%;
}

.accordion {
  display: flex;
  height: 100vh;
  min-height: 100vh;
  background-color: #1c1c1c;
     background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
}

.accordion div {
  flex: 1;
  transition: flex 0.5s;
  border: 0px;
  
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.accordion iframe {
  pointer-events: none;
  width: 100%;
  position: relative;
  padding-top: 10%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.accordion #justo{
    pointer-events: none;
  width: 100%;
  position: relative;
  padding-top: 10%;
  top: 0;
  left: 0;
  opacity: 100;
  transition: opacity 0.5s;
    max-height:50%;
}

.accordion p {
  position: absolute;
  margin-top: 25vh;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
  opacity: 100;
  transition: opacity 0.5s;
  color:white;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
 
}

.accordion img {
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  
  width: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  height: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
  transition: opacity 0.5s;
    
}

    
}

.sec8 img {
 object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
  width: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  height: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
    max-width:50%;
    max-height:50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
  transition: opacity 0.5s;
    
}
.sec8 p {
transform: translate(-00%, -80%);
  
  }
.sec7 p {
transform: translate(-50%, -290%);
}

.sec9 img {
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
  width: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  height: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
    max-width:50%;
    max-height:50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
  transition: opacity 0.5s;
    
}
.sec10 img {
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
  width: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  height: auto; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
    max-width:50%;
    max-height:50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
  transition: opacity 0.5s;
    
}

.accordion img:hover {
  filter: brightness(130%);
    transition: filter 0.5s;
}

.accordion img:hover:before {
  filter: brightness(100%);
    transition: filter 0.5s;
}


.accordion img:hover:after {
  filter: brightness(100%);
    transition: filter 0.5s;
}


.accordion .active img  {
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s;
}

.accordion .active {
  flex: 3;
}

.accordion .active p {
  position: absolute;
  opacity: 0;
}

.accordion .active iframe {
  opacity: 1;
  pointer-events: auto;
  display: flex;
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
    
}

.accordion .active #justo {
    max-height:70%;
    
   opacity: 1;
  pointer-events: auto;
  display: flex;
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen en el contenedor */
}
.accordion .active #textojusto {
     position: absolute;
  opacity: 0;
    }
.accordion #textojusto {
    max-height:70%;
    
   opacity: 1;
  pointer-events: auto;
  display: flex;
     top: 60%;
 
}

.iframemotion {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  max-width:49.34hw;
  height: auto;
  min-height: 56%;
}

.iframemotionv {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 5hw;
  height: 60%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}


.sec2 {
  background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
}

.sec5 {
  background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
    z-index:5;
}
.sec7 {
  background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
}

.sec9 {
  background-image: radial-gradient(#1e1e1e 1px, #2b2b2b 1px);
  background-size: 30px 30px;
}
 
.sec10 {
  background-image: radial-gradient(#2b2a2a 1px, #1c1c1c 1px);
  background-size: 30px 30px;
  
}



.botones-redes{
     display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
    padding-left:30vw;
    padding-right:30vw;
}


.button1 {
 display: inline-block;
 padding: 12px 24px;
 border: 0px solid #4f4f4f;
 border-radius: 4px;
 -webkit-transition: all 0.2s ease-in;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 19px;
 color: black;
 z-index: 1;
}

.button1:before {
 content: "";
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.25);
     -ms-transform: translateX(-50%) scaleY(1) scaleX(1.25);
         transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.0);
 border-radius: 50%;
 display: block;
 -webkit-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.button1:after {
 content: "";
 position: absolute;
 left: 55%;
 -webkit-transform: translateX(-50%) scaleY(1) scaleX(1.45);
     -ms-transform: translateX(-50%) scaleY(1) scaleX(1.45);
         transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #4f4f4f;
 border-radius: 50%;
 display: block;
 -webkit-transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.button1:hover {
 color: #ffffff;
 border: 0px solid #4f4f4f;
}

.button1:hover:before {
 top: -35%;
 background-color: #262525;
 -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
     -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
         transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button1:hover:after {
 top: -45%;
 background-color: #262525;
 -webkit-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
     -ms-transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
         transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}






#miTexto {
  --bg-size: 400%;
  --color-one: hsl(15 90% 55%);
  --color-two: hsl(40 95% 55%);
  font-family: 'Kanit', sans-serif;
  font-weight: 900;
  font-size: 800%;    
  display:block;
  text-align:center;
  line-height:.68em;
  /*padding-left:20%;
  padding-bottom:20%;*/
  background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
  background-clip: text;
-webkit-background-clip: text;
color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  #miTexto {
    animation: move-bg 8s linear infinite;
  }
  @keyframes move-bg {
    to {
      background-position: var(--bg-size) 0;
    }
  }
}

/* Esto hará que #miTexto no sea visible en pantallas con un ancho máximo de 600px (típicamente dispositivos móviles) */
@media only screen and (max-width: 600px) {
  #miTexto {
    display: none;
  }
}



.wrapper0 {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 99;
  display: flex;
  padding-top:3vh;
    justify-content: center;
    
}




.transmisiones{
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */

  height: auto;
  width: 40%; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  padding-right:8%; 
  float: right;
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  max-width: 40%; /* Asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
  width:40%;
 padding-top: 17vh;
  

}





.texto-transmisiones{
  padding-top:10%;
  
  width: 40%; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  
  float: right;
  padding-right:3%; 
}

.texto-transmisiones p{
  color:white;
}

.contenedor-transmisiones{
    width: 100%;
    padding: 20px;
    text-align: center;
}


.containert {
    object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */

  height: auto;
  width: 40%; /* Permite que la imagen se reajuste de acuerdo a su aspecto original */
  padding-right:8%; 
  float: right;
  object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su aspecto */
  max-width: 40%; /* Asegura que la imagen no exceda el ancho del contenedor */
  max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
  width:40%;
 padding-top: 17vh;
  
  
    
}

.terminal_toolbar {
  display: flex;
  height: 30px;
  
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #212121;
  justify-content: space-between;
}

.butt {
  display: flex;
  align-items: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 5px;
  font-size: 8px;
  height: 12px;
  width: 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 100%;
  background: linear-gradient(#7d7871 0%, #595953 100%);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 1px 0px #41403A, 0px 1px 1px 0px #474642;
}

.btn-color {
  background: #ee411a;
}

.btn:hover {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.butt--exit {
  background: linear-gradient(#f37458 0%, #de4c12 100%);
}

.add_tab {
  border: 1px solid #fff;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  cursor: pointer;
}

.user {
  color: #d5d0ce;
  margin-left: 6px;
  font-size: 14px;
  line-height: 15px;
}

.terminal_body {
  background: rgba(0, 0, 0, 0.6);
  height: calc(100% - 30px);
  padding-top: 2px;
  margin-top: -1px;
  font-size: 1.2em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
    
}

.terminal_body p {
  color: white;
  text-align: left; 
    padding:20px;
    
}
.terminal_promt {
  display: flex;
}

.terminal_promt span {
  margin-left: 4px;
}

.terminal_user {
  color: #1eff8e;
}

.terminal_location {
  color: #4878c0;
}

.terminal_bling {
  color: #dddddd;
}

.terminal_cursor {
  display: block;
  height: 14px;
  width: 5px;
  margin-left: 10px;
  animation: curbl 1200ms linear infinite;
}

@keyframes curbl {

  0% {
    background: #ffffff;
  }

  49% {
    background: #ffffff;
  }

  60% {
    background: transparent;
  }

  99% {
    background: transparent;
  }

  100% {
    background: #ffffff;
  }
}





#titulos{
   padding-top:100px;
   z-index:99999;
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#tituloss{
   transform: translatey(42px);
    display: block;
   z-index:99999;
     /*position: absolute;*/
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#mydiv {
  margin-top:13vh;
  float: left;
  width:49%;
  display:block;
  position: relative;
  z-index: 1;
  top:0vh;
  left:00vw;
  
}
#mydivm {
  display:none;
  
}


.cardy {
  left:200px;
  width: 400px;
  height: auto;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  
   
  }

.cardy p{
  color: white;
    padding:10px;
    
  }


.toolsy {

  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-block-end: 1.05em;
  margin-block-start: 0.8em;
}
.toolsy h6{
   color:white;
    align:right;
    transform: translateX(20px);
    font-size: 1em;
  margin-block-start: 0em;
    margin-block-end: 0.05em;
}

.circley {
  padding: 0 4px;
}

.boxy {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}

#miTextom {
  display:none;
}  


.cardl {
 margin: 50px;
 width: 190px;
 height: 264px;
 background: #1c1c1c;
 border-radius: 15px;
 box-shadow: 1px 5px 60px 0px #1232323;
margin-left:35%;
}

.cardl .cardl-border-top {
 width: 60%;
 height: 3%;
 background: #6f6f6f;
 margin: auto;
 border-radius: 0px 0px 15px 15px;
}

.cardl span {
 font-weight: 600;
 color: white;
 text-align: center;
 display: block;
 padding-top: 10px;
 font-size: 16px;
}

.cardl .jobl {
 font-weight: 400;
 color: white;
 display: block;
 text-align: center;
 padding-top: 3px;
 font-size: 12px;
}

.cardl .imgl {
 width: 70px;
 height: 80px;
 background: ;
 border-radius: 15px;
 margin: auto;
 margin-top: 25px;
}

.cardl .buttonn {
 padding: 8px 25px;
 display: block;
 margin: auto;
 border-radius: 8px;
 border: none;
 margin-top: 30px;
 background: #6f6f6f;
 color: white;
 font-weight: 600;
}

.cardl .buttonn:hover {
 background: #0077B5;
}
  
#publititulo {
padding-top:100px;
   z-index:99999;
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#videotitulo {
padding-top:100px;
   z-index:99999;
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

 #csk{
    display: none;
  }

#cskd{
    display: block;
  }

/* Cambio de estilo para móviles -------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  
  .header-m {
    display: block;
  position: fixed;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 10px;
  background-color: rgba(51, 51, 51, 0.2); 
  color: white; 
  text-align: right;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  backdrop-filter: blur(8px);
  z-index: 59;
    
}
  
  
  .header-e {
    display: none; /* Se oculta en móvil */
  }
  
  #mydiv {
    display: none;
  }

#mydivm {
  
  float: left;
  
  display:block;
  position: relative;
  z-index: 1;
  top:0vh;
  left:3.5vw;
  right:3.5vw;
  
}
  
.cardym {
   
  width: 90%;
  height: auto;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  
   
  }

.cardym p{
  color: white;
    padding:10px;
    
  }


.toolsym {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.toolsym h6{
   color:white;
    align:right;
    transform: translateX(20px);
    font-size: 1em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

.circleym {
  padding: 0 4px;
}

.boxym {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}

  
  
  #hola {
    display:block;
    width: 100%;
    margin-top: -34vh;
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 8em;    
    color: white;
    z-index:9999;
    background: #121FCF;
    background: -webkit-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    background: -moz-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }   

h1 {
   position:relative;
  z-index:9999;
  font-size: 2em;
}
  
  .cursor {
    display: none;
  }

  

  .scrollconteiner{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom:20px;
    margin-top: 80%;
    
  }

  .iagrande {
    display: none;
  }

  .image-galleryd{
    display: none;
  }

  .image-gallerym {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    left: 0%;
    right:5%;
    max-height:80vh;

  }

  .row {
    display: flex;
    justify-content: center;
  }

  .image-gallerym img {
    filter: grayscale(100%);
    width: calc(50% - 2em);
    margin: 1em;
  }

  .overlay-content {
    position: absolute;
    margin-top:50%;
    width: 100%;
    height:100%;

  }

  
  
  
  
  .contenedor-transmisiones{
    width: 94%;
    padding: 20px;
    text-align: center;
  } 

  .transmisiones{
    height: 50%;
    width: 100%; 
    padding-right:0%; 

    max-width: 100%; 
    max-height: 50%; 

    padding-top: 0vh;
  }

  .texto-transmisiones{
    padding-top:10%;

    width: 40%; 

    float: right;
    padding-right:3%; 
  }

  .texto-transmisiones p{
    color:white;

  }




  .containert {
    height: 50%;
    width: 100%; 
    padding-right:0%; 

    max-width: 100%; 
    max-height: 50%; 

    padding-top: 0vh;


    
  }

  .terminal_toolbar {
    display: flex;
    height: 30px;

    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #212121;
    justify-content: space-between;
  }

  .butt {
    display: flex;
    align-items: center;
  }

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
    font-size: 8px;
    height: 12px;
    width: 12px;
    box-sizing: border-box;
    border: none;
    border-radius: 100%;
    background: linear-gradient(#7d7871 0%, #595953 100%);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 1px 0px #41403A, 0px 1px 1px 0px #474642;
  }

  .btn-color {
    background: #ee411a;
  }

  .btn:hover {
    cursor: pointer;
  }

  .btn:focus {
    outline: none;
  }

  .butt--exit {
    background: linear-gradient(#f37458 0%, #de4c12 100%);
  }

  .add_tab {
    border: 1px solid #fff;
    color: #fff;
    padding: 0 6px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    cursor: pointer;
  }

  .user {
    color: #d5d0ce;
    margin-left: 6px;
    font-size: 14px;
    line-height: 15px;
  }

  .terminal_body {
    background: rgba(0, 0, 0, 0.6);
    height: calc(100% - 30px);
    padding-top: 2px;
    margin-top: -1px;
    font-size: .9em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    
  }

  .terminal_body p {
    color: white;
    text-align: left; 
    padding:20px;
    
  }
  .terminal_promt {
    display: flex;
  }

  .terminal_promt span {
    margin-left: 4px;
  }

  .terminal_user {
    color: #1eff8e;
  }

  .terminal_location {
    color: #4878c0;
  }

  .terminal_bling {
    color: #dddddd;
  }

  .terminal_cursor {
    display: block;
    height: 14px;
    width: 5px;
    margin-left: 10px;
    animation: curbl 1200ms linear infinite;
  }


  .accordion {
    flex-direction: column; 
    height: 90vh;
    min-height: 90vh;
    padding-top:10vh;
  }
  
  #titulos {
    padding-top:0px;
    z-index:99999;
    position: absolute;
    text-align: center;
    margin:0;

  }  
  
  #section-1 h1{
    
    padding-top:0%;
    transform: translate(-0%, -100%);
    z-index:1;
  }
  
  #section-3 #titulos{
    padding-top:5%;
    transform: translate(-00%, -00%);
  }
  #section-4 #titulos{
    padding-top:5%;
    transform: translate(-00%, -00%);
  }
  
  #section-5 #titulos{
    padding-top:5%;
    position: relative;
  }
  
  #section-5 .accordion {

    padding-top:2vh;
  }
  
  
  .botones-redes{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-left:30vw;
    padding-right:30vw;
    margin-top: -180px;
    /*transform: translate(-00%, 100%);*/

  }


  .button1 {
    display: inline-block;
    padding: 12px 24px;
    border: 0px solid #4f4f4f;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    color: black;
    z-index: 1;
  }

  #button2 {
    margin-top:10%;

  }
  
  #button3 {
    margin-top:10%;

  }


  #miTextom {
    margin-top: -30%;
    --bg-size: 400%;
    --color-one: hsl(15 90% 55%);
    --color-two: hsl(40 95% 55%);
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 800%;    
    color: white;
    display:block;
    text-align:left;
    line-height:.68em;
    padding-left:10%;
    padding-bottom:20%;
    background: linear-gradient(
      90deg,
      var(--color-one),
      var(--color-two),
      var(--color-one)
    )
    0 0 / var(--bg-size) 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
   #miTextom img {
    height: auto;
    max-width: 10%;
  }

  @media (prefers-reduced-motion: no-preference) {
    #miTextom {
      animation: move-bg 8s linear infinite;
    }
    @keyframes move-bg {
      to {
        background-position: var(--bg-size) 0;
      }
    }
  }




.section {
    max-height:100%;
}

  .section-0 {
    height:200%;
  }
  .section-1 {
    height:90%;
  }
  .section-2 {
    height:90%;
  }
  .section-3 {
    height:90%;
  }
  .section-4 {
    height:90%;
  }
  .section-5 {
    height:90%;
  }
  .section-9 {
    height:90%;
  }



  .sec10 img {
    max-width:50%;
    max-height:50%;
    position: absolute;
    top: 50%;
    left: 30%;
  }


  .sec9 img {
    max-width:50%;
    max-height:50%;
    position: absolute;
    top: 50%;
    left: 30%;
  }




  .sec1 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  }



  .sec2 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec3 img {
    max-width:65%;
    max-height:65%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec4 img {
    max-width:100%;
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec5 img {
    max-width:100%;
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec6 img {
    max-width:100%;
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec7 img {
    max-width:100%;
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 



  .sec8 img {
    max-width:100%;
    max-height:100%;
    position: absolute;
    top: 50%;
    left: 30%;
  } 
  
  
  
  .sec9 p{
  text-align:right;
  position: relative;
  margin-top: -7vh;
  margin-right: 6vw;
  right: 45%;
  
  
    }
  .sec10 p{
  text-align:right;
  position: relative;
  margin-top: -7vh;
  margin-right: 6vw;
  /*transform: translate(0%, -350%); */
  
    }
.sec1 p{
  text-align:right;
  position: relative;
  margin-top: -7vh;
  margin-right: 6vw;
  
  
    }
.sec2 p{
  text-align:right;
  position: relative;
  margin-top: -6vh;
  margin-right: 6vw;
  
    }
  #csk{
    display: block;
  }
  
  #cskd{
    display: none;
  }
  
.sec3 p{
  text-align:left;
  position: relative;
  margin-top: 0vh;
  margin-right: -29vw;
  right: 45%;
  transform: translate(20%, -350%); 
  
    }
.sec4 p{
   text-align:right;
  position: relative;
  margin-top: -9vh;
  margin-right: 6vw;
    }
.sec5 p{
   text-align:right;
  position: relative;
  margin-top: -10vh;
  margin-right: 6vw;
    }
.sec6 p{
   text-align:right;
  position: relative;
  margin-top: -9vh;
  margin-right: 6vw;
    }
.sec7 p{
  text-align:right;
  position: relative;
  margin-top: -1vh;
  margin-right: 6vw;
    }
.sec8 p{
   text-align:right;
  position: relative;
  margin-top: -6vh;
  margin-right: 6vw;
    }
  .accordion #justo{
    pointer-events: none;
    width:auto;
  margin-right: 6vw;
  position: relative;
  margin-top: -6vh;
  top: 0;
  left: 0;
  opacity: 100;
  transition: opacity 0.5s;
    max-height:50%;
}
  
  .section {
 
  scroll-snap-align: none;
  
}

  .cardl {
 top: 200px;
 margin: 0px;
 width: 190px;
 height: 264px;
 background: #1c1c1c;
 border-radius: 15px;
 box-shadow: 1px 5px 60px 0px #1232323;
margin-left:0%;
}
 
#videotitulo {
padding-top:00px;
   z-index:99999;
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
  
  
#publititulo {
padding-top:50px;
   z-index:99999;
     position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}  
  
  
 
  
  
  
/*-------------------------------------FIN------------------------------------------------------------------*/
  





 