@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Russo+One&family=Syne+Mono&display=swap');
html {
    height: 100%;
  }
  
  body {
    overflow: hidden;
    background: #0fe942 url("https://i0.wp.com/laderasur.com/wp-content/uploads/2021/06/pexels-karolina-grabowska-5980859-1.jpg?ssl=1") no-repeat center center fixed;
    background-size: cover;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font: normal 14px/1.618em "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  
  body:before {
    content: "";
    height: 0px;
    padding: 0px;
    border: 130em solid #373737;
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
    animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
  }
  .titulocurso{
    font-weight: 600; 
    color: #0fe942; 
    font-family: 'Syne Mono', monospace;
  }
  h1,
  h2 {

    font-weight: 500;
    margin: 0px 0px 5px 0px;
  }
  
  h1 {
    font-family: 'Syne Mono', monospace;
    font-size: 40px;
  }
  
  h2 {
    font-size: 26px;
    
  }
  
  p {
    font-family: 'Syne Mono', monospace;
    margin: 0px;
  }
  
  .profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    margin-top: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 100px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  }
  
  .profile-card header {
    width: 179px;
    height: 280px;
    padding: 40px 20px 30px 20px;
    display: inline-block;
    float: left;
    border-right: 2px dashed #EEEEEE;
    background: black;
    color: #000000;
    margin-top: 50px;
    opacity: 0;
    text-align: center;
    -webkit-animation: moveIn 1s 3.1s ease forwards;
    animation: moveIn 1s 3.1s ease forwards;
  }
  
  .profile-card header h1 {
    color: #848484;
  }
  
  .profile-card header a {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 25px 30px;
  }
  

  
