.hero {
  font-size: 16px;
  line-height: 24px;
}
.hero .hero-txt {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .hero .section-tit {
    max-width: 920px;
  }
  .hero .hero-img1 {
    max-width: 1110px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .hero .hero-txt {
    max-width: 911px;
  }
  .hero .hero-dest {
    width: 911px;
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 1439px) {
  .hero .hero-img1 {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .container > * {
    max-width: 820px;
  }
  .hero .hero-dest {
    width: 586px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-dest {
    margin-top: 80px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-img1 {
    margin-bottom: 50px;
  }
  .hero .hero-dest {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .hero-dest {
    width: 473px;
  }
}
@media (min-width: 768px) {
  .hero .hero-btns {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }
  .hero .hero-btns > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hero .hero-img1 {
    margin-bottom: 30px;
  }
  .hero .hero-btns .btn {
    width: 100%;
    display: flex;
  }
  .hero .hero-btns .btn + .btn {
    margin-top: 20px;
  }
}

.informacion {
  font-size: 16px;
  line-height: 24px;
}
.informacion .contentStyledText {
  font-size: 16px;
  line-height: 24px;
}
.informacion .block-cont .titulaciones img {
  width: 153px;
  max-width: 100%;
}
.informacion .block-cont .titulaciones:last-child img {
  width: 123px;
}
.informacion.testimonios .swiper {
  padding-bottom: 50px;
  overflow: visible;
}
.informacion.testimonios .swiper .swiper-slide {
  width: 320px;
  margin-right: 30px;
}
.informacion.testimonios .swiper .swiper-pagination-wrapper {
  width: 100%;
  bottom: 0;
}
.informacion.testimonios .swiper .swiper-pagination-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #bb6666;
}
.informacion.testimonios .swiper .swiper-pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8E0000;
}
.informacion.testimonios .blockProfesorado-item {
  height: auto;
}
@media (min-width: 1024px) {
  .informacion .titulaciones > *:first-child {
    margin-right: 90px;
  }
  .informacion.testimonios .block-cont {
    flex-direction: column;
  }
  .informacion.testimonios .block-cont .informacion-right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .informacion .titulaciones > *:first-child {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .informacion .titulaciones {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .informacion .titulaciones > *:first-child {
    width: 160px;
    flex-basis: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
  }
  .informacion .titulaciones > *:last-child {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .informacion .block-cont .block-tit .tit {
    font-size: 32px;
    line-height: 38px;
  }
  .informacion .titulaciones {
    margin-bottom: 40px;
  }
  .informacion .titulaciones img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.separador img {
  max-height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  .separador {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .separador {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .separador {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .separador {
    margin-top: 30px;
  }
  .separador img {
    min-height: 200px;
  }
}/*# sourceMappingURL=titulacion.css.map */