* {}

body {

  background: rgb(187, 187, 187);
  background: linear-gradient(0deg, rgba(187, 187, 187, 1) 0%, rgba(230, 230, 230, 1) 21%, rgb(238, 238, 238) 100%);
}



.small {
  font-size: .75em !important;
}

/* textos para formularios */
.form-control {
    /*font-size: .8em;*/
    font-size: .9375rem !important;
    letter-spacing: -.02em;
}


/* fondos */

.bg-dark {
  background-color: #0b2339 !important;
}

.navbar-light .navbar-toolbar {
  background-color: transparent;
}

.navbar-light {
  background-color: transparent;
}

header .nav-item .nav-link:hover {
  background: rgb(222, 230, 238);
  background: linear-gradient(0deg, rgba(222, 230, 238, 1) 0%, rgba(222, 230, 238, 1) 50%, rgb(255, 255, 255) 99%);
  transition: .5s !important;
}

/* botonera superior */
.btn.active {
  background-color: white;
  color: var(--bs-primary) !important;
}

.bg-terciary {
    /*background-color: #9ab6d3 !important;*/
    background-color: #e1e9f2 !important;
}

#links.nav-item {
  background-color: var(--bs-primary) !important;
  color: white !important;
}


#links.nav-tabs.nav-item.nav-link {
  background-color: white !important;
  color: var(--bs-primary) !important;
}



footer {
  background-color: #0b2339;
  border: none;
}




/* labels */
.form-label {
  margin-bottom: 0px;
}


/* listado de hoteles */

.imagen-hotel {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: url("https://i.travelapi.com/lodging/6000000/5810000/5808300/5808205/6a1ca3d5_b.jpg");
    min-height: 233px;
    max-height: 232px !important;
    max-width: 320px;
    min-width: 200px;
    margin-left: 14px;
    margin-right: 8px;
    background-size: cover;
}

.product-title {
  font-size: 1.3em;
}

.icon {
  color: #000;
}

.product-card {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  padding-bottom: 0px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);

}

.product-card .icon {
  font-size: .9em;
}

.product-card .product-price small,
.product-card .product-price .small {
  vertical-align: top;
  font-size: 1.25rem;
  padding-left: .25rem;
}

.product-card .fas,
.product-card .far {
  margin-right: .3rem;
  color: #000;
}

.product-card .star-rating .star-rating-icon {
  color: #ff9100;
}

.product-card .star-rating .star-rating-icon {
  font-size: .8rem;
}

.icon-star {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  background-color: #00000067;
}

#btn-back-to-top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: none;
  z-index: 1027;
  background-color: gray;
  border: none;
  scale: .9;
}



/* filtros sidebar */

aside {
  z-index: 999;
}

.offcanvas-body {
  overflow: hidden;
}

.filtro-ventana {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 4px;
  margin-top: 4.5em;

  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
}

#filter-sidebar {
  border-width: 0px;
}

.widget-title {
  font-size: 14px;
  margin-bottom: 7px;
}

/* rango de fechas */
.datepicker {
  padding: 0px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.38);
}

.datepicker th,
.datepicker td {
  text-align: center;
  font-size: .9em;
}

.datepicker thead {
  background-color: var(--bs-secondary);
}

.dow {
  font-weight: bold;
}

.datepicker .day,
.datepicker .next,
.datepicker .prev {

  cursor: pointer;
}

.datepicker-switch {
  font-weight: bold;
}

.table-condensed {
  width: 100%;
}


/* category */
.selector-categoria {
  max-width: 32px;
  border: 1px solid var(--bs-primary);
  border-radius: 6px;
  opacity: .6;
}

.selector-categoria:hover {
  border: 1px solid var(--bs-primary);
  opacity: 1;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
}

.selector-categoria-active{
    border: 1px solid var(--bs-primary);
    opacity: 1;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.75);
}




/* botones navegacion */

#navegacion .card:hover,
#navegacion .card:active {
  background-color: #508cc4 !important;

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);

}



/* carousel */


.carousel-inner,
.mapa-grande {
  border-radius: 8px !important;
}



/* navegacion-descripcion hoteles */


.navegacion-hotel.nav-tabs {
  border: 0px !important;
}

.navegacion-hotel button {
  border-radius: 0px;

  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  background-color: white !important;
  border-bottom: 1px solid #ccc !important;

}

.navegacion-hotel button.active {
  border-bottom: 0px !important;
  border-bottom: 0px solid #ffffff !important;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;




  border-top-left-radius: 8px;

  border-top-right-radius: 8px;


}

.navegacion-hotel .nav-tabs {
  border-bottom: 0;
}

.navegacion-hotel.nav-tabs.nav-link button {
  background-color: white !important;
}

.navegacion-hotel.nav-tabs.nav-link.active {
  border: none !important;
}



.navegacion-hotel button.active::before {
  background-color: #ffffff !important;
}

.nav-tabs .nav-link.active {
  border-color: #ccc !important;
  color: #333;
  font-weight: bolder;
}



/* selector-vista */

.selector-vista a.active {
  border: 1px solid var(--bs-primary) !important;
  color: white !important;
  background-color: var(--bs-primary);
}


.selector-vista a:hover {
  background-color: var(--bs-primary);
  color: white;
  border: 1px solid var(--bs-primary) !important;
}


.cerrar-mapa {
  top: 128px;
  left: 98.5%;
  position: absolute;

}

/* tooltip mapa */
#minimapa-tooltip {
    /*  modificar estos valores para cambiar la posicion del tooltip ya que tiene posicion absoluta */
    position: fixed;
    z-index: 999;
    top: 70%;
    left: 25%
}


.tooltip-mapa {
  max-width: 128px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
}

.minimapa-tooltip-img {
  background-image: url("https://i.travelapi.com/lodging/6000000/5810000/5808300/5808205/6a1ca3d5_b.jpg");
  width: 76px;
  background-size: cover;
  background-position: left;
  height: 132px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.sombra-ventana {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.info-tooltip {
  background-color: #fff;
  max-width: 240px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.info-tooltip h3{
  font-size: 1em!important;
}

.triang-inf {
  position: absolute;
  top: 76%;
  left: 25%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}





/* media queries */



@media (prefers-reduced-motion: reduce) {
  * {
    transition: 4ms;
  }
}

@media (max-width: 720px) {
  .handheld-toolbar {
    display: block;
  }

  .navegacion-hotel button {
    font-size: 12px;
    padding-top: 8px !important;
    padding-bottom: 16px !important;
    font-weight: bolder;
  }
}



@media (max-width: 992px) {
  #filter-sidebar {
    padding-left: 16px;
    padding-right: 16px;

  }

  .filtro-ventana {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
    box-shadow: none;
  }


}

@media (max-width: 600px) {

  .product-card {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;


  }

    .imagen-hotel {
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        min-height: 233px;
        max-width: 93.8%;
        max-height: 93.8% !important;
        min-width: unset;
        background-size: cover;
    }
}

/* cambio al paginador */
@media (min-width: 600px) {
  .d-sm-flex {
    display: flex !important;
  }
}


.small {
  font-size: 1rem!important;
}

/* --Top To Bottom-- */

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: var(--bs-primary);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border-radius: 50%;
}

    .go-top.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .go-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #393953;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 50%;
    }

    .go-top:hover,
    .go-top:focus {
        color: #fff;
    }

        .go-top:hover::before,
        .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child,
        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child,
        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }
