@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300&display=swap");

.no-scroll {
  overflow: hidden;
}

.scroll-down .--header-fixed {
  top: -140px;
  transition: all 0.25s ease;
}

.scroll-down .subheader {
  top: -213px;
  transition: all 0.25s ease;
}

.scroll-up .--header-fixed {
  top: 0px;
  transition: all 0.35s ease;
}

.scroll-up .subheader {
  top: 0px;
  transition: all 0.35s ease;
}

.wpml-ls-native {
  border-left: 0px !important;
  padding-left: 0px !important;
}

.wpml-ls-legacy-list-horizontal a {
  padding: 5px 10px 6px 0px !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 7px 0px !important;
}
.wpml-ls-current-language{
  font-weight: bold;
}

.--header-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  transition: all 0.35s ease;
}

.--blue-line {
  margin-top: 44px;
  border-color: #6E78AB;
  opacity: 0.5;
}

.backdrop__menu {
  background-color: #15192F;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.backdrop__menu.show {
  opacity: 0.7;
  visibility: visible;
  transition: all 0.2s ease;
}

.bg-primary-color {
  background-color: #007CFA !important;
}

.bg-grey-blue {
  background-color: #6E78AB !important;
}

.bg-grey-blue-light {
  background-color: #F3F5FF !important;
}

.bg-grey-blue-medium {
  background-color: #979DBB !important;
}

.bg-dark-blue {
  background-color: #15192F !important;
}

.text-primary {
  color: #007CFA !important;
}

.text-grey-blue {
  color: #6E78AB !important;
}

.text-grey-blue-light {
  color: #F3F5FF !important;
}

.text-grey-blue-medium {
  color: #979DBB !important;
}

.search-mobile {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.header .header__logo {
  display: block;
  margin-right: 30px;
}

.header .header__menu .menu-top-menu-container .menu, .header .header__menu .menu-top-menu-ingles-container .menu{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .header__menu .menu-top-menu-container .menu .menu-item a, .header .header__menu .menu-top-menu-ingles-container .menu .menu-item a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6E78AB;
  margin-right: 26px;
  display: block;
  transition: all 0.2s ease;
}

.header .header__menu .menu-top-menu-container .menu .menu-item a:hover, .header .header__menu .menu-top-menu-ingles-container .menu .menu-item a:hover {
  text-decoration: none;
  color: #007CFA;
  transition: all 0.2s ease;
}

.header .header__menu .menu-top-menu-container .menu .menu-item.current_page_item a, .header .header__menu .menu-top-menu-ingeles-container .menu .menu-item.current_page_item a{
  font-weight: 700;
}

.header .header__menu .menu-top-menu-container .menu .menu-item:last-child a, .header .header__menu .menu-top-menu-ingles-container .menu .menu-item:last-child a {
  margin-right: 0px;
}

.header .header__social {
  display: flex;
  align-items: center;
  margin: auto 36px auto auto;
}

.header .header__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #CEE6FF;
  height: 43px;
  width: 43px;
  min-height: 43px;
  min-width: 43px;
  color: #007CFA;
  margin-right: 16px;
  transition: all 0.2s ease;
}

.header .header__social a i {
  font-size: 18px;
  transition: all 0.2s ease;
}

.header .header__social a:last-child {
  margin-right: 0px;
}

.header .header__social a:hover {
  transition: all 0.2s ease;
  text-decoration: none;
  background-color: #007CFA;
}

.header .header__social a:hover i {
  color: #FFF;
  transition: all 0.2s ease;
}

.header .header__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #007CFA;
  height: 43px;
  width: 43px;
  min-height: 43px;
  min-width: 43px;
  color: #FFF;
  margin-right: 36px;
  border: 0px;
  transition: all 0.2s ease;
}

.header .header__search-button i {
  font-size: 18px;
  transition: all 0.2s ease;
}

.header .header__search-button:hover {
  background-color: #CEE6FF;
  transition: all 0.2s ease;
}

.header .header__search-button:hover i {
  color: #007CFA;
  transition: all 0.2s ease;
}

.header .header__search-button.active {
  background-color: #007CFA;
}

.header .header__search-button.active:hover i {
  color: #FFF;
}

.header .hamburger {
  width: 140px;
  height: 140px;
  background-color: #007CFA;
  transition: all 0.2s ease;
}

.header .hamburger .hamburger-inner {
  background-color: #FFF;
  transition: all 0.2s ease;
}

.header .hamburger .hamburger-inner::after {
  background-color: #FFF;
  transition: all 0.2s ease;
}

.header .hamburger .hamburger-inner::before {
  background-color: #FFF;
  transition: all 0.2s ease;
}

.header .hamburger:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.header .hamburger.--hamburger-mobile {
  display: none;
}

.container-search {
  position: relative;
  top: -190px;
  transition: all 0.25s ease-out;
  z-index: 999;
}

.container-search.open {
  top: 140px;
  transition: all 0.4s ease-in-out;
}

.container-search .header__search-inner {
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 48px;
  min-height: 171px;
}

