@charset "UTF-8";

/* Color de fondo : #6ad7ff */

@font-face {
  font-family: "aclonicaregular";
  src: url("/fonts/aclonica.eot");
  src: url("aclonica.eot?#iefix") format("embedded-opentype"),
    url("/fonts/aclonica.woff") format("woff"),
    url("/fonts/aclonica.ttf") format("truetype"),
    url("/fonts/aclonica.svg#aclonicaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/

/* GLOBAL
----------------------*/

body {
  font-family: "Aclonicaregular", sans-serif;
  position: relative;
  text-align: center;
}

.colorA,
a,
body,
.bg-gradient {
  color: #fff;
  text-shadow: -1px 0 #1e75bc, 0 1px #1e75bc, 1px 0 #1e75bc, 0 -1px #1e75bc;
}

.colorA2,
h1,
.bg-gradient h1 {
  color: #fff;
  text-shadow: -2px 0 #1e75bc, 0 2px #1e75bc, 2px 0 #1e75bc, 0 -2px #1e75bc;
}

.colorB,
p.lead,
.text-primary,
.social-icons a:hover,
.bg-gradient2,
a:hover,
a:focus {
  color: #1e75bc !important;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.colorB2,
h2,
h3,
h4,
h5,
.bg-gradient2 h1 {
  color: #1e75bc;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

h1 {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

h2 {
  font-size: 33px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.7rem;
}

p {
  /*  color: #959094; */
}

p.lead {
  margin-bottom: 2rem;
}

.light-font {
  font-weight: 300;
}

.btn {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  /*  padding: 0.375rem 1.35rem; */
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  color: #d6619c;
}

.btn-primary {
  border-radius: 3px;
  background-image: -moz-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: -webkit-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: -ms-linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  background-image: linear-gradient(122deg, #e54595 0%, #fd378e 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-image: linear-gradient(122deg, #fd378e 0%, #e54595 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-light {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
  font-size: 11px;
  font-weight: 500;
  color: #6ad7ff;
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.8rem 1rem;
  font-size: 11px;
}

.light-bg {
  background-color: #faf6fb;
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title small {
  /* color: #998a9b; */
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 27px;
  }
}

/* NAVBAR
----------------------*/

.nav-menu {
  padding: 1rem 0;
  transition: all 0.3s ease;
  line-height: 1;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background-color: rgb(106, 215, 255);
  background: -moz-linear-gradient(
    135deg,
    rgb(106, 215, 255) 0%,
    rgb(106, 215, 255) 50%,
    rgb(255, 255, 165) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgb(106, 215, 255) 0%,
    rgb(106, 215, 255) 50%,
    rgb(255, 255, 165) 100%
  );
  background: linear-gradient(
    45deg,
    rgb(106, 215, 255) 0%,
    rgb(106, 215, 255) 80%,
    rgb(255, 255, 165) 100%
  );
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  visibility: hidden;
}

.navbar-brand.is-scrolling {
  visibility: visible;
}

.nav-menu.is-scrolling {
  padding: 0;
}

.navbar-nav .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 12px;
  }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #ffffa5;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
}

/* HERO
----------------------*/

header {
  padding: 100px 0 0;
  text-align: center;
}
/*
Azul
#6AD7FF
106, 215, 255

Amarillo
#FFFFA5
255, 255, 165
*/
.bg-gradient {
  background-image: -moz-linear-gradient(
    -70deg,
    rgba(106, 215, 255, 1) 0%,
    rgba(106, 215, 255, 1) 50%,
    rgba(255, 255, 165, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    -70deg,
    rgba(106, 215, 255, 1) 0%,
    rgba(106, 215, 255, 1) 50%,
    rgba(255, 255, 165, 1) 100%
  );
  background-image: -ms-linear-gradient(
    -70deg,
    rgba(106, 215, 255, 1) 0%,
    rgba(106, 215, 255, 1) 50%,
    rgba(255, 255, 165, 1) 100%
  );
  background-image: linear-gradient(
    -70deg,
    rgba(106, 215, 255, 1) 0%,
    rgba(106, 215, 255, 1) 50%,
    rgba(255, 255, 165, 1) 100%
  );
}

.bg-gradient2 {
  background-image: -moz-linear-gradient(
    -70deg,
    rgb(255, 255, 165) 0%,
    rgba(255, 255, 165, 1) 50%,
    rgba(106, 215, 255, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    -70deg,
    rgba(255, 255, 165, 1) 0%,
    rgba(255, 255, 165, 1) 50%,
    rgba(106, 215, 255, 1) 100%
  );
  background-image: -ms-linear-gradient(
    -70deg,
    rgba(255, 255, 165, 1) 0%,
    rgba(255, 255, 165, 1) 50%,
    rgba(106, 215, 255, 1) 100%
  );
  background-image: linear-gradient(
    -70deg,
    rgba(255, 255, 165, 1) 0%,
    rgba(255, 255, 165, 1) 50%,
    rgba(106, 215, 255, 1) 100%
  );
}

.tagline {
  font-size: 13px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.img-holder {
  height: 0;
  padding-bottom: 33%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .img-holder {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  .tagline {
    font-size: 13px;
  }
  .img-holder {
    padding-bottom: 100%;
  }
}

/* FEATURES
----------------------*/

.gradient-fill:before {
  color: #fc73b4;
  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card.features {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .card.features {
    margin-bottom: 2rem;
  }
  [class^="col-"]:last-child .card.features {
    margin-bottom: 0;
  }
}

.card.features:before {
  content: "";
  position: absolute;
  width: 3px;
  color: #fc73b4;
  background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
  background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
  top: 0;
  bottom: 0;
  left: 0;
}

.card-text {
  font-size: 11px;
}

.card.features:hover {
  transform: translateY(-3px);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

.circle-icon {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  color: #f5378e;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  font-weight: 300;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 50px;
  }
}

.ui-steps li:hover .circle-icon {
  background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
  background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
  background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
  background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
}

.ui-steps li {
  padding: 15px 0;
}

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .perspective-phone {
    margin-top: -150px;
  }
}

/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width: 992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  /* border-color: #faf6fb #faf6fb #FFF;*/
  font-size: 14px;
  /*  color: #b5a4c8;
    background: #f5eff7;*/
}

.nav-tabs .nav-link.active {
  background: #fff;
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #fff;
  color: #1e75bc;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.blockquote {
  color: #7a767a;
  font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff487e;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}

/*  PRICING
----------------------*/

@media (max-width: 992px) {
  .card-deck {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
}

.card.pricing {
  border: 1px solid #f1eef1;
}

.card.pricing.popular {
  border-top-width: 3px;
  border-color: #ce75b4 #faf6fb #fff;
  box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
  color: #1e75bc;
}

.card.pricing .card-head {
  text-align: center;
  padding: 40px 0 20px;
}

.card.pricing .card-head .price {
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: #1e75bc;
}

.card.pricing .card-head .price sub {
  bottom: 0;
  font-size: 55%;
}

.card.pricing .list-group-item {
  border: 0;
  text-align: center;
  color: #959094;
  padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
  color: #d9d3d8;
}

.card.pricing .card-body {
  padding: 1.75rem;
}

/*  FOOTER
----------------------*/

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: transparent;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 84px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  border: #1e75bc;
  /* color: #f4c9e2; */
  transition: all 0.3s ease;
}

.social-icons a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

.logoBackpackers {
  height: 30px;
}

#lottie {
  background-color: #fff;
  width: 100%;
  height: 100%; /* Proporcional la altura ala anchura! */
  height: 0; /* Proporcional la altura ala anchura! */
  padding-bottom: 56%; /* Proporcional la altura ala anchura! */
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.taglineFirstLine {
  margin-bottom: 17px;
}

.taglineSecondLine {
  font-style: italic;
}

.translatable {
  display: none;
}
.translatable_active {
  display: block;
}

.languajeIcon {
  width: 22px;
  height: 22px;
}

.languaje_active {
  display: none;
}

.idiomasDiv {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding-top: 4px;
}

.containerletrasBackpackersRace {
}
.letrasBackpackersRace {
}

.backGroundCard {
  background-image: url(/images/img_5.png);
  width: 100%;
  height: 100%;
  /* position: absolute; */
  background-size: cover;
  /* background-position: center bottom; */
  opacity: 0.5;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* -webkit-transform: rotate(20deg); */
}

.superposicion {
  position: relative;
}

.superposicion_img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

.buttonInstrucciones2 {
  display: none;
}

.frames {
}


.logoBGG
{
  height: 30px;
}