body{
	margin:0;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:1.3;
	color:#333;
	background-color:#FAFAFA;
}

body, html {
    height: 100%;
}


.negro{
	color:#000;
}
.azul{
	color:#4CB2B3;
}
.link-rojo{
	color:#F35264;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	cursor:pointer;
}
.link-rojo:hover{
	color:#C66;
}

.t-center{
	text-align:center;
}

.row{clear: both; width: 100%; max-width: 1140px; margin: 0 auto; position:relative;}
.row2{clear: both; width: 100%; max-width: 1140px; margin: 0 auto; position:relative;}

a{
	text-decoration:none;
	color:#333;
}
p{
	margin:10px 0px 10px 0px;
	padding:0;
}

.div-right{
	float:right;
}
.margen-abajo{
	margin-bottom:30px;
}

.margen-arriba{
	margin-top:50px;
}

.error-gris{
	font-size:20px;
	color:#999999;
	padding:20px 0;
}

.transparente{
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		-o-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
		.transparente:hover{
			-moz-opacity: 0.7;
			-khtml-opacity: 0.7;
			opacity: 0.7;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
			cursor:pointer;
		}
.alert {
	  padding: 10px;
	  border: 1px solid transparent;
	  border-radius: 3px;
	}
	.alert h4 {
	  margin-top: 0;
	  color: inherit;
	}
	.alert .alert-link {
	  font-weight: bold;
	}
	.alert > p,
	.alert > ul {
	  margin-bottom: 0;
	}
	.alert > p + p {
	  margin-top: 5px;
	}
	.alert-dismissable {
	  padding-right: 35px;
	}
	.alert-dismissable .close {
	  position: relative;
	  top: -2px;
	  right: -21px;
	  color: inherit;
	}
	.alert-success {
	  color: #3c763d;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
	}
	.alert-success hr {
	  border-top-color: #c9e2b3;
	}
	.alert-success .alert-link {
	  color: #2b542c;
	}
	.alert-warning {
	  color: #8a6d3b;
	  background-color: #fcf8e3;
	  border-color: #faebcc;
	}
		.bt-warning{
			font-size:13px;
			padding:5px 10px;
			color:#66512c;
			background-color: #f7e1b5;
			border: 1px solid #fcf8e3;
			-webkit-transition:all 0.4s ease;
		    -moz-transition:all 0.4s ease;
		    -o-transition:all 0.4s ease;
		    transition:all 0.4s ease;
		}
		.bt-warning:hover{
			background-color:#eac381;
			cursor:pointer;
		}
	.alert-warning hr {
	  border-top-color: #f7e1b5;
	}
	.alert-warning .alert-link {
	  color: #66512c;
	}
	.alert-danger {
	  color: #a94442;
	  background-color: #f2dede;
	  border-color: #ebccd1;
	}
	.alert-danger hr {
	  border-top-color: #e4b9c0;
	}
	.alert-danger .alert-link {
	  color: #843534;
	  -webkit-transition:all 0.4s ease;
	  -moz-transition:all 0.4s ease;
	  -o-transition:all 0.4s ease;
	  transition:all 0.4s ease;
	}
	.alert-danger .alert-link:hover {
	  color: #F00;
	}
	.close {
	  float: right;
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 1;
	  color: #000;
	  text-shadow: 0 1px 0 #fff;
	  filter: alpha(opacity=20);
	  opacity: .2;
	}
	.close:hover,
	.close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	  filter: alpha(opacity=50);
	  opacity: .5;
	}
	button.close {
	  -webkit-appearance: none;
	  padding: 0;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	}
	.margin-bottom{
		margin-bottom:30px;
	}
	.center{
		text-align:center;
	}

.clean{
	width:100%;
	clear:both;
	margin-bottom:40px;
}

.barra-migas{
	position:relative;
	width:100%;
	clear:both;
	overflow:auto;
	padding-top:30px;
	margin-bottom:30px;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #f3f3f3;
	clear:both;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #999;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #51b2b2;
    text-decoration: none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #3e7381;
}

.margen-top{
	margin-top:60px;
}
.margen-abajo{
	margin-bottom:60px;
}