.container-search .header__search-inner .search-inner__close {
  position: absolute;
  top: 28px;
  right: 48px;
  background-color: #FFF;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  transition: all 0.2s ease;
}

.container-search .header__search-inner .search-inner__close i {
  color: #C5C5C5;
  font-size: 26px;
}

.container-search .header__search-inner .search-inner__close:hover i {
  color: #007CFA;
  transition: all 0.2s ease;
}

.container-search .header__search-inner .search-form {
  margin: auto;
}

.container-search .header__search-inner .search-form img {
  display: none;
}

.container-search .header__search-inner .search-form input[type=text] {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 24px;
  border-width: 0 0 2px 0;
  border-radius: 0px;
  border-style: solid;
  border-color: #0084FF;
}

.container-search .header__search-inner .search-form input[type=text]::-moz-placeholder {
  color: #C5C5C5;
}

.container-search .header__search-inner .search-form input[type=text]:-ms-input-placeholder {
  color: #C5C5C5;
}

.container-search .header__search-inner .search-form input[type=text]::placeholder {
  color: #C5C5C5;
}

.container-search .header__search-inner .search-form input[type=text]:focus {
  box-shadow: none;
}

.header__menu-inner {
  position: fixed;
  top: 0;
  right: -380px;
  z-index: 99999;
  background-color: #F3F5FF;
  height: 100vh;
  width: 380px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-out;
}

.header__menu-inner .side-menu-inner__close {
  margin: 48px 48px 0 auto;
  background-color: transparent;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  color: #007CFA;
  transition: all 0.2s ease;
}

.header__menu-inner .side-menu-inner__close i {
  font-size: 35px;
}

.header__menu-inner .side-menu-inner__close:hover i {
  color: #15192F;
  transition: all 0.2s ease;
}

.header__menu-inner .menu {
  list-style: none;
  padding: 0;
  margin: 48px 0 0 80px;
}

.header__menu-inner .menu .menu-item {
  height: 44px;
  display: flex;
  align-items: center;
}

.header__menu-inner .menu .menu-item a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #6E78AB;
  margin-right: 26px;
  display: block;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.header__menu-inner .menu .menu-item a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: -18px;
  color: #007CFA;
  transition: all 0.2s ease;
}

.header__menu-inner .menu .menu-item a:hover {
  padding-left: 22px;
  text-decoration: none;
  color: #007CFA;
  transition: all 0.2s ease;
}

.header__menu-inner .menu .menu-item a:hover::after {
  left: 0;
  transition: all 0.2s ease;
}

.header__menu-inner .menu .menu-item.current_page_item a {
  font-weight: 700;
}

.header__menu-inner .menu .menu-item:last-child a {
  margin-right: 0px;
}

.header__menu-inner.open {
  right: 0px;
  transition: all 0.4s ease-in-out;
}

.mobile-social {
  display: none;
}

.mobile-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #CEE6FF;
  height: 43px;
  width: 43px;
  min-height: 43px;
  min-width: 43px;
  color: #007CFA;
  margin-right: 16px;
  transition: all 0.2s ease;
}

