/*=============================================================
Aspectos Generales
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  font-size: 10px;
  height: 100%;
  font-family: "outfit"; }
  body .wrapper {
    width: 90%;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      body .wrapper {
        max-width: 1240px; } }
  body .wrapper-sm {
    width: 90%;
    max-width: 955px;
    margin: 0 auto; }
  body .wrapper-contacto {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  body .seccion {
    overflow: hidden; }

strong {
  font: inherit; }

p, li, q {
  font: 1.7rem "outfit-light";
  color: #111111; }

.texto-lnk {
  font-size: 1.7rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .texto-lnk:hover {
    color: #EF1748; }

p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: 1.5rem; }

p:last-child {
  margin-bottom: 0 !important; }

.light {
  font-family: "outfit"; }

.big-p {
  font: 2.4rem "outfit-light";
  line-height: 1; }

.bold {
  font-family: "outfit-bold"; }

.texto-rojo {
  color: #EF1748; }

.texto-blanco {
  color: #fff; }

.texto-gris {
  color: #999999; }

.altas {
  text-transform: uppercase; }

.seccion, footer {
  padding: 8rem 0; }

.seccion-roja {
  background-color: #EF1748; }

.seccion-gris {
  background-color: #404040; }

.seccion-gris2, .seccion-bandera {
  background-color: #e6e6e6; }

.titulo {
  font: 2.8rem "outfit-semibold";
  margin-bottom: 3rem; }
  @media only screen and (min-width: 576px) {
    .titulo {
      font-size: 3rem; } }
  @media only screen and (min-width: 992px) {
    .titulo {
      font-size: 3.6rem; } }

.subtitulo {
  font: 2.2rem "outfit-semibold";
  line-height: 1; }
  @media only screen and (min-width: 992px) {
    .subtitulo {
      font-size: 3rem; } }

.centrado {
  text-align: center; }

.derecha {
  text-align: right; }

div img {
  width: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #111111; }

.barra-roja {
  width: 100px;
  height: 2px;
  background-color: #EF1748;
  margin: 2rem 0 2rem; }

.barra-blanca {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 2rem 0 2rem; }

input[type=text], input[type=number], input[type=tel], input[type=email], textarea, select {
  width: 100%;
  border-width: 2px !important;
  border-style: solid !important; }

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=url], label, textarea, select {
  display: block;
  font-size: 1.7rem; }

input, textarea, select {
  border: none;
  outline: none;
  padding: 1rem;
  border-radius: 8px 8px 8px 8px;
  background-color: white; }

.cta-btn {
  background-color: #EF1748;
  font: 1.6rem "outfit-semibold";
  color: #fff;
  padding: 1.5rem 6rem;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  border-radius: 8px 8px 8px 8px;
  width: auto; }
  .cta-btn:hover {
    background-color: #c50e37;
    text-decoration: none;
    color: #fff; }

.contact-btn {
  position: fixed;
  z-index: 10;
  right: 2rem;
  bottom: 2rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 2.4rem; }
  .contact-btn:hover {
    color: #fff;
    text-decoration: none; }

.whatsapp-modal {
  width: calc(100% - 2rem);
  position: fixed;
  right: 1rem;
  background-color: #EAE5DB;
  z-index: 10;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 576px) {
    .whatsapp-modal {
      max-width: 400px; } }
  .whatsapp-modal .whatsapp-header {
    background-color: #128c7e;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 rgba(17, 17, 17, 0.75);
    box-shadow: 0 1px 4px 0 rgba(17, 17, 17, 0.75); }
    .whatsapp-modal .whatsapp-header .destino {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .whatsapp-modal .whatsapp-header .destino p {
        color: #fff;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.7rem; }
        .whatsapp-modal .whatsapp-header .destino p span {
          font-weight: normal;
          font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-header .pic {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 1rem; }
    .whatsapp-modal .whatsapp-header .fas {
      font-size: 3rem;
      color: #0c5f55;
      cursor: pointer;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25); }
  .whatsapp-modal .whatsapp-body {
    padding: 2rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .whatsapp-modal .whatsapp-body .dialog {
      width: 13px;
      height: 12px;
      background-image: url(../img/dialog.png);
      position: relative;
      z-index: 2; }
    .whatsapp-modal .whatsapp-body .mensaje {
      background-color: #fff;
      padding: 1rem;
      border-radius: 0px 8px 8px 8px;
      -webkit-box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25);
      box-shadow: 1px 1px 4px 0 rgba(17, 17, 17, 0.25); }
      .whatsapp-modal .whatsapp-body .mensaje p {
        color: #111111;
        font-size: 1.5rem; }
  .whatsapp-modal .whatsapp-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 2rem 1rem 1rem; }
    .whatsapp-modal .whatsapp-footer .mensaje {
      background-color: #D1FEC9;
      padding: 1rem;
      border-radius: 16px;
      width: calc(100% - (50px + 2rem/2));
      -webkit-box-shadow: 1px 1px 1px 0 rgba(17, 17, 17, 0.15);
      box-shadow: 1px 1px 1px 0 rgba(17, 17, 17, 0.15); }
      .whatsapp-modal .whatsapp-footer .mensaje p {
        color: #111111;
        font-size: 1.5rem; }
    .whatsapp-modal .whatsapp-footer .send-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-image: url(../img/send-btn-dark.png); }

.modal-activo {
  bottom: 1rem;
  opacity: 1; }

.modal-bg-info, .modal-bg-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.85);
  z-index: 500;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .modal-bg-info .modal-cont, .modal-bg-intro .modal-cont {
    width: 90%;
    max-width: 800px;
    height: 80%;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    position: relative; }
    @media only screen and (min-width: 576px) {
      .modal-bg-info .modal-cont, .modal-bg-intro .modal-cont {
        height: 630px;
        padding: 4rem; } }
    .modal-bg-info .modal-cont article, .modal-bg-intro .modal-cont article {
      height: 100%;
      overflow-y: auto; }
      .modal-bg-info .modal-cont article .titulo, .modal-bg-intro .modal-cont article .titulo {
        margin-bottom: 1rem; }
    .modal-bg-info .modal-cont .sponsor-cont .logo-sponsor, .modal-bg-intro .modal-cont .sponsor-cont .logo-sponsor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1rem; }
  .modal-bg-info .cerrar-modal-info, .modal-bg-info .cerrar-modal-intro, .modal-bg-intro .cerrar-modal-info, .modal-bg-intro .cerrar-modal-intro {
    position: absolute;
    top: -3.5rem;
    right: 0;
    font-size: 3rem;
    line-height: 3rem;
    color: #EF1748;
    cursor: pointer; }
    @media only screen and (min-width: 992px) {
      .modal-bg-info .cerrar-modal-info, .modal-bg-info .cerrar-modal-intro, .modal-bg-intro .cerrar-modal-info, .modal-bg-intro .cerrar-modal-intro {
        top: -2.5rem;
        right: -2.5rem; } }
  .modal-bg-info .fotos, .modal-bg-intro .fotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 576px) {
      .modal-bg-info .fotos .foto, .modal-bg-intro .fotos .foto {
        width: calc(50% - 2rem/2); } }
    @media only screen and (min-width: 992px) {
      .modal-bg-info .fotos .foto, .modal-bg-intro .fotos .foto {
        width: calc(33.3333333% - 2rem/2); } }

.modal-bg-intro .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .modal-bg-intro .modal-header .logo-modal-header {
    width: 180px;
    margin-bottom: 2rem; }
  .modal-bg-intro .modal-header .subtitulo {
    margin-bottom: 2rem; }

.modal-bg-intro .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 576px) {
    .modal-bg-intro .modal-body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .modal-bg-intro .modal-body .texto-modal {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 576px) {
      .modal-bg-intro .modal-body .texto-modal {
        width: calc(100% - (150px + 2rem*2)); } }
  .modal-bg-intro .modal-body .imgs-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .modal-bg-intro .modal-body .imgs-modal .logo-sponsor {
      width: 150px;
      margin-bottom: 2rem; }
    .modal-bg-intro .modal-body .imgs-modal .img-sponsor {
      width: 110px; }

.acordiones-competencia {
  border-radius: 1rem;
  background-color: #fff; }

.acordiones-wrap {
  max-width: 900px;
  margin: 0 auto; }

.accordion-wrap {
  overflow: hidden; }
  .accordion-wrap:not(:last-child) {
    border-bottom: 1px solid #999999; }
  .accordion-wrap:first-child {
    border-radius: 1rem 1rem 0 0; }
  .accordion-wrap:last-child {
    border-radius: 0 0 1rem 1rem; }

.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  padding: 2rem; }
  @media only screen and (min-width: 992px) {
    .accordion-item:hover {
      background-color: #ededed; } }

.accordion-header {
  -webkit-transition: ease-in-out 100ms;
  -o-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms; }

.accordion-text {
  width: 100%;
  display: none;
  padding: 2rem;
  background-color: #ededed; }
  .accordion-text p:last-child,
  .accordion-text ul:last-child {
    margin-bottom: 0; }

.fa {
  -webkit-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms; }

.rotate-fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-header .fa {
  float: right;
  line-height: 35px; }

.accordion-nilo {
  color: #EF1748; }

.accordion-no-bar {
  border-bottom: 0; }

.item-selected {
  background-color: #ededed; }

.loader {
  margin: 2rem auto 0 auto;
  display: none;
  border: 5px solid #333;
  border-top: 5px solid #EF1748;
  border-bottom: 5px solid #EF1748;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 0.3s linear infinite;
  animation: spin 0.3s linear infinite; }

.loader.active {
  display: block; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes agrandar {
  from {
    background-size: 100%; }
  to {
    background-size: 115%; } }

@keyframes agrandar {
  from {
    background-size: 100%; }
  to {
    background-size: 115%; } }

@-webkit-keyframes achicar {
  from {
    background-size: 115%; }
  to {
    background-size: 100%; } }

@keyframes achicar {
  from {
    background-size: 115%; }
  to {
    background-size: 100%; } }

@-webkit-keyframes subir {
  from {
    top: 50px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes subir {
  from {
    top: 50px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes dropheader {
  from {
    top: -73px; }
  to {
    top: 0; } }

@keyframes dropheader {
  from {
    top: -73px; }
  to {
    top: 0; } }

/* Fin de Aspectos Generales  ================================*/
/*=============================================================
Header
==============================================================*/
.header {
  background-color: #EF1748;
  padding: 2rem 0;
  position: relative;
  z-index: 100; }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .logo {
    width: 190px; }
    .header .logo a {
      width: 100%;
      height: 100%;
      display: block; }
  .header .main-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(239, 23, 72, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 500; }
    @media only screen and (min-width: 992px) {
      .header .main-menu {
        position: relative;
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none; } }
    .header .main-menu .close-btn {
      height: 65px; }
  .header .menu-opened {
    -webkit-clip-path: circle(150% at 50% 50%);
    clip-path: circle(150% at 50% 50%); }
  .header .menu-closed {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%); }
  .header .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .header .menu {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .header .menu li {
      position: relative;
      left: -100%; }
      @media only screen and (min-width: 992px) {
        .header .menu li {
          width: auto;
          left: 0; } }
    .header .menu a {
      font: 2.4rem "outfit-semibold";
      color: #fff;
      line-height: 2.5;
      display: block;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 992px) {
        .header .menu a {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1;
          height: 100%;
          padding: 0 2rem; } }
      .header .menu a:hover {
        color: rgba(255, 255, 255, 0.65); }
    .header .menu .selected {
      color: rgba(255, 255, 255, 0.65); }
  .header .bar-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .bar-btns > div {
      cursor: pointer; }
      .header .bar-btns > div:not(:first-child) {
        margin-left: 1.33333rem; }
        @media only screen and (min-width: 576px) {
          .header .bar-btns > div:not(:first-child) {
            margin-left: 2rem; } }
    .header .bar-btns .flag-lang {
      position: relative; }
      .header .bar-btns .flag-lang .flag img {
        width: 32px;
        border: 1px solid #fff;
        border-radius: 4px;
        overflow: hidden;
        padding: 1px; }
      .header .bar-btns .flag-lang .flag-langs {
        position: absolute;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        padding: 2rem;
        border-radius: 2rem 0 2rem 2rem;
        -webkit-box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.1);
        box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.1);
        display: none; }
        .header .bar-btns .flag-lang .flag-langs .flags {
          list-style: none;
          padding: 0;
          margin: 0; }
          .header .bar-btns .flag-lang .flag-langs .flags li {
            cursor: pointer;
            font-size: 1.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; }
            .header .bar-btns .flag-lang .flag-langs .flags li:not(:last-child) {
              margin-bottom: 1rem; }
            .header .bar-btns .flag-lang .flag-langs .flags li img {
              margin-right: 7px; }
    .header .bar-btns .usuario {
      background-color: rgba(255, 255, 255, 0.75);
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header .bar-btns .usuario:hover {
        background-color: #fff; }
      .header .bar-btns .usuario .fas {
        color: #EF1748;
        font-size: 1.3rem; }
    .header .bar-btns .bar-btn {
      margin-left: 3rem; }

.header2 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(239, 23, 72, 0.8);
  -webkit-box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.1);
  box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.1);
  -webkit-animation: dropheader 0.5s linear;
  animation: dropheader 0.5s linear; }

