/*DATE: 30/06/2018    
  POWERED BY: DAVID OROZCO
*/
/* ----------- FUENTES      */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.lato{
		font-family: 'Lato', sans-serif;
	}
	
/* ----------- COLORES      */
	body,
	a,
	a:hover,
	.color-general,
	.social-head:hover,
	.social-head{
		color: #606363;
	}
	em,
	.textfooter li a:hover,
	.textfooter li.uk-active a,
	.color-primary,
	.color-primary-hover:hover{
		color: #c40e8b;
	}
	.uk-navbar-dropdown-nav a,
	.uk-navbar-dropdown-nav a:hover{
		color: #c40e8b!important;
	}
	footer i,
	footer a,
	footer{
		color:#929595;
	}

	.social,
	.color-secondary{
		color: #045db5;
	}
	.uk-nav-default > li > a{
	}

	.color-verde{
		color: #22cf5b;
	}
	.color-rojo{
		color: #c4262e;
	}
	.color-rojo-vivo{
		color: #ff0000;
	}
	thead,
	.color-gris-9{
		color: #8c8b8b;
	}
	.color-gris-7{
		color: #777;
	}
	.color-gris-6{
		color: #666;
	}
	.color-gris-4{
		color: #444;
	}
	.color-gris{
		color: #a7a6a4;
	}
	.color-gris-3{
		color: #333;
	}
	.color-gris-2{
		color: #222;
	}
	nav a,
	nav a:hover,
	.uk-navbar-nav > li > a,
	.uk-nav-default > li > a:hover,
	.uk-nav-default > li.uk-active > a,
	.uk-nav-default > li.uk-active > a:hover,
	.uk-navbar-dropdown-nav a,
	.uk-navbar-dropdown-nav a:hover,
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a,
	.uk-navbar-nav > li > a:focus,
	.uk-navbar-nav > li > a.uk-open,
	.color-negro{
		color: #000;
	}
	.color-gris-a,
	.color-gris-a:hover
	{
		color: #a6a8ab;
	}
	.color-gris-d{
		color: #ddd;
	}
	.textfooter li a,
	.color-blanco,
	.color-blanco:hover{
		color: white;
	}

/* ----------- FONDOS       */
	.uk-navbar-dropdown,
	.bg-white{
		background: #FFF;
	}
	.bg-gris-oscuro{
		background: #333;
	}
	.uk-subnav-pill > .uk-active > a,
	.bg-primary{
		background: #cc0099;
	}
	.ajax-file-upload {
		background: #cc0099!important;
	}
	.bg-secondary{
		background: #045db5;
	}
	.bg-danger,
	.bg-red{
		background: #e30613;
	}
	.bg-success{
		background: #32d296;
	}
	.bg-blue{
		background: #1e87f0;
	}
	.bg-yellow{
		background: #f6b61a;
	}
	.bg-azulado{
		background: #517d90;
	}
	.bg-beige{
		background: #eae7e1;
	}
	.bg-black{
		background: black;
	}
	.bg-gris{
		background: #33353a;
	}
	.bg-gris-claro{
		background: #f9f9f9;
	}
	.bg-azul{
		background: #0695bd;
	}
	.bg-dark{
		background: rgba(0,0,0,.6);
	}
	.bg-alpha-red{
		background: rgba(250,0,0,.7);
	}
	.bg-claro{
		background: rgba(250,250,250,.7);
	}
	.bg-oscuro{
		background: rgba(0,0,0,.5);
	}
	.bg-alpha-cofe{
		background: rgba(40,29,17,.8);
	}
	.bg-test1{
		background: #ff0;
	}
	.bg-test2{
		background: #f0f;
	}
	.bg-test3{
		background: #0ff;
	}
	.bg-negro-brillante{
		background: rgb(3,1,3);
	}
	.bg-naranja{
		background: #c40e8b;
	}