.mobile-social a i {
  font-size: 18px;
  transition: all 0.2s ease;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a:hover {
  transition: all 0.2s ease;
  text-decoration: none;
  background-color: #007CFA;
}

.mobile-social a:hover i {
  color: #FFF;
  transition: all 0.2s ease;
}

.owl-carousel {
  height: calc(100vh - 200px);
  min-height: 720px;
  position: relative;
  display: flex !important;
  justify-content: center;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item {
  height: 100%;
  position: relative;
  z-index: 99;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item img {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .carousel__item--main-link {
  pointer-events: none;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .carousel__item--inner-link:hover {
  text-decoration: none;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .carousel__item--inner-link:hover .carousel__item-title h2 {
  color: #CEE6FF;
  transition: all 0.2s ease;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .carousel__item--inner-link:hover .carousel__item-title span {
  width: 46px;
  transition: all 0.18s ease-in-out;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .carousel__item--inner-link:hover .carousel__item-title span .arrow {
  opacity: 1 !important;
  left: 6px;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container {
  position: relative;
  top: 140px;
  min-height: 470px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding-right: 200px;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-cat {
  background-color: #007CFA;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin: 0;
  padding: 2px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-title {
  display: inline-block;
  color: #FFF;
  margin: 0 0 20px 0;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-title h2 {
  display: inline;
  font-family: "Lexend", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  transition: all 0.2s ease;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-title span {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  position: relative;
  top: -2px;
  left: 10px;
  z-index: 1;
  transition: all 0.18s ease-in-out;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-title span .arrow {
  display: block;
  width: 40px;
  position: relative;
  height: 18px;
  top: 0;
  left: -22px;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel__item .container .carousel__item-parag {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  margin: 0;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 116px;
  z-index: 6;
  left: calc(50% - 570px);
  width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}

.owl-carousel .owl-nav .owl-prev::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f053";
  color: #FFF;
  font-size: 23px;
}

.owl-carousel .owl-nav .owl-prev.disabled {
  visibility: hidden;
}

.owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.owl-carousel .owl-nav .owl-next {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.owl-carousel .owl-nav .owl-next span {
  display: none !important;
}

.owl-carousel .owl-nav .owl-next::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f054";
  color: #FFF;
  font-size: 23px;
}

.owl-carousel .owl-nav .owl-next.disabled {
  visibility: hidden;
}

.owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  z-index: 6;
}

.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 100px;
  background-color: #FFF;
  opacity: 0.5;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
  transition: all 0.2s ease;
}

.middle-banner {
  background-color: #007CFA;
}

.middle-banner .middle-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle-banner .middle-banner__content p {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  line-height: 140%;
  color: #CEE6FF;
  margin: 0 0 0 40px;
  font-weight: lighter;
}

.middle-banner .middle-banner__content a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #FFF;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  min-width: 160px;
  margin-left: 80px;
  transition: all 0.2s ease;
}

.middle-banner .middle-banner__content a:hover {
  background-color: #FFF;
  color: #007CFA;
  transition: all 0.2s ease;
  text-decoration: none;
}

.lineas__banner {
  padding-top: 0px;
}

.lineas__banner p {
  font-family: "Lexend", sans-serif;
  font-size: 29px;
  line-height: 48px;
  color: #15192F;
  margin: 0;
  padding: 0 38px 0 0;
}

.lineas__banner img {
  width: 360px;
}

.lineas__card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #6E78AB;
  margin: 28px 0 26px 0;
  text-align: center;
}

.lineas__card .lineas__card--item {
  background-color: #FFF;
}

.lineas__card .lineas__card--item .ico-arrow {
  display: none;
}

.lineas__card .lineas__card--item a {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  transition: all 0.2s ease;
}

.lineas__card .lineas__card--item a span {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  min-width: 59px;
  min-height: 59px;
  border-radius: 100px;
  padding: 4px;
  margin: 0 12px 0 0;
  transition: all 0.2s ease;
}

.lineas__card .lineas__card--item a span object {
  width: 75%;
}

.lineas__card .lineas__card--item a span .lineas__card--ico-04 {
  width: 55%;
}

.lineas__card .lineas__card--item a p {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin: 0;
  color: #6E78AB;
  transition: all 0.2s ease;
}

.lineas__card .lineas__card--item a:hover {
  text-decoration: none;
  background-color: #007CFA;
  transition: all 0.2s ease;
}

.lineas__card .lineas__card--item a:hover span {
  background-color: #65B1FF;
  transition: all 0.2s ease;
}

.lineas__card .lineas__card--item a:hover p {
  color: #FFF;
  transition: all 0.2s ease;
}

.proyectos {
  padding-bottom: 48px;
}

.proyectos h3 {
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6E78AB;
  margin: 28px 0 26px 0;
}

.proyectos .proyectos__card {
  position: relative;
}

.proyectos .proyectos__card::before {
  content: "";
  width: 100%;
  height: 190px;
  background-color: #15192F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.proyectos .proyectos__card a {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.proyectos .proyectos__card a p {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #6E78AB;
  background-color: #FFF;
  width: 100%;
  padding: 10px 16px 9px 16px;
}

.proyectos .proyectos__card a img {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  opacity: 0.6;
}

.proyectos .proyectos__card a .proyectos__card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
}

.proyectos .proyectos__card a .proyectos__card-title h4 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  color: #FFF;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 48px;
}

.proyectos .proyectos__card a .proyectos__card-title span {
  display: block;
  overflow: hidden;
  width: 20px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
  transition: all 0.18s ease-in-out;
}

.proyectos .proyectos__card a .proyectos__card-title span img {
  display: block;
  width: 40px;
  position: relative;
  height: 18px;
  top: 0;
  left: -22px;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}

.proyectos .proyectos__card a::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background-color: #007CFA;
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}

.proyectos .proyectos__card a:hover {
  text-decoration: none;
}

.proyectos .proyectos__card a:hover span {
  width: 40px;
  transition: all 0.2s ease-in-out;
}

.proyectos .proyectos__card a:hover span img {
  opacity: 1 !important;
  left: 0;
  transition: all 0.18s ease-in-out;
}

.proyectos .proyectos__card a:hover::before {
  top: 40px;
  transition: all 0.25s ease-in-out;
}

.proyectos .proyectos__cta {
  display: flex;
  justify-content: flex-end;
}

.proyectos .proyectos__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #007CFA;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #007CFA;
  font-weight: 700;
  min-width: 200px;
  margin-top: 28px;
  transition: all 0.2s ease;
}

.proyectos .proyectos__cta a:hover {
  text-decoration: none;
  background-color: #007CFA;
  color: #FFF;
  transition: all 0.2s ease;
}

.noticias h3 {
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6E78AB;
  margin: 48px 0 26px 0;
}

.noticias .noticias__card a img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  margin: 0 0 12px 0;
}

.noticias .noticias__card a .date {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #6E78AB;
  margin: 0 0 12px 0;
}

.noticias .noticias__card a h5 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  color: #6E78AB;
  font-weight: 600;
  margin: 0 0 12px 0;
  transition: all 0.2s ease;
}

.noticias .noticias__card a .shortext {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #979DBB;
  font-weight: 400;
  margin: 0 0 12px 0;
}

.noticias .noticias__card a .arrow__container {
  display: block;
  position: relative;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

.noticias .noticias__card a .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  opacity: 0.3;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.noticias .noticias__card a:hover {
  text-decoration: none;
}

.noticias .noticias__card a:hover h5 {
  color: #007CFA;
  transition: all 0.2s ease;
}

.noticias .noticias__card a:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.noticias .noticias__card a:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.noticias .noticias__cta {
  display: flex;
  justify-content: flex-end;
}

.noticias .noticias__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #007CFA;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #007CFA;
  font-weight: 700;
  min-width: 200px;
  margin-top: 28px;
  transition: all 0.2s ease;
}

.noticias .noticias__cta a:hover {
  text-decoration: none;
  background-color: #007CFA;
  color: #FFF;
  transition: all 0.2s ease;
}

.noticias.--archive-noticias {
  padding: 0 0 48px 0;
}

.noticias.--archive-noticias .noticias__card {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.noticias.--archive-noticias .noticias__card::before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
  background-color: #6E78AB;
  opacity: 0.5;
}

.noticias.--archive-noticias .col-lg-4:first-child .noticias__card::before {
  left: 0px;
  width: 100%;
}

.noticias.--archive-noticias .col-lg-4:nth-child(3n+3) .noticias__card::before {
  left: -30px;
  width: calc(100% + 30px);
}

.noticias.--archive-noticias .col-lg-4:nth-child(3n+4) .noticias__card::before {
  left: 0px;
  width: 100%;
}

.noticias .--delete-line-noticias {
  position: relative;
  top: -38px;
  height: 3px;
  width: 100%;
  background-color: #FFF;
}

.inner-noticia .date {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6E78AB;
  margin: 0 0 12px 0;
}

.inner-noticia img {
  width: 100%;
  height: 225px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 28px;
}

.inner-noticia h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #6E78AB;
  margin: 0 0 26px 0;
}

.inner-noticia h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #6E78AB;
  margin: 0 0 48px 0;
}

.inner-noticia p , .inner-noticia ul li{
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #979DBB;
  margin: 0;
}

.info-interes {
  padding-bottom: 48px;
}

.info-interes h3,
.info-interes h4 {
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #6E78AB;
  margin: 30px 0 26px 0;
}

.info-interes .info-interes__cta {
  display: flex;
  justify-content: flex-end;
}

.info-interes .info-interes__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #007CFA;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #007CFA;
  font-weight: 700;
  min-width: 220px;
  margin-top: 21px;
  transition: all 0.2s ease;
}

.info-interes .info-interes__cta a:hover {
  text-decoration: none;
  background-color: #007CFA;
  color: #FFF;
  transition: all 0.2s ease;
}

.info-interes.--info-interes__page {
  margin-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.info-interes.--info-interes__page h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 38px 0 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.info-interes.--info-interes__page h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

#accordion .card {
  border-radius: 0px;
  border-width: 0px;
  margin-bottom: 23px;
}

#accordion .card .card-header {
  border-radius: 0px;
  border-width: 0px;
  padding: 0;
}