.bg-index{
	position:relative;
	
	/* The image used */
    /*background-image: url("../images/bg-index-magenta.jpg"); */ /*Fondo otoņo-invierno */
	/*background-image: url("../images/bg-index-black.jpg"); /* Fondo primavera-verano */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#073344+0,346367+100 */
	background: #073344; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #073344 0%, #346367 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #073344 0%,#346367 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #073344 0%,#346367 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073344', endColorstr='#346367',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    /* Full height */
    height: 720px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	color:#FFF;
}
.bg-seccion{
	position:relative;

    /* Full height */
    height: 350px; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	color:#FFF;
}
.bg-default{
	background-image: url("../images/headers/header-default.jpg");
}
.bg-quienes{
	background-image: url("../images/headers/header-quienes.jpg");
}
.bg-novias{
	background-image: url("../images/headers/header-novias.jpg");
}
.bg-tratamientos{
	background-image: url("../images/headers/header-tratamientos.jpg");
}
.bg-contacto{
	background: #094f62;
	background: -moz-linear-gradient(left, #094f62 0%, #017177 100%);
	background: -webkit-linear-gradient(left, #094f62 0%,#017177 100%);
	background: linear-gradient(to right, #094f62 0%,#017177 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094f62', endColorstr='#017177',GradientType=1 );
}
	.titulo-header-seccion{
		width:100%;
		margin-top:95px;
	}
	.caja-titulo{
		font-size:60px;
		font-weight:700;
		padding:20px 40px;
		border:2px solid #FFF;
	}
.bg-index a, .bg-seccion a{
	color:#FFFFFF;
}
.bg-contacto a{
	color:#FFF;
}
#top{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.2);
	overflow:auto;
}
	#url-top{
		float:left;
		padding:12px 0 12px 0;
		display:block;
	}
		#url-top h5{
			font-weight:400;
		}
	#url-top-mobile{
		display:none;
	}
	#social-top{
		float:right;
		padding:6px 0 6px 15px;
		font-size:24px;
	}
		.bt-social{
			margin:0 3px;
			color:#FFF;
			-webkit-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			transition:all 0.3s ease;
		}
		.bt-social:hover{
			color:#FFCC00;
		}
	
	.menu-mobile{
		display:none;
	}
	
	.menu-desplegable{
		width:100%;
		display:none;
	}
	
	#texto-entrada{
		float:right;
		max-width:750px;
		text-align:right;
		color:#FFF;
		font-size:14px;
		line-height:1.5;
		clear:both;
		margin-top:7%;
	}
		#logo-big{
			display:none;
			width:100%;
			margin-bottom:20px;
		}
		#logo-big img{
			width:80%;
		}
		#text-entrada{
			display:none;
		}
#nav-header{
	width:100%;
	height:50px;
	background-color:#f3f3f3;
	z-index:99;	
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}	
	#mini-logo{
		padding:13px;
		overflow:auto;
		float:left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size:17px;
	}
		.logo-mini{
			float:left;
			margin-right:10px;
		}
		.logo-mini img{			
			max-height:30px;
			width:auto;
			margin-top:-4px;
		}
		
	/* MEGA menu */	
		
	#contenedor-menu{
		float:right;
	}
	
	.nav,
	.nav a,
	.nav ul,
	.nav li,
	.nav form,
	.nav input {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}
	 
	#contenedor-menu .nav a { text-decoration: none; }
	 
	#contenedor-menu .nav li { list-style: none; }
	
	#contenedor-menu .nav {
		display: inline-block;
		position: relative;
		cursor: default;
		z-index: 9999;
	}
	 
	#contenedor-menu .nav > li {
		display: block;
		float: left;
	}
	
	#contenedor-menu .nav > li > a {
		position: relative;
		display: block;
		z-index: 9999;
		padding: 15px 18px 16px 18px;
		font-size: 15px;
		color: #333;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
	}
	
	#contenedor-menu .nav > li:hover > a { 
		background: #e3e3e3; 
		color:#4CB2B3;
		cursor:pointer;
	}
	 
	#contenedor-menu .nav > li:first-child > a {
		border-radius: 3px 0 0 3px;
		border-left: none;
	}
	
	#contenedor-menu .nav > li > .contenedor-submenu {
		position: absolute;
		display: block;
		padding:20px 17px;
		visibility: hidden;
		overflow: hidden;
		border:1px solid #DDD;
		background: #ffffff;
		max-width:450px;
	}
	
	#contenedor-menu .submenu-100{
		min-width:220px;
	}
	
	#contenedor-menu .nav > li > .submenu {
		position: absolute;
		display: block;
		padding:20px 17px;
		visibility: hidden;
		overflow: hidden;
		border:1px solid #DDD;
		background: #ffffff;
		max-width:450px;
	}
	
	#contenedor-menu .nav > li:hover > .contenedor-submenu {
		opacity: 1;
		visibility: visible;
		overflow: visible;
	}
	
	#contenedor-menu .header-submenu{
		width:97%;
		margin-left:1.5%;
		margin-right:1.5%;
		padding-bottom:7px;
		color:#000;
		font-weight:bold;
		clear:both;
	}
	
	#contenedor-menu .linea-submenu{
		width:47%;
		padding:10px 0 0 0;
		float:left;
		margin-left:1.5%;
		margin-right:1.5%;
		margin-top:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contenedor-menu .linea-submenu-100{
		width:97%;
		padding:10px 0 0 0;
		float:none;
		margin-left:1.5%;
		margin-right:1.5%;
		margin-top:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow:auto;
		padding-bottom:2px;
	}
	#contenedor-menu .linea-submenu:hover, .linea-submenu-100:hover{
		color:#4CB2B3;
		cursor:pointer;
	}
	.linea-border{
		border-top:1px solid #DDD;
	}
		.flecha-submenu{
			float:left;
			width:11px;
		}
		.texto-submenu{
			float:left;
			width:calc(100% - 11px);
		}
	
	/* Fin mega menu */

