body {
  padding-right: 0 !important;
}

.title {
  background-color: #fc3258;
  margin-right: -30px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.title p {
  color: #FFFFFF;
  font: 600 18px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 0px;
}

.titulo_rojo {
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fc3258;
  text-transform: uppercase;
  /*padding-left: 10px;
    padding-top: 15px;*/
}

.border-gray {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.circuito_img {
  background-color: white;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 262.75px;
}

@media (min-width: 768px) {
  .circuito_img {
    max-width: 262.75px;
  }
}

.circuito_text_gray {
  font-family: sans-serif;
  font-size: 14px;
  color: #818181;
  /*padding-top: 15px;*/
}

.circuito-precio a {
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  color: #fc3258;
  text-decoration: none;
  line-height: 0;
}

.circuito-precio i {
  font-size: 18px !important;
  padding-right: 4px;
}

.circuito-precio span {
  font-size: 18px !important;
  padding-right: 4px;
}

/* Vista del detalle */
.circuito-incluye {
  font-family: sans-serif;
  font-size: 18px;
  color: #595bd4;
  /*padding-left: 10px;*/
}

.circuito-mas a {
  color: #FFF;
  background-color: #167ffc;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font: 500 16px 'Roboto Condensed', sans-serif;
}

.circuito-itinerary {
  background-color: rgba(0, 0, 0, 0.03);
}

.button-schedule {
  color: #FFFFFF;
  background-color: #fc3258;
  border: none;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font: 500 16px 'Roboto Condensed', sans-serif;
}

.button-schedule:hover {
  background-color: #167ffc;
  cursor: pointer;
}

/* Formulario de disponibilidad */
.form-azul {
  background-color: #002b49;
}

.modal-rooms {
  left: 9px;
  top: 100px;
  position: absolute;
  height: unset;
  right: 183px;
  margin-left: auto;
  padding-left: 0;
  color: #818181;
}

.modal-rooms .modal-dialog {
  max-width: 100%;
  margin: 2rem 0;
}

.modal-rooms .modal-body {
  max-height: 270px;
  overflow: auto;
}

.headerTitle {
  background-color: #fc3258;
  color: white;
}

.date-picker-wrapper .valid {
  background-color: #dffdfc;
  /*color: white !important;*/
  font-weight: bold;
}

.date-picker-wrapper .month-wrapper table .week-name {
  color: #fc3258;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border: none;
  text-indent: -999px;
  z-index: 20;
  background: url(/images/totop.png?52ac6bbaa42e190c35d7dddc4e16421a) no-repeat left 0;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

#toTop:hover {
  outline: none;
  background-position: right 0;
}

img {
  max-width: 100%;
}

.loading {
  background: transparent url(/images/loading.gif?8fddf8c760fab0b4e031f7ac7b97f442) center no-repeat;
}

.modal-header {
  display: block;
}

.wa-bubble {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #00e676;
  color: white;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.wa-icon {
  width: 40px;
  height: 40px;
  fill: white;
  margin-top: 10px;
}