#accordion .card .card-header h5 {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
}

#accordion .card .card-header h5 button {
  padding: 23px 32px;
  border-radius: 0px;
  color: #FFF;
  width: 100%;
  text-align: left;
  background-color: #6E78AB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px
}

#accordion .card .card-header h5 button i {
  opacity: 0;
  color: #979DBB;
  font-size: 28px;
}

#accordion .card .card-header h5 button.collapsed {
  border-radius: 0px;
  background-color: #F3F5FF;
  color: #6E78AB;
}

#accordion .card .card-header h5 button.collapsed i {
  opacity: 1;
}

#accordion .card .card-header h5 button.collapsed:hover {
  text-decoration: none;
  background-color: #979DBB;
  color: #FFF;
}

#accordion .card .card-header h5 button:focus {
  box-shadow: none;
  text-decoration: none;
}

#accordion .card .card-header h5 button:hover {
  text-decoration: none;
}

#accordion .card .card-body {
  padding: 0 0 0 0;
}

#accordion .card .card-body .info-interes__card {
  display: flex;
  flex-direction: column;
  background-color: #F3F5FF;
  height: 177px;
  padding: 23px 16px 10px 16px;
  margin-top: 30px;
}

#accordion .card .card-body .info-interes__card p {
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  color: #6E78AB;
  margin: 0 0 15px 0;
}

#accordion .card .card-body .info-interes__card .arrow__container {
  display: block;
  position: relative;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

#accordion .card .card-body .info-interes__card .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

#accordion .card .card-body .info-interes__card .btn-download {
  display: flex;
  align-items: center;
  margin: auto 0 0 auto;
}

#accordion .card .card-body .info-interes__card .btn-download p {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #979DBB;
  margin: 0 8px 0 0;
}

#accordion .card .card-body .info-interes__card:hover {
  text-decoration: none;
}

