@charset "UTF-8";
@font-face {
  font-family: 'fonts/Helvetica Neue LT Std';
  src: url("fonts/HelveticaNeueLTStd-Md.eot");
  src: url("fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md") format("svg");
  font-weight: 500;
  font-style: normal; }

html, body {
  margin: 0;
  font-size: 17px;
  font-family: 'Open Sans'; }

header {
  width: 100%;
  background-color: #3f93bf;
  padding: 0.4em;
  border-bottom: 5px solid #40bfbd;
  position: fixed;
  z-index: 1;
  top: 0; }
  header .menuMovil {
    display: none;
    margin-right: 5%; }
    header .menuMovil button {
      border: 0;
      background: transparent; }
    header .menuMovil .animated-icon {
      width: 10vw;
      height: 2.5em;
      position: relative;
      margin: 0px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      header .menuMovil .animated-icon span {
        display: block;
        position: absolute;
        height: .5em;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        background: #fff;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        header .menuMovil .animated-icon span:nth-child(1) {
          top: 0px; }
        header .menuMovil .animated-icon span:nth-child(2), header .menuMovil .animated-icon span:nth-child(3) {
          top: 1em; }
        header .menuMovil .animated-icon span:nth-child(4) {
          bottom: 0; }
    header .menuMovil .open span:nth-child(1), header .menuMovil .open span:nth-child(4) {
      top: 11px;
      width: 0%;
      left: 50%; }
    header .menuMovil .open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .menuMovil .open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  header nav {
    width: 70%;
    margin: 0 auto; }
    header nav ul {
      padding: 0;
      width: 100%;
      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;
      list-style: none; }
      header nav ul li a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border: 2px solid transparent;
        border-radius: 10px; }
        header nav ul li a:hover {
          border: 2px solid #fff; }
      header nav ul li .active {
        background-color: #fff;
        color: #3f93bf; }
  header .whatsapp {
    position: fixed;
    right: 0%;
    top: 30vh; }
    header .whatsapp img {
      width: 70%; }

footer {
  background: #40bfbd;
  background: -moz-linear-gradient(left, #40bfbd 0%, #36aabd 23%, #207fbe 71%, #207fbe 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #40bfbd), color-stop(23%, #36aabd), color-stop(71%, #207fbe), color-stop(100%, #207fbe));
  background: -webkit-linear-gradient(left, #40bfbd 0%, #36aabd 23%, #207fbe 71%, #207fbe 100%);
  background: -o-linear-gradient(left, #40bfbd 0%, #36aabd 23%, #207fbe 71%, #207fbe 100%);
  background: -ms-linear-gradient(left, #40bfbd 0%, #36aabd 23%, #207fbe 71%, #207fbe 100%);
  background: -webkit-gradient(linear, left top, right top, from(#40bfbd), color-stop(23%, #36aabd), color-stop(71%, #207fbe), to(#207fbe));
  background: linear-gradient(to right, #40bfbd 0%, #36aabd 23%, #207fbe 71%, #207fbe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40bfbd', endColorstr='#207fbe', GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  padding: 0 7.5%; }
  footer .der {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .izq {
    width: 30%; }
    footer .izq p {
      font-family: 'Helvetica Neue LT Std';
      font-weight: 300;
      color: #fff;
      text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#home h1 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #2080be;
  width: 100%;
  font-weight: 600;
  margin: 1.25em 0; }

#home .background-index .desktop-master {
  position: relative;
  width: 100%;
  margin-top: 4em; }
  #home .background-index .desktop-master img {
    width: 100%; }
  #home .background-index .desktop-master .video {
    position: absolute;
    top: 5em;
    left: 10%; }
    #home .background-index .desktop-master .video a {
      width: 20%; }
      #home .background-index .desktop-master .video a img {
        width: 75%; }
  #home .background-index .desktop-master .boton {
    position: absolute;
    top: 24em;
    right: 21%; }
    #home .background-index .desktop-master .boton a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      border-radius: 25px;
      background-color: #507cdd; }
  #home .background-index .desktop-master .texto {
    width: 38%;
    text-align: justify;
    position: absolute;
    bottom: 16em;
    left: 13%;
    font-size: 1.2em; }

#home .background-index .movil-master {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 6em; }
  #home .background-index .movil-master .background {
    background-image: url(/img/background-movil.jpg);
    background-position-x: center;
    background-position-y: bottom;
    height: 45em;
    background-size: cover; }
    #home .background-index .movil-master .background img {
      width: 80%;
      padding: 2em 10%; }
    #home .background-index .movil-master .background a {
      width: 80%;
      margin: 0 auto;
      display: inline-block; }
      #home .background-index .movil-master .background a img {
        width: 100%; }
  #home .background-index .movil-master .lugar {
    width: 80%;
    padding: 0 10%; }
  #home .background-index .movil-master .texto {
    width: 75%;
    margin: 0 auto;
    padding: 4em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: justify;
    position: relative; }
    #home .background-index .movil-master .texto img {
      position: absolute;
      z-index: 0;
      width: 100%; }
  #home .background-index .movil-master .background-final {
    background-image: url(/img/background-2-movil.jpg);
    height: 12em;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    margin-top: -7em; }

