/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.fjalla{
  font-family: 'Fjalla One', sans-serif;
}
.margin-left-100{
	margin-left: 110px;
}
.content-centrado-y{
	display: flex;
	justify-content: center;
	align-items: center;
}

.not-fixed{

	position: relative;
	padding: 0;
}

.back-purpura{

	background-color: 
  rgba(136, 34, 113, 0.17);
}

.left-side{
  overflow-y: scroll;
  overflow-x: hidden;
	height: 100%;
	background-color: #fff;
	position: fixed;
	width: 110px;
	-moz-box-shadow: 5px -10px 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 5px -10px 20px rgba(0,0,0,.2);
	box-shadow: 5px -10px 20px rgba(0,0,0,.2);
	min-height: 500px;
	z-index: 9999;
	left: 0;
  top: 0;
  scrollbar-color: rgba(136, 34, 113, 0.5) white; /* thumb and track color */
  scrollbar-width: thin;
}
/*
/* scrollbar width */
.left-side::-webkit-scrollbar {
  width: 5px;
}

.left-side::-webkit-scrollbar-track {
  background: rgb(255,255,255);
}

/* scrollbar handle */
.left-side::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color:rgba(136,34,113,0.5);
}
*/

.left-side ul{
	height: 50px;
	width: 100%;
	z-index: 1000;
	background-color:
	#fff;
	padding: 0;
}

.left-side li{
	
	position: relative;
	border-top: 1px solid rgba(165,206,55,.3);
	min-height: 85px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	font-size: .8em;
  font-weight: 700;
  color: #882271;
}

.left-side a:hover, a:focus {
  color: #A5CE37;
  text-decoration: none;
  outline: none;
}

.left-side i{

	font-size: 3.5em;
}

#image-banner{
	background: #882271 ;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  z-index: 10;
  position: relative;
}

#image-banner .wrapper {
    background-color: black;
    background-color: 
    rgba(0, 0, 0, 0.3);
    height: 400px;
}

#stick-banner-salud .btn_search_mobile{
		float: left;
		display:none !important;
}

#stick-banner-salud{
	min-height: 50px;
	background-color: #A5CE37;
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	z-index: 99;
	border-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#stick-banner-salud .view-btn{

	background-color: #ffffff;
	border: #882271 2px solid;
  cursor: pointer;
}

#stick-banner-salud .form{
	color:#fff;
	font-size: 1.2em;
	font-family: "Poppins", Helvetica, sans-serif;
	display: inline;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
#stick-banner-salud option{
  color: black;
}
#stick-banner-salud select,input{
	background: transparent;
  border: none;
  -webkit-appearance: none;
  color: #fff;
}

#stick-banner-salud select:focus, input:focus{ 
	outline: none;
}

#logo-banner-salud{
	margin-top: 20px;
  position: absolute;
  z-index: 999;
}

.header .buscador{
	display: none;
	margin-top: 30px;
}

.header.sticky .buscador{
	display: inline-block;
}

.header.sticky input{
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color:#882271;
}

.header.sticky .nice-select{
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color:#882271;
}


/*publicidad*/
.aside .carousel-item img{
	height: 450px;

}

.carousel-item {
  height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* publicidad*/
.margin_30_aside{
	margin-left: 30px;
	margin-right: 30px;
}

#listaNegociosAA figure{
	height: 160px !important;
}

#listaNegociosA figure{
	height: 150px !important;
}

#listaNegociosA .wrapper{
	padding: 15px;
}

#listaNegociosA .strip .wrapper small {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.7em;
}

.a .logo img{
	width: 72px;
	height: 72px;
}

.a .logo{

	width: 72px;
	height: 72px;
	margin-top: -60px;
	position: absolute;
	right: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50,160,103,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50,160,103,0.5);
	box-shadow: 0px 0px 10px 0px
	rgba(50,160,103,0.5);
	margin-bottom: 10px;

}

.a h3{

	margin-top:5px !important;
	font-size: .9em !important;
	max-width: 125px;
	min-height: 32px;
}


.aa{
	/*min-height: 269px;*/
	padding: 20px 20px 15px 20px;
}

.grid .aa h3{

	float: right;
	max-width: 177px;
	font-size: 1em;
	margin-top: -25px;
}

.grid .aa small{
	font-size: .8em;
}