#accordion .card .card-body .info-interes__card:hover p {
  color: #007CFA;
}

#accordion .card .card-body .info-interes__card:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

#accordion .card .card-body .info-interes__card:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.footer {
  padding: 48px 48px 36px 48px;
}

.footer .footer__social {
  display: none;
}

.footer .footer__contacto {
  display: flex;
  align-items: center;
}

.footer .footer__contacto img {
  padding-right: 36px;
}

.footer .footer__contacto span {
  padding-left: 36px;
  border-left: 1px solid #CEE6FF;
}

.footer .footer__contacto span a {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #007CFA;
  display: block;
  margin: 0 0 12px 0;
}

.footer .footer__contacto span p {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #6E78AB;
  display: block;
  margin: 0 0 12px 0;
}

.footer .footer__contacto span p:last-child {
  margin: 0;
}

.footer .footer__links p {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #007CFA;
  margin: 0 0 12px 0;
}

.footer .footer__links span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .footer__links span a {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #6E78AB;
  margin: 10px 12px 0 0;
  display: block;
  transition: all 0.2s ease;
}

.footer .footer__links span a:hover {
  text-decoration: none;
  color: #007CFA;
  transition: all 0.2s ease;
}

.--fix-footer {
  min-height: 100vh;
  position: relative;
  padding-bottom: 198px;
}

.--fix-footer .footer {
  position: absolute;
  bottom: 0;
}

.subheader {
  padding-top: 140px;
  background-color: #F3F5FF;
  border-bottom: 1px solid #6E78AB;
  margin-bottom: 36px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
  transition: all 0.3s ease;
}

.subheader p {
  padding: 26px 15px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: #6E78AB;
}

.subheader .--subheader-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subheader .--subheader-link p {
  color: #979DBB;
  margin-right: 28px;
}

.subheader .--subheader-link a {
  display: flex;
  align-items: center;
  min-width: 110px;
}

.subheader .--subheader-link a p {
  position: relative;
  white-space: nowrap;
  color: #6E78AB;
  top: 1px;
  padding: 0;
  margin: 0 0 0 8px;
  transition: all 0.2s ease;
}

.subheader .--subheader-link a .arrow__container {
  display: block;
  position: relative;
  width: 20px;
  overflow: hidden;
  transform: rotate(180deg);
  transition: all 0.18s ease;
}

.subheader .--subheader-link a .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.subheader .--subheader-link a:hover {
  text-decoration: none;
}

.subheader .--subheader-link a:hover p {
  color: #007CFA;
  transition: all 0.2s ease;
}

.subheader .--subheader-link a:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.subheader .--subheader-link a:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.subheader.--subheader-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-left: 173px;
}

.subheader.--subheader-menu ul li a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #6E78AB;
  display: block;
  margin-right: 26px;
  transition: all 0.2s ease;
}

.subheader.--subheader-menu ul li a:hover {
  text-decoration: none;
  color: #007CFA;
  transition: all 0.2s ease;
}

.subheader.--subheader-menu ul li.current_page_item a {
  font-weight: 700;
  transition: all 0.2s ease;
}

.resultados__list {
  padding: 0 0 48px 0;
}

.resultados__list p {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 36px 0;
  color: #6E78AB;
}

.resultados__list .resultados__card {
  border-bottom: 1px solid rgba(110, 120, 171, 0.5);
  margin-bottom: 22px;
  padding-bottom: 28px;
}

.resultados__list .resultados__card a p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6E78AB;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.resultados__list .resultados__card a h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #6E78AB;
  margin: 0;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.resultados__list .resultados__card a:hover {
  text-decoration: none;
}

.resultados__list .resultados__card a:hover p {
  color: #007CFA;
  transition: all 0.2s ease;
}

.resultados__list .resultados__card a:hover h5 {
  color: #007CFA;
  transition: all 0.2s ease;
}

.desarrollo__banner {
  margin-top: 48px;
  margin-bottom: 48px;
}

.desarrollo__banner p {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  margin: 0;
  color: #6E78AB;
}

.desarrollo__banner img {
  height: 250px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.desarrollo__card {
  background-color: #F3F5FF;
  padding: 20px;
  height: 100%;
  max-height: 310px;
}

.desarrollo__card img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  margin: 0 auto 16px auto;
  display: block;
}

.desarrollo__card h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6E78AB;
  margin: 0 0 12px 0;
  text-align: center;
  width: 100%;
}

.desarrollo__card p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0;
  text-align: center;
  width: 100%;
}

.--middel-banner__dp {
  padding: 45px 0;
  margin: 48px 0;
}

.--middel-banner__dp p {
  font-size: 20px !important;
}

.--middel-banner__dp .middle-banner__content {
  padding: 0 60px;
}

.desarrollo__descrp {
  margin-bottom: 48px;
}

.desarrollo__descrp p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 25px 0;
  color: #979DBB;
}

.desarrollo__descrp .desarrollo__descrp-info img {
  width: 100%;
  height: 450px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 48px;
}

