.mainContent {
  padding-top: 0 !important;
}

.hero {
  position: relative;
}
.hero .duaSlider {
  height: var(--viewportHeight);
}
.hero .duaSlider .duaSlider-slides > * {
  display: flex;
  align-items: center;
}
.hero .duaSlider .duaSlider-slides > *:before {
  content: "";
  background-color: #212429;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .duaSlider .duaSlider-prev,
.hero .duaSlider .duaSlider-next {
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
}
.hero .duaSlider .duaSlider-prev:hover,
.hero .duaSlider .duaSlider-next:hover {
  color: #F7A71A;
}
.hero .duaSlider .duaSlider-prev {
  left: 0;
}
.hero .duaSlider .duaSlider-next {
  right: 0;
}
.hero .duaSlider .duaSlider-progressbar {
  width: 152px;
  color: #FFFFFF;
  bottom: 24px;
}
.hero .duaSlider .duaSlider-progressbar .duaSlider-progressbar-ids {
  font-size: 14px;
  line-height: 20px;
}
.hero .duaSlider .duaSlider-progressbar .duaSlider-progressbar-track {
  position: relative;
}
.hero .duaSlider .duaSlider-progressbar .duaSlider-progressbar-track:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 0;
}
.hero .duaSlider .duaSlider-progressbar .duaSlider-progressbar-track .duaSlider-progressbar-thumb {
  height: 6px;
  background-color: #FFFFFF;
}
.hero .container {
  position: relative;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.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;
  }
}
.mobile .hero .hero-scroll {
  display: none;
}

