.festivo {
  background-color: crimson;
}

.diotrue {
  background-color: rgb(127, 129, 255);
}

form[class="cart"] {
  display: block !important;
}
/*
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*/
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input[type="number"] {
  padding: 11px !important;
}
.quantity {
  display: contents;
}

.bg {
  /* background-image: url(../booking/image/mokup\ booking.png); */
  width: 100%;
  min-height: 700px;
  margin: 70px 0px;
  text-align: center;
  /* padding: 0px 0px 0px 0px !important; */
}

.titulo_principal {
  color: white !important;
}
.buscador {
  background-color: #6813ff;
  color: white;
  min-height: 610px;
  justify-content: center;
  padding-bottom: 24px !important;
  border-radius: 5px;
  margin: 0px 0px 0px !important;
}

#custom-datepicker label {
  margin: 0px !important;
}
.mapa {
  background-color: aquamarine;
  min-height: fit-content;
  padding: 16px;
  border-radius: 5px;
}
.titulo {
  /* background-color: antiquewhite; */
  /* min-height: 90px; */
  margin-top: 0px !important;
  align-content: center;
  background: #B6CCD7;
  border-radius: 5px;
}
.ubicacion {
  /* background-color: azure; */
  /* min-height: 50px; */
}
.img_pricipal_sec {
  width: 100%;
  border-radius: 5px;
}
.galeria_1 a {
  display: flex;
  height: 196px;
  width: 100% !important;
}
.galeria_1 img,
.galeria_2 img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}
.galeria_2 a {
  display: flex;
  height: 196px;
  width: 100% !important;
}

.galeria_1,
.galeria_2,
.galeria_3 {
}
.galeria_3 a {
  display: flex;
  height: 400px;
  width: 100% !important;
  /* height: 400px !important; */
}
.galeria_3 img {
  /* object-fit: cover; */
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;

  /* max-height: 400px !important; */
}
.galeria_4 {
  /* background-color: chocolate; */
  height: 125px !important;
  width: 100%;
}

.row {
  margin: 0px !important;
}
.mfp-modal img {
  height: 95% !important;
}
/*
.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-thumbnails img {
  height: 116px !important;
}



.gallery-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
*/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  /* display: contents !important; */
}
.owl-nav {
  display: none;
  justify-content: space-between;
}
#icon_serv {
  font-size: 30px !important;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.servicios .card {
  background-color: #B6CCD7;
}
.servicios {
  /* display: flex !important;
  flex-direction: column; */
  height: 115px;
}
.item {
  display: grid;
  height: 6.5rem;
}
.item img {
  border-radius: 5px;
  height: 114px !important;
}
.card {
  margin-left: 0.25rem !important;
  display: flex !important;
}
.card-text {
  display: flex;
  justify-content: center;
}
.titulo_opciones_booking {
  font-weight: bold;
}
.ubicacion_title {
  display: flex;
  align-items: center;
	font-weight: bold;
    color: #6813FF;
    font-size: large;
}
.owl-item {
  display: grid;
}
.descripcion {
  /* display: block !important; */
}
.tabla_referencia table {
  margin-left: 4px;
}
.encabezado_tabla {
  background: #B6CCD7 !important;
}
.card-header-atd {
  background: #B6CCD7 !important;
}

@media only screen and (max-width: 475px) {
  table th,
  table td {
    font-size: 0.75rem !important;
  }
  .buscador {
    min-height: auto !important;
  }
}
input {
  border-radius: 5px !important;
}

.item:hover {
  color: #ffffff !important;
  /*
  background-color: #ff7272 !important;

    background-color: inset 400px 0 0 0 #d80286;
	  transform: translateX(0);
    transition: transform 350ms ease;
  */
}
.owl-stage-outer,
.owl-stage {
  min-height: 100% !important;
}
.single_add_to_cart_button {
  background-color: #eeba2b !important;
  color: #333333 !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  padding: 11px 27px !important;
}

.single_add_to_cart_button:hover {
  color: #ffffff !important;
  /* background-color: #333333 !important; */
  border: 2px solid #ffffff !important;
}

.owl-carousel .item {
  transition: transform 0.3s;
  padding: 0px 3px 0px 3px !important;
}

.owl-carousel .item:hover {
  transform: scale(1.07);
}

.owl-stage {
  padding-top: 5px;
}

.gallery-item {
  padding: 1px !important;
}

.product-title{
	font-size: xx-large!important;
    font-weight: bold!important;
}

.descripcion .card {
    width: 101%;
}

/* Ocultar el botón de carrito y la cantidad en la página de producto */
.single-product button.single_add_to_cart_button, .single-product .quantity, .single-product button.single_add_to_cart_button:disabled {
  display: none;
}