#home .conferencistas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto; }
  #home .conferencistas a {
    text-decoration: none; }
  #home .conferencistas .persona {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 0 1.66%;
    margin: 4em 0; }
    #home .conferencistas .persona img {
      width: 30%;
      border: 10px solid #2080be; }
    #home .conferencistas .persona .datos {
      color: #fff;
      width: 60%;
      background-color: #353c42; }
      #home .conferencistas .persona .datos h3 {
        padding-left: .5vw;
        font-weight: 600;
        margin: .5em 0; }
      #home .conferencistas .persona .datos h4 {
        padding-left: .5vw;
        font-weight: 200;
        font-size: .5em;
        text-transform: uppercase;
        line-height: 1.5em; }
      #home .conferencistas .persona .datos .info {
        padding-left: .5vw;
        margin-left: .5vw;
        border-left: 3px solid #2080be; }
        #home .conferencistas .persona .datos .info p {
          font-size: .75em;
          width: 75%;
          font-style: italic;
          height: 9em; }

#home .porque-asistir {
  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;
  width: 65%;
  margin: 0 auto; }
  #home .porque-asistir .flex {
    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;
    width: 100%; }
    #home .porque-asistir .flex .razon {
      width: 40%;
      padding: 2em; }
      #home .porque-asistir .flex .razon p {
        text-align: justify; }
      #home .porque-asistir .flex .razon .lista {
        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;
        margin: 1em 0; }
        #home .porque-asistir .flex .razon .lista .point {
          width: 10%; }
          #home .porque-asistir .flex .razon .lista .point img {
            width: 30%;
            padding: 0 35%; }
        #home .porque-asistir .flex .razon .lista .text {
          width: 90%; }
          #home .porque-asistir .flex .razon .lista .text p {
            margin: 0; }
      #home .porque-asistir .flex .razon:last-child {
        padding-top: 2em; }
    #home .porque-asistir .flex .decorativo {
      width: 45%;
      padding: 2em 0; }
      #home .porque-asistir .flex .decorativo img {
        width: 100%; }
  #home .porque-asistir a {
    display: block;
    margin: 2em auto;
    color: #fff;
    background: #40bfbd;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 25px;
    border: 2px solid #40bfbd; }
    #home .porque-asistir a:hover {
      background-color: #fff;
      color: #40bfbd; }

#home .programa h2 {
  text-align: center; }

#home .programa img {
  width: 90%;
  padding: 0 5%; }

#home .programa a {
  display: block;
  margin: 2em auto;
  color: #fff;
  background: #2080BE;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 25px;
  border: 2px solid #2080BE;
  width: 15%;
  text-align: center; }
  #home .programa a:hover {
    background-color: #fff;
    color: #2080BE; }

#home .programa .nota {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  background: #cfeeff;
  padding: 1em 0;
  border-radius: 15px; }
  #home .programa .nota p {
    margin: 0; }

#home .ubicacion {
  margin-top: 5em; }
  #home .ubicacion .background {
    width: 100%;
    position: relative; }
    #home .ubicacion .background img {
      width: 100%; }
    #home .ubicacion .background .datos-ubicacion {
      position: absolute;
      bottom: 12.5em;
      left: 15vw;
      width: 20%;
      background-color: rgba(52, 143, 143, 0.75);
      color: #fff;
      text-align: center;
      padding: 2em 0;
      border: 7px solid #40BFBD;
      border-radius: 20px; }
      #home .ubicacion .background .datos-ubicacion h2 {
        width: 70%;
        margin: 0 auto;
        font-weight: 300;
        text-transform: uppercase; }
      #home .ubicacion .background .datos-ubicacion h3 {
        text-transform: uppercase;
        font-weight: 600;
        width: 70%;
        margin: 1em auto; }
      #home .ubicacion .background .datos-ubicacion .pin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto; }
        #home .ubicacion .background .datos-ubicacion .pin i {
          width: 10%;
          padding-top: 5px; }
        #home .ubicacion .background .datos-ubicacion .pin p {
          width: 90%;
          text-align: left;
          margin: 0; }
      #home .ubicacion .background .datos-ubicacion .info-hotel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35%;
        margin: 1em auto; }
        #home .ubicacion .background .datos-ubicacion .info-hotel span {
          width: 25%;
          font-weight: 700;
          font-size: 2.5em; }
        #home .ubicacion .background .datos-ubicacion .info-hotel .estrellas {
          width: 75%; }
          #home .ubicacion .background .datos-ubicacion .info-hotel .estrellas i {
            width: 20%;
            font-size: .8em; }
          #home .ubicacion .background .datos-ubicacion .info-hotel .estrellas p {
            width: 100%;
            margin: 0;
            text-transform: uppercase; }
      #home .ubicacion .background .datos-ubicacion a {
        text-transform: uppercase;
        text-decoration: none;
        color: #2080be;
        background: #fff;
        padding: 3px 10px;
        border-radius: 25px;
        font-weight: 600;
        border: 2px solid #fff;
        margin-top: 1em; }
        #home .ubicacion .background .datos-ubicacion a:hover {
          background-color: transparent;
          color: #fff; }

#home .viaje-hospedaje {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #home .viaje-hospedaje img {
    width: 100%; }
  #home .viaje-hospedaje p {
    width: 100%; }
  #home .viaje-hospedaje .detalle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin: 1em 0;
    width: 40%; }
    #home .viaje-hospedaje .detalle .point {
      width: 10%; }
      #home .viaje-hospedaje .detalle .point img {
        width: 30%;
        padding: 0 35%; }
    #home .viaje-hospedaje .detalle .text {
      width: 90%; }
      #home .viaje-hospedaje .detalle .text p {
        margin: 0; }
  #home .viaje-hospedaje .info {
    width: 40%; }
    #home .viaje-hospedaje .info h3 {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.25em;
      color: #40BFBD; }
    #home .viaje-hospedaje .info a {
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      background: #2080BE;
      padding: 5px 10px;
      border-radius: 25px;
      border: 2px solid #2080BE; }
      #home .viaje-hospedaje .info a:hover {
        background-color: #fff;
        color: #2080BE; }

#home .banner-medio {
  width: 100%;
  background-image: url(../img/banner-medio.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 45vh;
  margin-top: 3em; }