.blur {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px); }

.menu-btn, .menu-btn2, .menu-btn-close {
  width: 30px;
  cursor: pointer; }
  .menu-btn .uno, .menu-btn .dos, .menu-btn .tres, .menu-btn2 .uno, .menu-btn2 .dos, .menu-btn2 .tres, .menu-btn-close .uno, .menu-btn-close .dos, .menu-btn-close .tres {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .menu-btn .dos, .menu-btn2 .dos, .menu-btn-close .dos {
    margin: 6px 0; }

.close-btn {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 300; }

.menu-btn2 .dos, .menu-btn-close2 .dos {
  opacity: 0; }

.menu-btn2 .uno, .menu-btn-close2 .uno {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px); }

.menu-btn2 .tres, .menu-btn-close2 .tres {
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
  -ms-transform: rotate(-45deg) translate(5px, -7px);
  transform: rotate(-45deg) translate(5px, -7px); }

/* Fin de Header  ============================================*/
/*=============================================================
Main
==============================================================*/
.slides {
  position: relative;
  margin: auto;
  width: 100%;
  height: calc(100vh - 65px);
  overflow: hidden; }
  .slides ul {
    position: relative;
    margin: auto;
    width: 300%;
    height: 100%;
    padding-left: 0; }
    .slides ul li {
      float: left;
      width: 33.3333333%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 6rem 0; }

