@charset "UTF-8";
/* Main theme styles
========================================================================== */
@font-face {
  font-family: "invertica";
  src: url("../font/invertica.eot?10752922");
  src: url("../font/invertica.eot?10752922#iefix") format("embedded-opentype"), url("../font/invertica.woff2?10752922") format("woff2"), url("../font/invertica.woff?10752922") format("woff"), url("../font/invertica.ttf?10752922") format("truetype"), url("../font/invertica.svg?10752922#invertica") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'invertica';
    src: url('../font/invertica.svg?10752922#invertica') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "invertica";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-linkedin:before {
  content: "\e800";
} /* '' */
.icon-rrss, .icon-rrss-inverse {
  background: #fff;
  border-radius: 50%;
  color: #B6282D;
  font-size: 20px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}
.icon-rrss:hover, .icon-rrss-inverse:hover {
  background: #000;
  color: #fff;
}

.icon-rrss {
  background: #000;
  color: #fff;
}
.icon-rrss:hover {
  background: #B6282D;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lora", serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  margin: 0;
  padding: 0;
}
html p, body p {
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}
html p:last-child, body p:last-child {
  margin-bottom: 0;
}

.bg-gray {
  background: #a0a8ac;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #e73742;
}

a {
  color: #B6282D;
  transition: 0.3s all;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.container, .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.border-radius-img {
  border-radius: 13px;
}

img {
  width: 100%;
}

.object-fit {
  object-fit: cover;
  object-position: center;
}

.main--about {
  overflow: hidden;
}

.main {
  padding-top: 81px;
}

.hero {
  align-items: center;
  background: #a0a8ac;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: 290px;
  justify-content: center;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    min-height: 555px;
    padding: 40px 0;
  }
}
.hero--min {
  min-height: 180px;
}
.hero__figcaption {
  margin: 0 auto;
  max-width: 701px;
  text-align: center;
}
.hero__figcaption--left {
  margin-left: 0;
  text-align: left;
}
.hero__figcaption--inverse {
  color: #000;
}
.hero__figcaption--small {
  max-width: 520px;
}
.hero .container {
  position: relative;
  text-align: center;
  z-index: 3;
}
.hero img {
  height: 100%;
  left: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header {
  background: #fff;
  border-bottom: 1px solid rgba(160, 168, 172, 0.4);
  left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  /* Cambia el color de las líneas de la hamburguesa */
}
@media (min-width: 768px) {
  .header > .container {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .header__top {
    justify-content: center;
  }
}
.header__top a {
  display: inline-block;
}
@media (min-width: 768px) {
  .header__top a {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .header button {
    display: none;
  }
}
.header nav {
  background: #fff;
  height: calc(100vh - 81px);
  left: 0;
  padding: 20px 30px;
  position: absolute;
  top: 81px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .header nav {
    display: block !important;
    height: unset;
    left: unset;
    justify-content: center;
    opacity: 1 !important;
    padding: 0;
    position: relative;
    top: unset;
  }
}
.header nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .header nav ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
  }
}
.header nav ul li {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .header nav ul li {
    margin-bottom: 0;
    margin-right: 15px;
    width: unset;
  }
  .header nav ul li:last-child {
    margin-right: 0;
  }
}
.header nav ul .nav-link {
  color: #a0a8ac;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 0;
  text-transform: uppercase;
}
.header nav ul .nav-link.active, .header nav ul .nav-link:hover {
  color: #e73742;
}
.header .navbar-toggler {
  border-color: transparent; /* Opcional: oculta el borde del botón */
  padding-right: 0;
}
.header .navbar-toggler:focus {
  outline: 0;
}
.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000000' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Configuración inicial para el menú oculto */
.fade-menu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none; /* Oculto por defecto */
}

/* Clase para mostrar el menú con el efecto de fundido */
.fade-menu.show {
  display: block; /* Lo mostramos */
  opacity: 1; /* Totalmente visible */
}

.footer {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  text-align: center;
}
.footer__red {
  background: #B6282D;
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer__white {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  font-family: "Lora", serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  margin-bottom: 7px;
}
.footer ul a {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.footer ul a:hover {
  color: #000;
  text-decoration: none;
}
.footer ul strong {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .footer ul strong {
    margin-bottom: 15px;
  }
}
.footer img {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .footer img {
    margin: 0 0 10px 0;
  }
}
.footer .icon-rrss-inverse {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .icon-rrss-inverse {
    margin: 0;
  }
}
.footer .logos-kit {
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.btn {
  background: #B6282D;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: 0.3s all;
  width: auto;
}
.btn:hover {
  background: #e73742;
  color: #fff;
}
.btn:focus {
  outline: none;
}

.title {
  font-size: 30px;
  letter-spacing: 0.57px;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .title {
    font-size: 37px;
  }
}

.mid-title {
  font-size: 26px;
  letter-spacing: 0.57px;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .mid-title {
    font-size: 34px;
  }
}

.small-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.31px;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .small-title {
    font-size: 20px;
    line-height: 31px;
  }
}

.highlighted {
  font-size: 22px;
  letter-spacing: 0.4px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .highlighted {
    font-size: 26px;
  }
}

.highlighted-medium {
  font-size: 24px;
  letter-spacing: 0.43px;
  line-height: 29px;
}
@media (min-width: 992px) {
  .highlighted-medium {
    font-size: 28px;
    line-height: 33px;
  }
}

a {
  text-decoration: none;
}

.text-big {
  font-size: 18px;
  letter-spacing: 0.31px;
  margin: 0 auto 15px;
}
@media (min-width: 992px) {
  .text-big {
    font-size: 22px;
    line-height: 31px;
  }
}

.team-item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .team-item {
    margin-top: 30px;
  }
}
.team-item__image {
  border-radius: 50%;
  height: 111px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 111px;
}
.team-item__image a {
  display: block;
  height: 100%;
  width: 100%;
}
.team-item__image img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.team-item__info {
  padding-left: 20px;
  width: calc(100% - 105px);
}
.team-item__info * {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .team-item__info * {
    font-size: 17px;
  }
}
.team-item__info .name {
  font-weight: bold;
  margin-bottom: 7px;
}
.team-item__info a:hover {
  color: #e73742;
}

.block-lateral-red {
  align-items: center;
  border-left: 1px solid #e73742;
  display: flex;
  line-height: normal;
  max-width: 320px;
  min-height: 136px;
  padding-left: 20px;
  text-align: left;
}
.block-lateral-red > * {
  margin-left: unset;
  margin-right: unset;
}

.irels-map {
  position: relative;
}
.irels-map .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .irels-map {
    min-height: 935px;
  }
}
.irels-map:before {
  background: url(../img/irels-map.svg) bottom left no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 310px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .irels-map:before {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .irels-map:before {
    background: url(../img/irels-map.svg) bottom right no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.bg-img-red-item {
  border: 1px solid #fff;
  height: 300px;
  position: relative;
  width: 100%;
}
.bg-img-red-item a {
  display: block;
  height: 100%;
}
.bg-img-red-item:hover .bg-img-red-item__info {
  opacity: 1;
}
.bg-img-red-item:hover .bg-img-red-item__img h2 {
  opacity: 0;
}
.bg-img-red-item__img, .bg-img-red-item__info {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  height: inherit;
  padding: 20px;
}
.bg-img-red-item__img h2, .bg-img-red-item__info h2 {
  margin: 0;
  position: relative;
  z-index: 1;
}
.bg-img-red-item__img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-img-red-item__img h2 {
  transition: 0.3s all;
}
.bg-img-red-item__info {
  background: #B6282D;
  opacity: 0;
  position: relative;
  text-align: center;
  transition: 0.3s all;
  z-index: 2;
}
.bg-img-red-item__info p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.bg-img-red-item img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.team-card {
  margin-bottom: 40px;
}
.team-card__img {
  border-radius: 13px;
  margin-bottom: 17px;
  overflow: hidden;
}
.team-card__img img {
  width: 100%;
}
.team-card__info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.team-card__info > div {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-right: 20px;
}
.team-card__info .position {
  color: #a0a8ac;
}
.team-card__info .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin: 0;
}

.team-card-list .col-12:last-child .team-card {
  margin-bottom: 0;
}

.timeline {
  position: relative;
}
.timeline .swiper-slide {
  display: flex;
}
.timeline .swiper-slide:nth-child(odd) {
  align-items: center;
}
.timeline .timeline-item {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-right: 85px;
  padding: 60px 0 60px;
  position: relative;
  text-align: center;
  min-width: 185px;
  z-index: 1;
  flex: none;
  width: 185px;
}
@media (min-width: 576px) {
  .timeline .timeline-item {
    margin-right: 120px;
    min-height: 580px;
    padding: 60px 0;
    width: 244px;
  }
}
.timeline .timeline-item:last-child {
  margin-right: 30px;
}
.timeline .timeline-item:last-child:after {
  display: none;
}
.timeline .timeline-item .circle {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  z-index: 1;
}
.timeline .timeline-item .circle .line {
  display: block;
}
.timeline .timeline-item .circle .line:after {
  background: #e10912;
  content: "";
  display: block;
  height: 90px;
  margin-left: 30px;
  width: 1px;
}
@media (min-width: 768px) {
  .timeline .timeline-item .circle .line:after {
    height: 90px;
  }
}
.timeline .timeline-item .circle .line-top {
  position: relative;
}
.timeline .timeline-item .circle .line-top:before {
  top: 0;
}
.timeline .timeline-item .circle .line-top:before, .timeline .timeline-item .circle .line-bottom:before {
  background: #e10912;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  margin-left: 25px;
  width: 12px;
}
.timeline .timeline-item .circle .line-bottom {
  position: relative;
}
.timeline .timeline-item .circle .line-bottom:before {
  bottom: 0;
  left: 0;
  position: absolute;
}
.timeline .timeline-item .year {
  background: #e10912;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 120px;
  letter-spacing: 0.42px;
  left: 0;
  line-height: 120px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  width: 120px;
}
@media (min-width: 576px) {
  .timeline .timeline-item .year {
    margin-top: -78px;
  }
}
@media (min-width: 768px) {
  .timeline .timeline-item .year {
    font-size: 27px;
    height: 137px;
    line-height: 137px;
    margin-top: -65px;
    width: 137px;
  }
}
.timeline .timeline-item .info {
  margin-left: 31px;
  position: relative;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .timeline .timeline-item .info {
    margin-left: 35px;
  }
}
.timeline .timeline-item .info:hover div {
  color: #fff;
}
.timeline .timeline-item .info:hover img {
  opacity: 1;
}
.timeline .timeline-item .info div {
  color: #a0a8ac;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 1.2;
  max-width: 277px;
  position: relative;
  text-align: left;
  transition: 0.3s all;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline .timeline-item .info div {
    font-size: 18px;
    line-height: 25px;
  }
}
.timeline .timeline-item .info img {
  border-radius: 50%;
  display: block;
  height: 200px;
  left: 50%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  width: 200px;
}
@media (min-width: 768px) {
  .timeline .timeline-item .info img {
    height: 277px;
    width: 277px;
  }
}
.timeline .swiper-slide:nth-child(even) .line:after {
  height: 300px;
}
@media (min-width: 768px) {
  .timeline .swiper-slide:nth-child(even) .line:after {
    height: 479px;
  }
}
.timeline .swiper-slide:nth-child(even) .line.line-top:after {
  height: 288px;
}
@media (min-width: 768px) {
  .timeline .swiper-slide:nth-child(even) .line.line-top:after {
    height: 467px;
  }
}
.timeline .content-top, .timeline .content-bottom {
  margin-left: -15px;
  width: inherit;
}

.timeline-content {
  padding-left: 50px !important;
}
@media (min-width: 768px) {
  .timeline-content {
    padding-left: 30px !important;
  }
}

.block-slider-full-section {
  position: relative;
}
.block-slider-full-section__slider .container {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .block-slider-full-section__slider .container {
    padding-left: 30px;
  }
}
.block-slider-full-section__slider__navigation {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .block-slider-full-section__slider__navigation {
    margin-bottom: 30px;
  }
}
.block-slider-full-section__slider__navigation .container {
  height: 30px;
  margin-top: -48px;
  position: relative;
}
.block-slider-full-section__slider__navigation .swiper-button-next, .block-slider-full-section__slider__navigation .swiper-button-prev {
  color: #a0a8ac;
  font-size: 25px;
}
.block-slider-full-section__slider__navigation .swiper-button-next:hover, .block-slider-full-section__slider__navigation .swiper-button-prev:hover {
  color: #B6282D;
}
.block-slider-full-section__slider__navigation .swiper-button-next:after, .block-slider-full-section__slider__navigation .swiper-button-next:after, .block-slider-full-section__slider__navigation .swiper-button-prev:after, .block-slider-full-section__slider__navigation .swiper-button-prev:after {
  display: none;
}
.block-slider-full-section__slider__navigation .swiper-button-next {
  right: 30px;
}
.block-slider-full-section__slider__navigation .swiper-button-prev {
  left: 30px;
}
.block-slider-full-section__slider__navigation .swiper-button-next.swiper-button-disabled, .block-slider-full-section__slider__navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.block-slider-full-section__slider .swiper-wrapper {
  height: unset;
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide {
  height: inherit;
  max-width: 359px;
  width: 60%;
}
@media (min-width: 640px) {
  .block-slider-full-section__slider .swiper-wrapper .swiper-slide {
    width: 359px;
  }
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide .card-item, .block-slider-full-section__slider .swiper-wrapper .swiper-slide .card-item__link {
  height: 100%;
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide .grid__item {
  width: 100%;
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide .grid__item .small-title {
  font-size: 25px;
  letter-spacing: -0.4px;
  line-height: 29px;
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide .grid__back {
  box-sizing: border-box;
}
.block-slider-full-section__slider .swiper-wrapper .swiper-slide .grid__back i {
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
