@media (max-width: 1199px){
  .fila1{
    height: 385px;
  }
  .fila2{
    height: 520px;
  }
  .fila3{
    height: 515px;
  }
  .fila4{
    height: 428px;
  }
}
@media (max-width: 991px){
  .nav{
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .nav>li, .nav>li>a {
    margin-bottom: 5px;
  }
  .fila1{
    height: 540px;
  }
  .fila2{
    height: 765px;
  }
  .fila3{
    height: 830px;
  }
  .fila4{
    height: 630px;
  }
}
@media (max-width:900px) {
  body {
    padding-top: 45px;
    scroll-behavior: smooth;
  }
  .men {
    background-color: #BC955C;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .menu {
    display: flex;
    flex-direction: row;
    background-color: #73b85e;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 100;
  }
}
@media (max-width:767px) {
  header {
    top: 53px;
  }
  .men {
    top: 203px;
  }
  .divgeneral{
    flex-direction: column;
  }
  .border-hover{
    width: 100%;
  }
  .fila1, .fila2, .fila3, .fila4{
    height: auto;
  }
  .show-lg{ /* NUEVA ESTRUCTURA DE CURSOS */
    display: none;
  }
  .show-xs{ /* NUEVA ESTRUCTURA DE CURSOS */
    display: block;
  }
}
@media (max-width:750px) {
  .bannersuperior {
    width: 410px;
    height: 130px;
    margin-top: 10px;
  }
}
@media (max-width:700px) {
  .menu {
    display: flex;
    flex-direction: column;
    font-size: .9em;
    line-height: 40px;
    background-color: #73b85e;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
  }
  .hamburguesa {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 40px;
    background-color: #73b85e;
    padding: 0px 3%;
    position: -webkit-sticky;
    position: sticky;
    top: 203px;
    z-index: 100;
    font-weight: 500;
  }
  .manita {
    cursor: pointer;
  }
  .ocultar {
    display: none;
  }
  .subnavbar{
    top: 243px;
    z-index: 2;
  }
  .men{
    top: 243px;
  }
}
@media (max-width: 660px){
  .width-video{
    width: 90%;
  }
}
@media (max-width:575px) {
  header{
    flex-direction: column;
  }
  .bannersuperior {
    height: 108px;
    margin-top: 0px;
  }
  .bxl-instagram-alt{
    margin-right: 0px;
  }
}
@media (max-width: 490px){
  .nav{
    width: 90%;
  }
}
@media (max-width:375px) {
  .bannersuperior{
    width: 100%;
  }
}