@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
#bc_carrito_top_velo {
  background: #1B1B1B;
  z-index: 550;
  position: absolute;
  top: 0;
  left: 0;
}
#bc_carrito_top {
  font-family: 'Lato', 'Arial', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 551;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  line-height: 1.2;
  font-weight: 400;
  color: #1B1B1B;
}
#bc_carrito_top .consultar {
  text-align: center;
  background: #1B1B1B;
  padding: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#bc_carrito_top .btn_motor {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  padding: 0.5em 1.8em;
  line-height: 1.4;
  text-shadow: none;
  color: #84B044;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  margin-left: 10px;
}
#bc_carrito_top .btn_motor:hover,
#bc_carrito_top .btn_motor:focus,
#bc_carrito_top .btn_motor:active {
  color: #FFFFFF;
  background: #84B044;
  border: 1px solid #84B044;
  text-decoration: none;
}
@media (max-width: 767px) {
  #bc_carrito_top .btn_motor {
    display: block;
    margin: 15px auto 0;
  }
}
#bc_carrito_top .contcarrito {
  background: #FFFFFF;
  padding: 30px;
}
#bc_carrito_top .contcarrito .contene {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1200px) {
  #bc_carrito_top .contcarrito .contene {
    width: 100%;
  }
}
#bc_carrito_top .contcarrito .contene .vacio {
  color: #1B1B1B;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}
#bc_carrito_top .cerrar {
  position: absolute;
  bottom: -57px;
  right: 0;
  width: 27px;
  height: 27px;
  opacity: 1;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
}
#bc_carrito_top .cerrar:before,
#bc_carrito_top .cerrar:after {
  position: absolute;
  top: 5px;
  left: 13px;
  content: ' ';
  height: 15px;
  width: 1px;
  background-color: #1B1B1B;
}
#bc_carrito_top .cerrar:before {
  transform: rotate(45deg);
}
#bc_carrito_top .cerrar:after {
  transform: rotate(-45deg);
}
#bc_carrito_top .hotel {
  width: 70%;
  float: left;
  padding-right: 1em;
}
#bc_carrito_top .hotel .nombre {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  height: 25px;
}
@media (max-width: 767px) {
  #bc_carrito_top .hotel {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
#bc_carrito_top .bc_carrito_secc {
  width: 100%;
  color: #1B1B1B;
}
#bc_carrito_top .bc_carrito_secc thead {
  color: #FFFFFF;
  background: #FFA300;
  display: block;
  padding: 5px 15px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
#bc_carrito_top .bc_carrito_secc tr:not(:last-of-type) td {
  padding-bottom: 10px;
}
#bc_carrito_top .bc_carrito_secc .habs i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
  line-height: 0;
  font-size: 20px;
}
#bc_carrito_top .totalizacion {
  float: left;
  width: 30%;
  background: #eee;
  margin-top: 25px;
}
@media (max-width: 767px) {
  #bc_carrito_top .totalizacion {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
#bc_carrito_top .totalizacion .tit {
  display: none;
  font-size: 12px;
  font-weight: bolder;
  padding: 1em;
}
#bc_carrito_top .totalizacion .precio {
  padding: 20px;
}
#bc_carrito_top .totalizacion .precio b.txt {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
#bc_carrito_top .totalizacion .precio b.imp {
  font-size: 22px;
  font-weight: 400;
}
#bc_carrito_top .totalizacion .precio .imp_2 {
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}
#bc_carrito_top .totalizacion .precio button {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  padding: 0.5em 1.8em;
  line-height: 1.4;
  text-shadow: none;
  color: #FFFFFF;
  background-color: #84B044;
  border: 1px solid #84B044;
  font-size: 16px;
  margin-top: 20px;
}
#bc_carrito_top .totalizacion .precio button:hover,
#bc_carrito_top .totalizacion .precio button:focus,
#bc_carrito_top .totalizacion .precio button:active {
  color: #FFFFFF;
  background: #688b36;
  border: 1px solid #688b36;
  text-decoration: none;
}