#home .tarifas {
  width: 50%;
  margin: 0 auto;
  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; }
  #home .tarifas .etapa {
    width: 30%;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    position: relative; }
    #home .tarifas .etapa h3 {
      width: 55%;
      margin: 0 auto;
      padding: 9px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 2em;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
    #home .tarifas .etapa span {
      width: 100%;
      background: rgba(255, 255, 255, 0.25);
      display: block;
      margin: 1em 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #3A393B;
      padding: 5px 0; }
    #home .tarifas .etapa h2 {
      font-size: 2.5em;
      border: 3px solid;
      width: 70%;
      margin: 0 auto;
      border-radius: 10px; }
    #home .tarifas .etapa p {
      color: rgba(0, 0, 0, 0.75);
      font-weight: 600; }
    #home .tarifas .etapa ul {
      text-align: left;
      height: 6em;
      font-size: .9em; }
    #home .tarifas .etapa .position {
      position: absolute;
      bottom: 50px;
      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; }
      #home .tarifas .etapa .position p {
        color: #fff;
        margin: 0; }
      #home .tarifas .etapa .position .strong {
        width: 40%;
        font-size: 2.25em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: .5em; }
      #home .tarifas .etapa .position .normal {
        width: 60%;
        text-align: left;
        font-size: .75em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 1em; }
    #home .tarifas .etapa .agotado {
      position: absolute;
      width: 110%;
      left: -5%;
      text-align: center;
      background: #FF4136;
      -webkit-transform: rotate(-26deg);
      -ms-transform: rotate(-26deg);
      transform: rotate(-26deg);
      top: 43%; }
      #home .tarifas .etapa .agotado p {
        color: #fff;
        text-transform: uppercase;
        font-size: 2em;
        margin: .25em; }
  #home .tarifas .rosa {
    background-color: #AF8BB5; }
    #home .tarifas .rosa h3 {
      background: #C81777; }
    #home .tarifas .rosa h2 {
      border-color: #C81777; }
  #home .tarifas .verde {
    background: #6CAF6B; }
    #home .tarifas .verde h3 {
      background-color: #3B6838; }
    #home .tarifas .verde h2 {
      border-color: #3B6838; }
  #home .tarifas .naranja {
    background-color: #DDAD62; }
    #home .tarifas .naranja h3 {
      background-color: #E59323; }
    #home .tarifas .naranja h2 {
      border-color: #E59323; }
  #home .tarifas .estudiantes {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #58C4BC;
    border-radius: 15px;
    margin: 1em 0; }
    #home .tarifas .estudiantes h2 {
      margin: 10px 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400; }
      #home .tarifas .estudiantes h2 span {
        font-weight: 700; }
  #home .tarifas .incluye {
    width: 60%;
    margin: 0 auto;
    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; }
    #home .tarifas .incluye .col12 {
      width: 50%; }
      #home .tarifas .incluye .col12 .lista {
        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;
        margin: 1em 0; }
        #home .tarifas .incluye .col12 .lista .point {
          width: 10%; }
          #home .tarifas .incluye .col12 .lista .point img {
            width: 60%;
            padding: 0 20%; }
        #home .tarifas .incluye .col12 .lista .text {
          width: 90%; }
          #home .tarifas .incluye .col12 .lista .text p {
            margin: 0; }
  #home .tarifas a {
    width: 41%;
    margin: 1em auto;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #4E7CDD;
    font-size: 1.5em;
    padding: 5px 0;
    border-radius: 25px;
    border: 2px solid #4E7CDD; }
    #home .tarifas a:hover {
      background-color: #fff;
      color: #4E7CDD; }

#home .banner-cryovida {
  width: 100%; }
  #home .banner-cryovida img {
    width: 100%; }

#home .quienes-somos {
  width: 60%;
  margin: 0 auto; }
  #home .quienes-somos .titulo {
    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; }
    #home .quienes-somos .titulo img, #home .quienes-somos .titulo h1 {
      width: 50%; }
    #home .quienes-somos .titulo h1 {
      font-weight: 700;
      color: #595959; }
      #home .quienes-somos .titulo h1 span {
        font-weight: 500; }
  #home .quienes-somos p {
    text-align: center;
    font-size: 1.25em;
    color: #747575; }
    #home .quienes-somos p span {
      font-weight: 700; }
  #home .quienes-somos .solcema {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #home .quienes-somos .solcema img {
      width: 44%; }
    #home .quienes-somos .solcema p {
      width: 55%;
      line-height: 2em; }
  #home .quienes-somos .texto-solcema p {
    line-height: 2em; }

#home .contacto {
  color: #2080BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 80%;
  margin: 2em auto; }
  #home .contacto img {
    width: 25%; }
  #home .contacto .info {
    width: 30%; }
    #home .contacto .info .redes {
      padding-left: 3em; }
      #home .contacto .info .redes a {
        padding: 0 .25em;
        font-size: 3em;
        color: #2080BE; }
    #home .contacto .info .whatsapp, #home .contacto .info .mail, #home .contacto .info .page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #home .contacto .info .whatsapp i, #home .contacto .info .mail i, #home .contacto .info .page i {
        width: 10%;
        text-align: right;
        padding-right: 5px; }
      #home .contacto .info .whatsapp .dato, #home .contacto .info .mail .dato, #home .contacto .info .page .dato {
        width: 85%; }
        #home .contacto .info .whatsapp .dato p, #home .contacto .info .mail .dato p, #home .contacto .info .page .dato p {
          margin: 0; }