.desarrollo__descrp .desarrollo__descrp-info span {
  background-color: #15192F;
  padding: 48px 0;
}

.desarrollo__descrp .desarrollo__descrp-info span p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #f2f2f2;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.directores {
  padding-left: 0;
  padding-right: 0;
}

.directores h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 40px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.directores h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.directores .directores__card img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.directores .directores__card .directores__card-info {
  background-color: #F3F5FF;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 18px 12px 18px;
  margin-bottom: 48px;
}

.directores .directores__card .directores__card-info h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6E78AB;
  margin: 0;
  transition: all 0.2s ease;
}

.directores .directores__card .directores__card-info p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0;
}

.directores .directores__card .arrow__container {
  display: block;
  position: relative;
  top: 2px;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

.directores .directores__card .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  opacity: 1;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.directores .directores__card:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.directores .directores__card:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.directores .directores__card:hover {
  cursor: pointer;
}

.directores .directores__card:hover h5 {
  color: #007CFA;
}

.comite {
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.comite h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 40px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.comite h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.comite h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 12px 0;
  color: #6E78AB;
}

.comite p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0 0 16px 0;
}

.comite .comite__card {
  padding: 18px;
  background-color: #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.comite .comite__card .comite__card-info h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #6E78AB;
  transition: all 0.2s ease;
}

.comite .comite__card .comite__card-info p {
  font-family: "Lexend", sans-serif;
  text-align: left;
  margin: 0;
}

.comite .comite__card .arrow__container {
  display: block;
  position: relative;
  top: 2px;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

.comite .comite__card .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  opacity: 1;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.comite .comite__card:hover {
  cursor: pointer;
}

.comite .comite__card:hover h5 {
  color: #007CFA;
  transition: all 0.2s ease;
}

.comite .comite__card:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.comite .comite__card:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.modal-backdrop {
  z-index: 1040999;
}

.modal {
  z-index: 1050999;
}

.modal-persona .modal-content {
  padding: 36px 48px;
}

.modal-persona .modal-content .modal-header {
  padding: 0;
  border: 0;
  border-radius: 0px;
}

.modal-persona .modal-content .modal-header .close {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-bottom: 12px;
}

.modal-persona .modal-content .modal-header .close i {
  font-size: 35px;
  color: #6E78AB;
}

.modal-persona .modal-content .modal-footer {
  padding: 0;
  border: 0;
  border-radius: 0px;
}

.modal-persona .modal-content .modal-body {
  padding: 0;
}

.modal-persona .modal-content .modal-body img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.modal-persona .modal-content .modal-body h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6E78AB;
  margin: 0;
  text-align: left;
}

.modal-persona .modal-content .modal-body h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0 0 15px 0;
  text-align: left;
}

.modal-persona .modal-content .modal-body p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0;
  text-align: left;
}

.equipo {
  padding-left: 0;
  padding-right: 0;
}

.equipo h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 40px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.equipo h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.equipo .equipo__card img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.equipo .equipo__card .equipo__card-info {
  background-color: #F3F5FF;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 18px 12px 18px;
  margin-bottom: 48px;
}

.equipo .equipo__card .equipo__card-info h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6E78AB;
  margin: 0;
  transition: all 0.2s ease;
}

.equipo .equipo__card .equipo__card-info p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0;
}

.equipo .equipo__card .equipo__card-rrss {
  margin-left: 16px;
}

.equipo .equipo__card .equipo__card-rrss a {
  display: block;
  text-align: center;
}

.equipo .equipo__card .equipo__card-rrss a i {
  font-size: 15px;
  color: #979DBB;
  transition: all 0.2s ease;
}

.equipo .equipo__card .equipo__card-rrss a:hover i {
  color: #007CFA;
  transition: all 0.2s ease;
}

.equipo .equipo__cta {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 28px;
}

.equipo .equipo__cta p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #6E78AB;
  margin-right: 6px;
  margin-bottom: 0;
  transition: all 0.2s ease;
}

.equipo .equipo__cta:hover {
  text-decoration: none;
}

.equipo .equipo__cta:hover p {
  color: #007CFA;
  transition: all 0.2s ease;
}

.areas {
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.areas h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 40px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.areas h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.areas .accordion__equipo #accordion .card .card-header h5 button.collapsed {
  background-color: #FFF;
}

.areas .accordion__equipo #accordion .card .card-header h5 button.collapsed:hover {
  color: #007CFA;
}

.areas .accordion__equipo #accordion .card .card-body {
  padding: 20px 26px;
}