.eventos {
  margin-bottom: 40px;
}
.eventos article .post-date {
  margin-top: auto;
  color: #ACB5BD;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.unef .section-left .section-sub {
  margin-bottom: 30px;
}
.unef .section-center {
  position: relative;
}
.unef .section-center:before {
  content: "";
  width: 289px;
  height: 301px;
  background-image: url("../../images/isotipo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.unef .section-center .cifras .row > :nth-child(n+3) {
  margin-top: 16px;
}
.unef .section-center .cifras .cifra {
  border: 1px solid #F8F9FA;
  border-radius: 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  color: #009494;
  text-align: center;
}
.unef .section-center .cifras .cifra .cifra-tit {
  margin-bottom: 5px;
  font-weight: 300;
}
.unef .section-center .cifras .cifra .cifra-val {
  font-weight: 700;
}

.eventos,
.sellos,
.proyectos,
.comunicacion {
  margin-top: 60px;
}
.eventos .section-middle article,
.sellos .section-middle article,
.proyectos .section-middle article,
.comunicacion .section-middle article {
  height: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE2E5;
  display: flex;
  flex-direction: column;
}
.eventos .section-middle article .post-tit,
.sellos .section-middle article .post-tit,
.proyectos .section-middle article .post-tit,
.comunicacion .section-middle article .post-tit {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.eventos .section-bottom .btn,
.sellos .section-bottom .btn,
.proyectos .section-bottom .btn,
.comunicacion .section-bottom .btn {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  color: #009494;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.eventos .section-bottom .btn:focus,
.sellos .section-bottom .btn:focus,
.proyectos .section-bottom .btn:focus,
.comunicacion .section-bottom .btn:focus {
  color: #33a9a9;
}
.eventos .section-bottom .btn:hover,
.sellos .section-bottom .btn:hover,
.proyectos .section-bottom .btn:hover,
.comunicacion .section-bottom .btn:hover {
  color: #66bfbf;
}

.sellos .section-middle article .post-categories,
.proyectos .section-middle article .post-categories {
  margin-top: auto;
}
.sellos .section-middle article .post-categories a,
.proyectos .section-middle article .post-categories a {
  color: #ACB5BD;
}
.sellos .section-middle article .post-categories a:focus,
.proyectos .section-middle article .post-categories a:focus {
  color: #bdc4ca;
}
.sellos .section-middle article .post-categories a:hover,
.proyectos .section-middle article .post-categories a:hover {
  color: #cdd3d7;
}

.eventos .section-middle article .post-tit {
  font-weight: 400;
}

.comunicacion .section-middle .duaCarousel-row {
  align-items: stretch;
}
.comunicacion .section-middle article .post-date {
  margin-top: auto;
  margin-bottom: 8px;
}

.asociados .duaCarousel-track {
  width: auto;
}
.asociados .duaCarousel-track .duaCarousel-row {
  flex-wrap: nowrap;
}
.asociados .duaCarousel-prev,
.asociados .duaCarousel-next {
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.asociados .duaCarousel-prev:before,
.asociados .duaCarousel-next:before {
  color: #009494;
}
.asociados .duaCarousel-prev:hover:before,
.asociados .duaCarousel-next:hover:before {
  opacity: 0.6;
}
.asociados .duaCarousel-prev {
  left: 0;
}
.asociados .duaCarousel-prev:before {
  content: "\e91f";
}
.asociados .duaCarousel-next {
  right: 0;
}
.asociados .duaCarousel-next:before {
  content: "\e920";
}

@media (min-width: 1440px) {
  .hero .duaSlider .duaSlider-prev,
  .hero .duaSlider .duaSlider-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .duaSlider .duaSlider-progressbar {
    right: calc(50% - 172rem);
  }
  .hero h1 {
    max-width: 680px;
    margin-bottom: 30px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 40px;
  }
  .eventos .section-middle article .post-tit {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .unef .row {
    align-items: center;
  }
  .unef .section-center {
    padding-bottom: 36px;
  }
  .unef .section-center .cifras {
    width: 448px;
    margin-left: 50px;
  }
}
@media (min-width: 1440px) and (min-width: 1440px) {
  .unef .section-right picture {
    margin-right: -82px;
  }
}
@media (min-width: 1440px) {
  .eventos,
  .comunicacion {
    margin-top: 80px;
  }
  .eventos .section-middle .duaCarousel-row,
  .comunicacion .section-middle .duaCarousel-row {
    margin-left: 0;
    margin-right: 0;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col:nth-child(1),
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col:nth-child(1) {
    padding-left: 0;
    padding-right: 40px;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col:nth-child(2),
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col:nth-child(3),
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col:nth-child(3) {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .comunicacion .section-middle article {
    padding-bottom: 30px;
  }
  .comunicacion .section-middle article .post-tit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .asociados .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 1439px) {
  .hero .duaSlider .duaSlider-prev,
  .hero .duaSlider .duaSlider-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .duaSlider .duaSlider-progressbar {
    right: calc(50% - 118rem);
  }
  .hero .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
  .unef .row {
    align-items: flex-end;
  }
  .unef .section-right {
    display: none;
  }
}
@media (min-width: 1024px) {
  .unef {
    margin-top: 70px;
  }
  .unef .section-center:before {
    bottom: 105px;
    left: -8px;
  }
  .unef .section-center .cifras .cifra {
    padding: 22px 0;
  }
  .unef .section-center .cifras .cifra .cifra-tit {
    font-size: 20px;
    line-height: 24px;
  }
  .unef .section-center .cifras .cifra .cifra-val {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero h1 {
    max-width: 564px;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 564px;
    margin-bottom: 52px;
  }
  .eventos .section-middle .duaCarousel-row,
  .comunicacion .section-middle .duaCarousel-row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col,
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1023px) {
  .unef {
    margin-top: 40px;
  }
  .unef .section-center {
    margin-top: 20px;
  }
  .unef .section-center:before {
    bottom: 4px;
    left: 100%;
    transform: translateX(-50%);
  }
  .unef .section-center .cifras .cifra {
    padding: 12px 0;
  }
  .unef .section-center .cifras .cifra .cifra-tit {
    font-size: 16px;
    line-height: 24px;
  }
  .unef .section-center .cifras .cifra .cifra-val {
    font-size: 28px;
    line-height: 32px;
  }
  .unef .section-right {
    margin-top: -64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .duaSlider .duaSlider-progressbar {
    right: calc(50% - 86rem);
  }
  .hero .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .hero .duaSlider .duaSlider-slides > * {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .eventos .container,
  .sellos .container,
  .proyectos .container,
  .comunicacion .container {
    position: relative;
  }
  .eventos .section-top .section-sub,
  .sellos .section-top .section-sub,
  .proyectos .section-top .section-sub,
  .comunicacion .section-top .section-sub {
    margin-bottom: 30px;
  }
  .eventos .section-bottom .btn,
  .sellos .section-bottom .btn,
  .proyectos .section-bottom .btn,
  .comunicacion .section-bottom .btn {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col,
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col {
    width: 33.3333333333%;
  }
  .sellos .section-middle .row,
  .proyectos .section-middle .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .sellos .section-middle .row > *,
  .proyectos .section-middle .row > * {
    padding-left: 18px;
    padding-right: 18px;
  }
  .asociados {
    margin-top: 50px;
  }
  .asociados .section-sub {
    text-align: center;
  }
  .asociados .duaCarousel-col {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .hero .duaSlider .duaSlider-slides > * {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .duaSlider .duaSlider-progressbar {
    right: calc(50% - 40rem);
  }
  .hero .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    max-width: 680px;
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 560px;
    margin-bottom: 40px;
  }
  .unef .section-left .btn {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .unef .section-right picture {
    margin-left: -20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .unef .section-right picture {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .eventos {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .eventos .section-bottom,
  .sellos .section-bottom,
  .proyectos .section-bottom,
  .comunicacion .section-bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .eventos .section-middle,
  .comunicacion .section-middle {
    margin-bottom: 20px;
  }
  .eventos .section-middle .duaCarousel-row,
  .comunicacion .section-middle .duaCarousel-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .eventos .section-middle .duaCarousel-row .duaCarousel-col,
  .comunicacion .section-middle .duaCarousel-row .duaCarousel-col {
    width: 308px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .sellos .section-middle .row > *,
  .proyectos .section-middle .row > * {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sellos .section-middle article picture,
  .proyectos .section-middle article picture {
    margin-left: -20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sellos .section-middle article picture,
  .proyectos .section-middle article picture {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .asociados {
    margin-top: 40px;
  }
  .asociados .duaCarousel-col {
    width: 300px;
  }
}
.blog {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background-color: #F8F9FA;
}

.almacenamiento {
  margin-top: 35px;
}/*# sourceMappingURL=inicioFront.css.map */