#inscripcion .container {
  width: 80%;
  margin: 0 auto; }
  #inscripcion .container a {
    width: 30%;
    margin: 0 auto;
    display: block; }
    #inscripcion .container a img {
      width: 100%; }
  #inscripcion .container h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #2080be;
    width: 100%;
    font-weight: 600;
    margin: 1.25em 0; }
  #inscripcion .container h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #706F6F;
    font-weight: 500; }
  #inscripcion .container .desktop-master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #inscripcion .container .pestanas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #inscripcion .container .pestanas a {
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0;
      padding: 1em;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    #inscripcion .container .pestanas .medicos {
      background: #40BFBD; }
    #inscripcion .container .pestanas .solcema {
      background: #2080BE; }
    #inscripcion .container .pestanas .estudiantes {
      background: #6BA2D7; }
  #inscripcion .container .movil-master {
    display: none; }
  #inscripcion .container .formularios {
    padding-bottom: 2em; }
    #inscripcion .container .formularios .formulario {
      width: 100%;
      position: relative; }
      #inscripcion .container .formularios .formulario h2 {
        display: block;
        border: 3px solid #40BFBD;
        margin: 0;
        color: #40BFBD;
        padding: 10px 15px; }
      #inscripcion .container .formularios .formulario form {
        border: 3px solid #40BFBD;
        border-top: none;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        #inscripcion .container .formularios .formulario form .col13 {
          width: 30%; }
          #inscripcion .container .formularios .formulario form .col13 input {
            width: 95%;
            padding: 10px 5px;
            border-radius: 10px;
            border: 1px solid #B2B2B2;
            margin: .5em 0; }
          #inscripcion .container .formularios .formulario form .col13 label {
            display: block;
            width: 100%;
            margin-top: 10px;
            font-weight: 700; }
          #inscripcion .container .formularios .formulario form .col13 input[type="radio"] {
            width: 10%;
            margin-top: 10px; }
          #inscripcion .container .formularios .formulario form .col13 p {
            width: 85%;
            display: inline-block;
            margin: 0; }
        #inscripcion .container .formularios .formulario form a {
          width: 15%;
          height: 2.5em;
          background: #2080BE;
          color: #fff;
          border: 2px solid #2080BE;
          border-radius: 25px;
          position: absolute;
          bottom: 3em;
          right: 30px;
          text-align: center;
          font-size: .8em;
          right: 240px;
          height: 2.1em;
          text-decoration: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #inscripcion .container .formularios .formulario form input[type="submit"] {
          width: 15%;
          height: 2.5em;
          background: #2080BE;
          color: #fff;
          border: 2px solid #2080BE;
          border-radius: 25px;
          position: absolute;
          bottom: 3em;
          right: 30px; }
        #inscripcion .container .formularios .formulario form .nota {
          position: absolute;
          bottom: 1em;
          right: 30px;
          margin: 0;
          font-size: .8em;
          color: #9B9B9B; }

#conferencistas .container {
  width: 80%;
  margin: 2em auto;
  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: start; }
  #conferencistas .container img {
    width: 35%; }
  #conferencistas .container .mas-info {
    width: 60%;
    padding-left: 2%;
    border-left: 7px solid #2080be;
    text-align: justify; }

