@media screen and (min-width: 835px) and (max-width: 1280px) {
  .ilustracion-03 {
    width: 580px;
    right: 0;
    top: 58%;
  }

  h1.titulo-congreso {
    right: 90px;
    top: 30%;
    font-size: 35px;
  }
}

@media screen and (max-width: 375px) {
  div.container-live {
    display: none;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  h1.titulo-congreso {
    right: 50px;
    top: 30%;
    font-size: 23px;
  }

  .ilustracion-03 {
    width: 270px;
    right: 0;
    top: 60%;
  }

  ul.nav {
    display: none;
  }

  div.chevron svg {
    width: 30px;
  }

  footer img.img-footer {
    bottom: -250px;
    right: -150px;
  }

  div.footer2 {
    font-size: 15px;
    height: 120px;
  }

  iframe#transmision {
    width: 350px;
    height: 300px;
  }

  a.btn-pagar-inscripcion {
    bottom: 100px;
    left: 150px;
  }

  div.uk-card a.btn-transmision {
    transform: translateX(-63%);
  }

  div.uk-card a.btn-pago {
    transform: translateX(-63%);
  }
}

@media screen and (min-width: 376px) and (max-width: 420px) {
  h1.titulo-congreso {
    right: 50px;
    top: 30%;
    font-size: 26px;
  }

  .ilustracion-03 {
    width: 350px;
    right: 0;
    top: 58%;
  }

  ul.nav {
    display: none;
  }

  footer img.img-footer {
    bottom: -250px;
    right: -220px;
  }

  div.footer2 {
    font-size: 15px;
    height: 120px;
  }

  iframe#transmision {
    width: 350px;
    height: 300px;
  }

  a.btn-pagar-inscripcion {
    bottom: 140px;
    left: 190px;
  }

  a.btn-programa {
    font-size: 9px;
    border-radius: 20px;
  }
}

@media screen and (min-width: 421px) and (max-width: 600px) {
  h1.titulo-congreso {
    right: 50px;
    top: 30%;
    font-size: 25px;
  }

  .ilustracion-03 {
    width: 350px;
    right: 0;
    top: 58%;
  }

  ul.nav {
    display: none;
  }

  footer img.img-footer {
    bottom: -210px;
  }

  a.btn-pagar-inscripcion {
    bottom: 120px;
    left: 220px;
  }

  a.btn-programa {
    font-size: 9px;
    border-radius: 20px;
  }

  iframe#transmision {
    width: 350px;
    height: 300px;
  }

}

@media screen and (min-width: 601px) and (max-width: 834px) {
  h1.titulo-congreso {
    right: 50px;
    top: 30%;
    font-size: 35px;
  }

  .ilustracion-03 {
    width: 480px;
    right: 0;
    top: 58%;
  }

 
  
}

@media screen and (min-width: 1281px) and (max-width: 1550px) {
  h1.titulo-congreso {
    top: 29%;
    font-size: 32px;
  }

  .ilustracion-03 {
    width: 570px;
    right: 0;
    top: 58%;
  }

  div.container-live {
    top: 32%;
  }
}

@media screen and (min-width: 1900px) and (max-width: 2600px) {
  h1.titulo-congreso {
    top: 25%;
    font-size: 60px;
  }

  .ilustracion-03 {
    width: 970px;
    right: 0;
    top: 58%;
  }

  div.container-live {
    top: 25%;
  }
}