.aa .logo{

	width: 92px;
	height: 92px;
	margin-top: -60px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(136,34,113,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(136,34,113,0.5);
	box-shadow: 0px 0px 10px 0px
	rgba(136,34,113,0.5);
	margin-bottom: 10px;

}

.aa .logo img{
	width: 92px;
	height: 92px;
}



.aa .gradient{
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 75px;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));
    background-image: linear-gradient(to top,#fff,rgba(255,255,255,0));
    background-color: rgba(255,255,255,.2);
}

.aa p{
	height: 70px;
	overflow:hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.free .logo img{
	width: 62px;
	height: 62px;
}

.free .logo{

	width: 62px;
	height: -2px;
	float: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50,160,103,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50,160,103,0.5);
	box-shadow: 0px 0px 10px 0px
	rgba(50,160,103,0.5);
	margin-bottom: 10px;

}

.free .wrapper{

	padding: 15px 10px 15px 10px;
	min-height: 100px;
}

.free .wrapper h3{
	font-size: .85em;
	float: left;
}

.free .direccion{
	float: right;
	width: 65%;
}

.free  .wrapper .direccion small{
	font-size: .65em;
	width: 100%;
}

.icon-free::before {

	margin-left: 0 !important;

}

.purpura{
	color: #882271;
}

.verde{
	color:#A5CE37;
}

.preloader-content {
    position: absolute;
    background-position: center;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-repeat: no-repeat;
    background-image: url(../img/pins/loading-purpura.apng);
    background-color: rgb(255 ,255,255,0.2);
    min-height: 500px;
}

/*DETALLE*/

.label-lista i{
  font-size: 1.8em;
  color: rgb(136,34,113);
  font-weight: bold;
}
.carousel-imagenes{
  min-height: 400px;
  background-color: rgba(165, 206, 55, 0.15);
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.carousel-imagenes h1{

  font-size: 3rem;
  text-align: center;
}

.detalles_negocio img.descripcion-image{

  
  -webkit-box-shadow: 10px 8px 10px 0px rgba(0,0,0,.4);
  -moz-box-shadow: 10px 8px 10px 0px rgba(0,0,0,.4);
  box-shadow: 10px 8px 10px 0px rgba(0,0,0,.4);
  
}

.detalles_negocio .opening {
    background-color: 
    rgba(136, 35, 113, 0.15);
}

.label-lista{
  display: inline-flex;
}

.icon-lista{
  display: inline-flex;
  margin-right: 10px;
}
.icon-lista img{
  width: 25px;
}

.owl-carousel .imagen img{
  max-width: 500px;
  -webkit-box-shadow: 10px 8px 6px 0px rgba(0,0,0,.3);
  -moz-box-shadow: 10px 8px 6px 0px rgba(0,0,0,.3);
  box-shadow: 10px 8px 6px 0px rgba(0,0,0,.3);
  margin-bottom: 20px;
  max-height: 600px;
}

#map{
	width: 100%;
}

@media ( max-width: 1536px){

	.aa .logo{
		width: 72px;
		height:72px;
	}

	.aa .logo img {
    width: 72px;
    height: 72px;
  }

  .a h3 {
    margin-top: 15px !important;
  }

  #listaNegociosA .strip{

  	font-size: .9em;
  }
}

@media ( max-width: 1456px){

	.aa .logo{
		width: 62px;
		height:62px;
	}

	.aa .logo img {
    width: 62px;
    height: 62px;
  }

  .grid .aa h3 {
    float: right;
    max-width: 160px;
   /* font-size: .95em;*/
  }

  #listaNegociosAA .strip{

  	font-size: .9em;
  }

  #listaNegociosA .strip{

  	font-size: .9em;
  }

  .free .wrapper .direccion small {
    font-size: .50em;
    width: 100%;
}
}

@media ( max-width: 1350px){

	.grid .aa h3 {
    float: right;
    max-width: 150px;
    /*font-size: .9em;*/
  }
/*
  .grid .aa small {
   font-size: .7em;
  }*/

  .aa p {
    height: 60px;
  }
  .aa .gradient {
  	height: 60px;
  }

  #listaNegociosAA .strip{

  	font-size: .85em;
  }

  .free .direccion {
    width: 55%;
    font-size: .9em;
  }
}

@media ( max-width: 1350px){
	.grid .aa h3 {
    max-width: 140px;
  }
}

