@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Montserrat', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.btn-orange {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  background: #ff9b00;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 32px;
  line-height: 1em;
  margin-left: 10px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-orange:hover {
  background: #6ee1ff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-cele {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  background: #6ee1ff;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 32px;
  line-height: 1em;
  margin-left: 10px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-cele:hover {
  background: #2e378e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-azul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  background: #2e378e;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 32px;
  line-height: 1em;
  margin-left: 10px;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-azul:hover {
  background: #6ee1ff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
h1 {
  color: #2e378e;
  font-size: 52px;
  font-weight: 700;
}
h1 span {
  color: #6ee1ff;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  color: #2e378e;
  font-size: 42px;
  font-weight: 700;
}
h2 span {
  color: #6ee1ff;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
.flecha-tit {
  text-align: right;
}
.flecha-tit img {
  max-width: 80px;
}
@media (max-width: 767px) {
  .flecha-tit img {
    max-width: 40px;
  }
}
header {
  background: #2e378e;
  border-bottom: 1px solid #6ee1ff;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header .logo img {
  width: 100px;
}
@media (max-width: 767px) {
  header .logo img {
    width: 80px;
  }
}
header .prenav {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  header .prenav {
    display: none;
  }
}
header .prenav .sm {
  display: inline-block;
}
header .prenav .sm a {
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
}
header .prenav .sm a img {
  width: 18px;
  height: 18px;
}
header .prenav .sm a:hover {
  background: #6ee1ff;
}
header .prenav .login {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  background: #ff9b00;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 9px 20px;
  line-height: 1em;
  margin-left: 10px;
}
header .prenav .login:hover {
  background: #6ee1ff;
}
header nav {
  border-top: 1px solid #6ee1ff;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin: 0 -1px 0 0;
}
header nav ul li {
  border-left: 1px solid #6ee1ff;
  text-align: center;
  list-style: none;
}
@media (min-width: 768px) {
  header nav ul li {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  header nav ul li {
    padding: 5px 10px;
  }
}
@media (min-width: 1200px) {
  header nav ul li {
    padding: 5px 17px;
  }
}
header nav ul li.active {
  background: #6ee1ff;
}
header nav ul li.active a {
  color: #2e378e;
}
header nav ul li:first-child {
  border-left: none;
}
header nav ul li a {
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
}
@media (min-width: 768px) {
  header nav ul li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  header nav ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header nav ul li a {
    font-size: 13px;
  }
}
header nav ul li a:hover {
  color: #6ee1ff;
}
header nav ul li a img {
  width: 10px;
  display: inline-block;
  margin-right: 5px;
}
header nav ul li button {
  color: #000;
  background: transparent;
  border: none;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
}
@media (min-width: 768px) {
  header nav ul li button {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  header nav ul li button {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header nav ul li button {
    font-size: 14px;
  }
}
header nav ul li button:hover {
  color: #6ee1ff;
}
header nav ul li button img {
  width: 10px;
  display: inline-block;
  margin-right: 0;
}
header nav ul li button:hover {
  color: #FFF;
}
header nav ul li .dropdown-menu {
  background: #FFF;
  top: 15px!important;
}
header nav ul li .dropdown-menu li {
  margin-left: 0;
  display: block;
  border-left: none;
}
header nav ul li .dropdown-menu li a {
  text-align: left;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  color: #2e378e;
  padding: 10px 25px 10px 15px;
  border-bottom: 1px solid #2e378e;
}
header nav ul li .dropdown-menu li:last-child a {
  border-bottom: none;
}
header nav ul li .dropdown-toggle::after {
  display: none;
}
.hero {
  width: 100%;
  height: 80vh;
  position: relative;
}
.hero .imagen {
  background: #0000;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.hero .imagen img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.sponsors-home {
  background: #2e378e;
}
.sponsors-home .corner {
  background: #FFF;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px 0px 0px 150px;
  -moz-border-radius: 0px 0px 0px 150px;
  border-radius: 0px 0px 0px 150px;
}
@media (max-width: 767px) {
  .sponsors-home .corner {
    -webkit-border-radius: 0px 0px 0px 50px;
    -moz-border-radius: 0px 0px 0px 50px;
    border-radius: 0px 0px 0px 50px;
  }
}
.sponsors-home .header {
  position: relative;
  width: 100%;
  color: #2e378e;
  background: #6ee1ff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .sponsors-home .header {
    font-size: 21px;
  }
}
.sponsors-home .header:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #6ee2ff transparent transparent transparent;
}
@media (max-width: 767px) {
  .sponsors-home .header:after {
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
}
.sponsors-home .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .sponsors-home .logos {
    flex-direction: column;
  }
}
.sponsors-home .logos .sp img {
  height: 120px;
}
@media (max-width: 767px) {
  .sponsors-home .logos .sp img {
    max-width: 100%;
  }
}
.sponsors-home .logos .mmars img {
  height: auto;
  max-width: 300px;
  margin-bottom: 10px;
}
.sponsors-home .logos .mars-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.sponsors-home .logos .mars-logos a img {
  width: 68px;
}
.inpage-1 {
  background: #2e378e;
}
.inpage-1 .corner {
  background: #FFF;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px 0px 0px 150px;
  -moz-border-radius: 0px 0px 0px 150px;
  border-radius: 0px 0px 0px 150px;
}
@media (max-width: 767px) {
  .inpage-1 .corner {
    -webkit-border-radius: 0px 0px 0px 50px;
    -moz-border-radius: 0px 0px 0px 50px;
    border-radius: 0px 0px 0px 50px;
  }
}
.inpage-1 p {
  color: #505051;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.inpage-1 .doscol {
  column-count: 2;
  column-gap: 80px;
}
@media (max-width: 767px) {
  .inpage-1 .doscol {
    column-count: 1;
  }
}
.inpage-1 .contenido {
  padding: 80px 0;
}
.inpage-1 .contenido .head {
  margin-bottom: 50px;
}
.inpage-2 {
  background: #2e378e;
}
.inpage-2 .corner {
  background: #FFF;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px 0px 0px 150px;
  -moz-border-radius: 0px 0px 0px 150px;
  border-radius: 0px 0px 0px 150px;
}
@media (max-width: 767px) {
  .inpage-2 .corner {
    -webkit-border-radius: 0px 0px 0px 50px;
    -moz-border-radius: 0px 0px 0px 50px;
    border-radius: 0px 0px 0px 50px;
  }
}
.inpage-2 h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2e378e;
  line-height: 1.6em;
}
.inpage-2 .date {
  font-size: 14px;
  color: #555;
  margin-bottom: 50px;
}
.inpage-2 h3 {
  margin: 40px 0;
  font-size: 28px;
  font-weight: 700;
  color: #6ee1ff;
}
.inpage-2 h3 span {
  display: block;
  color: #2e378e;
}
.inpage-2 h3.orange {
  color: #ff9b00;
}
.inpage-2 h5 {
  margin: 40px 0;
  font-size: 23px;
  font-weight: 700;
  color: #ff9b00;
}
.inpage-2 .imagen {
  float: right;
  width: 480px;
  max-width: 100%;
}
.inpage-2 .imagen img {
  width: 100%;
  -webkit-border-radius: 0px 80px 0px 0px;
  -moz-border-radius: 0px 80px 0px 0px;
  border-radius: 0px 80px 0px 0px;
}
.inpage-2 p {
  color: #505051;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.inpage-2 .doscol {
  column-count: 2;
  column-gap: 80px;
}
.inpage-2 .contenido {
  padding: 80px 0;
}
.inpage-2 .contenido .head {
  margin-bottom: 50px;
}
.inpage-3 {
  background: #FFF;
}
.inpage-3 h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2e378e;
  line-height: 1.6em;
}
.inpage-3 .date {
  font-size: 14px;
  color: #555;
  margin-bottom: 50px;
}
.inpage-3 h3 {
  margin: 40px 0;
  font-size: 28px;
  font-weight: 700;
  color: #6ee1ff;
}
.inpage-3 h3 span {
  display: block;
  color: #2e378e;
}
.inpage-3 h3.orange {
  color: #ff9b00;
}
.inpage-3 h5 {
  margin: 40px 0;
  font-size: 23px;
  font-weight: 700;
  color: #ff9b00;
}
.inpage-3 .imagen {
  float: right;
  width: 480px;
  max-width: 100%;
}
.inpage-3 .imagen img {
  width: 100%;
  -webkit-border-radius: 0px 80px 0px 0px;
  -moz-border-radius: 0px 80px 0px 0px;
  border-radius: 0px 80px 0px 0px;
}
.inpage-3 p {
  color: #505051;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.inpage-3 .doscol {
  column-count: 2;
  column-gap: 80px;
}
.inpage-3 .contenido {
  padding: 80px 0;
}
.inpage-3 .contenido .head {
  margin-bottom: 50px;
}
.nota {
  background: #2e378e;
}
.nota .corner {
  background: #FFF;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px 0px 0px 150px;
  -moz-border-radius: 0px 0px 0px 150px;
  border-radius: 0px 0px 0px 150px;
}
@media (max-width: 767px) {
  .nota .corner {
    -webkit-border-radius: 0px 0px 0px 50px;
    -moz-border-radius: 0px 0px 0px 50px;
    border-radius: 0px 0px 0px 50px;
  }
}
.nota .date {
  font-size: 14px;
  color: #555;
  margin-bottom: 50px;
}
.nota h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2e378e;
}
.nota h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2e378e;
}
.nota h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2e378e;
}
.nota h6 {
  font-size: 16px;
  font-weight: 700;
  color: #2e378e;
}
.nota .img {
  margin-bottom: 50px;
}
.nota .img img {
  max-width: 100%;
}
.nota a {
  color: #2e378e;
  font-weight: 600;
}
.nota p {
  color: #505051;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.nota .doscol {
  column-count: 2;
  column-gap: 80px;
}
.nota .contenido {
  padding: 80px 0;
}
.nota .contenido .head {
  margin-bottom: 50px;
}
.news {
  background: #2e378e;
  -webkit-border-radius: 0px 0px 150px 0px;
  -moz-border-radius: 0px 0px 150px 0px;
  border-radius: 0px 0px 150px 0px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .news {
    -webkit-border-radius: 0px 0px 50px 0px;
    -moz-border-radius: 0px 0px 50px 0px;
    border-radius: 0px 0px 50px 0px;
    padding: 80px 0 50px;
  }
}
.news h4 {
  color: #6ee1ff;
}
.news.blanco {
  background: #FFF;
}
.news.blanco h2 {
  color: #2e378e;
}
.news h2 {
  color: #FFF;
}
.news .bulleteado ul {
  column-count: 2;
  column-gap: 160px;
  margin: 60px 30px 20px 30px;
}
@media (max-width: 767px) {
  .news .bulleteado ul {
    column-count: 1;
    column-gap: 160px;
    margin: 60px 30px 20px 30px;
  }
}
.news .bulleteado li {
  list-style: none;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
.news .bulleteado li strong {
  font-weight: 700;
}
.news .bulleteado li:before {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  left: -50px;
  top: 5px;
  background-image: url(../img/bullet.svg);
}
.news .bulleteado li ul {
  column-count: 1;
  margin: 30px 30px 20px 30px;
}
.news .bulleteado li ul li:before {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: -40px;
  top: 5px;
  background-image: url(../img/bullet-white.svg);
}
.news .precios {
  margin-top: 60px;
}
.news .precios .titu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
}
.news .precios .titu .line {
  width: 100%;
  max-width: 30%;
  height: 1px;
  background: #2e378e;
}
@media (max-width: 767px) {
  .news .precios .titu .line {
    display: none;
  }
}
.news .precios .titu .txt {
  font-size: 32px;
  font-weight: 400;
  color: #2e378e;
  text-align: center;
}
@media (max-width: 767px) {
  .news .precios .titu .txt {
    font-size: 24px;
  }
}
.news .precios .fee {
  padding: 20px;
  text-align: center;
  background: #2e378e;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
}
.news .precios .fee .flechi {
  display: inline-block;
}
.news .precios .fee .flechi img {
  width: 70px;
  transform: rotate(180deg);
}
.news .precios .fee span {
  font-size: 24px;
  padding-right: 5px;
}
.news .precios .fee .hasta {
  display: block;
  margin: 0 auto;
  color: #6ee1ff;
  font-weight: 400;
  font-size: 24px;
}
.grid {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.grid article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 22.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #FFF;
  -webkit-border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  border-radius: 0px 30px 0px 0px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 0;
}
@media (max-width: 767px) {
  .grid article {
    width: 90%;
  }
}
.grid article img {
  -webkit-border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  border-radius: 0px 30px 0px 0px;
  width: 100%;
}
.grid article .txt {
  padding: 20px;
}
.grid article .txt .fecha {
  font-size: 12px;
  color: #555;
}
.grid article .txt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2e378e;
  margin: 10px 0 20px;
}
.grid article .txt p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.grid article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
.grid article:hover .txt p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #555;
}
.grid-files {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.grid-files article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 22.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #FFF;
  -webkit-border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  border-radius: 0px 30px 0px 0px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 0;
}
@media (max-width: 767px) {
  .grid-files article {
    width: 90%;
  }
}
.grid-files article img {
  -webkit-border-radius: 0px 30px 0px 0px;
  -moz-border-radius: 0px 30px 0px 0px;
  border-radius: 0px 30px 0px 0px;
  width: 100%;
}
.grid-files article .bi {
  font-size: 32px;
  color: #2e378e;
}
.grid-files article .txt {
  padding: 20px;
}
.grid-files article .txt .fecha {
  font-size: 12px;
  color: #555;
}
.grid-files article .txt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2e378e;
  margin: 10px 0;
}
.grid-files article .txt p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.grid-files article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
.grid-files article:hover .txt p {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #555;
}
.grid-staff {
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.grid-staff article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20%;
  margin-right: 3%;
  margin-bottom: 30px;
  background: #FFF;
  -webkit-border-radius: 0px 0px 0px 30px;
  -moz-border-radius: 0px 0px 0px 30px;
  border-radius: 0px 0px 0px 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .grid-staff article {
    width: 90%;
  }
}
.grid-staff article img {
  -webkit-border-radius: 0px 0px 0px 30px;
  -moz-border-radius: 0px 0px 0px 30px;
  border-radius: 0px 0px 0px 30px;
  width: 100%;
}
.grid-staff article .txt {
  padding: 20px;
}
.grid-staff article .txt .fecha {
  font-size: 12px;
  color: #555;
}
.grid-staff article .txt h4 {
  font-size: 23px;
  font-weight: 700;
  color: #2e378e;
  line-height: 1.2em;
  margin: 8px 0 15px;
}
.grid-staff article .txt h4 span {
  color: #6ee1ff;
  display: block;
}
.grid-staff article .txt h5 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 600;
  color: #555;
}
footer {
  background: #2e378e;
  padding: 90px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
}
footer .logo img {
  width: 130px;
}
@media (max-width: 767px) {
  footer .logo img {
    width: 80px;
    margin-bottom: 30px;
  }
}
footer h6 {
  text-transform: uppercase;
  color: #6ee1ff;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer h6 {
    font-size: 18px;
  }
}
footer p {
  color: #FFF;
  line-height: 2em;
  margin: 0;
}
@media (max-width: 767px) {
  footer p {
    font-size: 14px;
  }
}
footer p a {
  color: #FFF;
}
footer p a:hover {
  color: #6ee1ff;
}
footer .sm {
  display: inline-block;
}
footer .sm a {
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
}
footer .sm a img {
  width: 18px;
  height: 18px;
}
footer .sm a:hover {
  background: #6ee1ff;
}
.modal h3 {
  color: #2e378e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.17em;
}
.modal h4 {
  color: #2e378e;
  font-weight: 600;
  font-size: 18px;
}
.modal .modal-content {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.modal .modal-header {
  display: block;
  text-align: center;
}
.modal .botones {
  text-align: center;
  padding: 30px 0;
}
.modal .botones .forgot {
  display: block;
  font-size: 12px;
  color: #333;
  margin: 10px auto;
}
.modal .modal-footer {
  text-align: center;
}
.historia {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #2e378e 66%, #2e378e 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #2e378e 66%, #2e378e 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #2e378e 66%, #2e378e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#2e378e', GradientType=0);
}
.historia .card {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .historia .card {
    flex-direction: column;
  }
}
.historia .leftcol {
  padding: 0 80px 0 40px;
  width: 40%;
  margin: 50px 0;
  border-right: 1px solid #2e378e;
}
@media (max-width: 767px) {
  .historia .leftcol {
    width: 100%;
    padding: 20px;
    border-right: none;
    margin: 0;
  }
}
.historia .leftcol .flecha {
  width: 80px;
  transform: rotate(180deg);
}
.historia .leftcol h2 {
  margin: 30px 0 50px;
}
.historia .leftcol h2 span {
  display: block;
}
.historia .leftcol hr {
  width: 80px;
  background: #6ee1ff;
  height: 3px;
  border: none;
  margin: 0 0 30px;
  opacity: 1;
}
.historia .leftcol p.lead {
  font-size: 21px;
  color: #2e378e;
  font-weight: 400;
}
.historia .leftcol p.lead strong {
  font-weight: 600;
}
.historia .rightcol {
  width: 55%;
  padding: 0 40px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .historia .rightcol {
    width: 100%;
    padding: 20px;
    border-right: none;
    margin: 0;
  }
}
.historia .rightcol h6 {
  color: #2e378e;
  line-height: 1.6em;
  font-weight: 600;
}
.cta-form {
  background: #EEEEEE;
  text-align: center;
  padding: 40px 0;
}
.cta-form h3 {
  font-size: 32px;
  color: #333;
  font-weight: 400;
}
.cta-form p {
  font-size: 18px;
  margin-bottom: 30px;
}
.cta-form .fle-l {
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .cta-form .fle-l {
    display: none;
  }
}
.cta-form .fle-l img {
  width: 30px;
  transform: rotate(180deg);
}
.cta-form .fle-r {
  display: inline-block;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .cta-form .fle-r {
    display: none;
  }
}
.cta-form .fle-r img {
  width: 30px;
}
.formas-pago {
  text-align: center;
  padding: 50px 0;
}
.formas-pago .intro {
  color: #2e378e;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .formas-pago .intro {
    font-size: 24px;
  }
}
.formas-pago .intro p {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 30px;
}
.formas-pago .mp {
  margin: 40px 0 20px;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 35px 20px;
}
.formas-pago .mp span {
  color: #2e378e;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 26px;
  vertical-align: middle;
}
.formas-pago .mp .flechi {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.formas-pago .mp .flechi img {
  width: 70px;
  transform: rotate(180deg);
}
.formas-pago .mp .bott {
  font-size: 23px;
  font-weight: 400;
  color: #2e378e;
  background: #6ee1ff;
  text-align: center;
  display: block;
  padding: 10px;
}
.formas-pago .mp .bott:hover {
  background: #2e378e;
  color: #6ee1ff;
}
@media (max-width: 767px) {
  .formas-pago .mp .bott {
    margin: 20px 0;
  }
}
.formas-pago .form {
  margin: 40px 0 20px;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 35px 20px;
}
.formas-pago .form h4 {
  color: #2e378e;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #2e378e;
  padding: 10px 0;
  margin-bottom: 30px;
}
.formas-pago .form .flechi {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.formas-pago .form .flechi img {
  width: 70px;
  transform: rotate(180deg);
}
.formas-pago .form .form-floating > label span {
  color: red;
}
.formas-pago .form .bott {
  font-size: 23px;
  font-weight: 400;
  color: #2e378e;
  background: #6ee1ff;
  text-align: center;
  display: block;
  padding: 10px;
}
.formas-pago .form .bott:hover {
  background: #2e378e;
  color: #6ee1ff;
}
@media (max-width: 767px) {
  .formas-pago .form .bott {
    margin: 20px 0;
  }
}
.formas-pago .banco {
  margin: 40px 0;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 35px 20px;
  text-align: left;
  min-height: 350px;
}
@media (max-width: 767px) {
  .formas-pago .banco {
    margin-bottom: 30px;
  }
}
.formas-pago .banco h5 {
  color: #2e378e;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #2e378e;
}
.formas-pago .banco p {
  color: #2e378e;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}
.formas-pago .mensa {
  font-size: 14px;
  color: #2e378e;
  text-align: left;
}
.formas-pago .mensa a {
  color: #2e378e;
  font-weight: 700;
}
.formas-pago .mensa a:hover {
  color: #6ee1ff;
}
.formas-pago .mensa span {
  color: red;
}
.congreso {
  margin-top: 60px;
}
.congreso h5 {
  color: #6ee1ff;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .congreso h5 {
    font-size: 24px;
  }
}
.congreso p {
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
}
.nav-tabs {
  margin-top: 40px;
}
.nav-tabs .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #2e378e;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #2e378e;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
  }
}
#mob .collapse li {
  font-size: 14px;
}
#mob .collapse li a {
  color: #6ee1ff;
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
