/* Generated by less 2.5.1 */
@media (max-width: 1024px) {
  .nav .nav-mobile {
    display: block !important;
  }
  .nav .nav-desktop,
  .nav .nav-collapsed {
    display: none;
  }
  .nav .menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    bottom: 0;
    z-index: 3;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .nav .menu-container::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .nav .menu-container .menu {
    padding-top: 65px;
  }
  .nav .menu-container .menu li {
    padding-left: 50px;
    margin: 10px 0;
  }
  .nav .menu-container .menu li.active {
    background-size: 40px;
    background-image: url("../imgs/header/menu-active-responsive.png");
  }
  .nav .menu-container .menu li a {
    color: #000;
  }
  .fullWidth .header-section.equipo-docente {
    background-position: center top;
  }
  .fullWidth .header .title h1 {
    font-size: 60px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .fullWidth .header,
  .fullWidth .header-section {
    height: 250px;
  }
  .fullWidth .header.equipo-docente .title h1,
  .fullWidth .header-section.equipo-docente .title h1 {
    line-height: 70px;
  }
  .fullWidth .header .title .boxTitle,
  .fullWidth .header-section .title .boxTitle {
    width: 300px;
    height: 300px;
  }
  .fullWidth .header .title h1,
  .fullWidth .header-section .title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
  .fullWidth .testimonial {
    background-size: cover;
  }
  .wrapper .bodyPage {
    padding: 50px 30px;
  }
  .wrapper .bodyPage .centerContent {
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
  }
  .wrapper .bodyPage.objetivosPage {
    padding: 50px 0 0 0;
  }
  .wrapper .bodyPage.equipoDocente {
    padding: 50px 30px 15px 30px;
  }
  .wrapper .bodyPage .objetivosContainer {
    margin: 50px 0 0 0;
  }
  .wrapper .bodyPage .objetivosContainer .miObjetivo {
    width: 100%;
    float: none;
    padding: 0;
  }
  .wrapper .bodyPage .objetivosContainer .miObjetivo .info {
    padding: 25px 30px;
  }
  .wrapper .bodyPage .section.form-send img {
    width: 50%;
  }
  .wrapper .bodyPage .section.info {
    padding: 0;
  }
  .wrapper .bodyPage .section.info.info-direccion {
    margin-bottom: 0;
  }
  .wrapper .bodyPage .section form.form-horizontal button {
    padding: 10px 20px;
  }
  .wrapper .bodyPage .section form.form-horizontal .formGroup .input-container label {
    width: 100px;
  }
  .wrapper .bodyPage .section form.form-horizontal .formGroup .input-container input {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: calc(100% - 110px);
  }
  .wrapper .bodyPage .section form.form-horizontal .formGroup .input-container input.small {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 210px);
    width: -o-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .footer .wrapper .bodyPage .footerDivided.dividerVertical {
    border-right: 0;
  }
  .table {
    margin: 0;
    display: block;
  }
  .table .table-row {
    display: block;
  }
  .table .table-row .table-cell {
    padding: 0;
    display: block;
    text-align: center;
  }
  .table .table-row .table-cell p:last-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper .bodyPage {
    padding: 50px;
  }
  .wrapper .bodyPage .objetivosContainer .miObjetivo {
    padding: 0 15px;
  }
  .wrapper .bodyPage .objetivosContainer .miObjetivo .info a {
    font-size: 20px;
    line-height: 20px;
  }
}
