/* Media Query */
@media only screen and (min-width:1380px) {
  .container-xl {
    max-width: 1440px
  }
}

@media only screen and (max-width:1199px) {

}


@media only screen and (max-width:991px) {
  .nav-menu {
    display: none
  }
  #quienes-somos p:last-child {
    margin-bottom: 30px
  }
}
	

@media only screen and (max-width:767px) {
  .nav li.menu-item {
    margin-bottom: 10px
  }
}
  

@media only screen and (max-width:575px) {

}


@media only screen and (max-width:480px) {
  .topHeader {
    display: none
  }
  .topHeader.mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .logotipo {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .menu-pushy-button {
    margin-bottom: 0
  }
}


@media only screen and (max-width:380px) {
  
}