.areas .accordion__equipo #accordion .card .card-body p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #6E78AB;
  margin: 0;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card {
  background-color: #F3F5FF;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #6E78AB;
  margin: 0;
  transition: all 0.2s ease;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #979DBB;
  margin: 0;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card .equipo__card-rrss {
  margin-left: 12px;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card .equipo__card-rrss a {
  display: block;
  text-align: center;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card .equipo__card-rrss a i {
  font-size: 15px;
  color: #979DBB;
  transition: all 0.2s ease;
}

.areas .accordion__equipo #accordion .card .card-body .equipo__card .equipo__card-rrss a:hover i {
  color: #007CFA;
  transition: all 0.2s ease;
}

.marco {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 64px;
}

.marco h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marco h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.marco p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0 0 38px 0;
}

.marco .marco__card {
  background-color: #F3F5FF;
  padding: 38px;
  display: flex;
  align-items: center;
  height: 100%;
}

.marco .marco__card img {
  margin-right: 48px;
}

.marco .marco__card p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.marco-link__card {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  height: 177px;
  padding: 23px 16px 10px 16px;
}

.marco-link__card p {
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  color: #6E78AB;
  margin: 0 0 15px 0;
}

.marco-link__card .arrow__container {
  display: block;
  position: relative;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

.marco-link__card .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.marco-link__card .btn-download {
  display: flex;
  align-items: center;
  margin: auto 0 0 auto;
}

.marco-link__card .btn-download p {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #979DBB;
  margin: 0 8px 0 0;
}

.marco-link__card:hover {
  text-decoration: none;
}

.marco-link__card:hover p {
  color: #007CFA;
}

.marco-link__card:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.marco-link__card:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.proyectos {
  padding-left: 0;
  padding-right: 0;
}

.proyectos h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.proyectos h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.proyectos p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0 0 38px 0;
}

.proyectos .proyectos__card-top {
  background-color: #F3F5FF;
  height: 100%;
}

.proyectos .proyectos__card-top .ico-arrow {
  display: none;
}

.proyectos .proyectos__card-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 18px;
  height: 100%;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a span:first-child {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 100px;
  padding: 4px;
  margin: 0 0 20px 0;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a span:first-child object {
  width: 75%;
}

.proyectos .proyectos__card-top a span:first-child .lineas__card--ico-04 {
  width: 55%;
}

.proyectos .proyectos__card-top a p {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px 0;
  text-align: center;
  color: #6E78AB;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a .arrow__container {
  display: block;
  position: relative;
  width: 20px;
  overflow: hidden;
  transition: all 0.18s ease;
}

.proyectos .proyectos__card-top a .arrow__container .arrow {
  height: 16px;
  width: auto;
  display: block;
  position: relative;
  left: -15px;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a:hover {
  text-decoration: none;
  background-color: #007CFA;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a:hover span:first-child {
  background-color: #65B1FF;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a:hover p {
  color: #FFF;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a:hover .arrow__container {
  width: 31px;
  transition: all 0.2s ease;
}

.proyectos .proyectos__card-top a:hover .arrow__container .arrow {
  left: 0;
  opacity: 1;
  transition: all 0.18s ease;
}

.nuestros-proyectos {
  padding-left: 0;
  padding-right: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.nuestros-proyectos h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6E78AB;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nuestros-proyectos h1::after {
  width: 100%;
  height: 1px;
  background-color: rgba(110, 120, 171, 0.2);
  position: absolute;
  top: 21px;
  content: "";
  margin-left: 20px;
}

.nuestros-proyectos p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #979DBB;
  margin: 0 0 38px 0;
}

.nuestros-proyectos .proyectos__card {
  position: relative;
  margin-bottom: 28px;
}

.nuestros-proyectos .proyectos__card::before {
  content: "";
  width: 100%;
  height: 190px;
  background-color: #15192F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nuestros-proyectos .proyectos__card a {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.nuestros-proyectos .proyectos__card a p {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #6E78AB;
  background-color: #FFF;
  width: 100%;
  padding: 10px 16px 9px 16px;
}

.nuestros-proyectos .proyectos__card a img {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  opacity: 0.6;
}

.nuestros-proyectos .proyectos__card a .proyectos__card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
}

.nuestros-proyectos .proyectos__card a .proyectos__card-title h4 {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  color: #FFF;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 48px;
}

.nuestros-proyectos .proyectos__card a .proyectos__card-title span {
  display: block;
  overflow: hidden;
  width: 20px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
  transition: all 0.18s ease-in-out;
}

.nuestros-proyectos .proyectos__card a .proyectos__card-title span img {
  display: block;
  width: 40px;
  position: relative;
  height: 18px;
  top: 0;
  left: -22px;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
}

.nuestros-proyectos .proyectos__card a::before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background-color: #007CFA;
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}

.nuestros-proyectos .proyectos__card a:hover {
  text-decoration: none;
}

.nuestros-proyectos .proyectos__card a:hover span {
  width: 40px;
  transition: all 0.2s ease-in-out;
}

.nuestros-proyectos .proyectos__card a:hover span img {
  opacity: 1 !important;
  left: 0;
  transition: all 0.18s ease-in-out;
}

.nuestros-proyectos .proyectos__card a:hover::before {
  top: 40px;
  transition: all 0.25s ease-in-out;
}

.lineas-proyectos img {
  width: 100%;
  height: 225px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 28px;
  margin-top: 48px;
}

.lineas-proyectos h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #6E78AB;
  margin: 0 0 26px 0;
}

.lineas-proyectos p {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #979DBB;
  margin: 0 0 48px 0;
}