.fixed{
	top:0;
  	position: fixed;
  	z-index: 99;
}

#cuerpo{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	padding-bottom:60px;
}
	.cuerpo-contacto{
		overflow:auto;
	}

.horario{
	width:100%;
	padding:60px 0;
	position:relative;
	
	background-image:url(../images/bg-horario.jpg);

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	border-bottom:1px solid #DDD;
}
	.texto-horario{
		width:350px;
		text-align:left;
		font-size:20px;
		line-height:1.4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.detalles-horario{
		padding-top:30px;
	}
		.label-horario{
			color:#000000;
			font-weight:bold;
		}
		.horas-horario{
			padding-bottom:10px;
		}
.salon-moroccanoil{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/bg-moroccanoil.jpg);

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.texto-moroccanoil{
		width:460px;
		text-align:center;
		font-size:16px;
		float:left;
	}
		.texto-moroccanoil img{
			width:100%;
			max-width:340px;
			height:auto;
			margin-bottom:30px;
			margin-top:60px;
		}
	.productos-moroccanoil{
		float:right;
		height:600px;
	}
		.productos-moroccanoil img{
			width:100%;
			height:auto;
		}
		.bt-moroccanoil{
		  	border-radius: 4px;
		  	background-color:#FBA726;
		  	border: none;
		  	color: #FFFFFF;
		  	text-align: center;
		  	font-size: 20px;
		  	padding: 17px;
		  	transition: all 0.5s;
		  	cursor: pointer;
			margin-top:15px;
		}
		
		.bt-moroccanoil span {
		  cursor: pointer;
		  display: inline-block;
		  position: relative;
		  transition: 0.5s;
		}
		
		.bt-moroccanoil span:after {
		  content: '\00bb';
		  position: absolute;
		  opacity: 0;
		  top: 0;
		  right: -20px;
		  transition: 0.5s;
		}
		
		.bt-moroccanoil:hover span {
		  padding-right: 25px;
		}
		
		.bt-moroccanoil:hover span:after {
		  opacity: 1;
		  right: 0;
		}
	
	#cajon-instagram{
		width:100%;
		padding:60px 0;
		overflow:auto;
	}
		.header-instagram{
			width:100%;
			font-size:25px;
			color:#5cabab;
			padding:20px 0;
			font-weight:bold;
			margin-bottom:40px;
		}
			.header-instagram h2 {
				text-align: center;
				border-bottom: 2px solid #5cabab;
				line-height: 0;
				padding: 0;
			}
				
			.header-instagram h2 span {
				background: #fafafa;
				padding: 0 15px;
				margin-left:30px;
				padding-bottom:-10px;
			}

	#pie-marcas{
		width:100%;
		text-align:center;
		color:#FFFFFF;
		font-size:16px;
		padding:40px 0;
		background: #094f62;
		background: -moz-linear-gradient(left, #094f62 0%, #61b4b4 100%);
		background: -webkit-linear-gradient(left, #094f62 0%,#61b4b4 100%);
		background: linear-gradient(to right, #094f62 0%,#61b4b4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094f62', endColorstr='#61b4b4',GradientType=1 );
	}
		.header-pie-marcas{
			margin-bottom:30px;
		}
		#pie-marcas img{
			max-height:120px;
			width:auto;
			margin:3px;
			opacity: 0.5;
    		filter: alpha(opacity=50); /* For IE8 and earlier */
			-webkit-transition:all 0.6s ease;
			-moz-transition:all 0.6s ease;
			-o-transition:all 0.6s ease;
			transition:all 0.6s ease;
			-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    		filter: grayscale(100%);
		}
		#pie-marcas img:hover{
			opacity: 1;
    		filter: alpha(opacity=100); /* For IE8 and earlier */
			-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    		filter: grayscale(0);
		}

	#footer{
		width:100%;
		background: #D3D3D3;
		border-top:4px solid #CCC;
	}
		#pie{
			padding-top:30px;
			padding-bottom:30px;
			overflow:auto;
			width:100%;
		}
			#pie-iz{
				float:left;
				font-size:14px;
				color:#333;
				line-height:1.6;
			}
				#pie-iz p{
					padding:0;
					margin:0;
				}
			#pie-de{
				float:right;
				text-align:right;
				padding-top:5px;
			}
				#pie-de img{
					max-height:50px;
					width:auto;
					margin-left:15px;
				}
		#subpie{
			width:100%;
			font-size:12px;
			padding-top:10px;
			padding-bottom:10px;
			background-color:#666666;
			color:#DDD;
			overflow:auto;
		}
			.subpie-iz{
				float:left;
			}
			.subpie-de{
				float:right;
				text-align:right;
			}
				.link-subpie{
					color:#DDD;
					text-decoration:none;
					-webkit-transition:all 0.4s ease;
					-moz-transition:all 0.4s ease;
					-o-transition:all 0.4s ease;
					transition:all 0.4s ease;
				}
				.link-subpie:hover{
					color:#FFCC00;
					cursor:pointer;
				}
				.link-mail{
					color:#333;
					-webkit-transition:all 0.4s ease;
					-moz-transition:all 0.4s ease;
					-o-transition:all 0.4s ease;
					transition:all 0.4s ease;
				}
				.link-mail:hover{
					color:#4CB2B3;
				}
	.mapa-google{
		width:100%;
		margin-top:-5px;
		height:550px;
	}
	
	.datos-contacto{
		width:50%;
		float:left;
		font-size:15px;
	}
	.horario-comercio{
		width:50%;
		float:left;
		font-size:15px;
		margin-top:20px;
	}
		.datos-contacto h3{
			font-size:17px;
			color:#000000;
		}
		.datos-contacto h2, .horario-comercio h2{
			font-size:17px;
			color:#4CB2B3;
			margin:15px 0;
		}
		.linea-contacto{
			width:100%;
			overflow:auto;
			padding-bottom:3px;
			margin-bottom:10px;
		}
			.icon-contacto{
				float:left;
				width:27px;
			}
			.detalle-contacto{
				float:right;
				width:calc(100% - 27px);
			}
		
		.contenido-texto{
			font-size:14px;
			line-height:1.45;
		}
			.contenido-texto h3{
				font-size:17px;
				margin-bottom:20px;
				color:#000000;
			}
			.contenido-texto h5{
				font-size:17px;
				margin-bottom:20px;
				color:#666;
				font-weight:400;
			}
			.contenido-texto h1{
				font-size:30px;
				color:#000000;
			}
			.h1-perfil{
				margin-bottom:6px;
			}
			
			.contenido-texto ul li{
				list-style:disc;
				padding-left:0px;
				margin-left:17px;
				line-height:1.5;
				margin-bottom:5px;
			}
			
			.contenido-texto ul{
				margin-bottom:30px;
			}
			
			.contenido-texto ol li{
				list-style:decimal;
				padding-left:0px;
				margin-left:17px;
				line-height:1.5;
				margin-bottom:5px;
			}
			
			.contenido-texto ol{
				margin-bottom:30px;
			}
			
			.contenido-texto a{
				color:#60b0af;
				-webkit-transition:all 0.4s ease;
				-moz-transition:all 0.4s ease;
				-o-transition:all 0.4s ease;
				transition:all 0.4s ease;
				cursor:pointer;
			}
			.contenido-texto a:hover{
				color:#296f7b;
			}
			
			.texto-legal table{
				width:100%;
				padding:10px;
			}
				.texto-legal table td{
					padding:10px;
				}
			
				
		
	#franja-equipo{
		width:100%;
		min-height:420px;
	}
		 .parallax { 
			/* The image used */
			background-image:url(../images/bg-equipo.jpg);
		
			/* Set a specific height */
			height: 420px; 
			
			padding:50px 0;
		
			/* Create the parallax scrolling effect */
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		
		.header-equipo{
			padding-bottom:15px;
			font-size:20px;
			color:#FFFFFF;
		}
			.item-carrusel{
				width:100%;
				padding:30px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				opacity: 0.7;
    			filter: alpha(opacity=70); /* For IE8 and earlier */
				-webkit-transition:all 0.4s ease;
				-moz-transition:all 0.4s ease;
				-o-transition:all 0.4s ease;
				transition:all 0.4s ease;
				-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    			filter: grayscale(100%);
			}
				.imagen-equipo img{
					width:100%;
					height:auto;
					border-radius: 90%;
				}
				.nombre-equipo{
					width:100%;
					text-align:center;
					color:#FFF;
					font-weight:bold;
					font-size:16px;
					margin-top:10px;
				}
				.funcion-equipo{
					width:100%;
					text-align:center;
					color:#FFF;
					font-size:14px;
					margin-top:5px;
				}
			.slick-center{
				opacity: 1;
    			filter: alpha(opacity=100); /* For IE8 and earlier */
				-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    			filter: grayscale(0);
			}
			
			/* Arrows */
			.slick-prev,
			.slick-next
			{
				font-size:20px;
				position: absolute;
				top: 49%;
				width: 25px;
				height: 25px;
				padding: 0;
				-webkit-transform: translate(0, -50%);
				-ms-transform: translate(0, -50%);
				transform: translate(0, -50%);
			
				cursor: pointer;
				color:#FFFFFF;
				border: none;
				outline: none;
				background: transparent;
				opacity: .45;
				-webkit-transition:all 0.4s ease;
				-moz-transition:all 0.4s ease;
				-o-transition:all 0.4s ease;
				transition:all 0.4s ease;
			}
			.slick-prev:hover,
			.slick-prev:focus,
			.slick-next:hover,
			.slick-next:focus
			{
				outline: none;
				background: transparent;
				opacity: 1;
			}
			.slick-prev.slick-disabled:before,
			.slick-next.slick-disabled:before
			{
				opacity: .25;
			}
			
			.slick-prev
			{
				left: -30px;
			}
			[dir='rtl'] .slick-prev
			{
				right: -30px;
				left: auto;
			}
			.slick-next
			{
				right: -30px;
			}
			[dir='rtl'] .slick-next
			{
				right: auto;
				left: -30px;
			}
			
			.contenido-perfil{
				width:100%;
				clear:both;
				overflow:auto;
			}
				.foto-perfil{
					width:300px;
					float:left;
					margin-top:10px;
				}
					.foto-perfil img{
						width:100%;
						height:auto;
						border-radius: 20%;
					}
				.detalles-perfil{
					width:calc(100% - 350px);
					float:right;
				}
				
				.item-perfil{
					width:20%;
					float:left;
					padding:15px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					opacity: 0.7;
					filter: alpha(opacity=70); /* For IE8 and earlier */
					-webkit-transition:all 0.4s ease;
					-moz-transition:all 0.4s ease;
					-o-transition:all 0.4s ease;
					transition:all 0.4s ease;
					-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
					filter: grayscale(100%);
				}
					.item-perfil:hover{
						-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
						filter: grayscale(0);
					}
					.imagen-perfil img{
						width:100%;
						height:auto;
						border-radius: 90%;
					}
					.nombre-perfil{
						width:100%;
						text-align:center;
						font-weight:bold;
						font-size:16px;
						margin-top:10px;
					}
					.funcion-perfil{
						width:100%;
						text-align:center;
						font-size:14px;
						margin-top:5px;
					}
					
		.galeria-servicio{
			width:100%;
			clear:both;
			overflow:auto;
			margin-top:30px;
		}
			.div-foto-servicio{
				font-size:0;
				float:left;
				width:19%;
				margin:0.5%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border:1px solid #DDD;
			}
			.div-foto-servicio img{
				width:100%;
				height:auto;
			}
			
		.caja-servicios{
			width:100%;
			float:none;
			clear:both;
			overflow:auto;
		}
		
		.item-servicio{
			float:left;
			width:31.3333%;
			margin:1%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border:1px solid #DDD;
			position:relative;
			overflow: hidden;
		}
			.foto-servicio{
				position:relative;
				z-index:0;
				font-size:0;
				line-height:0;
			}
			.item-servicio .foto-servicio img{
				width: 100%;
				height: auto;
				opacity: 0.85;
				transform: scale(1,1);
				-webkit-transition:all 0.3s ease-in-out 0s;
				-moz-transition:all 0.3s ease-in-out 0s;
				-o-transition:all 0.3s ease-in-out 0s;
				transition:all 0.3s ease-in-out 0s;
			}
			.item-servicio:hover .foto-servicio img{
				transform: scale(1.2,1.2);
				filter:none;
				opacity:1;
			}
			.titulo-servicio{
				position:absolute;
				width:100%;
				font-weight:bold;
				font-size:15px;
				padding:5px 10px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				background: rgba(7, 51, 68, 0.69);
				z-index:9;
				color:#FFFFFF;
				bottom:0;
			}
			
		.item-tratamiento{
			float:left;
			width:31.3333%;
			margin:1%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border:1px solid #DDD;
			position:relative;
			overflow: hidden;
			font-size:0;
		}
		.item-tratamiento img{
			width:100%;
			height:auto;			
		}
		
		.caja-tratamientos-marca{			
			width:100%;
			clear:both;
			overflow:auto;
			margin-top:30px;	
		}
			.item-tratamiento-marca{
				width:100%;
				clear:both;
				overflow:auto;
				padding:20px 15px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border:1px solid #DDD;
				margin-bottom:30px;
				background-color:#FFFFFF;
			}
				.foto-tratamiento-marca{
					width:200px;
					float:left;
				}
					.foto-tratamiento-marca img{
						width:100%;
						height:auto;
					}
				.detalles-tratamiento-marca{
					width:calc(100% - 230px);
					float:right;
					overflow:auto;				
				}
					.titulo-tratamiento-marca{
						width:100%;
						padding-top:20px;
					}
						.titulo-tratamiento-marca h4{
							font-size:16px;
							color:#000;
							font-weight:bold;
						}
					.texto-tratamiento-marca{
						width:100%;
					}
			
	
			
	
	
@media screen and (max-width: 1150px) {
	.row, .row2{
		padding-left:10px;
		padding-right:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.texto-horario{
		margin-left:15px;
	}
	
	.salon-moroccanoil{
		width:100%;
		height:550px;
	}
		.productos-moroccanoil{
			float:right;
			width:calc(100% - 460px);
		}
			.productos-moroccanoil img{
				width:auto;
				height:550px;
			}
	
}

@media screen and (max-width: 1024px) {

	.salon-moroccanoil{
		width:100%;
		height:480px;
	}
	.texto-moroccanoil img{
		max-width:250px;
		margin-bottom:20px;
		margin-top:40px;
	}
	.productos-moroccanoil{
		float:right;
		height:480px;
		width:calc(100% - 460px);
	}
		.productos-moroccanoil img{
			width:auto;
			height:480px;
		}
		
	.header-pie-marcas{
		margin-bottom:30px;
		padding:0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#pie-marcas img{
		max-height:100px;
	}
	

@media screen and (max-width: 768px) {
	
	.bg-index{
		height: 250px; 
	}
	
	#texto-entrada{
		float:none;
		max-width:auto;
		width:100%;
		text-align:center;
	}
	
	#mini-logo{
		padding:5px 13px 5px 0;		
	}
		.logo-mini{
			float:left;
			margin-right:5px;
		}
		.logo-mini img{			
			max-height:20px;
			width:auto;
			margin-top:9px;
		}		
	
	.salon-moroccanoil{
		width:100%;
		height:330px;
	}
		.texto-moroccanoil{
			width:380px;
			text-align:center;
			font-size:14px;
			float:left;
		}
			.texto-moroccanoil img{
				max-width:100px;
				margin-bottom:0;
				margin-top:20px;
			}
		.productos-moroccanoil{
			float:right;
			height:330px;
			width:calc(100% - 380px);
		}
			.productos-moroccanoil img{
				width:auto;
				height:330px;
			}
		.bt-moroccanoil{
			margin-top:10px;
		}
		
	#pie-marcas img{
		max-height:78px;
	}
	
	#pie-de img{
		max-height:40px;
		padding-top:15px;
	}
	
	
	
}

