/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/10/2018, 12:14:04
    Author     : Aldana
*/

.locales-titulo h1 {
  font-family: Nunito;
  font-size: 1.7em;
  color: #000000;
  text-align: center;
}

.locales-titulo p {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #444444;
}

.locales-titulo p>span {
  font-weight: bold;
  color: #ff0000;
}

.locales .caja-producto {
  display: flex;
  flex-direction: column;
}

.locales .caja-producto > .imagen{
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.locales .caja-producto > .imagen img{
  height: 300px;       /* Ajusta la altura fija que prefieras */
  object-fit: cover;   /* Recorta la imagen proporcionalmente para que llene el espacio */
}

.locales .caja-producto > .imagen > .reserva{
  position: absolute;
  z-index: 1;
  left: 1em;
  bottom: 1em;
}

.locales .caja-producto .descripcion{
	flex-grow: 1;
	margin-top: 1em;
}

.locales .caja-producto > .descripcion > h4 {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
    height: auto;
    overflow-y: unset;
}

.locales .caja-producto > .descripcion > .datos {
    font-size: 0.9em;
    line-height: 1.6;
    color: #666666;
    height: 11em;
    overflow-y: scroll;
}

.locales .caja-producto > .descripcion > h3.nombre > span {
    display: none;
}

.locales .caja-producto > .descripcion > .datos h4, .locales .caja-producto > .descripcion > .datos p{
    font-size: 1em;
    line-height: 1.6;
    color: #666666;
}

.locales .caja-producto .reserva > form{
    display: none;
}

.locales .caja-producto .reserva > button{
    border-radius: 8px;
    background-color: #ff0010;
    position: absolute;
    z-index: 1;
    left: 1em;
    margin-top: 16em;
    padding: 1% 2% 1% 2%;
    
    width: 110px;
    height: 30px;
    border: none;
    border-radius: 5px;
  
    font-size: 0.85em;
    color: #ffffff;
    text-transform: uppercase;
}

.locales .caja-producto .reserva > a{
    border-radius: 8px;
    background-color: #ff0010;
    
    width: 110px;
    height: 30px;
    border: none;
    border-radius: 5px;
  
    font-family: Nunito;
    font-size: 0.85em;
    color: #ffffff;
    text-transform: uppercase;
}

.locales .caja-producto .reserva > .dropdown-menu{
    margin-top: 17em;
}

.locales .button{
  position:relative;
}
.locales .modal{
  position:absolute;
  width:20em;
  height:40em;
  top:30px;
  left:0;
  padding:0;
  margin:0;
}

.locales .modal .modal-dialog{
    width: 18em;
}

.locales .well{
    background-color: #fff; 
    border: solid 1px #fff;
    box-shadow: none;
    padding: 0;
}

.locales .datepicker {
  font-family: SFProDisplay-Bold;
  font-size: 0.85em;
  text-align: center;
  color: #000000;
}

.locales .datepicker .day{
    border: solid 1px #fafafa;
    border-radius: 0;
}

.locales .datepicker .day.active{
    background-color: #ff0000;
    border-radius: 0;
    border: none;
    color: #ffffff;
}

.locales .datepicker .day.active:hover{
    background-color: #ff0000;
    border-radius: 0;
    border: none;
    color: #ffffff;
}

.locales .reserva-ventana{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 1em;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*Copia del Main Precios*/
.caja-producto .combo select {
    display: none;
}

.caja-producto .combo button {
    width: 100%;
    border-radius: 6.4px;
    border: solid 0.8px #eaeaea;
    
    font-family: SFProText-Regular;
    font-size: 0.85em;
    text-align: right;
    color: #000000;
}

.caja-producto .combo button > .pull-left{
    font-family: SFProText-Heavy;
    font-size: 1em;
    color: #000000;
}

.caja-producto .combo button > .caret{
    margin-left: 1em;
}

.caja-producto .combo ul li{
    padding: 1em;
    border-bottom: solid 0.8px #eaeaea;
}

.caja-producto .combo ul li:hover{
    cursor: pointer;
    background-color: #eaeaea;
}

.caja-producto .combo ul {
    font-family: SFProText-Regular;
    font-size: 0.85em;
    text-align: right;
    color: #000000;
    width: 100%;
}

.caja-producto .combo ul span {
  font-family: SFProText-Heavy;
  font-size: 1em;
  color: #000000;
}
/*Fin copia*/
.locales .caja-producto .combo{
    margin: 1em 0;
}

.locales .caja-producto .combo button{
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: solid 1px #eaeaea;
    font-family: SFProDisplay-Regular;
    font-size: 0.85em;
    color: #666666;
}

.locales .caja-producto .combo button > span:first-of-type {
    float: left;
    text-transform: uppercase;
}

.locales .caja-producto .combo ul>li {
    text-align: left;
}

.locales .caja-producto .combo ul span {
    font-family: SFProDisplay-Regular;
    font-size: 0.85em;
    color: #666666;
}

.locales .caja-producto button.negro {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 5px;
    background-color: #000000;
    
    font-family: SFProDisplay-Bold;
    font-size: 0.85em;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.locales .reserva-respuesta{
    display:none;
}

.locales .reserva-respuesta img{
    width: 36px;
    height: 36px;
    
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.locales .reserva-respuesta h1{
  font-family: SFProText-Semibold;
  font-size: 1.28em;
  text-align: center;
  color: #000000;
}

.locales .reserva-respuesta p.gris {
  font-family: SFProText-Regular;
  font-size: 0.85em;
  color: #444444;
  text-transform: uppercase;
}

.locales .reserva-respuesta p {
  font-family: SFProText-Medium;
  font-size: 1em;
  line-height: 1.71;
  letter-spacing: -0.3px;
  color: #000000;
}

@media (min-width: 500px) {
  .row.mis-locales {
    display: flex;
    flex-wrap: wrap; /* Permite que al llegar al 4to, el 5to salte abajo */
  }
  
  .row.mis-locales .locales {
    display: flex;
    margin-bottom:1em;
  }
  
  /* Esto hace que el contenedor interno de tu col-lg-3 (si tienes una tarjeta adentro) se estire */
  .row.mis-locales .locales > div {
    width: 100%;
  }
}