/* Se verá en dispositivos extra pequeños (Smartphones, 600px para abajo) */
@media only screen and (max-width: 600px) {
  .programa-nav-movil {
    display: block;
  }

  .programa-nav {
    display: none;
  }

  .call-to-action {
    display: none;
  }

  .call-to-action-mov {
    display: inline;
  }

  .menu-seleccionado-txt {
    color: black !important;
  }
}

/* Se verá en dispositivos pequeños (Tablets and Smartphones largos, 600px para arriba) */
@media only screen and (min-width: 600px) {
  .nahual-custom-sz {
    height: 248px;
  }

  .nahual-custom-sz-2 {
    height: 275px;
  }

  .call-to-action {
    display: inline;
    margin-left: 0px;
    width: 100% !important;
    height: auto;
  }

  .call-to-action-mov {
    display: none;
  }

  .nombre-programa {
    font-size: medium;
  }

  .nombre-programa-sm {
    font-size: small;
  }
}

/* Se verá en dispositivos medianos (Tablets en orientación horizontal, 768px para arriba) */
@media only screen and (min-width: 768px) {
  .video-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .fondo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1c1c1d;
    opacity: 0.6;
    mix-blend-mode: overlay;
  }

  .programa-nav-movil {
    display: none;
  }

  .programa-nav {
    display: block;
  }

  .navbar-clone,
  .fixed,
  .navbar-stick {
    background-color: #5ebc00 !important;
    /* background-color: #81BB17 !important; */
  }

  .dropdown-toggle:after {
    color: white !important;
  }

  .call-to-action {
    display: inline;
    height: 250px;
    width: auto !important;
  }

  .call-to-action-mov {
    display: none;
  }

  .menu-seleccionado-txt {
    color: #5ebc00;
  }

  .nahual-custom-sz {
    height: auto;
  }

  .nahual-custom-sz-2 {
    height: auto;
  }

  .nombre-programa {
    font-size: large;
    margin-left: 40px;
  }

  .nombre-programa-sm {
    font-size: large;
  }
}

/* Se verá en disposivos grandes (Laptops/PCs, 992px para arriba) */
@media only screen and (min-width: 992px) {
}

/* Se verá en dispositivos extra grandes (Laptops grandes y monitores largos, 1200px para arriba) */
@media only screen and (min-width: 1200px) {
}
