.header-course-fondo {
  padding-top: 7%;
  background-color: var(--general);
  
}


/*ESTILOS CURSO SHOW*/
#curso-show {
  background: linear-gradient(90deg, var(--gradienteUno), var(--gradienteDos), var(--gradienteTres));
  padding: 30px;
  background-size: 300% 300%;
  animation: gradient 5s ease infinite;
  position: relative;
  overflow: hidden;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px var(--blanco);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
          transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 8s ease-in forwards infinite;
          animation: cube 8s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: var(--general);
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
  border-radius: 100%;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
  border-radius: 100%;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
  border-radius: 100%;
}

@-webkit-keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
 
.curso-shoe-columna-ocho { background-color: var(--gris);}

#curso-show .curso-show-descripcion {
  display: flex;
  align-items: center;
}

#curso-show .curso-show-titulo { color: var(--blanco); font-weight: 600;}
#curso-show .curso-show-subtitulo {color: var(--blanco); margin-bottom: 30px;}
#curso-show p{ color: var(--blanco);}
#curso-show .container {padding-top: 90px;}
#curso-show img {width: 100%; height: 1005;}
figure {text-align: center;}


.embed-responsive {
 position: relative;
 overflow: hidden;
 padding-top: 56.25%;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cursor-show {
  background-color: var(--general);
  border: none;
  color: var(--blanco);
  padding: 10px 20px;
  font-size: 16px !important;
  margin: 4px 2px;
  border-radius: 8px;
  transition: 0.3s;
}


#curso-status .curso-status-title {
  margin-top: 10px;
  font-size: 22px;
}



.cursor-status { 
  transition: 0.1s; 
  display: inline-block;
  color: var(--negro); 
  padding-left: 5px; 
  font-size: 12.5px
}


.cursor-status:hover { cursor: pointer;  opacity: 1; color: var(--general);}
.cursor-show:hover { cursor: pointer;  opacity: 1}






/*ESTILOS DE MIS CURSOS DONDE ESTOY MATRICULADO*/
.header-list-fondo {
  padding-top: 90px;
  background-color: var(--general);
  height: 35vh;
}

#header-list h3 {font-size: 35px;}
#header-list p {font-size: 30px;}





/*ESTILOS DEL CHECKOUT PARA PAGAR UN CURSO*/
.header-pago-fondo{
  padding-top: 6.5%;
  padding-bottom: 2%;
  background-color: var(--general);
 
}
#header-pago h3 {font-size: 35px;}
#header-pago p {font-size: 30px;}
