/* Sass Document */


.medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

*::-moz-selection {
  background: #f1f1f2;
  color: #0B2142; }
*::selection {
  background: #f1f1f2;
  color: #0B2142; }

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #000; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------base------------------------------------- */
.f10 {
  font-size: 10px; }

.f12 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.grande {
  font-size: 40px; }

.redondo {
  border-radius: 16px; }

.blanco {
  color: #ffffff; }

.bg-blanco {
  background: #ffffff; }

.negro {
  color: #000; }

.bg-negro {
  background: #000; }

.rojo {
  color: #DF4D26; }

.azulf {
  color: #9933FF; }

.azulb {
  color: #0245FB; }

.naranja {
  color: #FFB317; }

.azul {
  color: #3BCBFB; }

.gris {
  color: #F4F4F4; }

.bg-rojo {
  background: #DF4D26; }

.bg-azulf {
  background: #9933FF; }

.bg-azulb {
  background: #0245FB; }

.bg-naranja {
  background: #FFB317; }

.bg-azul {
  background: #3BCBFB; }

.bg-gris {
  background: #F4F4F4; }

.bg-grisf {
  background: #1a1a1a; }

h1, h2, h3, h4, h5, h6 {
  font-family: "cubano", sans-serif;
  font-weight: 400;
  font-style: normal; }

.titulo {
  font-size: 40px; }
  @media (min-width: 1024px) {
    .titulo {
      font-size: 50px;
      font-weight: 700;
    } }



/*------------------------------------fin base------------------------------------- */
/*------------------------- */
.bx-1 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  @media (min-width: 1024px) {
    .bx-1 {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; } }

.gk--logos {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 300px; }
  .gk--logos.gk--logos__footer {
    background: #1a1a1a; }

.btn__gp {
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-size: 12px;
  border-radius: 50px; }
  .btn__gp.btn__gp--2 {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff; }

.bg-color {
  background: #1a1a1a;
  background: -webkit-gradient(linear, left bottom, left top, from(#1a1a1a), color-stop(30%, #1a1a1a), color-stop(30%, white), to(white));
  background: linear-gradient(0deg, #1a1a1a 0%, #1a1a1a 30%, white 30%, white 100%); }

.input {
  border: 0;
  border-bottom: 2px solid #DF4D26;
  padding: 0 0 10px 0;
  color: #ffffff;
  background: transparent;
  width: 100%; }
  .input::-webkit-input-placeholder {
    color: #fff; }
  .input:-ms-input-placeholder {
    color: #fff; }
  .input::-ms-input-placeholder {
    color: #fff; }
  .input::placeholder {
    color: #fff; }

iframe {
  border-radius: 10px; }

.talento {
  border-radius: 10px;
  color: #ffffff; }

.frass {
  font-size: 80px;
  line-height: 110%; }

.detalle {
  position: absolute;
  right: 0;
  top: 30px;
  width: 100px;
  display: block; }

/*------------------------- */

.pasos{
  background: #333;
  border-radius: 8px;
  position: relative;
  padding: 28px;
  height: 100%;
}
.num{
  background: #DE4D26;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.val{
  background: #fff;
  text-align: center;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.val-oculto{
  background: #777;
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.val:hover .val-oculto{
  opacity: 1;
}

.ancla {
  position: absolute;
  top: -80px;
  left: 0;
  width: 1px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  background: rgba(222, 77, 38, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar .nav-link {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px; }
  .navbar .nav-item__logo {
    margin: 0 60px; }
  .navbar.fijo {
    background: rgba(222, 77, 38, 0.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom: 1px solid #DF4D26; }

.navbar-toggler {
  display: block;
  width: 60px; }

.w__slide {
  position: relative; }
  .w__slide .caption {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    right: 0;
    font-size: 40px;
    text-align: center;
    height: 150px;
    color: #ffffff;
    line-height: 100%; }
    @media (min-width: 1024px) {
      .w__slide .caption {
        max-width: 60%; } }
    .w__slide .caption h1 {
      font-size: 5vw;
      line-height: 100%; }
  .w__slide .caption--eventos {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    right: 0;
    font-size: 40px;
    text-align: center;
    height: 150px;
    color: #ffffff;
    line-height: 20%; }
  .w__slide .caption--kingpin {
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    right: 0;
    font-size: 30px;
    text-align: center;
    height: 120px;
    color: #ffffff;
    line-height: 100%; }
    .w__slide .caption--kingpin .cenzo {
      font-size: 30px;
      line-height: 100%; }
  .w__slide .carousel-control-next, .w__slide .carousel-control-prev {
    background: transparent;
    border: 0;
    z-index: 8; }
  .w__slide.w__slide--promo .carousel-control-next, .w__slide.w__slide--promo .carousel-control-prev {
    background: transparent;
    border: 0;
    z-index: 8;
    width: 4%; }

.btns {
  background: #DF4D26;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btns:hover {
    color: #ffffff;
    background: #9933FF; }

.btns2 {
  color: #9933FF;
  display: inline-block;
  margin: auto;
  font-size: 26px; }
  .btns2 .raya {
    width: 0px;
    height: 2px;
    background: #9933FF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btns2:hover {
    color: #9933FF; }
    .btns2:hover .raya {
      width: 100%; }
  .btns2.btns3 {
    color: #FFB317; }
    .btns2.btns3 .raya {
      background: #FFB317; }
    .btns2.btns3:hover {
      color: #FFB317; }
      .btns2.btns3:hover .raya {
        width: 100%; }

.frase {
  text-align: right;
  padding: 180px 0; }

.anim {
  z-index: 9;
  position: absolute; }
  .anim.anim--icon1 {
    left: 50%; }
  .anim.anim--icon2 {
    left: 10%; }
  .anim.anim--icon3 {
    left: 80%; }
  .anim.anim--icon4 {
    left: 70%;
    top: 20%; }
  .anim.anim--icon5 {
    left: 70%;
    top: 20%;
    z-index: 30;
    -webkit-animation: rotar 100s infinite;
            animation: rotar 100s infinite; }
  .anim.anim--icon6 {
    left: 20%;
    top: 80%;
    z-index: 30;
    -webkit-animation: rotar 120s infinite;
            animation: rotar 120s infinite; }
  .anim.anim--icon__precio {
    left: 80%;
    top: 30%; }
  .anim.anim--icon__precio2 {
    left: 93%;
    top: 30%; }
  .anim.anim--icon__precio3 {
    left: 13%;
    top: 30%; }
  .anim.anim--icon__precio4 {
    left: -13%;
    top: 30%; }
  .anim.anim--icon__evenos1 {
    left: 23%;
    top: 50%; }
  .anim.anim--icon__evenos2 {
    left: 73%;
    top: 40%; }
  .anim.anim--icon7 {
    left: 73%;
    top: 55%;
    z-index: 30;
    -webkit-animation: rotar 90s infinite;
            animation: rotar 90s infinite; }
  .anim.anim--icon8 {
    left: 30%;
    top: 60%;
    z-index: 20;
    -webkit-animation: rotar 120s infinite;
            animation: rotar 120s infinite; }

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

@keyframes rotar {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3000deg);
            transform: rotate(3000deg); } }
.truco-raya {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -28px; }

.precios__wrapp h2 {
  margin: 0;
  font-size: 35px; }
.precios__wrapp h1 {
  margin: 0;
  font-size: 35px; }
.precios__wrapp .precios--dia {
  width: 280px;
  padding: 5px 0;
  border-right: 0px solid #DF4D26; }
  .precios__wrapp .precios--dia.border-r {
    border-right: 0; }
.precios__wrapp .precios--precio {
  text-align: center;
  padding: 5px 0;
  width: 200px;
  border-right: 0px dashed #DF4D26;
  border-bottom: 0px dashed #DF4D26; }
  .precios__wrapp .precios--precio.border-r {
    border-right: 0;
    border-bottom: 0px solid #DF4D26; }
  .precios__wrapp .precios--precio.border-t {
    border-top: 0px dashed #DF4D26; }
  .precios__wrapp .precios--precio.border-b {
    border-bottom: 0; }

::-webkit-input-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

::-ms-input-placeholder {
  opacity: 1; }

::placeholder {
  opacity: 1; }

input[type="submit"] {
  background: #DF4D26;
  color: #ffffff;
  border-radius: 50px;
  padding: 13px 30px;
  font-size: 16px;
  border: 0;
  margin: auto; }

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 0px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  figure .fancybox__a:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }

figure > img {
  grid-row: 1/-1;
  grid-column: 1; }

.cc {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0px;
          column-gap: 0px; }

.text--encuentranos {
  font-size: 40px; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 99px;
  z-index: 10; }

.nav--pos- {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav--pos-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.imgfull {
  position: relative;
  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; }
  .imgfull .caption {
    position: absolute;
    font-size: 40px;
    color: #ffffff; }
  .imgfull img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

@media (min-width: 1024px) {
  .imgfull .caption {
    font-size: 120px; }

  .text--encuentranos {
    font-size: 6vw; }

  .cc {
    -webkit-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 0px;
            column-gap: 0px; }

  .navbar .navbar-brand {
    width: 200px; }

  .w__slide .caption {
    font-size: 120px;
    height: 330px; }
  .w__slide .caption--eventos {
    font-size: 120px;
    height: 330px; }
  .w__slide .caption--kingpin {
    font-size: 104px;
    height: 330px; }
    .w__slide .caption--kingpin .cenzo {
      font-size: 140px;
      line-height: 100%; }

  .nav__oculto ul a {
    font-size: 3.5vw; }

  .precios__wrapp h2 {
    margin: 0;
    font-size: 35px; }
  .precios__wrapp h1 {
    margin: 0;
    font-size: 35px; }
  .precios__wrapp .precios--dia {
    width: 280px;
    padding: 35px 0;
    border-right: 1px solid #DF4D26; }
    .precios__wrapp .precios--dia.border-r {
      border-right: 0; }
  .precios__wrapp .precios--precio {
    text-align: center;
    padding: 35px 0;
    width: 200px;
    border-right: 1px dashed #DF4D26;
    border-bottom: 1px dashed #DF4D26; }
    .precios__wrapp .precios--precio.border-r {
      border-right: 0;
      border-bottom: 1px solid #DF4D26; }
    .precios__wrapp .precios--precio.border-t {
      border-top: 1px dashed #DF4D26; }
    .precios__wrapp .precios--precio.border-b {
      border-bottom: 0; } }

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