.profile-card header a > img {
    width: 320px;
    max-width: 100%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.06);
}
  
  .profile-card header a:hover > img {
    -webkit-box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
  .cursoinfo{
    font-size: 20px;
    color: white;
    padding: 0px 10%;
  }
  .profile-card .profile-bio {
    width: 175px;
    height: 180px;
    display: inline-block;
    float: right;
    padding: 50px 20px 30px 20px;
    background: black;
    color: #333333;
    margin-top: 50px;
    text-align: center;
    opacity: 0;
    -webkit-animation: moveIn 1s 3.1s ease forwards;
    animation: moveIn 1s 3.1s ease forwards;
  }

  @-webkit-keyframes init {
    0% {
      width: 0px;
      height: 0px;
    }
    100% {
      width: 56px;
      height: 56px;
      margin-top: 0px;
      opacity: 1;
    }
  }
  
  @keyframes init {
    0% {
      width: 0px;
      height: 0px;
    }
    100% {
      width: 56px;
      height: 56px;
      margin-top: 0px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes puff {
    0% {
      top: 100%;
      height: 0px;
      padding: 0px;
    }
    100% {
      top: 50%;
      height: 100%;
      padding: 0px 100%;
    }
  }
  
  @keyframes puff {
    0% {
      top: 100%;
      height: 0px;
      padding: 0px;
    }
    100% {
      top: 50%;
      height: 100%;
      padding: 0px 100%;
    }
  }
  
  @-webkit-keyframes borderRadius {
    0% {
      -webkit-border-radius: 50%;
    }
    100% {
      -webkit-border-radius: 0px;
    }
  }
  
  @keyframes borderRadius {
    0% {
      -webkit-border-radius: 50%;
    }
    100% {
      border-radius: 0px;
    }
  }
  
  @-webkit-keyframes moveDown {
    0% {
      top: 50%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 100%;
    }
  }
  
  @keyframes moveDown {
    0% {
      top: 50%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 100%;
    }
  }
  
  @-webkit-keyframes moveUp {
    0% {
      background: #167118;;
      top: 100%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 50%;
      background: #E0E0E0;
    }
  }
  
  @keyframes moveUp {
    0% {
      background: #167118;;
      top: 100%;
    }
    50% {
      top: 40%;
    }
    100% {
      top: 50%;
      background: #E0E0E0;
    }
  }
  
  @-webkit-keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      -webkit-border-radius: 15px;
    }
    100% {
      width: 50%;
      height: 600px;
      background: #FFFFFF;
      -webkit-border-radius: 15px;
    }
  }
  
  @keyframes materia {
    0% {
      background: #E0E0E0;
    }
    50% {
      border-radius: 14px;
    }
    100% {
      width: 50%;
      height: 600px;
      background: #FFFFFF;
      border-radius: 14px;
    }
  }
  
  @-webkit-keyframes moveIn {
    0% {
      margin-top: 50px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      margin-top: -20px;
    }
  }
  
  @keyframes moveIn {
    0% {
      margin-top: 50px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      margin-top: -20px;
    }
  }
  
  @-webkit-keyframes scaleIn {
    0% {
      -webkit-transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes scaleIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes ripple {
    0% {
      transform: scale3d(0, 0, 0);
    }
    50%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes ripple {
    0% {
      transform: scale3d(0, 0, 0);
    }
    50%,
    100% {
      transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
    }
  }
  
  @media screen and (min-aspect-ratio: 4/3) {
    body {
      background-size: cover;
    }
    body:before {
      width: 0px;
    }
    @-webkit-keyframes puff {
      0% {
        top: 100%;
        width: 0px;
        padding-bottom: 0px;
      }
      100% {
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
      }
    }
    @keyframes puff {
      0% {
        top: 100%;
        width: 0px;
        padding-bottom: 0px;
      }
      100% {
        top: 50%;
        width: 100%;
        padding-bottom: 100%;
      }
    }
  }
  
  @media screen and (min-height: 450px) {
    .profile-card header {
      width: auto;
      height: auto;
      padding: 30px 20px;
      display: block;
      float: none;
      border-right: none;
    }
    .profile-card .profile-bio {
      width: auto;
      height: auto;
      padding: 10px 10px 10px 10px;
      display: block;
      float: none;
    }

    @-webkit-keyframes materia {
      0% {
        background: #E0E0E0;
      }
      50% {
        -webkit-border-radius: 15px;
      }
      100% {
        width: 50%;
        height: 500px;
        background: black;
        -webkit-border-radius: 15px;
      }
    }
    @keyframes materia {
      0% {
        background: black;
      }
      50% {
        border-radius: 15px;
      }
      100% {
        width: 50%;
        height: 500px;
        background: black;
        border-radius: 15px;
      }
    }
  }
  
  .boton {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    border-radius: 500px;
    overflow: hidden;
    background:#0fe942;
    color: white;
    border: 1px solid white;
   }
   
   .boton span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
   }
   
   .boton:hover span {
    color: black;
   }
   
   .boton::before,
   .boton::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
   }
   
   .boton::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
   }
   
   .boton:hover::before {
    transform: translate3d(100%, 0, 0);
   }
   .boton{
    text-decoration: none;
   }
   @media (min-width:200px) and (max-width:364px) {
    body{
      height: 100%;
    }
    .profile-bio{
      height: 250px;
      padding: 0px 3px;
    }
    .cursoinfo{
      font-size: 17px;
      padding: 0px 0px;
    }
    .profile-card{
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 0;
      transform: none;
      background-color: black;
      z-index: 0;
    }
    .boton{
      margin-top: -20px;
    }
    @keyframes moveUp {
      100% {
        top: 1%;
        background: #E0E0E0;
      }
    }
    @keyframes materia {
      100% {
        width: 95%;
        height: 580px;
        background: #000000;
        border-radius: 15px;
    }
    }
   }
   @media (min-width:365px) and (max-width:450px) {
    
    .profile-bio{
      padding: 10px 12px 10px 12px;
    }
    .cursoinfo{
      font-size: 18px;
      padding: 0px 0px;
    }

    @keyframes moveUp {
      100% {
        top: 50%;
        background: #E0E0E0;
      }
    }
    @keyframes materia {
      100% {
        width: 95%;
        height: 610px;
        background: #000000;
        border-radius: 15px;
    }
    }
   }
   @media (min-width:450px) and (max-width:1000px) {
    
    body{
      height: 100%;
    }
    a{
      z-index: 5;
    }
    /*.profile-card{
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 0;
      transform: none;
      background-color: black;
    }*/
    .profile-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: black;
      width: 56px;
      height: 56px;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      overflow: hidden;
      opacity: 0;
      margin-top: 70px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-border-radius: 50%;
      border-radius: 100px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
      animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards;
    }
    @keyframes moveUp {
      0% {
        background: #167118;;
        top: 100%;
      }
      50% {
        top: 40%;
      }
      100% {
        top: 50%;
        background: #E0E0E0;
      }
    }
    @keyframes materia {
      0% {
        background: #E0E0E0;
      }
      50% {
        border-radius: 15px;
      }
      100% {
        width: 83%;
        height: auto;
        background: #000000;
        border-radius: 15px;
    }
    }
    .boton{
      margin: 0px 0px 30px 0px;
    }
    .cursoinfo{
      font-size: 16px;
      padding: 0px 0px;
    }

}

@media (min-height: 480px) and (max-height: 590px) {
  .profile-card header {
    width: auto;
    height: auto;
    padding: 0px 5px 20px 5px;
    display: block;
    float: none;
    border-right: none;
}
.cursoinfo{
  font-size: 16px;
  padding: 0px 0px;
}
.boton{
  padding: 7px 25px;
  margin-top: -20px ;
}
}

@media (min-width:1000px) and (max-width:1570px) {
  @keyframes materia {
    100% {
      width: 60%;
      height: 500px;
      background: #000000;
      border-radius: 15px;
    }
}
  .cursoinfo{
    font-size: 16px;
    padding: 0px 0px;
  }
}
@media (min-width:1180px) {
.cursoinfo{
  font-size: 16px;
  padding: 0px 10%;
}
}
 footer{
  position: absolute;
  padding: 0.8em 0;
  background-color: #131313;
  text-align: center;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  bottom: 0px;
  width: 100%;
 }