/**HTML**/

.font-belle{
	font-family: La_Belle_Aurore;
	color: #882271;
}

/*HEADER*/

#stick-banner-belleza{
	height: 80px;
	background-color: #882271;
	-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: 5px 0 5px 0;
}

#stick-banner-belleza .view-btn {
  background-color: #ffffff;
	border: #A5CE37 2px solid;
	cursor: pointer;
}

#stick-banner-belleza .form {
  
  color: #ffffff;
}

#stick-banner-belleza .custom-search-input-2 {
  
  height: 40px;
}

.btn_search_mobile.belleza{
	background: url(../img/search.svg) no-repeat center center;
}
.nice-select{
	min-width:260px;
}


/*BANNER*/
#image-banner{
	margin-top:-1px;
}
.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;
}

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

.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;
}

/*MENU*/

#carousel-categorias .categoria{
	width:150px;
	margin-right: 10px;
	color:#882271; 
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

#carousel-categorias .categoria:hover{
	color:#A5CE37;
}


#carousel-categorias .icono{
	font-size: 3em;
}

#carousel-categorias .label{
	min-height: 45px;
}
#carousel-categorias .label strong{
	margin-left:auto;
	margin-right: auto;
	font-size: .95em;
}

.icono img{
	margin:auto;
	width: 40px !important;
}

/*PUBLICIDAD*/

.publicidad-row{

	max-height: 200px;
	margin-bottom: 30px;
}

/*pagina*/

.verde{
	color:#A5CE37 !important;
}

.purpura{
	color: #882271;
}

.main-salud{

	padding-left: 10%;
	padding-right: 10%;
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.location-hide{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:15px;
	display: none;
	min-height: 50px;
}

#listaNegociosAA figure{
	height: 160px !important;
	border-radius: unset;
	-webkit-border-radius:unset;
	-moz-border-radius:unset;
	-ms-border-radius:unset;
}

#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;
	min-height:30px;
}

.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;
}

.aa .titulo{
	padding: 10px 10px 0 10px;
  min-height: 130px;
}

.grid .aa h3{

	font-size: 1.5em;
}

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

.aa .logo{

	width: 92px;
	height: 92px;
	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 30px 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;

}

/**DETALLES NEGOCIO**/

.detalles_negocio img.logo{

	
	-webkit-box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 5px 15px 0px rgba(0, 0, 0, 0.3);
	
}

.detalles_negocio img.descripcion-image{

	
	-webkit-box-shadow: 10px 8px 10px 0px rgba(136,34,113);
	-moz-box-shadow: 10px 8px 10px 0px rgba(136,34,113);
	box-shadow: 10px 8px 10px 0px rgba(136,34,113);
	
}

.negocio-info{
	padding-left: 30px;
}

.detail_title_1 h1{
	font-size: 1.5rem;
}

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

.icon-lista{
	display: inline-flex;
	margin-right: 10px;
}
.icon-lista i{
	font-size: 1.5em;
	color: rgb(136,34,113);
	font-weight: bold;
}

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

.carousel-imagenes{
	min-height: 400px;
	background-color: rgba(136, 35, 113, 0.15);
	margin-bottom: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.carousel-imagenes h2{

	font-size: 2.5em;
	text-align: center;
}

.carousel-imagenes .owl-carousel{
	margin-top: 30px;
}

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

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}


/**MY RESPONSIVE**/
@media ( max-width: 1536px){
	.a h3 {
    margin-top: 15px !important;
  }

  #listaNegociosA .strip{

  	font-size: .9em;
  }
}
@media ( max-width: 1456px){

	#listaNegociosA .strip{

  	font-size: .9em;
  }
}
@media ( max-width: 1350px){

	

  .free .direccion {
    width: 55%;
    font-size: .9em;
  }
}
@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%;
	}
		

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

}

@media (max-width: 1100px){
	 .free .direccion {
    width: 55%;
    font-size: .9em;
  }
}

@media( max-width: 991px){
	.view-btn span {
    display: none;
}
}
@media(max-width: 900px){
	.grid .aa small{
		display: none;
	}
	.location-hide{
		display: block;
	}

	.free .direccion {
    width: 65%;
    font-size: 1em;
  }
}
@media (max-width: 863px) {

	.free .direccion {
    width: 55%;
    font-size: .9em;
  }
}
@media (max-width: 778px){
	.free .direccion {
    width: 100%;
    font-size: 1em;
  }

  .free .wrapper h3 {
    min-height: 29px;
  }
}
@media( max-width:760px){
	#listaNegociosA .strip .wrapper small {
		min-height:43px;
	}
}
@media (max-width: 700px) {

	.free .direccion {
    width: 100%;
    font-size: 1em;
  }
  #listaNegociosA .strip .wrapper small {
	font-size: .6em;
  }
}

@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 small{
		display: block;
	}
	.location-hide{
		display: none;
	}

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

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

  #listaNegociosA .strip .wrapper small {
	font-size:.75em;
  }

}

@media(max-width: 540px){

	.free .direccion {
    width: 60%;
    font-size: 1em;
  }
}
@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;
  }
  #listaNegociosA .strip .wrapper small {
	font-size:.8em;
  }

}

@media (max-width: 423px){

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

}
@media(max-width: 370px){

	#stick-banner-belleza .view-btn{
   display: none; 
  }
  #stick-banner-belleza .view-btn.small_mobile {
   display: block !important; 
   padding-right: 5px;
  }
  #listaNegociosA .strip .wrapper small {
	font-size:.7em;
  }
}

@media(max-width: 357px){

	.grid .aa small{
		display: none;
	}
	.location-hide{
		display: block;
	}
}

@media (max-width: 323px){

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

@media( max-width: 300px){

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

/**Mapa**/

#map{
	width: 100%;
}

.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;
  }
}