/*my responsive**/
@media(max-width: 1280px){
	.my-lg-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.my-lg-4{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	#listaNegociosAA .strip{

  	font-size: 1em;
  }

  .grid .aa h3 {
    max-width: 177px;
  }

  .aa p {
    height: 70px;
  }
  .aa .gradient {
  	height: 70px;
  }

  .free .direccion {
    width: 65%;
    font-size: 1em;
  }

}

@media (max-width: 1254px) {

	#busqueda-salud{
		width:200px;
	}

}

@media (max-width: 1100px){
	 .free .direccion {
    width: 55%;
    font-size: .9em;
  }
}
@media (max-width: 991px) {
  #logo-banner{
    text-align: center;
  }

  .header .buscador {
    margin-top: 0;
  }

  .free .direccion {
    width: 65%;
    font-size: 1em;
  }
}

@media (max-width: 925px) {
  .form{
  	font-size: 1.1em !important;
  	margin-top: 4px;
  }

  
}

@media (max-width: 863px) {

	#busqueda-salud{
		width:170px;
	}

	.form{
  	font-size: .95em !important;
  	margin-top: 6px;
  }

  .free .direccion {
    width: 55%;
    font-size: .9em;
  }

}

@media (max-width: 778px){
   .search-stick{
  	display: none !important;
  }

  #logo-banner-salud{
  	text-align: center;
    width: 100%;
  }

  .left-side{
  	display:none;
  }

  #page{
  	margin-left: 0px;
  }

  #stick-banner-salud .btn_search_mobile{
  	display: inline !important;
  	margin-top: 4px;
  	background: url(../img/search.svg) no-repeat center center;
  }

   .free .direccion {
    width: 100%;
    font-size: 1em;
  }

  .free .wrapper h3 {
    min-height: 29px;
  }
}

@media (max-width: 676px){

	.grid .aa h3 {

		margin-top:5px;
	}
	#listaNegociosAA .strip{

  	font-size: .9em ;
  }
}
/*my-responsive*/
@media(max-width: 578px){
	.my-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.my-md-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.grid .aa h3 {
    max-width: 300px;
  }

  .aa .logo {
    width: 92px;
    height: 92px;
  }

  .aa .logo img {
    width: 92px;
    height: 92px;
  }

  .grid .aa h3 {

		margin-top:-25px;
	}

	#listaNegociosAA .strip{

  	font-size: 1em;
  }

   .free .direccion {
    width: 65%;
    font-size: 1em;
  }

  .free .wrapper h3 {
    min-height: unset;
  }

}

@media(max-width: 510px){

	.free .direccion {
    width: 60%;
    font-size: 1em;
  }
}

@media (max-width: 486px){

	.form{
  	font-size: .8em !important;
  }

  .aa .logo {
    width: 72px !important;
    height: 72px !important;
  }

  .aa .logo img {
    width: 72px !important;
    height: 72px !important;
  }

  .grid .aa h3 {
    max-width: 170px !important;
	}

	#listaNegociosAA .strip{

  	font-size: .85em;
  }

}

@media (max-width: 478px){

	.my-sm-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.strip figure a img {
		height: unset;
	}

	.free .direccion {
    width: 80%;
    font-size: 1.2em;
  }

}

@media (max-width: 423px){
 
 #stick-banner-salud .view-btn{
 	font-size: .75em;
 }

 .pin-ciudad{
 	 display: none !important;
 }

 .free .direccion {
    width: 70%;
    font-size: 1.2em;
  }

}
@media( max-width: 396px){
  .view-btn span{
    display: none;
  }
}
@media (max-width: 364px){
 
 #stick-banner-salud .view-btn{
 	font-size: .7em;
 }

 .pin-ciudad{
 	 display: none !important;
 }

 #listaNegociosAA .strip{

  	font-size: .85em;
  }

  .grid .aa h3 {
    max-width: 140px !important;
  }

}

@media (max-width: 323px){

	.grid .aa h3 {
    margin-top:5px;
  }

  .free .direccion {
    
    font-size: 1em;
  }
}

@media( max-width: 300px){

	.free .direccion {
    width: 100%;
    font-size: 1em;
  }
}

.map-display {
  animation: fade-in 1s forwards;
}

.map-nodisplay{
  animation: fade-out 1s forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    height: 0px;
  }
  to {
    opacity: 1;
    height: 500px;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
    height: 500px;
    display: block;
  }
  to {
    opacity: 0;
    height: 0px;
    display: none;
  }
}

