/*
==========================================================================
  Brand: Tequila Don Nacho
  Section: ¿Dónde Comprar?
  Autor: KUBIK
==========================================================================
*/
html,body{overflow: overlay;}
.background2{position: relative;/*overflow: hidden;*/}
#donde-comprar{overflow-x: hidden;padding-top: 120px !important; position: relative;}
#mapa .content--wrapper{width: calc(100% - 0px);}
.ubicacionBTN{color: #000;}


/*#donde-comprar {background-image: url(../images/fondo_donde-comprar.jpg);}
#mapa {background-image: url(../images/fondo_donde-comprar.jpg);}
#carga-info {background-image: url(../images/fondo_galeria1_.jpg);}*/

.main-titulo{}
.main-titulo:after {}

.form-control {
    color: #000 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

hr.invisible{opacity:0;}


#ciudad-field {
    width: calc(100% - 50px);
    height: 34px;
    padding-left: 7px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}
input#filtros-enviar{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	border:none;
	float:right;
	position:relative;
	z-index:1;
	height:43px;
	border-radius: 0 4px 4px 0;
	color:#fff;
	background-color: #000;

	-webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
input#filtros-enviar:hover{
	background-color:#191919;
}

/* MAPA */

#section-home-mapa{padding:0;min-height:700px;display:block;}
#fullMap{/*width:100%;*/height:856px;display:block;position:relative;top:0px;left:0;padding:0 22px 0 0;}
#fullMap #map_canvas{height:100%;width:100%;margin:0 auto;position:relative}
.descripcionoculta{display:none;min-width:300px}
.imagenventanitahtml{width:135px;height:160px;float:left}
.imagenventanitahtml img{/*margin-top:25px;*/width:100%;height:auto}
.textoventanitahtml{float:left;margin:7px 0 0 20px;width:200px;min-height:100px;text-align:left;color:#666}
.textoventanitahtml h3{color:#111;margin-bottom:15px;font-size:16px;text-transform:none;text-align:center;}
.textoventanitahtml.condensed h3{margin:5px auto;}
.textoventanitahtml p{color:#aaa!important;margin-bottom:5px;font-size:12px;text-align:center;}



#map-sidebar{
	padding:0;
	/*height:700px;*/
    font-size: 13px;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
	-moz-box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
	box-shadow: inset 0px -6px 10px -3px rgba(0,0,0,0.33);
}
.icon-pin{
	background: url(../images/pin-tienda-lg.png)no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
	margin: 15px auto 0px;
}
.tienda{
	background: rgba(255,255,255,0.16);
	border-bottom:1px solid #797979;
	clear:both;
	display:block;
	width:100%;
	/* padding-top: 1em; */
}
p.datos{font-size: 12px; text-align: center;}
.tienda .row{margin: 0;}
.info-tienda{
	height:170px;
}

.info-tienda h3{
	margin-top: 0;
}

.info-tienda img{
	overflow: hidden;
    margin: 0 auto;
}

.tienda.selected{
	background-color: #ddd;
}
.tienda .titulo{font-size:16px;text-transform:uppercase; cursor: pointer;}
.btn.sm-info{
	width:auto;
	min-width:120px;
	height:35px;
	line-height:33px;
	text-align:center;
	display:block;
	background:#000;
	color:#fff;
	padding:0;
	font-size:12px;
	margin:0;
	border:none;
	margin:0 auto;
}

.icon-detalle{
	width:36px;
	height:36px;
	display:block;
	margin:0px auto;
	text-align:center;
	margin-top:5px;
}
.icon-detalle img{
	margin:auto;
}

.tienda-detalle {
	padding-top:25px;
	/* display: none; */
}


.info-sidebar .titulo{font-size:24px;text-transform:uppercase;font-weight:700;margin-bottom:30px;}
.info-sidebar .direccion{width:100%;display:block;clear:both;height:80px;}
.info-sidebar .telefonos{width:100%;display:block;clear:both;height:50px;}
.info-sidebar .horarios{width:100%;display:block;clear:both;height:65px;}


.info-sidebar hr{clear:both;}
.info-sidebar a.btn.como-llegar{margin:0;font-size:21px;}

#filtros{
	padding:20px;
	margin: 0 auto;
	float: none;
	background:rgba(255,255,255,0.16);
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}
.buttonbackmap{display: none;}
#footer-main{display: none !important;}

.hr-especial{
    height: 132px;
    width: 1px;
    float: left;
    margin-right: 11px;
    border-left: 2px solid #000;
}



.page-header-content{
  height: 140px;
}

#a-megacable{
  position: absolute;
  top: 130px;
  left: calc(50% - 550px);
  width: 190px;
  display: block;
}

#botonubicacion a, #filtros-enviar{
  margin-top: 12px !important;
}

@media screen and (min-width: 1441px){
	.bg-img{
		background-position-y: -80px;
	}
}
@media screen and (max-width: 1440px){
  #map-sidebar{
    font-size: 11px;
  }
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

@media screen and (max-width: 768px){
	.tienda{height: auto; padding-bottom: 1em;}
	#fullMap{height: 400px;}
	#map-sidebar{font-size: 12px; padding:5px;width: calc(100% - 40px); margin-left: 5% !important;}
	#map-sidebar::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 10px;
	}
	#map-sidebar::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}

	.info-tienda{height:auto; margin: 1em 0;}
	.buttonbackmap{display: block;text-align: center;padding: 16px;margin-top: 20px;margin-bottom: 20px;}

	.hr-especial{
		height: 1px;
		width: 100%;
		float: initial;
		margin: 0 0 35px 0;
		border-top: 2px solid #000;
		border-left: 0;
	}

	#a-megacable{
		position: relative;
		margin: 1em auto;
		max-width: 100%;
		top: initial;
		left: initial;
	}

	#botonubicacion a, #filtros-enviar{
		margin-top: 0 !important;
	}
}