/*  -----------NAVEGACIÓN   */
	#navegacion{
	}
	.uk-navbar-nav > li > a,
	.uk-navbar-item,
	.uk-navbar-toggle {
		border: none;
		border-bottom: 3px solid #cc0099;
		font-family: 'Lato', sans-serif;
		font-size: 13px;
		height: 0px;
		text-transform: capitalize;
		color: white;
	}
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a,
	.uk-navbar-nav > li > a:focus,
	.uk-navbar-nav > li > a.uk-open {
		color: white;
		border-bottom: 2px solid #045db5;
		outline: none;
	}

	.menu-inicio > li > a{
	  border-bottom: 3px solid white;
	  color: #cc0099;
	}
	.menu-inicio > li.uk-active > a,
	.menu-inicio > li:hover > a,
	.menu-inicio > li > a:focus,
	.menu-inicio > li > a.uk-open {
	  color: #cc0099;
	  border-bottom: 3px solid #045db5;
	}

	#menufooter{
		height: 10px;
	}
	#menufooter > li > a{
		color: #045db5!important;
		border: none;
		border-bottom: 3px solid white;
		font-size: 13px;
		height: 0px;
		text-transform: capitalize;
		color: white;
	}
	#menufooter > li.uk-active > a,
	#menufooter > li:hover > a,
	#menufooter > li > a:focus,
	#menufooter > li > a.uk-open {
		color: white;
		border-bottom: 2px solid #cc0099;
		outline: none;
	}

	.uk-navbar-dropdown-nav{
		text-align: left;
	}
	.uk-navbar-dropdown {
		width: auto;
		margin: 0;
	}
	.uk-navbar-dropdown-nav a{
		font-size: 18px;
		margin: 0;
		padding-left: 5px;
	}


	/* Off canvas */
	.uk-offcanvas-bar{
		background: #222;
	}
	.uk-offcanvas-bar a{
		border:solid 1px #333;
		color: #AAA;
		background: #222;
		font-size: 1em!important;
		text-align: left;
		padding-left: 10px;
	}

	.uk-offcanvas-bar a.uk-active,
	.uk-offcanvas-bar a:hover{
		color:#AAA;
		background: #333;
		border:solid 1px #444;
	}

	.uk-offcanvas-bar li{
		border-radius: 10px;
		margin-top: 5px;
	}

	.uk-offcanvas-bar .uk-nav-sub a{
		padding-left: 20px;
	}


	/* Off canvas */
	.uk-offcanvas-bar{
		background: black;
	}
	.uk-offcanvas-bar a{
		border:solid 1px #666;
		color: #CCC;
		background: #222;
		font-size: 1em!important;
		text-align: left;
		padding-left: 10px!important;
	}

	.uk-offcanvas-bar a:hover{
		color:#DDD;
		background: #333;
	}

	.uk-offcanvas-bar li{
		border-radius: 10px;
		margin-top: 5px;
	}

	.uk-offcanvas-bar .uk-nav-sub a{
		padding-left: 20px;
	}

	/*===========footer nav============*/
	.uk-nav li.uk-active,
	.uk-nav li:hover{
		color: #c40e8b;
	}

	.uk-nav li{
		padding-top: 4px;
	}
	.login-button{
		margin: -15px 0 0 5px;
	}
	.login-button > a,
	.login-button > a,
	.login-button.uk-active > a,
	.login-button:hover > a,
	.login-button > a:focus,
	.login-button > a.uk-open{
		border: 1px solid black!important;
		padding: 15px!important;
		outline: none;
	}

	
	#icono{
		margin: 5px 0;
	}
	.si-icons,
	.si-icon,
	#icono{
		height: 30px!important;
		width: 30px!important;
	}