/* Backgorund Images */
.slide:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide1-mb.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-mb.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-mb.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-mb.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  -webkit-animation: agrandar 20s;
  animation: agrandar 20s; }
  @media only screen and (min-width: 768px) {
    .slide:first-child {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide1-tb.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-tb.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-tb.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-tb.jpg); } }
  @media only screen and (min-width: 992px) {
    .slide:first-child {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide1.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1.jpg);
      background-attachment: fixed; } }

.slide:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide2-mb.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-mb.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-mb.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-mb.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  -webkit-animation: achicar 20s;
  animation: achicar 20s; }
  @media only screen and (min-width: 768px) {
    .slide:nth-child(2) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide2-tb.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-tb.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-tb.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-tb.jpg); } }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(2) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide2.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2.jpg);
      background-attachment: fixed; } }

.slide:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide3-mb.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-mb.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-mb.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-mb.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  -webkit-animation: agrandar 20s;
  animation: agrandar 20s; }
  @media only screen and (min-width: 768px) {
    .slide:nth-child(3) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide3-tb.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-tb.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-tb.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-tb.jpg); } }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(3) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide3.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3.jpg);
      background-attachment: fixed; } }

.slide:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide4-mb.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-mb.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-mb.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-mb.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  -webkit-animation: achicar 20s;
  animation: achicar 20s; }
  @media only screen and (min-width: 768px) {
    .slide:nth-child(4) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide4-tb.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-tb.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-tb.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-tb.jpg); } }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(4) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide4.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4.jpg);
      background-attachment: fixed; } }