#proximamente h1 {
  width: 100%;
  text-align: center; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  html, body {
    font-size: 12px; }
  header .menuMovil {
    display: block;
    float: right; }
    header .menuMovil button {
      margin: 1em 0; }
    header .menuMovil .animated-icon span:nth-child(1) {
      top: 0px;
      height: .55em; }
    header .menuMovil .animated-icon span:nth-child(4) {
      height: .55em; }
  header nav {
    display: none;
    width: 100%;
    font-size: 1em;
    right: 0;
    background-color: #fff;
    margin-top: .4em;
    padding: 1em 0;
    height: 45vh;
    z-index: 1;
    position: absolute;
    top: 4.5em; }
    header nav ul {
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 65%;
      margin: 0 auto; }
      header nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        header nav ul li a {
          color: #606060;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          text-align: center;
          width: 100%;
          margin: 0;
          padding: 10px 0;
          border-bottom: 1px solid;
          border-radius: 0; }
    header nav .addres {
      display: block;
      margin: 0 auto;
      width: 75%;
      padding: 1.75em 0; }
      header nav .addres p {
        color: #fff;
        font-size: .6em;
        line-height: 1.1em; }
    header nav .redes-sociales {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 12.5%; }
      header nav .redes-sociales p {
        color: #fff;
        font-size: .6em; }
      header nav .redes-sociales .red {
        font-size: .4em;
        padding: 0 2vw; }
        header nav .redes-sociales .red span {
          color: #fff; }
        header nav .redes-sociales .red .fa-stack-1x {
          color: #FF7143; }
  header .whatsapp {
    right: -16%; }
    header .whatsapp img {
      width: 40%; }
  #home .background-index .desktop-master {
    display: none; }
  #home .background-index .movil-master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #home .conferencistas {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #home .conferencistas .persona {
      width: 90%;
      font-size: 1.25em; }
      #home .conferencistas .persona .datos h4 {
        padding-left: 1.5vw;
        font-size: .65em; }
      #home .conferencistas .persona .datos h3 {
        padding-left: 1.5vw; }
      #home .conferencistas .persona .datos .info {
        padding-left: 1.5vw;
        margin-left: 1.5vw; }
        #home .conferencistas .persona .datos .info p {
          width: 90%; }
  #home .quienes-somos {
    width: 85%; }
    #home .quienes-somos .titulo img, #home .quienes-somos .titulo h1 {
      width: 100%; }
    #home .quienes-somos .solcema p, #home .quienes-somos .solcema img {
      width: 100%; }
  #home .contacto {
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #home .contacto img {
      width: 80%; }
    #home .contacto .info {
      margin-top: 2em;
      width: 100%; }
  #home .porque-asistir {
    width: 90%; }
    #home .porque-asistir .flex .razon {
      width: 100%;
      padding: 0; }
    #home .porque-asistir .flex .decorativo {
      width: 100%; }
    #home .porque-asistir .flex:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  #home .programa a {
    width: 40%; }
  #home .programa .nota {
    width: 85%; }
  #home .ubicacion .background {
    background-image: url(/img/ubicacion.jpg);
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
    #home .ubicacion .background img {
      display: none; }
    #home .ubicacion .background .datos-ubicacion {
      position: initial;
      width: 65%;
      margin: 4em 0; }
  #home .viaje-hospedaje {
    width: 90%; }
    #home .viaje-hospedaje .info {
      width: 75%;
      margin: 0 auto; }
  #home .banner-medio {
    background-attachment: inherit; }
  #home .tarifas {
    width: 90%; }
    #home .tarifas .etapa {
      width: 65%;
      margin: 1em auto; }
    #home .tarifas .estudiantes {
      width: 65%;
      margin: 1em auto; }
    #home .tarifas .incluye {
      width: 100%; }
    #home .tarifas a {
      width: 75%; }
  #inscripcion .container {
    width: 90%; }
    #inscripcion .container a {
      width: 80%;
      margin-top: 2em; }
    #inscripcion .container .desktop-master {
      display: none; }
    #inscripcion .container .movil-master {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #inscripcion .container .pestanas {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #inscripcion .container .formularios .formulario form {
      padding-bottom: 8em; }
      #inscripcion .container .formularios .formulario form .col13 {
        width: 90%; }
      #inscripcion .container .formularios .formulario form input[type="submit"] {
        width: 40%;
        font-family: 'Open Sans';
        font-size: 1em;
        right: 7%; }
      #inscripcion .container .formularios .formulario form a {
        right: inherit;
        left: 7%;
        height: 2.1em;
        width: 35%;
        font-size: 1em;
        bottom: 3em; }
  #conferencistas .container {
    width: 90%; }
    #conferencistas .container img {
      width: 100%; }
    #conferencistas .container .mas-info {
      margin-top: 1em;
      width: 100%; }
  footer .der {
    width: 100%; }
    footer .der img {
      width: 45%; }
  footer .izq {
    width: 100%; }
    footer .izq p {
      margin: .5em 0; } }