/*  ---------- TEMPLATE     */
	#cotizacion-fixed{
		top:0;
		right:0px;
		width:30px;
	}
	#cotizacion-fixed div{
		border-radius: 0 10px 10px 0;
		width: 20px;
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -150px;
	}
	#cotizacion-fixed a{
		padding: 30px 10px;
		font-weight: 700;
		font-size: 1.2em;
	}
	.contacto-ico{
		width: 50px;
	}
	/*--------------Inicio----------------------------*/
		.carousel-line-container{
			padding: 5px;
			position: relative;
		}
		.carousel-line{
			background: black;
			position: absolute;
			width: 2px;
			height: 10px;
			right: 13px;
			top: -4px;
		}
		.margen-inbelleza{
			margin-left:-50px!important;
		}
		.body-inicio{
			background: url(../img/design/inicio-fondo.jpg)top no-repeat;
			background-size: 100%;
		}
		.slide-item{
			background-size: 100%;
		}
		.producto-slider{
			-webkit-box-shadow: 0px 0px 44px 2px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 44px 2px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 44px 2px rgba(0,0,0,0.75);

		}
		.carousel2{
			width: 41%; 
			margin-right: 100px; 
			position: relative; 
			z-index: 2; 
			margin-top: -150px;
		}
		.carousel3{
			width: 60%;
		}
		
	/*--------------Platinum--------------------------*/ /*Responsive [CHECK+ 30/06/2018]*/
		.text-nosotros-vision-s{
			padding:10px;
			margin-left: -30px;
		}
	/*--------------Barber----------------------------*/
		.verproductos-barber{
			position: absolute; 
			top: 63.5%; 
			left: 45%;
		}
		.button-mision-out{
			background: #045db5;
			max-width: 200px; 
			padding: 5px;
		}
		.button-mision-in{
			border:solid 2px #045db5;
			padding-left:  10px;
			color: white;
			
		}
		.barber-fondo{
			background: url(../img/design/fondo-barber.jpg)top no-repeat;
			background-size: 70%;
			background-position: left;
			position: relative; z-index:2;
		}
	/*--------------Productos-------------------------*/
	/*--------------Distribuidores--------------------*/
	/*--------------Contacto--------------------------*/
	/*--------------Header----------------------------*/
	/*--------------Footer----------------------------*/
		.body-carrito{
			background: -moz-linear-gradient(360deg, white 50%, black 50%);
			background: -webkit-linear-gradient(360deg, white 50%, black 50%);
		}

	.uk-checkbox-personal{
		border-radius: 50%!important;
		border-color: #8fdcd2;

	}
	.uk-checkbox-personal:check{
		border-radius: 50%!important;
		

	}
	.categorias{
		font-size: 1em;
		color: #045db5;
	}
	.categorias:hover{
		font-size: 1.5em;
		color: #cc6699!important;
	}
	.fondo-header{
		background: #cc0099;
		-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
		z-index: 99;
	}
	.margen-facebook{
	 	margin-bottom: -120px!important;
	}
	.foto-distribuidores{
		background: url(../img/design/distribuidores.png)top no-repeat;
		background-size: 100%;
	}
	.uk-input-distribuidores{
    	border: 0 none;
    	background: #fff;
    	color: #666;
    	border-bottom: 2px solid #777777;
    	transition: .2s ease-in-out;
    	transition-property: color,background-color,border;
	}
	.fondo-tienda{
		background: url(../img/design/fondo-tienda.jpg)center no-repeat;
		background-size: 100%;
	}