.slide:nth-child(5) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide5-mb.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-mb.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-mb.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-mb.jpg);
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  -webkit-animation: agrandar 20s;
  animation: agrandar 20s; }
  @media only screen and (min-width: 768px) {
    .slide:nth-child(5) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide5-tb.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-tb.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-tb.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-tb.jpg); } }
  @media only screen and (min-width: 992px) {
    .slide:nth-child(5) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/home-slider/slide5.jpg);
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5.jpg);
      background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5.jpg);
      background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5.jpg);
      background-attachment: fixed; } }

.wrapper-slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%; }
  .wrapper-slider .fixed-caption {
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .wrapper-slider .fixed-caption .cta-btn {
      margin: 2rem auto 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-box-shadow: 1px 1px 12px rgba(17, 17, 17, 0.9);
      box-shadow: 1px 1px 12px rgba(17, 17, 17, 0.9); }

.slide {
  position: relative; }

.titulo-hero {
  color: #fff;
  font: 4rem "outfit-semibold";
  text-align: center;
  margin-bottom: 0; }
  @media only screen and (min-width: 576px) {
    .titulo-hero {
      font-size: 4.8rem; } }
  @media only screen and (min-width: 992px) {
    .titulo-hero {
      font-size: 6rem; } }
  .titulo-hero img {
    width: 220px;
    margin-right: 6px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 576px) {
      .titulo-hero img {
        width: 260px;
        margin-bottom: 12px; } }
    @media only screen and (min-width: 992px) {
      .titulo-hero img {
        width: 300px;
        margin-bottom: 12px; } }

.subtitulo-hero {
  color: #fff;
  font: 2.6rem "outfit-light";
  text-align: center;
  text-shadow: 1px 1px 12px rgba(17, 17, 17, 0.9);
  line-height: 1; }
  @media only screen and (min-width: 992px) {
    .subtitulo-hero {
      font-size: 3rem; } }

.red-box .big-p {
  text-shadow: 1px 1px 12px rgba(17, 17, 17, 0.9); }

.bajada {
  position: relative;
  -webkit-animation: subir 2s;
  animation: subir 2s;
  top: 0; }

.seccion-home-bg1, .seccion-home-bg2, .seccion-inkaman-bg1, .seccion-inscripciones-bg1, .seccion-inscripcion-bg1 {
  background-image: url(../img/home-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }

.seccion-inkaman-bg2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.85))), url(../img/hero-inkaman-bg2.jpg);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85)), url(../img/hero-inkaman-bg2.jpg);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85)), url(../img/hero-inkaman-bg2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85)), url(../img/hero-inkaman-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }
  .seccion-inkaman-bg2 article {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .seccion-inkaman-bg2 article .texto-art .cta-btn {
      display: inline-block;
      margin: 0 auto; }

.art2col article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .art2col article:not(:last-child) {
    margin-bottom: 8rem; }
  @media only screen and (min-width: 992px) {
    .art2col article {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .art2col article .texto-art {
    margin-bottom: 4rem; }
    @media only screen and (min-width: 992px) {
      .art2col article .texto-art {
        margin-bottom: 0;
        width: calc(50% - 2rem); } }
    .art2col article .texto-art .ranking-altura {
      margin: 2rem 0; }
      @media only screen and (min-width: 992px) {
        .art2col article .texto-art .ranking-altura {
          margin-top: 0; } }
    .art2col article .texto-art .cta-btn {
      margin-top: 2rem; }
      @media only screen and (min-width: 992px) {
        .art2col article .texto-art .cta-btn {
          margin-top: 0; } }
  .art2col article .imgs-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      .art2col article .imgs-art {
        width: calc(50% - 2rem); } }
    .art2col article .imgs-art .img-art {
      width: 244px; }
      .art2col article .imgs-art .img-art:not(:last-child) {
        margin-bottom: 3rem; }
        @media only screen and (min-width: 576px) {
          .art2col article .imgs-art .img-art:not(:last-child) {
            margin-bottom: 3.4rem; } }
        @media only screen and (min-width: 992px) {
          .art2col article .imgs-art .img-art:not(:last-child) {
            margin-bottom: 3.2rem; } }
      @media only screen and (min-width: 576px) {
        .art2col article .imgs-art .img-art {
          width: 326px; } }
      @media only screen and (min-width: 576px) {
        .art2col article .imgs-art .img-art {
          width: 290px; } }

.ruta-mapa {
  overflow: hidden;
  border-radius: 1rem; }

.tarjetas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .tarjetas {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .tarjetas .tarjeta {
    overflow: hidden;
    border-radius: 1rem; }
    .tarjetas .tarjeta:not(:last-child) {
      margin-bottom: 2rem; }
      @media only screen and (min-width: 992px) {
        .tarjetas .tarjeta:not(:last-child) {
          margin-bottom: 0; } }
    .tarjetas .tarjeta img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .tarjetas .tarjeta:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    @media only screen and (min-width: 576px) {
      .tarjetas .tarjeta {
        width: 350px; } }
    @media only screen and (min-width: 992px) {
      .tarjetas .tarjeta {
        width: 305px; } }
    .tarjetas .tarjeta .tarjeta-caption {
      position: absolute;
      width: 100%;
      bottom: 0;
      background-color: rgba(38, 38, 38, 0.7);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
      padding: 1.6rem 0; }
      .tarjetas .tarjeta .tarjeta-caption h3 {
        font: 2rem "outfit-semibold";
        text-transform: uppercase;
        margin-bottom: 0; }

.tarjetas1 {
  margin-bottom: 2rem; }

.seccion-partida {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .seccion-partida {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .seccion-partida .img-cont, .seccion-partida .text-cont {
        width: 50%; } }
  .seccion-partida .text-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 5%; }
    @media only screen and (min-width: 992px) {
      .seccion-partida .text-cont {
        padding: 0 0 0 4rem;
        width: 500px; } }
    @media only screen and (min-width: 1200px) {
      .seccion-partida .text-cont {
        width: 600px; } }

.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .sponsors {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .sponsors .sponsor {
    width: 230px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .sponsors .sponsor:hover img {
        opacity: 1 !important; } }
    .sponsors .sponsor a {
      margin-top: 1rem;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .sponsors .sponsor a:hover {
        color: #f67693; }
    .sponsors .sponsor img {
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media only screen and (min-width: 992px) {
        .sponsors .sponsor img {
          opacity: 0.5 !important; } }

.hero-inkaman {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/hero-inkaman-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inkaman-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inkaman-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inkaman-bg.jpg); }

.hero-inscripciones {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/hero-inscripciones-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inscripciones-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inscripciones-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-inscripciones-bg.jpg); }

.hero-competencia {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/hero-competencia-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-competencia-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-competencia-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-competencia-bg.jpg); }

.hero-contacto {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/hero-contacto-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-contacto-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-contacto-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-contacto-bg.jpg); }

.hero-404 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.2)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.75))), url(../img/hero-404-bg.jpg);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-404-bg.jpg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-404-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75)), url(../img/hero-404-bg.jpg); }

