body {
  max-width: 100vw;
}
/*TOURS*/
h2.titulo_listado {
  display: inline-block;
  width: 100%;
  padding: 0.85em 0 1.5em;
}

.tour-box .tour-photo img {
  min-height: 280px;
  object-fit: cover; 
}

/* ESCONDEMOS PRECIOS 0 */

span.woocommerce-Price-amount{
  color:#fff;
}

.breadcrumbs a {
font-weight: 600;
color: #434141;  
}

.breadcrumbs a:last-child {
  font-weight: 300;
}

.footer .postfooter .tripadvisor img {
  border-radius: 0;
  box-shadow: none;
  max-width: 130px;
}

.tour-box .tour-content h4 {
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 1px;
  text-transform: none;
}

.variation-Cita div,
.variation-Appointment div{
	display:none;
}