/*=============================================================
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; }

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  ================================*/
/*=============================================================
Main
==============================================================*/
.slides {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100vh;
  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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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:first-child {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3-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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide3.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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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(2) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4-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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide4.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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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(3) {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(rgba(0, 0, 0, 0.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5-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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide5.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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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: 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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1-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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide1.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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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: 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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2-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.35)), color-stop(rgba(0, 0, 0, 0.35)), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), 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.35), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75)), url(../img/home-slider/slide2.jpg);
      background-attachment: fixed; } }

.wrapper-slider {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 20%;
  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; }
  .wrapper-slider .izquierda {
    width: 250px; }
  .wrapper-slider .derecha {
    width: 450px; }

.slide {
  position: relative; }

.titulo-hero {
  color: #fff;
  font: 4rem "outfit-light";
  text-align: center;
  margin-bottom: 0; }
  .titulo-hero img {
    width: 250px;
    margin-right: 6px;
    margin-bottom: 14px; }

.subtitulo-hero {
  color: #fff;
  font: 2.4rem "outfit-light";
  text-align: center;
  text-shadow: 1px 1px 12px #111111;
  line-height: 1; }

.bajada, .typed-cursor {
  position: relative;
  font: 6.4rem "outfit-light" !important;
  color: #fff; }

.slide .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* Fin de Main  ==============================================*/
