.mainContent {
  padding-top: 0;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #FFED00;
}

section .hero {
  position: relative;
}
section .hero .swiper .swiper-slide {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
section .hero .swiper .swiper-slide picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero .swiper .swiper-slide picture:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero .swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .swiper .swiper-slide .container {
  position: relative;
}
section .hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
section .hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
section .hero .swiper .swiper-button-prev,
section .hero .swiper .swiper-button-next {
  color: #FFFFFF;
}
section .hero .swiper .swiper-button-prev {
  left: 0;
}
section .hero .swiper .swiper-button-next {
  right: 0;
}
section .hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
section .hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  section .hero .swiper {
    height: calc(var(--viewportHeight) - 100px);
  }
  section .hero .swiper .swiper-button-prev,
  section .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  section .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
  section .hero p {
    max-width: 564px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1439px) {
  section .hero .swiper .swiper-button-prev,
  section .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  section .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  section .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .hero .swiper {
    height: calc(var(--viewportHeight) - 80px);
  }
  section .hero p {
    max-width: 564px;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  section .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  section .hero {
    font-size: 20px;
    line-height: 24px;
  }
  section .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 76px;
    line-height: 80px;
    line-height: 86px;
  }
}
@media (max-width: 767px) {
  section .hero {
    font-size: 14px;
    line-height: 20px;
  }
  section .hero .swiper {
    height: calc(var(--viewportHeight) - 60px);
  }
  section .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  section .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  section .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  section .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 58px;
    line-height: 60px;
  }
  section .hero p {
    max-width: 560px;
    margin-bottom: 40px;
  }
}
section .edicion {
  margin-top: 65px;
}
section .edicion .contentStyledText {
  font-size: 20px;
  line-height: 24px;
}
section .edicion .swiper {
  padding-bottom: 40px;
}
section .edicion .swiper .swiper-pagination-bullet {
  border: 1px solid #bcbdbf;
  border-radius: 0;
  background-color: transparent;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  opacity: 1;
}
section .edicion .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #212429;
  background-color: #212429;
}
@media (min-width: 1440px) {
  section .edicion .section-cont .blq-img {
    width: 540px;
    margin-left: 132px;
    padding-left: 150px;
    flex-basis: 690px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .edicion .section-cont .blq-img {
    width: 440px;
    margin-left: 43px;
    flex-basis: 440px;
  }
}
@media (min-width: 1024px) {
  section .edicion .section-cont {
    display: flex;
  }
  section .edicion .section-cont .blq-img {
    flex-grow: 0;
    flex-shrink: 0;
  }
  section .edicion .section-cont .blq-txt {
    flex-grow: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .edicion .section-cont .blq-img picture {
    height: 440px;
  }
  section .edicion .section-cont .blq-img picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1440px) {
  section .separador-carrusel {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .separador-carrusel {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .separador-carrusel {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  section .separador-carrusel .swiper-slide {
    width: 530px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  section .separador-carrusel {
    margin-top: 90px;
  }
  section .separador-carrusel .swiper-slide {
    width: 324px;
    margin-right: 10px;
  }
}
section .informacion .contentStyledText ul {
  margin-left: 0;
  padding-left: 10px;
}
section .informacion .contentStyledText ul li {
  margin-bottom: 20px;
}
section .informacion .contentStyledText ul li::marker {
  font-size: 28px;
}
@media (min-width: 1440px) {
  section .informacion {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .informacion {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  section .informacion .section-tit3 {
    position: absolute;
  }
  section .informacion .blockFeatured-type3-list .blockFeatured-type3-item:nth-child(even) {
    flex-direction: row;
  }
  section .informacion .blockFeatured-type3-list .blockFeatured-type3-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  section .informacion .blockFeatured-type3-list .blockFeatured-type3-item:first-child .blockFeatured-content {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .informacion {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  section .informacion {
    margin-top: 40px;
  }
}
section .separador picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1440px) {
  section .separador {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .separador {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  section .separador picture {
    height: 402px;
  }
}
@media (max-width: 1023px) {
  section .separador {
    margin-top: 60px;
  }
  section .separador picture {
    height: 220px;
  }
}
section .inscripcion .contentStyledText {
  font-size: 20px;
  line-height: 24px;
}
section .inscripcion .contentStyledText ul {
  margin-left: 0;
  padding-left: 10px;
}
section .inscripcion .contentStyledText ul li {
  margin-bottom: 10px;
}
section .inscripcion .contentStyledText ul li::marker {
  font-size: 28px;
}
section .inscripcion .section-tit3 {
  margin-bottom: 40px;
}
section .inscripcion .btn-arrow {
  width: -moz-fit-content;
  width: fit-content;
}
section .inscripcion .btn-arrow span {
  font-weight: 400;
  margin-right: 5px;
}
section .inscripcion .destacado {
  padding: 2px 5px 4px;
  background-color: #FFED00;
  display: inline-flex;
  align-items: center;
}
section .inscripcion .destacado p {
  margin-bottom: 0;
}
section .inscripcion .destacado > * + * {
  margin-left: 5px;
}
section .inscripcion .nota {
  margin-top: 20px;
}
section .inscripcion .nota ul > li, section .inscripcion .nota p {
  margin-bottom: 0px;
}
section .inscripcion .section-cont {
  display: flex;
}
section .inscripcion .section-cont > *:first-child {
  order: 1;
}
section .inscripcion .section-cont > *:nth-child(2) {
  order: 3;
}
section .inscripcion .section-cont > *:nth-child(3) {
  order: 4;
}
section .inscripcion .section-cont > *:last-child {
  order: 2;
}
section .inscripcion .section-cont > *.blq-img {
  display: flex;
  justify-content: space-between;
}
section .inscripcion .section-cont > *.blq-img > * {
  width: calc(50% - 5px);
}
@media (min-width: 1440px) {
  section .inscripcion .section-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section .inscripcion .section-cont > *:first-child, section .inscripcion .section-cont > *:nth-child(2) {
    width: 564px;
  }
  section .inscripcion .section-cont > *:nth-child(3), section .inscripcion .section-cont > *:last-child {
    width: 680px;
  }
  section .inscripcion .section-cont > *:nth-child(3) {
    padding-right: 116px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .inscripcion .section-cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  section .inscripcion .section-cont > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  section .inscripcion .section-cont > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section .inscripcion {
    margin-top: 50px;
  }
  section .inscripcion .section-cont {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section .inscripcion .section-cont > *:nth-child(2), section .inscripcion .section-cont > *:nth-child(3) {
    margin-top: 60px;
  }
  section .inscripcion .section-cont .blq-img > * {
    max-width: 335px;
  }
}
@media (max-width: 1023px) {
  section .inscripcion .section-cont {
    flex-direction: column;
  }
  section .inscripcion .section-cont > *:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .inscripcion {
    margin-top: 60px;
  }
  section .inscripcion .section-cont .blq-img > * {
    max-width: 288px;
  }
}
@media (max-width: 767px) {
  section .inscripcion {
    margin-top: 40px;
  }
  section .inscripcion .section-cont .blq-img > * {
    max-width: 335px;
  }
}
section .section-form .btn-black-invisible span {
  text-decoration: underline;
}
section .section-form .btn-black-invisible:hover span {
  text-decoration: none;
}
section .section-form .bloque-social .section-tit3 {
  width: 291px;
}
@media (min-width: 1024px) {
  section .section-form {
    margin-top: 70px;
  }
  section .section-form .bloque-social {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  section .section-form {
    margin-top: 50px;
  }
  section .section-form .bloque-social {
    margin-top: 40px;
  }
}/*# sourceMappingURL=campus.css.map */