.hero {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
  width: 100%;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero .titulo-hero, .hero .subtitulo-hero {
    line-height: 1;
    text-shadow: 1px 1px 12px rgba(17, 17, 17, 0.9); }

.seccion-bandera .bandera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -8rem;
  -webkit-box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.2);
  box-shadow: 0 20px 50px 0 rgba(17, 17, 17, 0.2); }
  @media only screen and (min-width: 992px) {
    .seccion-bandera .bandera {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .seccion-bandera .bandera .franja {
    padding: 2rem;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 992px) {
      .seccion-bandera .bandera .franja {
        width: 33.3333333%; } }
    .seccion-bandera .bandera .franja .subtitulo {
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      margin-right: 8rem; }
      @media only screen and (min-width: 576px) {
        .seccion-bandera .bandera .franja .subtitulo {
          margin-right: 28rem; } }
      @media only screen and (min-width: 992px) {
        .seccion-bandera .bandera .franja .subtitulo {
          margin-right: 8rem; } }
  .seccion-bandera .bandera .franja-roja {
    background-color: #EF1748; }
    .seccion-bandera .bandera .franja-roja .subtitulo {
      border-bottom: 2px solid #fff; }
  .seccion-bandera .bandera .franja-blanca {
    background-color: #fff; }
    .seccion-bandera .bandera .franja-blanca .subtitulo {
      border-bottom: 2px solid #111111; }

@media only screen and (min-width: 992px) {
  .seccion-inscripciones-bg1 article {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.seccion-inscripciones-bg1 article .regla-roja-baja {
  padding-bottom: 2rem;
  margin-bottom: 2rem !important;
  border-bottom: 2px solid #EF1748;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .seccion-inscripciones-bg1 article .regla-roja-baja {
      padding-bottom: 0;
      margin-bottom: 0 !important;
      border-bottom: none;
      text-align: right; } }
  .seccion-inscripciones-bg1 article .regla-roja-baja span {
    display: block; }
    @media only screen and (min-width: 992px) {
      .seccion-inscripciones-bg1 article .regla-roja-baja span {
        display: inline-block; } }
  @media only screen and (min-width: 992px) {
    .seccion-inscripciones-bg1 article .regla-roja-baja .texto-fecha {
      width: 150px; } }

@media only screen and (min-width: 992px) {
  .seccion-inscripciones-bg1 article .regla-roja-izquierda {
    position: relative; }
    .seccion-inscripciones-bg1 article .regla-roja-izquierda:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: #EF1748;
      top: 0;
      left: -2rem; } }

.seccion-inscripciones-bg1 .categorias {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .seccion-inscripciones-bg1 .categorias {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .seccion-inscripciones-bg1 .categorias .categoria {
    max-width: 400px;
    background-color: #fff;
    margin: 1rem 0;
    border-radius: 1rem;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .seccion-inscripciones-bg1 .categorias .categoria {
        width: calc(33.3333333% - 2rem);
        margin: 1.33333rem 0; } }
    .seccion-inscripciones-bg1 .categorias .categoria:hover .categoria-body .foto-card {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .seccion-inscripciones-bg1 .categorias .categoria .categoria-header {
      margin-bottom: 0;
      padding: 1rem 0;
      background-color: #EF1748;
      border-radius: 1rem 1rem 0 0;
      font-size: 1.8rem; }
    .seccion-inscripciones-bg1 .categorias .categoria .categoria-body {
      overflow: hidden; }
      .seccion-inscripciones-bg1 .categorias .categoria .categoria-body .foto-card {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .seccion-inscripciones-bg1 .categorias .categoria .categoria-caption {
      position: absolute;
      bottom: 22%; }
      @media only screen and (min-width: 576px) {
        .seccion-inscripciones-bg1 .categorias .categoria .categoria-caption {
          bottom: 20%; } }
      @media only screen and (min-width: 992px) {
        .seccion-inscripciones-bg1 .categorias .categoria .categoria-caption {
          bottom: 25%; } }
    .seccion-inscripciones-bg1 .categorias .categoria .categoria-titulo {
      font-size: 1.8rem;
      background-color: rgba(239, 23, 72, 0.7);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
      padding: 1rem; }
    .seccion-inscripciones-bg1 .categorias .categoria .logo {
      width: 75%;
      margin: 4rem auto; }
    .seccion-inscripciones-bg1 .categorias .categoria .categoria-footer {
      position: relative; }
      .seccion-inscripciones-bg1 .categorias .categoria .categoria-footer label {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        cursor: pointer; }
      .seccion-inscripciones-bg1 .categorias .categoria .categoria-footer .importe {
        font-size: 2.4rem;
        padding: 3rem 0 1rem; }

.seccion-inscripcion-bg1 .categoria {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 1rem;
  position: relative; }
  @media only screen and (min-width: 576px) {
    .seccion-inscripcion-bg1 .categoria {
      width: 400px; } }
  @media only screen and (min-width: 992px) {
    .seccion-inscripcion-bg1 .categoria {
      width: 100%; } }
  .seccion-inscripcion-bg1 .categoria .categoria-header {
    margin-bottom: 0;
    padding: 1rem 0;
    background-color: #EF1748;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.8rem; }
  .seccion-inscripcion-bg1 .categoria .categoria-body {
    border-radius: 0 0 1rem 1rem;
    overflow: hidden; }
    .seccion-inscripcion-bg1 .categoria .categoria-body .foto-card {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .seccion-inscripcion-bg1 .categoria .categoria-caption {
    position: absolute;
    bottom: 3%; }
  .seccion-inscripcion-bg1 .categoria .categoria-titulo {
    width: 100%;
    font-size: 1.8rem;
    background-color: rgba(239, 23, 72, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding: 1rem; }
  .seccion-inscripcion-bg1 .categoria .logo {
    width: 75%;
    margin: 4rem auto; }

.seccion-inscripcion-bg1 .texto-art .titulo {
  padding-bottom: 2rem;
  margin-right: 8rem;
  border-bottom: 2px solid #fff; }

.row {
  margin-bottom: 0 !important; }

.formgroup {
  position: relative;
  margin-top: 3.8rem; }

.registro-conforme {
  margin-top: 3.8rem;
  display: none; }
  .registro-conforme .tarjeta {
    background-color: #fff;
    border-radius: 1rem; }
    .registro-conforme .tarjeta:not(:last-child) {
      margin-bottom: 2rem; }
  .registro-conforme .billeteras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .registro-conforme .billeteras .billetera {
      width: 40px;
      margin: 0 1rem; }
  .registro-conforme .openpay-logos, .registro-conforme .qr-pago {
    width: 50%;
    margin: 2rem auto; }

label {
  position: absolute;
  color: #777;
  top: 1.11111rem;
  left: 1.66667rem;
  text-align: left;
  cursor: text;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

textarea {
  resize: none;
  height: 150px; }

.forminput:focus + .formlabel,
.forminput:not(:placeholder-shown) + .formlabel {
  -webkit-transform: translateY(-38px) scale(0.9);
  -ms-transform: translateY(-38px) scale(0.9);
  transform: translateY(-38px) scale(0.9);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  cursor: pointer;
  font-family: "outfit-semibold";
  color: #fff; }

.alerta-duplicado {
  display: none; }

.warning-text {
  color: #fff;
  font-family: "outfit-light";
  font-size: calc(1.7rem * 0.9);
  position: absolute;
  right: 1.66667rem;
  top: -27px; }

.importe-cont {
  margin-top: 2rem;
  font-size: 3.4rem; }

button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2rem auto 0 auto;
  background-color: #ae0c31 !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  button:hover {
    background-color: #960a2a !important; }
  @media only screen and (min-width: 576px) {
    button {
      padding-left: 8rem;
      padding-right: 8rem; } }

.texto-art .contactos-col p, .texto-art .contactos-col a {
  color: #fff; }

.texto-art .contactos-col i {
  font-size: 2.4rem;
  color: #fff;
  background-color: #EF1748;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  position: relative;
  top: 5px; }

.texto-art .contactos-col .contacto-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .texto-art .contactos-col .contacto-item:not(:last-child) {
    margin-bottom: 1.5rem !important; }

.texto-art .contactos-col span {
  width: calc(100% - 40px); }

.modal-sent {
  background-color: rgba(25, 135, 84, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85%;
  max-width: 600px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px 16px 16px 16px; }
  .modal-sent .fas {
    font-size: 2.4rem;
    color: rgba(17, 17, 17, 0.4);
    cursor: pointer; }
  .modal-sent p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.5rem;
    font-style: italic;
    width: calc(100% - 2rem*1.5); }

.modal-sent2 {
  bottom: 4rem;
  opacity: 1; }

.fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.columna {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }
  @media only screen and (min-width: 992px) {
    .columna {
      -webkit-box-flex: 25%;
      -ms-flex: 25%;
      flex: 25%; } }
  .columna .item-gallery {
    padding: 1rem; }

.maps {
  width: 300px;
  height: calc(300px * 0.6666666);
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 576px) {
    .maps {
      width: 500px;
      height: calc(500px * 0.6666666); } }

.texto-imagen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .texto-imagen .imagen {
    width: 300px;
    height: calc(300px * 0.6666666);
    margin: 0 auto 1.5rem auto; }
    @media only screen and (min-width: 576px) {
      .texto-imagen .imagen {
        width: 500px;
        height: calc(500px * 0.6666666); } }

table {
  border: 3px solid #fff;
  max-width: 800px;
  margin: 0 auto 1.5rem auto; }
  table th {
    background-color: #EF1748;
    color: #fff; }
  table th, table td {
    text-align: center;
    border: 3px solid #fff; }
  table th {
    font-size: 1.3rem; }
  table td {
    font-size: 1.5rem; }
  table tr {
    background-color: #e6e6e6; }

.cuenta {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }
  .cuenta .simply-section {
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    width: 65px;
    height: 65px;
    margin: 0 0.5rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 576px) {
      .cuenta .simply-section {
        width: 90px;
        height: 90px;
        margin: 0 1rem; } }
  .cuenta .simply-amount {
    display: block;
    font-family: "outfit-semibold";
    font-size: 2.4rem;
    line-height: 1; }
    @media only screen and (min-width: 576px) {
      .cuenta .simply-amount {
        font-size: 3.6rem; } }
  .cuenta .simply-word {
    font-family: "outfit-light";
    font-size: 1.2rem; }
    @media only screen and (min-width: 576px) {
      .cuenta .simply-word {
        font-size: 1.6rem; } }

.pdf-resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdf-resultados .doc-cont {
    width: 335px;
    height: calc(335px * 1.42); }
    @media only screen and (min-width: 576px) {
      .pdf-resultados .doc-cont {
        width: 450px;
        height: calc(450px * 1.42); } }
    .pdf-resultados .doc-cont embed {
      width: 100%;
      height: 100%; }

/* Fin de Main  ==============================================*/
/*=============================================================
Footer
==============================================================*/
footer {
  background-color: #EF1748; }
  footer p, footer a, footer h3, footer li::marker {
    color: #fff !important; }
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      footer .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  footer .footer-col {
    margin-bottom: 4rem; }
    footer .footer-col h3 {
      font: 2.4rem "outfit-semibold";
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      margin-right: 12rem;
      border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
    footer .footer-col a {
      color: #fff; }
  footer .footer-logo {
    width: 270px;
    margin: 0 auto 2rem; }
  @media only screen and (min-width: 992px) {
    footer .contactos-col {
      width: calc(33.3333333% - 2rem); } }
  footer .contactos-col i {
    font-size: 2.4rem;
    color: #EF1748;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    position: relative;
    top: 5px; }
  footer .contactos-col .contacto-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    footer .contactos-col .contacto-item:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  footer .contactos-col span {
    width: calc(100% - 40px); }
  @media only screen and (min-width: 992px) {
    footer .footer-rows {
      width: calc(66.6666666% - 2rem); } }
  footer .footer-rows .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 992px) {
      footer .footer-rows .footer-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        footer .footer-rows .footer-row .footer-col {
          width: calc(50% - 2rem); } }
  footer .rrss-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .rrss-icons i {
      color: #EF1748;
      background-color: #fff;
      font-size: 2.6rem;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 45px;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      footer .rrss-icons i:hover {
        background-color: rgba(255, 255, 255, 0.65); }
    footer .rrss-icons a {
      display: block;
      margin-right: 2rem;
      margin-top: 1rem; }
  footer .organizadores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 576px) {
      footer .organizadores {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    footer .organizadores .organizador {
      opacity: 0.65;
      margin: 2rem 0; }
      @media only screen and (min-width: 576px) {
        footer .organizadores .organizador {
          margin-bottom: 0; }
          footer .organizadores .organizador:not(:last-child) {
            margin-right: 4rem; } }
      @media only screen and (min-width: 992px) {
        footer .organizadores .organizador:not(:last-child) {
          margin-right: 8rem; } }

/* Fin de Footer  ============================================*/