.single-proyectos__banner {
  position: relative;
  margin-top: -250px;
  height: 660px;
}

.single-proyectos__banner .single-proyectos__text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}

.single-proyectos__banner .single-proyectos__text span {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

.single-proyectos__banner .single-proyectos__text img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 9;
}

.single-proyectos__banner .single-proyectos__text h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  color: #FFF;
  text-align: center;
  max-width: 800px;
  position: absolute;
  bottom: 170px;
  left: calc(50% - 400px);
  z-index: 11;
}

.single-proyectos__grid {
  display: flex;
  flex-wrap: wrap;
}

.single-proyectos__grid .single-proyectos__card {
  padding-top: 48px;
  padding-bottom: 58px;
  padding-left: 48px;
  padding-right: 48px;
}

.single-proyectos__grid .single-proyectos__card p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #FFF;
  margin: 0;
}

.single-proyectos__grid .single-proyectos__card h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #FFF;
  margin: 20px 0 0 0;
}

.single-proyectos__grid .single-proyectos__card h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFF;
  margin: 0 0 28px 0;
}

.single-proyectos__grid .single-proyectos__card h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #FFF;
  margin: 0 0 28px 0;
}

.single-proyectos__grid .single-proyectos__card .mapa {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contacto {
  padding-left: 0;
  padding-right: 0;
}

.contacto .--ext-bg-primary-left {
  position: relative;
  padding-top: 140px;
  height: 680px;
  padding-left: 0;
  padding-right: 48px;
}

.contacto .--ext-bg-primary-left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #007CFA;
}

.contacto .--ext-bg-primary-right {
  position: relative;
  padding-top: 190px;
  height: 680px;
  padding-right: 0;
  padding-left: 48px;
}

.contacto .--ext-bg-primary-right::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #6E78AB;
}

.contacto .contacto__info h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #FFF;
  margin: 66px 0 50px 0;
}

.contacto .contacto__info a {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFF;
  margin: 16px 0 0 0;
  transition: all 0.2s ease;
}

.contacto .contacto__info a:hover {
  color: #15192F;
  text-decoration: none;
  transition: all 0.2s ease;
}

.contacto .contacto__info p {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFF;
  margin: 16px 0 0 0;
}

.contacto .contacto__form label {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFF;
  margin: 0 0 6px 0;
}

.contacto .contacto__form input {
  background-color: #979DBB;
  border-radius: 10px;
  height: 35px;
  border: 0px;
  font-family: "Lexend", sans-serif;
  color: #FFF;
  margin-bottom: 24px;
}

.contacto .contacto__form input.wpcf7-not-valid {
  border: 2px solid red;
}

.contacto .contacto__form .wpcf7-not-valid-tip {
  display: none !important;
}

.contacto .contacto__form textarea {
  background-color: #979DBB;
  border-radius: 10px;
  border: 0px;
  font-family: "Lexend", sans-serif;
  color: #FFF;
}

.contacto .contacto__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 0px;
  background-color: #007CFA;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  min-width: 160px;
  margin-top: 20px;
  transition: all 0.2s ease;
}

.contacto .contacto__form button:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #007CFA;
  transition: all 0.2s ease;
}

.contacto img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
}

.wp-pagenavi .current {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  background-color: #007CFA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  margin: 0 3px;
  border-color: transparent !important;
  line-height: 1px;
  transition: all 0.2s ease;
}

.wp-pagenavi a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  background-color: #CEE6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #007CFA;
  margin: 0 3px;
  border-color: transparent;
  line-height: 1px;
  transition: all 0.2s ease;
}

.wp-pagenavi a:hover {
  border-color: transparent !important;
  background-color: #007CFA;
  color: #CEE6FF;
  text-decoration: none;
  transition: all 0.2s ease;
}

.wp-pagenavi .nextpostslink {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  color: #CEE6FF;
}

.wp-pagenavi .previouspostslink {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  color: #CEE6FF;
}

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

.icons-share {
  margin-top: 20px;
}

.icons-share i {
  color: #6E78AB;
  font-size: 20px;
  margin: 0px 5px;
}

.icons-share .ssbp-wrap {
  color: #6E78AB;
  font-size: 16px;
}

.icons-share .ssbp-wrap .ssbp-list {
  margin-top: -10px;
}

.p-20,
.p-20 p {
  font-family: Lexend;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.p-15 {
  font-size: 15px !important;
}

.p-36 {
  font-size: 36px !important;
}

.btn-search-header {
  border: 2px solid #007CFA;
  border-radius: 30px;
  background: transparent;
  color: #007CFA;
  width: 166px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.btn-clone {
  background: transparent;
  border: none;
  padding-bottom: 6px;
}

.img-copy {
  margin-top: -10px;
}

.directores hr {
  border-top: 2px solid #6E78AB;
  opacity: 0.2;
  margin-bottom: 50px;
}

.custom-select {
  color: #979DBB;
}

.w-md-50 {
  width: 50%;
}

@media (max-width: 992px) {
  .w-md-50 {
    width: 100%;
  }

  .flex-mobile-column {
    flex-direction: column;
  }
}