@media only screen and (min-device-width: 1814px) and (max-device-width: 1920px) {
  html, body {
    font-size: 20px; } }

@media only screen and (min-device-width: 1708px) and (max-device-width: 1813px) {
  html, body {
    font-size: 19px; } }

@media only screen and (min-device-width: 1601px) and (max-device-width: 1707px) {
  html, body {
    font-size: 18px; } }

@media only screen and (min-device-width: 1441px) and (max-device-width: 1600px) {
  html, body {
    font-size: 17px; } }

@media only screen and (min-device-width: 1367px) and (max-device-width: 1440px) {
  html, body {
    font-size: 16px; } }

@media only screen and (min-device-width: 1281px) and (max-device-width: 1366px) {
  html, body {
    font-size: 15px; } }

@media only screen and (min-device-width: 1229px) and (max-device-width: 1280px) {
  html, body {
    font-size: 14px; } }

@media only screen and (min-device-width: 1177px) and (max-device-width: 1228px) {
  html, body {
    font-size: 13px; } }

@media only screen and (min-device-width: 1125px) and (max-device-width: 1176px) {
  html, body {
    font-size: 12px; } }

@media only screen and (min-device-width: 1073px) and (max-device-width: 1124px) {
  html, body {
    font-size: 11px; } }

@media only screen and (min-device-width: 1025px) and (max-device-width: 1072px) {
  html, body {
    font-size: 10px; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  html, body {
    font-size: 16px !important; }
  header .menuMovil {
    display: block;
    float: right; }
    header .menuMovil button {
      margin: 1em 0; }
    header .menuMovil .animated-icon {
      width: 5vw; }
      header .menuMovil .animated-icon span:nth-child(1) {
        top: 0px;
        height: .55em; }
  header nav {
    display: none;
    width: 100%;
    font-size: 1em;
    right: 0;
    background-color: #fff;
    margin-top: .4em;
    padding: 2em 0;
    height: 55vh;
    z-index: 1;
    position: absolute;
    top: 4.5em; }
    header nav ul {
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 30%;
      margin: 0 auto; }
      header nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        header nav ul li a {
          color: #606060;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          text-align: center;
          width: 100%;
          margin: 0;
          padding: 10px 0;
          border-bottom: 1px solid;
          border-radius: 0; }
    header nav .addres {
      display: block;
      margin: 0 auto;
      width: 75%;
      padding: 1.75em 0; }
      header nav .addres p {
        color: #fff;
        font-size: .6em;
        line-height: 1.1em; }
    header nav .redes-sociales {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 12.5%; }
      header nav .redes-sociales p {
        color: #fff;
        font-size: .6em; }
      header nav .redes-sociales .red {
        font-size: .4em;
        padding: 0 2vw; }
        header nav .redes-sociales .red span {
          color: #fff; }
        header nav .redes-sociales .red .fa-stack-1x {
          color: #FF7143; }
  header .whatsapp {
    right: -2%; }
    header .whatsapp img {
      width: 65%; }
  #home .background-index {
    margin-top: 5em; }
    #home .background-index .desktop-master .texto {
      font-size: 1em;
      bottom: 10em; }
    #home .background-index .desktop-master .boton {
      top: 15em;
      right: 17.4%; }
  #home .conferencistas .persona {
    width: 45%; }
  #home .porque-asistir {
    width: 90%; }
    #home .porque-asistir .razon {
      width: 45%; }
  #home .programa .nota {
    width: 90%; }
  #home .ubicacion .background .datos-ubicacion {
    bottom: 3em;
    width: 30%; }
  #home .viaje-hospedaje {
    width: 80%; }
  #home .tarifas {
    width: 80%; }
  #home .quienes-somos {
    width: 80%; }
  footer .der {
    width: 65%; }
  #inscripcion .container {
    width: 95%;
    margin-top: 2em; }
    #inscripcion .container .formulario form a {
      right: 175px;
      height: 2.4em; } }
