body {
  font-family: 'Quicksand'!important;
  width: 100%;
}
.navbar {
  width: 100%;
  background-color: white;
  transition: all .5s;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
  pointer-events: none;
}


iframe#drift-widget.drift-widget-welcome-expanded-online {
display: none !important;
}

iframe#drift-widget.drift-widget-welcome-expanded-away {
display: none !important;
}

.App-header {
  background-color: #282c34;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.lenguaje {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: flex;
  border-radius: 5px;
}

.dropdown-toggle.without-arrow::after {
  display: none;
}

/*HOME*/
.title-section {
  color: #5B6AC3;
}

.section-search {
  height: calc(100vh - 78px);
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.bg-search {
  background-image: url(/Content/nuevoEstilo/images/main-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-search {
    background-image: url(/Content/nuevoEstilo/images/main-home.svg);
    background-repeat: no-repeat;
    width: 400px;
    height: 280px;
    background-size: contain;
}

.img-align {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
.img-walk-size {
    width: 160px;
	position: absolute;
  }
}

.img-serKeep {
  position: absolute;
  margin-top: 15px;
}

.porque-viajar {
  height: 300px;
}

h1.title {
  color: #5B6AC3;
  font-size: 3em;
  font-weight: 600;
}

h4.subtitle {
  color: #232323;
}

h2.title {
  color: #5B6AC3;
  font-size: 2em;
  font-weight: 600;
}

.opiniones {
  border-radius: 20px;
  box-shadow: 0 0 5px -2px rgba(0,0,0,.4);
  padding: 15px;
}

/*FOOTER*/
.bg-preFooter {
  background-color: #383f59;
}
.bg-preFooter p {
  color:white !important;
}

.bg-footer {
  background-color: #383F59;
  color:white;
}



/*SEARCH*/
.wrap-search {
  background-color: white;
  border-radius: 50rem;
  padding: 0.3rem;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, .6);
  width: 100%;
  margin-top:15px;
}

.main-search i, .main-search button.btn-minus i, .main-search button.btn-plus i {
  color: #5b6ac3;
}
.main-search button i {
  color: white;
}

.btn-outline-primary {
  color: #5B6AC3!important;
  border-color: #5B6AC3!important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #5B6AC3!important;
  border-color: #007bff!important;
}

.btn-primary {
  color: #fff;
  background-color: #5B6AC3!important;
  border-color: #5B6AC3 !important;
}

.btn-facebook {
  background-color: #335ed2 !important;
  color: white !important;
}

.btn-google {
  background-color: #fff !important;
  border:1px solid #ccc !important;
}

/*LOGIN*/
.img-login {
  background-image: url(/images/login.svg);
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: bottom;
}

/*INPUTS*/
.form-control {
  border-radius: 30px !important;
}

.input-icon {
  font-family: airkeep;
  font-weight: normal;
  font-style: normal;
  text-decoration:none;
  color:#5B6AC3;
}

.input-icon input {
  padding-left: 30px;
  font-family: 'Quicksand'!important;
}

.input-email:before {
  content: '\e992';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

.input-pass:before {
  content:'\e98f';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

.input-user:before {
  content:'\ea02';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

.input-card:before {
  content:'\e965';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

.input-phone:before {
  content:'\e9b8';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

.input-flag:before {
  content:'\e96b';
  position: absolute;
  margin-top:7px;
  margin-left: 10px;
}

select.countries {
  text-indent: 15px;
  font-family: 'Quicksand'!important;
}

/*BTN*/
.btn {
  border-radius: 30px !important;
}

/*CARD*/
.card {
  box-shadow: 0 0 15px -5px rgba(0,0,0,.1);
  border-radius:15px !important;
}

.card-2 {
  box-shadow: 0 0 15px -5px rgba(0,0,0,.1);
  border-radius:15px !important;
  color: #fff;
  background-color: #7389FF;
  border-color: #2C3E50;
}


.card img {
  border-radius:15px;
}
.card-number {
  color: #5B6AC3;
  text-align: center;
  position: absolute;
  margin-top: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: -16px;
}
.number {
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/*MODAL PRICE*/
.priceModal {
  background-color: #606abe !important;
  color: white;
}

.priceModal .card-body {
  color: #282c34;
}

.priceModal .modal-header {
  border:0;
}

.priceModal .close {
  color:white;
  opacity: 1;
  font-size: 2rem;
  margin: -8px !important;
}

/*EXPLORAR*/
.box-result{
  height: calc(100vh - 83px);
  background-color: white;
}

.box-detail {
  height: calc(100vh - 83px);
}

.status-result {
  background-color: #5B6AC3;
  color:white;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.result {
  overflow-y: auto;
  height: calc(100vh - 83px);
}

.filtros {
  overflow: hidden;
  overflow-x: auto;
  padding: 3px 15px 3px 15px;
  height: 38px;
}

.empty-keeper {
  background-image: url(/images/sinresultado.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: calc(100vh - 83px);
  color:#5B6AC3;
  padding-top: 138px;
}

.list-result {
  padding: 10px 5px;
  margin-top: 85px;
  min-height: 86%;
}

.item {
  background-image: url(/images/tarjeta.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 25px;
}

.item .info {
  height: 100%;
}

.img-lugar {
  height: 90px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-left: 5px;
}

.img-lugar img {
  background-color: #335ed2;
    height: 100%;
    display: block;
}

.img-lugar i {
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 3rem;
}

.item button {
  height: 100%;
  width: 102%;
  cursor: pointer;
  border:0;
}

.item button:focus, .item button:hover, .item button:active {
  border: 0;
  box-shadow: initial;
  outline: initial;
}

.tipo-lugar {
  color: #4D00FF;
  font-size: 0.75rem;
}

.titulo-lugar {
  height: 47px;
  overflow: hidden;
}

.rating-lugar {
  color:#9a6fff;
}

.detalle-lugar {
  padding: 44px 0 0 0;
  min-height: 87%;
  overflow-y: auto;
  height: calc(100vh - 150px);
}

.detalle-lugar .imagen-lugar {
  max-height: 250px;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.detalle-lugar .imagen-lugar img {
  width: 100%;
}

.detalle-lugar .info-lugar {
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  margin: 15px 15px 30px 15px;
  margin-top: 200px;
  z-index: 1;
  min-height: 50vh;
  position: relative;
}

.detalle-lugar .reservar {
  padding: 7px 15px;
  background-color: #ffffff;
  color: #5a5096;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 10px -5px rgba(0,0,0,.4);
}

.img-keeper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  margin-top: -50px;
  right: 30px;
  border: 2px solid white;
}

.img-keeper img {
  width: 100%;
}

.img-opinion {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 25px;
}

.img-opinion img {
  width: 100%;
}

.titulo-detalle {
  font-weight:700; 
}

.map-section {
  background-color: goldenrod;
  position: absolute;
  top: 0%;
  width: 100%;
  height: calc(100vh - 83px);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*PASOS RESERVA*/
.steps {
  background-color: #DADEEF;
}

.progressbar {
  counter-reset: step;
  width: 100%;
}
.progressbar li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #4785EB;
  font-weight: 600;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 27px;
  border: 1px solid #4785EB;
  display: block;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 94%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #4785EB;
  top: 15px;
  left: -47%;
  z-index: 1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color:#5c6ac3;
}
.progressbar li.active:before {
  border-color:#5c6ac3;
  background-color: #5c6ac3;
  color:white;
}

/*HELP*/
.font-1x {
  font-size: 1.4em;
}

.p-0 {
  padding: 0;
}

.btn-plus, .btn-minus {
  padding: 6px 3px !important;
  margin-left: 3px;
  border-radius: 5px;
  text-decoration: none;
  color:red;
}
.btn-plus:hover, .btn-plus:active, .btn-plus:focus, .btn-minus:hover, .btn-minus:active, .btn-minus:focus {
  text-decoration: none;
  background-color: #F1F2F7;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      left: -120px;
  }

  .p-lg-0 {
    padding: 0;
  }
}

@media screen and (max-width:992px) {
  .navbar.sticky-top.navbar-expand-lg.navbar-light {
    padding-left: 30px;
    position: fixed;
    bottom: 0px;
    top: initial;
    padding-right: 30px;
    background-color: transparent !important;
  }

  .navbar.sticky-top.navbar-expand-lg.navbar-light > div {
    background-color:#5b6ac3;
    border-radius: 50px;
    padding: 5px;
  }

  .navbar-nav .nav-link, .btn-mobile {
    padding-right: 0;
    padding-left: 0;
    width: 35px;
    height: 35px;
    border-radius: 30px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #4c5aad !important;
  }

  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around;
    width: 100%;
  }

  .navbar-nav :nth-child(1) {
    order:3
  }
  .navbar-nav :nth-child(2) {
    order:1
  }
  .navbar-nav :nth-child(3) {
    order:2
  }
  .navbar-nav :nth-child(4) {
    order:4
  }
  .navbar-nav :nth-child(5) {
    order:5
  }
  .navbar-nav :nth-child(6) {
    order:6
  }
  .navbar-nav :nth-child(7) {
    order:7
  }
  .navbar-nav :nth-child(8) {
    order:8
  }

  .navbar-light .navbar-nav .nav-link {
    color: white !important;
  }

  .navbar-brand {
    display: none !important;
  }

  .navbar a.btn {
    color: white !important;
    border: none;
  }

  .navbar a.btn:hover {
    background-color: transparent;
  }

  .navbar-nav .dropdown-menu {
      position: absolute !important;
      top: -124px;
      left: -92px;
  }

  a.explore {
    height: 60px !important;
    width: 60px !important;
    text-align: center;
    position: absolute;
    margin-top: -40px;
    margin-left: -25px;
    border: 3px solid #5b6ac3 !important;
  }

  .lenguaje {
    border-radius: 30px;
  }

  .active > .nav-link, .active > .nav-link > span  {
    background: white !important;
    color: #5b6ac3;
  }

  .font-2x {
    font-size: 1.8em;
  }

  .section-search {
    height: calc(100vh - 78px);
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .img-align {
    justify-content: center;
  }

 

  .img-serKeep {
    margin-top: 90px;
  }

  .map-section {
    height: 100vh;
  }
}

@media screen and (max-width:767px) {
  .wrap-search {
      background-color:transparent;
      box-shadow: inherit;
  }

  .main-search > div {
    background-color: white;
    border-radius: 50px;
    padding: 0.3rem 1rem;
    box-shadow: 0 0 5px -3px rgba(0, 0, 0, .6);
    width: 100%;
    margin-bottom: 10px;
  }

  .main-search > div:last-child {
    background-color: transparent;
    box-shadow: initial;
  }

  .section-search {
      height: initial;
      padding-left: 10% !important;
      padding-right: 10% !important;
  }

  .img-search {
      width: 236px;
      height: 220px;
  }

  h1.title {
    font-size: 2em;
  }
  
  h4.subtitle {
    font-size: 1rem;
  }

  .img-search {
    margin-top: 0px;
  }

  .media {
    flex-direction: column;
  }

}

@media screen and (max-width:575px) {
  .img-login{
    background-image: none;
  }

  .img-serKeep {
    margin-top: 21px;
    position: initial;
  }

  .text-center-mobile {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .navbar.sticky-top.navbar-expand-lg.navbar-light {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .img-card {
    height: 75%;
    width: 75%;
  }
  
   .precios {
    display: none;
  }
  
  a.explore {
    height: 50px !important;
    width: 50px !important;
    margin-left: 0px;
    margin-top: -15px;
    position: initial;
  }

  .font-2x {
    font-size: 1.5em;
  }

  h1.title {
    font-size: 1.5em;
  }
  
  h4.subtitle {
    font-size: .8rem;
  }
  
  .title-section {
    font-size: 1.25rem;
  }
  
  @media only screen and (max-width: 600px){
.subtitle-section {
    width: 100%;
    display: block;
    margin: 0 auto;
	max-width: 800px;
   }
 `}
 
   @media only screen and (max-width: 600px) {
.subtitle-section-0 {
    width: 100%;
	
    display: block;
    margin: 0 auto;
   }
 `}

   @media only screen and (max-width: 600px) {
.subtitle-section-1 {
    font-size: 0.8rem;
	padding-right: 30px;
	width: 250px;
   }
 `}
 
   @media only screen and (max-width: 600px) {
.subtitle-section-2 {
    font-size: 1.5rem;
	padding: 10px;
	width: 300px;
   }
 `}

  
  .porque-viajar {
    height: 190px;
  }
  
  .paso {
        background-color: #5B6AC3;
        color: white;
        font-size: 1.3rem;
        border-radius: 2rem;
        width: fit-content;
        margin: auto;
        padding: 0.3em;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
    }
	
  .paso-button {
        background-color: #5B6AC3;
        color: white;
        font-size: 1rem;
        border-radius: 2rem;
        width: fit-content;
        margin: auto;
        padding: 0.3em;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 500;
    }
	
	


 }