/*  ---------- GENERALES    */
	a{
		text-decoration: none!important;
	}
	a,
	a:hover,
	.uk-button,
	.uk-button:hover,
	.transicion,
	.transicion:hover,
	.imagen-naranja,
	.imagen-negro{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#totop{
		position: fixed;
		right: 35px;
	}
	#totop a{
		color: white;
		font-size: 30px;
		height: 60px;
		width: 60px;
	}
	h1{
		font-size: 1.2em;
	}
	h2{
		font-size: 1.1em;
	}
	h3,h4,h5,h6{
		font-size: 1em;
	}
	.alpha0{
		opacity: 0;
	}
	.claro,
	.alpha-1-5:hover{
		opacity:.6;
	}
	.oscuro,
	.alpha-1-0:hover{
		opacity:0;
	}
	.alpha-1-0,
	.alpha-1-5,
	.claro:hover,
	.oscuro:hover,
	.alpha1hover:hover{
		opacity: 1;
	}
	.margen-0{
		margin: 0;
	}
	.margen-top-5{
		margin-top: 5px;
	}
	.margen-top-10{
		margin-top: 10px;
	}
	.margen-top-20{
		margin-top: 20px;
	}
	.margen-top-50{
		margin-top: 50px;
	}
	.margen-top-menos-150{
		margin-top: -150px;
	}
	.margen-top-menos-100{
		margin-top: -100px;
	}
	.margen-top-menos-50{
		margin-top: -50px;
	}
	.margen-top-menos-20{
		margin-top: -20px;
	}
	.margen-top-menos-10{
		margin-top: -10px;
	}
	.margen-bottom-50{
		margin-bottom: 50px;
	}
	.margen-h-5{
		margin-left: 5px;
		margin-right: 5px;
	}
	.margen-v-20{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.margen-v-50{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.margen-v-70{
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.margen-right-menos-50{
		margin-right: -45px;
	}
	.margen-right-menos-20{
		margin-right: -15px;
	}
	.padding-bottom-20{
		padding-bottom: 20px;
	}
	.padding-bottom-50{
		padding-bottom: 50px;
	}
	.padding-bottom-100{
		padding-bottom: 100px;
	}
	.padding-bottom-500{
		padding-bottom: 500px;
	}
	.padding-top-5{
		padding-top: 5px;
	}
	.padding-top-10{
		padding-top: 10px;
	}
	.padding-top-20{
		padding-top: 20px;
	}
	.padding-top-30{
		padding-top: 30px;
	}
	.padding-top-40{
		padding-top: 40px;
	}
	.padding-top-50{
		padding-top: 50px;
	}
	.padding-top-100{
		padding-top: 100px;
	}
	.padding-v-3{
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.padding-v-5{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.padding-v-10{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.padding-v-20{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.padding-v-50{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.padding-v-100{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.padding-left-10{
		padding-left: 10px;
	}
	.padding-left-20{
		padding-left: 20px;
	}
	.padding-left-50{
		padding-left: 50px;
	}
	.padding-left-100{
		padding-left: 100px;
	}
	.padding-right-10{
		padding-right: 10px;
	}
	.padding-right-20{
		padding-right: 20px;
	}
	.padding-right-50{
		padding-right: 50px;
	}
	.padding-h-10{
		padding-left: 10px;
		padding-right: 10px;
	}
	.padding-h-20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-h-50{
		padding-left: 50px;
		padding-right: 50px;
	}
	.padding-h-70{
		padding-left: 70px;
		padding-right: 70px;
	}
	.padding-0{
		padding: 0px;
	}
	.padding-5{
		padding:5px;
	}
	.padding-10{
		padding:10px;
	}
	.padding-15{
		padding:15px;
	}
	.padding-20{
		padding:20px;
	}
	.padding-50{
		padding:50px;
	}
	.min-height-150px{
		min-height: 150px;
	}
	.min-height-250px{
		min-height: 250px;
	}
	.max-height-150px{
		max-height: 150px;
	}
	.max-height-300px{
		max-height: 300px;
	}
	.min-height-500px{
		min-height: 500px;
	}
	.max-width-200{
		max-width: 200px;
	}
	.max-width-600{
		max-width: 600px;
	}
	.pointer{
		cursor: pointer;
	}
	#map{
		height: 400px;
	}
	.text-5{
		font-size: .5em;
	}
	.text-6{
		font-size: .6em;
	}
	.text-xs,
	.text-7{
		font-size: .7em;
	}
	.text-8{
		font-size: .8em;
	}
	.text-sm,
	.text-9
	{
		font-size: .9em;
	}
	.text-11
	{
		font-size: 1.1em;
	}
	.text-lg{
		font-size: 1.2em;
	}
	.text-xl{
		font-size: 1.5em;
	}
	.text-xxl{
		font-size: 2em;
	}
	.text-xxxl{
		font-size: 3em;
	}

	.text-v{
		writing-mode: vertical-lr;
		transform: rotate(180deg);
	}
	.uk-text-bold{
		font-weight: 600;
	}
	.uk-text-light{
		font-weight: 300;
	}

	/* danger */
	.uk-button{
		font-weight: 700;
		text-transform: none;
	}
	.uk-button-danger{
		background: #f00;
		color: #fff;
	}
	.uk-button-danger:active,
	.uk-button-danger.uk-active{
		background: #d00;
		color: #fff;	
	}
	.uk-button-danger:hover,
	.uk-button-danger:focus{
		background: #a00;
		color: #fff;
	}
	/* personal */
	.uk-button-contacto {
	width: 100%;
	background: #045db5;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;
	}
	/* Hover + Focus */
	.uk-button-contacto:active,
	.uk-button-contacto.uk-active,
	.uk-button-contacto:hover,
	.uk-button-contacto:focus {
	background: white;
	color: #045db5;
	border: 4px solid #045db5;
	padding: 8px 28px;
	}

	.uk-button-inicio {
	width: 210px;
	background: #045db5;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;
	-webkit-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.75);

	}
	/* Hover + Focus */
	.uk-button-inicio:active,
	.uk-button-inicio.uk-active,
	.uk-button-inicio:hover,
	.uk-button-inicio:focus {
	background: white;
	color: #045db5;
	border: 4px solid #045db5;
	padding: 8px 28px;
	}


		/* personal */
	.uk-button-tienda {
	color: white;
	width: 150px;
	background:#045db5;
	color: white;
	border: 4px solid #045db5;

	}
	/* Hover + Focus */
	.uk-button-tienda:active,
	.uk-button-tienda.uk-active,
	.uk-button-tienda:hover,
	.uk-button-tienda:focus {
	background: white;
	color: #045db5;
	width: 150px;
	border: 4px solid #045db5;

	
	}

			/* personal */
	.uk-button-tienda-detalle {
		width: 100%;
		background: #045db5;
		color: white;
		border: 2px solid #045db5;
		width: 250px;

	}
	/* Hover + Focus */
	.uk-button-tienda-detalle:active,
	.uk-button-tienda-detalle.uk-active,
	.uk-button-tienda-detalle:hover,
	.uk-button-tienda-detalle:focus {
		background: white;
		color: #045db5;
		-webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);

	
	}


		/* personal */
	.uk-button-distribuidor {
	width: 100%;
	background: #045db5;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;
	}
	/* Hover + Focus */
	.uk-button-distribuidor:active,
	.uk-button-distribuidor.uk-active,
	.uk-button-distribuidor:hover,
	.uk-button-distribuidor:focus {
	background: white;
	color: #045db5;
	border: 4px solid #045db5;
	padding: 8px 28px;

	}





	/* personal */
	.uk-button-personal {
	  background: #045db5;
	  color: white;
	  border: 2px solid #045db5;
	}
	/* Hover + Focus */
	.uk-button-personal:active,
	.uk-button-personal.uk-active,
	.uk-button-personal:hover,
	.uk-button-personal:focus {
	  border: 2px solid #045db5;
	  background-color:white;
	  color: #045db5;
	}
	/* personal */
	.uk-button-pag {
	  background: #fac200;
	  color: #FFF;
	  border: 2px solid #fac200;
	}
	/* Hover + Focus */
	.uk-button-pag:active,
	.uk-button-pag.uk-active,
	.uk-button-pag:hover,
	.uk-button-pag:focus {
	  background-color: white;
	  color: #fac200;
	}


	/* footer */
	.uk-button-footer {
	  background-color: white;
	  color: #134795;
	  border:none;
	  border-bottom: 5px solid #00a193;
	}
	/* Hover + Focus */
	.uk-button-footer:active,
	.uk-button-footer.uk-active,
	.uk-button-footer:hover,
	.uk-button-footer:focus {
	  background-color: white;
	  color: black;
	  border-bottom: 5px solid #000;
	}

	/* inverse */
	.uk-button-inverse {
	  background-color: none;
	  color: white;
	  border: 2px solid white;
	  border-radius: 50px;
	}
	/* Hover + Focus */
	.uk-button-inverse:active,
	.uk-button-inverse.uk-active,
	.uk-button-inverse:hover,
	.uk-button-inverse:focus {
	  background-color: black;
	  color: white;
	}

	/* yellow */
	.uk-button-yellow {
	  background-color: #f6b61a;
	  color: #fff;
	  border: 1px solid #f6b61a;
	}
	/* Hover + Focus */
	.uk-button-yellow:active,
	.uk-button-yellow.uk-active,
	.uk-button-yellow:hover,
	.uk-button-yellow:focus {
	  background-color: #333;
	  color: #fff;
	}

	/* black */
	.uk-button-black {
	  background-color: #000;
	  color: #fff;
	  border: 1px solid #000;
	}
	/* Hover + Focus */
	.uk-button-black:hover,
	.uk-button-black:focus {
	  background-color: #444;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-black:active,
	.uk-button-black.uk-active {
	  background-color: #666;
	  color: #fff;
	}

	/* blog */
	.uk-button-blog {
	  background-color: #fff;
	  border: 2px solid #484848;
	  border-radius: 50px;
	  color: #484848;
	}
	/* Hover + Focus */
	.uk-button-blog:hover,
	.uk-button-blog:focus {
	  background-color: #fff;
	  color: #000;
	}
	/* OnClick + Active */
	.uk-button-blog:active,
	.uk-button-blog.uk-active {
	  background-color: #fff;
	  color: #000;
	}

	/* totop */
	.uk-button-totop,
	.uk-button-totop:hover,
	.uk-button-totop:focus,
	.uk-button-totop:active,
	.uk-button-totop.uk-active {
	  background-color: #333;
	  color: #fff;
	}
	/*  claro */
	.uk-button-white {
	  background-color: #fff;
	  color: #333;
	  border: 1px solid #fff;
	}
	/* Hover + Focus */
	.uk-button-white:hover,
	.uk-button-white:focus {
	  background-color: #eee;
	  color: #111;
	}
	/* OnClick + Active */
	.uk-button-white:active,
	.uk-button-white.uk-active {
	  background-color: #ddd;
	  color: #000;
	}
	/*  TOP */
	.uk-button-top {
	  background-color: #000;
	  border: 1px solid #000;
	  color: #EEE;
	  font-size: 18px;
	  padding-top: 5px;
	}
	/* Hover + Focus */
	.uk-button-top:hover,
	.uk-button-top:focus {
	  background-color: #000;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-top:active,
	.uk-button-top.uk-active {
	  background-color: #000;
	  color: #CCC;
	}
	.uk-lightbox {
		background: rgba(0,0,0,.7)!important;
	}
	.uk-notification-message{
		background: none!important;
		color: white;
		text-align: center;
	}
	.uk-notification-message div{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	textarea{
		resize:none;
	}
	.circulo-objeto{
		border: solid 2px;
		padding: 10px 10px;
		border-radius: 100%;
	}
	.circulo-objeto-redes{
		border: solid 2px;
		padding: 12px;
		border-radius: 100%;
		margin: 5px;
	}

/* ----------- XML SITE MAP */
	urlset{
		background: url(../img/design/logo-white.png) no-repeat top center #00a193;
		padding-top: 110px;
	}
	url {
		background: #fff;
		display: block;
		padding: 10px;
	}
	loc{	
		display: block;
		margin: 0 auto;
		width: 1200px;
	}

/* ----------- MEDIA QUERY  */
	@media (max-width: 1300px) {
		.barber-fondo{
			background: url(../img/design/fondo-barber.jpg)top no-repeat;
			background-size: 100%;
			position: relative; z-index:2;
		}
	}
	@media (max-width: 1474px){
	}
	@media (max-width: 1300px){
		.carousel2{
			width: 46%; 
			margin-right: 100px; 
			position: relative; 
			z-index: 2; 
			margin-top: -150px;
			padding-bottom: 200px;
		}
		.carousel3{
			width: 55%;
		}
		
	}
	@media (max-width: 1250px){
		.margen-inbelleza{
			margin-left:0px;
		}
	}
	@media (max-width: 1027px) {
		.barber-fondo{
			background: white;
			background-size: 100%;
		}
	}
	@media (max-width: 960px) { /*Para dispositivos abajo de m*/
		.body-inicio{
			background: #e3e3e9; 
		}
		.foto-distribuidores{
			background: white;
			background-size: 100%;
		}
		.margen-facebook{
 			margin-bottom: 0px!important;
		}
	}
	@media (max-width: 820px) {
	}
	@media (max-width: 640px) {   /* comienza el tamaño abajo de s*/
		.text-nosotros-vision-s{
			padding:10px;
			margin-left: 0px;
		}
		.padding-bottom-500{
			padding-bottom: 0px;
		}
		.verproductos-barber{
			position: absolute; 
			top: 63.5%; 
			left: 32%;
		}
	}
	@media (max-width: 550px) {
	}