@media screen and (max-width: 767px) {

	#url-top{
		display:none;		
	}
	
	#social-top{
		float:right;
		padding:6px 0 6px 0;
		font-size:20px;
	}
	
	#url-top-mobile{
		display:block;
		float:left;
		padding:10px 0 10px 0;
	}
	
	#logo-big{
		margin-top:100px;
	}
	
	.horario{
		width:100%;
		padding:30px 0;
		position:relative;		
		background-image:none;
		border-bottom:1px solid #DDD;
	}
		.texto-horario{
			width:100%;
			text-align:center;
			font-size:17px;
			line-height:1.4;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin-left:0;
			padding:0 15px;
		}
		.detalles-horario{
			padding-top:10px;
		}
			.label-horario{
				color:#000000;
				font-weight:bold;
			}
			.horas-horario{
				padding-bottom:10px;
			}
	
	.salon-moroccanoil{
		width:100%;
		height:auto;
		overflow:auto;
		position:relative;
		background-image:none;
		background-color:#b6e0ef;
		padding-bottom:30px;
	}
	.salon-moroccanoil .row{
		padding:0;
		margin:0;
	}
	
		.texto-moroccanoil{
			width:100%;
			text-align:center;
			font-size:16px;
			float:none;
			padding:0 20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
			.texto-moroccanoil img{
				width:100%;
				max-width:240px;
				height:auto;
				margin-bottom:10px;
				margin-top:30px;
			}
		.productos-moroccanoil{
			display:none;
		}
		
	#cajon-instagram{
		width:100%;
		padding:20px 0;
		overflow:auto;
	}
	
	.header-instagram{
		width:100%;
		font-size:14px;
		color:#5cabab;
		padding:20px 0;
		font-weight:bold;
		margin-bottom:20px;
	}
		.header-instagram h2 {
			text-align: center;
			border-bottom: 2px solid #5cabab;
			line-height: 0;
			padding: 0;
		}
				
		.header-instagram h2 span {
			background: #fafafa;
			padding: 0 15px;
			margin-left:0;
			padding-bottom:-10px;
		}
		
	#pie-marcas img{
		max-height:90px;
	}
	
	.bg-seccion{
		/* Full height */
		height: 140px; 
	}
		.titulo-header-seccion{
			width:100%;
			margin-top:28px;
		}
		.caja-titulo{
			font-size:25px;
			padding:5px 20px;
		}
	
	#contenedor-menu{
		display:none;
	}
	#nav-header{
		width:100%;
		height:auto;
		min-height:40px;
		overflow:auto;
		background-color:#f3f3f3;
		z-index:99;	
		border-top:1px solid #DDD;
		border-bottom:1px solid #DDD;
		z-index:99999999999;
	}
		
	#nav-header .row2{
		padding-left:0;
		padding-right:0;
	}	
	
	#mini-logo img{
		padding-left:10px;
	}
	
	.menu-desplegable{
		padding-top:40px;
		z-index:9;
	}
	.menu-desplegable ul, ol{
		margin-bottom:0;
	}
	
	.menu-mobile{
		float:right;
		display:block;
		text-align:right;
		position:relative;
		z-index:9999;
		margin-top:5px;
	}
	
	/** =======================
		 * Contenedor Principal
		 ===========================*/
		
		 .accordion {
			width: 100%;
			background: #FFF;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			border:1px solid #DDD;
		 }
		
		.accordion .link {
			cursor: pointer;
			display: block;
			padding: 15px 20px;
			color: #4D4D4D;
			font-size: 14px;
			font-weight: 700;
			border-bottom: 1px solid #CCC;
			position: relative;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			background: #f6f6f6;
		}
		.accordion .link:hover {
			background: #eaeaea;
		}
		
		.accordion li:last-child .link {
			border-bottom: 0;
		}
		
		.accordion li i {
			position: absolute;
			top: 16px;
			left: 12px;
			font-size: 18px;
			color: #595959;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}
		
		.accordion li i.fa-chevron-down {
			right: 12px;
			left: auto;
			font-size: 16px;
		}
		
		.accordion li.open .link {
			color: #C00;
		}
		
		.accordion li.open i {
			color: #C00;
		}
		.accordion li.open i.fa-chevron-down {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			transform: rotate(180deg);
		}
		
		.accordion li.default .submenu {display: block;}
		
		/**
		 * Submenu
		 -----------------------------*/
		 .submenu {
			display: none;
			background: #FFF;
			font-size: 13px;
		 }
		
		 .submenu li {
			border-bottom: 1px solid #ddd;
		 }
		
		 .submenu a {
			display: block;
			text-decoration: none;
			color: #333;
			padding: 12px;
			padding-left: 30px;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
		 }
		
		 .submenu a:hover {
			background: #FEEDEF;
		 }
		 
		 .equipo-selected{
			 background-color:#CC0000;
			 color:#FFF;
		 }
		 
		 .equipo-selected a{
			 color:#FFF;
		 }
		 
		 /* - Fin menu acordeon -*/
	
	#accordion2{
		border:0;
		background-color:#f3f3f3;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#accordion2 .link{
		background-color:#f3f3f3;
	}
	#accordion2 .link:hover{
		background-color:#FFF;
	}
	
	#accordion2 .submenu a {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom:1px solid #ddd;
	}
	
	.menu-mobile span {
	  display: block;
	  background: #566973;
	  border-radius: 2px;
	}
	
	/* Icon 1 */

	#bt-mobile {
	  width: 25px;
	  height: 5px;
	  position: relative;
	  float:right;
	  margin-right:11px;
	  margin-top:8px;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	
	#bt-mobile span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 100%;
	  background: #000;
	  border-radius: 2px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	/* Icon 3 */
	
	#bt-mobile span:nth-child(1) {
	  top: 0px;
	}
	
	#bt-mobile span:nth-child(2), #bt-mobile span:nth-child(3) {
	  top: 8px;
	}
	
	#bt-mobile span:nth-child(4) {
	  top: 16px;
	}
	
	#bt-mobile.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	#bt-mobile.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#bt-mobile.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#bt-mobile.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
		
		#pie{
			padding-top:30px;
			padding-bottom:30px;
			overflow:auto;
			width:100%;
		}
			#pie-iz{
				float:none;
				width:100%;
				text-align:center;
			}
			#pie-de{
				float:none;
				width:100%;
				text-align:center;
				padding-top:20px;
			}
				#pie-de img{
					margin-left:0;
				}
		#subpie{
			width:100%;
			font-size:12px;
			padding-top:10px;
			padding-bottom:10px;
			background-color:#666666;
			color:#DDD;
			overflow:auto;
		}
			.subpie-iz{
				float:none;
				width:100%;
				text-align:center;
				line-height:2.0;
			}
			.subpie-de{
				float:none;
				width:100%;
				text-align:center;
				margin-top:20px;
			}
		
		.div-foto-servicio{
			width:49%;
			margin:0.5%;
		}
			.div-foto-servicio img{
				width:100%;
				height:auto;
			}
		.foto-tratamiento-marca{
			width:100%;
			float:none;
		}
		.detalles-tratamiento-marca{
			width:100%;
			clear:both;
			float:none;
			overflow:auto;				
		}
		
		.datos-contacto{
			width:100%;
			clear:both;
			float:none;
			font-size:16px;
			padding:0 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			
		}
		.horario-comercio{
			width:100%;
			clear:both;
			float:none;
			font-size:16px;
			padding:0 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			
		}
			
		.foto-perfil{
			width:100%;
			clear:both;
			float:none;
		}
		.detalles-perfil{
			width:100%;
			clear:both;
			float:none;
			font-size:15px;
		}
			.item-perfil{
				width:50%;
			}
	
	
	
