/*stilos generales*/
*, body{
	padding: 0px;
	margin: 0px;
/* 	box-sizing: border-box; 
 	moz-box-sizing: border-box;
 	web-kit-box-sizing: border-box;
 */
}
section{
	width: 100%;
	height: 100%;
}
@azulClaro: #281f52;

@font-face {
	font-family:"Breetty";
	src:url("Breetty_Regular.eot?") format("eot"),
	url("Breetty_Regular.woff") format("woff"),
	url("Breetty_Regular.ttf") format("truetype"),
	url("Breetty_Regular.svg#Breetty") format("svg");
	font-weight:normal;font-style:normal;
}
@font-face {
	font-family:"Louis-George-Caf-Light.ttf";
	src:url("Louis-George-Caf-Light.ttf.eot?") format("eot"),
	url("Louis-George-Caf-Light.ttf.woff") format("woff"),
	url("Louis-George-Caf-Light.ttf") format("truetype"),
	url("Louis-George-Caf-Light.ttf.svg#Breetty") format("svg");
	font-weight:normal;font-style:normal;
}


/* ------------------------------------------------------------------------- */
/*Llamando Fuentes*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet");

body{
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
	background-color: #929293; 
}


/* ------------------------------------------------------------------------- */
img{
	vertical-align: top;
	max-width: 100%;
}
/*titulos*/
h1{
	font-size: 3em;
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.8em;
}
h1, h2, input, textarea, label, .error{
	font-family: 'Montserrat', sans-serif;
}
.tituloVineta{
	padding: 15px;
	width: auto;
	max-width: 180px;
	margin:20px;
}
h1.tituloVineta{
	font-size: 1.5em;
	height: 25px;
}
.subvineta{
	height: 25px;
	transform: rotate(-3deg);
	margin-top: -75px;
}
a{
	text-decoration: none;
}
/* ------------------------------------------------------------------------- */
/*subtitulos*/
h3{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
button, a, i{
	font-family: 'Montserrat', sans-serif;
}
a.btnBaj{
	position: relative;
	top: 90%;
	left: 90%;
	padding: 7px 10px;
	border-radius: 40px;
	color: #fff;
	font-size: 1.6em;
	background-color: rgba(235,0,139,.8);
	transition: .2s;
	z-index: 999;
}
a.btnBaj , a.btnProd, a.btnVideo, .btnCompra, .descripProdH a{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: 0px;
}
a.btnBaj:hover , a.btnProd:hover, a.btnVideo:hover, .btnCompra:hover, .descripProdH a.btnProd:hover{
	box-shadow: 0px 5px 2px rgba(223,189,151,.3); 
	-ms-transform: rotate(-3deg); /* IE 9 */
  	-webkit-transform: rotate(-3deg); /* Safari */
  	transform: rotate(-3deg);
  	margin-top: -1px;
}

.descripProdH{
	position: relative;
}
a.btnProd{
	margin-top: 50px;
	padding: 20px 15%;
	background-color: #3a3a3a;
	color: white;
	transition: .2s;
	width: 70%;
}
a.btnProd:hover, a.btnVideo:hover{
	top: 79%;
}
/* texto */
a.btnVideo{
	margin-top: 20px;
	padding: 20px;
	background-color:#dfbd97;
	color: #020202 ;
	transition: .2s;
	width: 100px;
}

p{
	text-align: justify;
	
}

/*----------------------------------------------------------------------*/


/* Index */
#sect1{
    background-image: url("../img/FondoProductos.png");
/*	background-color: gray;*/
	background-size: cover;
	background-attachment: fixed;
}
#seccionVideosTips{
    
/*	background-color: #2b2b2b; */
    background-color: #fff;
	min-height: 135vh;

	text-align: center;
	padding-top: 5.3rem;
}
#seccionVideos{
    
/*	background-color: #2b2b2b; */
    background-color: #fff;
	height: 50%;

	text-align: center;
	padding-top: 5.3rem;
}
#seccionVideosTv{
    
/*	background-color: #2b2b2b; */
    background-color: #fff;
	height: 150%;

	text-align: center;
	padding-top: 5.3rem;
}

#seccionVideos h1, #seccionVideosTips h1{
    
/*	background-color: rgba(255,241,0,.8); */
    background-color: rgba(02, 02, 02, .8);
    color: #fff;
/*	color: #422D85;*/
}
#sect3{
	background-color: #2b2b2b;
	height: 80vh;
}
.productosHome {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}

.descripProdH a.btnProd{
	text-transform: uppercase;
	font-weight: bold;
}

#sectProdH1{
	/*background-color: #FFA4DA;*/
	background-color: #231715;
}
#sectProdH1 a.btnProd{
	background-color: #fff;
	color: #231715;
}

#sectProdH2{
	background-color: #00b5ff;
}
#sectProdH2 a.btnProd{
	background-color: #422D85;
	color:#fff;
}
#sectProdH3{
	/* background-color: #DE214F;*/
	background-color: #fff;
}
#sectProdH3 a.btnProd{
	/*background-color: #FFCF00;*/
	background-color: #000;
	color: #fff;
}
#sectProdH4{
	/* background-color: #DE214F;*/
	background-color: #fff;
}
#sectProdH4 a.btnProd{
	/*background-color: #FFCF00;*/
	background-color: #000;
	color: #fff;
}
body#home .tituloVineta, body#mantenimiento .tituloVineta{
	background-color: rgba( 64, 64, 65,.8) ;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.videoYtHome{
	color: #404041;
	
}
.videoYtHome .vdYH{
	width:100%;
	height:50%;
}
#seccionVideosTv .seccionVideos .videoYtHome .vdYH{
	width:100%;
	height:30vh;
}


@media screen and (max-width: 1080px) {
	#seccionVideosTv{
		height: auto !important;
	}

	.seccionVN{
		height: auto !important;
		/*height: 1100vh !important;*/
	}
	.imgSlides img{
		max-height: 83vh !important;
		width: auto; 
	}
	.imgSlides h4{
		font-size: 1.5em;
	}
	#seccionVideos{
		height: 150vh !important;
	}
	#seccionVideosTv .vdYH{
		height: 40vh !important;
	}
	#seccionVideosTv h4{
		font-size: 1.5em;
	}
	#seccionVideos .vdYH{
		height: 20% !important;
	}
	body#home #sect3{
		height: 430vh !important;
		background-color: white;
	}
	.productosHome {
		width: 100vw;
		height: 100vh;
		float: left;
		position: relative;
		display: block;
		text-align: center;
	}

}


/*----------------------------------------------------------------------*/
/* conocenos */
#sect2Conocenos{
	background-color: white;
	min-height: 20% !important;
	height: auto;
	text-align: center;
	padding-top: 20px;	
} 
body.conocenos h1{
	color: #422a2c;
}
body.conocenos h2{
	color: #3a3a3a;
}
body.conocenos h3{
	color: rgba( 66, 42, 44,.8);
}
#imagenConocenos{
	background-color: green;
	height: 30%;
	width: 100%;
	margin-top: 20px;
	background-image: url("../image/fondoConocenos.jpg");
	background-size: cover;
	background-attachment: fixed;
}
body.conocenos .tituloVineta{
	background-color: rgba(64, 64, 65,.8);
	color: #fff;
}

body.conocenos h1.tituloViñeta{
	color: yellow;
}
/* ------------------------------------------------------------------ */
/* Productos */

body.productos .productosMuestra{
	width: 25% ;
	height: 100%;
	float: left;
	position: relative;
	display: block;
	text-align: center;
}
.productosMuestra img, .productosHome img{
	height: 65%;
	margin-top: 8%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.productosMuestra img:hover, .productosHome img:hover{
	height: 67%;
	margin-top: 6%;
}

.productosHome img{
	
}
body.productos section#sect2{
	height: 100vh;
	background-color: #281f52;
}

body.productos #prod1{
	background-color: #00b5ff;
}
body.productos #prod1 a.btnProd{
	background-color: #281f52 ;
}

body.productos #prod2{
	background-color: #231715;
}
body.productos #prod2 a.btnProd{
	background-color: #fff;
	color: #231715;
}

body.productos #prod3{
	background-color: #fff;
}
body.productos #prod3 a.btnProd{
	background-color: #000;
	color: #fff ;
}

body.productos #prod4{
	background-color: #fff;
}
body.productos #prod4 a.btnProd{
	background-color: #8E7569;
}

body.productos #prod5{
	background-color: #fff ;
}
body.productos #prod5 a.btnProd{
	background-color: #FD34AC;
}

body.productos #prod6{
	background-color: #fff;
}
body.productos #prod6 a.btnProd{
/*	background-color: #929293; */
    background-color: #404041;
}

@media screen and (max-width: 1080px){
	body.productos .productosMuestra{
	width: 100% ;
	height: 100vh;
	}

	body.productos section#sect2{
	height: 400vh;
	}
	body.productos section#sect2 h3{
		font-size: 1em;
	}
	 body.productos section#sect2 a{
	 	font-size: .6em;
	 }
}
/* ------------------------------------------------------------------ */
/* Productos Mantenimiento */
body#mantenimiento #sect1{
}
#sect1{
	overflow: hidden;
}
#sect1 #sliderPal{
	width: 300%;
	display: flex;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	
	height: 100vh;
}
#sect1 .slide{
	width: 100%;
	min-height: 100%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}
/*Slider Seccion Productos*/
body.productos #sect1 #sliderPal .foto1{
	background-image: url("../image/FondoProductos.jpg");
}
body.productos #sect1 #sliderPal .foto2{
	background-image: url("../image/cenizo1.jpg");
}
body.productos #sect1 #sliderPal .foto3{
	background-image: url("../image/tratamientoCenizoHome.jpg");
}
/*Slider Seccion Productos mantenimiento color*/
body#mantenimiento #sect1 #sliderPal .foto1{
	background-image: url("../image/prod1.jpg");
}
body#mantenimiento #sect1 #sliderPal .foto2{
	background-image: url("../image/cenizo1.jpg");
}
body#mantenimiento #sect1 #sliderPal .foto3{
	background-image: url("../image/cobre.jpg");
}
/*Slider Seccion Productos laciado*/
body#laciado #sect1 #sliderPal .foto1{
	background-image: url("../image/hLacio.jpg");
}
body#laciado #sect1 #sliderPal .foto2{
	background-image: url("../image/h3.jpg");
}
body#laciado #sect1 #sliderPal .foto3{
	background-image: url("../image/hL3.jpg");
}
/*Slider Seccion home*/
body#home #sect1 #sliderPal .foto1{
	background-image: url("../image/h1.png");
}
body#home #sect1 #sliderPal .foto2{
	background-image: url("../image/h2.jpg");
}
body#home #sect1 #sliderPal .foto3{
	background-image: url("../image/h3.jpg");
}
@media screen and (max-width: 1080px){
	#sect1 .slidePal .slide{
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		
	}
	/*Slider Seccion home*/
	body#home #sect1 #sliderPal .foto1{
		background-image: url("../image/h1C.jpg");
	}
	body#home #sect1 #sliderPal .foto2{
		background-image: url("../image/h2C.jpg");
	}
	body#home #sect1 #sliderPal .foto3{
		background-image: url("../image/h3C.jpg");
	}
	/*Slider Seccion Productos*/
	body.productos #sect1 #sliderPal .foto1{
		background-image: url("../image/prod1C.jpg");
	}
	body.productos #sect1 #sliderPal .foto2{
		background-image: url("../image/h3.jpg");
	}
	body.productos #sect1 #sliderPal .foto3{
		background-image: url("../image/hL3C.jpg");
	}
	/*Slider Seccion Productos laciado*/
	body#laciado #sect1 #sliderPal .foto1{
		background-image: url("../image/hLacioC.jpg");
	}
	body#laciado #sect1 #sliderPal .foto2{
		background-image: url("../image/h3C.jpg");
	}
	body#laciado #sect1 #sliderPal .foto3{
		background-image: url("../image/hL3C.jpg");
	}	
		/*Slider Seccion Productos mantenimiento color*/
	
	body#mantenimiento #sect1 #sliderPal .foto1{
		background-image: url("../image/prod1C.jpg");
	}
	body#mantenimiento #sect1 #sliderPal .foto2{
		background-image: url("../image/mantenimiento2C.jpg");
	}
	body#mantenimiento #sect1 #sliderPal .foto3{
		background-image: url("../image/mantenimiento3C.jpg");
	}
	
}
/*------------------------------------------------------------------*/

.descripProducto{
	
	padding: 5.625rem 0;
	color: white;
	min-height: 100%;
	height: auto;
}
.descripProductoTto{
	/*background-color: #00b5ff;*/
	background-color: #ddd;
}
.descripProductoSh{
	background-color: #fff;

}

.descripProducto .container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.descripProducto .container .col{
	width: 50%;
}
.descripProducto .container .izq{
	text-shadow: 1px 5px 5px -1px rgba(0,0,0,.4);
	overflow: hidden;
	text-align: center;
}
.descripProducto .container .col .tituloSeccion{
	padding: 3.125rem;
	padding-right: 0;
}
.descripProducto .container .col h2{
	color: #281f52;
}
.descripProducto .container .col p{
	color: #000;
}
.descripProducto #sliderTto{
	width: 1000%;
	display: flex;
}


.descripProducto .slide{
	width: 100%;
	min-height: 700px;
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.descripProducto #sliderTto .foto1{
	background-image: url("../image/muestraTtoColor.png");
}
.descripProducto #sliderTto .foto2{
	background-image: url("../image/tratamientoCenizoProkpil.png");
}
.descripProducto #sliderTto .foto3{
	background-image: url("../image/tratamientoRojoProkpil.png");
}
.descripProducto #sliderTto .foto4{
	background-image: url("../image/tratamientoCobreProkpil.png");
}
.descripProducto #sliderTto .foto5{
	background-image: url("../image/tratamientoPlatinoProkpil.png");
}
.descripProducto #sliderTto .foto6{
	background-image: url("../image/tratamientoBeigeProkpil.png");
}
.descripProducto #sliderTto .foto7{
	background-image: url("../image/tratamientoHumoProkpil.png");
}
.descripProducto #sliderTto .foto8{
	background-image: url("../image/tratamientoMalvaProkpil.png");
}
.descripProducto #sliderTto .foto9{
	background-image: url("../image/tratamientoNegroProkpil.png");
}
.descripProducto #sliderTto .foto10{
	background-image: url("../image/tratamientoChocolateProkpil.png");
}

.descripProducto #sliderSh{
	width: 300%;
	display: flex;
}
.descripProducto #sliderSh .foto1{
	background-image: url("../image/muestraShColor.png");
}
.descripProducto #sliderSh .foto2{
	background-image: url("../image/shampooColorCareProkpil.png");
}
.descripProducto #sliderSh .foto3{
	background-image: url("../image/shampooCenizoProkpil.png");
}

.btnCompraDiv{
	padding-top: 1rem;
}
.btnCompra{
	color: #000;
	background-color: #fff100;
	padding: 15px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	bottom: 0px;
}


.infoCompra{
	color: #000;
	min-height: 20%;
	height: auto;
	text-align: center;
	padding: 20px;
	
}
.descripProductoTto .infoCompra{
	border: 1px solid #fff100;
}
.descripProductoSh .infoCompra{
	border: 1px solid #000;
}

.infoCompra .imgPresent{
	width: 30%;
	float: left;
}
.infoCompra .presentaciones{
	width: 68%;
	float: left;
	text-align: left;
	padding: 1%;
}
.infoCompra .presentaciones li{
	list-style: none;
}
@media screen and (max-width: 1080px){
	.descripProducto{
		min-height: 100%;
		height: 100%;
	}
	.descripProducto .container .col{
		width: 98%;
		margin: 1%;
	}
	.col .contenedor-tratamiento .encabezado a{
		font-size: .2rem;
	}
	.descripProducto .slide{
		min-height: 70%;
	}
	.infoCompra .divPresentaciones{
		border-bottom: 1px solid #1b1537;
	}
	.infoCompra h3{
		font-size: 1em;
	}
}
/* ------------------------------------------------------------------ */
/* slider contenedor tratamiento */
/* .sliderContent{
	padding: 5.625rem 0;
} */
.col .tituloSeccion h2{
	text-align: left;
	color: #201549 !important;
}
.col .contenedor-tratamiento{
}
.col .contenedor-tratamiento .encabezado{
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	list-style: none;
	display: flex;
	font-weight: 600;
	justify-content: left;
	margin-bottom: 20px;
}
.col .contenedor-tratamiento .encabezado a{
	color: #281f52;
	padding: 0 1.4375rem 1.125rem 1.4375rem;
	font-size: .9rem;
	display: block;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	border-bottom: 2px solid transparent;
}
.col .contenedor-tratamiento .encabezado a:hover{
	color: #eb008b;
}
.col .contenedor-tratamiento .encabezado li.active{
	border-bottom: 2px solid #eb008b;
}
.col .contenedor-tratamiento .contenido{
	max-width: 80vw;
	margin: 0 auto;
	color: #281f52;
	font-size: 1em;
}
.col .contenedor-tratamiento .contenido > div{
	display: none;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-bottom: 2px solid transparent;
}
.col .contenedor-tratamiento .contenido div.active{
	display: block;
}
/* -------------------------------------------------------------------- */

/* Productos Laciado */

p.descripMilk{
	color: #fff!important;
}


body#mantenimiento #sect1{
}
#sect1{
	overflow: hidden;
}
#sect1 #sliderPal{
	width: 300%;
	display: flex;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
#sect1 .slide{
	width: 100%;
	min-height: 100%;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
/*Slider Seccion Productos*/
body.productos #sect1 #sliderPal .foto1{
	background-image: url("../image/prod1.jpg");
}
body.productos #sect1 #sliderPal .foto2{
	background-image: url("../image/h2.jpg");
}
body.productos #sect1 #sliderPal .foto3{
	background-image: url("../image/prod3.jpg");
}
/*Slider Seccion Productos mantenimiento color*/
body#mantenimiento #sect1 #sliderPal .foto1{
	background-image: url("../image/prod1.jpg");
}
body#mantenimiento #sect1 #sliderPal .foto2{
	background-image: url("../image/cenizo1.jpg");
}
body#mantenimiento #sect1 #sliderPal .foto3{
	background-image: url("../image/cobre.jpg");
}
/*Slider Seccion home*/
body#home #sect1 #sliderPal .foto1{
	background-image: url("../image/h1.png");
}
body#home #sect1 #sliderPal .foto2{
	background-image: url("../image/h2.jpg");
}
body#home #sect1 #sliderPal .foto3{
	background-image: url("../image/h3.jpg");
}
@media screen and (max-width: 1080px){
	#sect1 .slidePal .slide{
		background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	/*Slider Seccion home*/
	body#home #sect1 #sliderPal .foto1{
		background-image: url("../image/h1C.jpg");
	}
	body#home #sect1 #sliderPal .foto2{
		background-image: url("../image/h2C.jpg");
	}
	body#home #sect1 #sliderPal .foto3{
		background-image: url("../image/h3C.jpg");
	}
	/*Slider Seccion Productos*/
	body.productos #sect1 #sliderPal .foto1{
		background-image: url("../image/prod1C.jpg");
	}
	body.productos #sect1 #sliderPal .foto2{
		background-image: url("../image/h2C.jpg");
	}
	body.productos #sect1 #sliderPal .foto3{
		background-image: url("../image/prod3C.jpg");
	}	
		/*Slider Seccion Productos mantenimiento color*/
	
	body#mantenimiento #sect1 #sliderPal .foto1{
		background-image: url("../image/prod1C.jpg");
	}
	body#mantenimiento #sect1 #sliderPal .foto2{
		background-image: url("../image/mantenimiento2C.jpg");
	}
	body#mantenimiento #sect1 #sliderPal .foto3{
		background-image: url("../image/mantenimiento3C.jpg");
	}
	
}




.descripProducto #sliderLacio .foto1{
	background-image: url("../img/Lacio.png");
}
.descripProducto #sliderLacio .foto2{
	background-image: url("../img/Lacio.png");
}
.descripProducto #sliderLacio .foto3{
	background-image: url("../img/Lacio.png");
}



.descripProducto #sliderLacio{
	width: 300%;
	display: flex;
}
.descripProducto #sliderLacio .foto1{
	background-image: url("../image/Lacio.png");
}
.descripProducto #sliderLacio .foto2{
	background-image: url("../image/Lacio.png");
}
.descripProducto #sliderLacio .foto3{
	background-image: url("../image/Lacio.png");
}





.descripProducto #sliderMilk .foto1{
	background-image: url("../image/milk.png");
}
.descripProducto #sliderMilk .foto2{
	background-image: url("../image/rinseMilkeratin.png");
}

.descripProducto #sliderMilk .foto3{
	background-image: url("../image/shampooMilkeratin.png");
}

.descripProducto #sliderMilk{
	width: 300%;
	display: flex;
}

/*------------------------------------------------------------------*/

.descripProducto{
	
	padding: 5.625rem 0;
	color: white;
	min-height: 100%;
	height: auto;
}

.btnCompraMilk {
    color:#000 ;
    background-color: #fff  ;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0px;
}

.btnCompraTtoColor{
    color: #fff;
    background-color: #000  ;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0px;
}

.btnCompraLacio {
    color: #fff;
    background-color: #000;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 0px;
}

.infoCompraMilk{
    color:#fff;
    min-height: 20%;
    height: auto;
    text-align: center;
    padding: 20px;
    border: 1px solid white;
}
.descripProductoShMilk{
	background-color: #8b7c6f;
}
.descripProductoSh{
	background-color: #fff;

}

.descripProducto .container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.descripProducto .container .col{
	width: 50%;
}
.descripProducto .container .izq{
	text-shadow: 1px 5px 5px -1px rgba(0,0,0,.4);
	overflow: hidden;
	text-align: center;
}
.descripProducto .container .col .tituloSeccion{
	padding: 0rem;
	padding-right: 0;
}
.descripProducto .container .col h2{
	color: #281f52;
}
.descripProducto .container .col p{
	color: #000;
}
.descripProducto #sliderTto{
	width: 1000%;
	display: flex;
}
.descripProducto #sliderMilk{
	width: 300%;
	display: flex;
}

.descripProducto .slideTto{
	width: 100%;
	min-height: 700px;
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.descripProducto #sliderSh .foto1{
	background-image: url("../image/muestraShColor.png");
}
.descripProducto #sliderSh .foto2{
	background-image: url("../image/marcoProductosTtoSh.png");
}
.descripProducto #sliderSh .foto3{
	background-image: url("../image/shampooCenizoProkpil.png");
}


.descripProducto #sliderSh{
	width: 300%;
	display: flex;
}
.descripProducto #sliderSh .foto1{
	background-image: url("../image/muestraShColor.png");
}
.descripProducto #sliderSh .foto2{
	background-image: url("../image/marcoProductosTtoSh.png");
}
.descripProducto #sliderSh .foto3{
	background-image: url("../image/shampooCenizoProkpil.png");
}

.btnCompraDiv{
	padding-top: 1rem;
}
.btnCompra{
	color: #fff;
	background-color: #000;
	padding: 15px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	bottom: 0px;
}

.imgPresent{
    width: 30%;
    padding: 0.8em;
}

.infoCompra{
	color: #000;
	min-height: 20%;
	height: auto;
	text-align: center;
	padding: 20px;
	
}
.descripProductoTto .infoCompra{
	border: 1px solid #000;
}
.descripProductoSh .infoCompra{
	border: 1px solid #000;
}

.infoCompra .imgPresent{
	width: 30%;
	float: left;
}
.infoCompra .presentaciones{
	width: 68%;
	float: left;
	text-align: left;
	padding: 1%;
}
.infoCompra .presentaciones li{
	list-style: none;
}
@media screen and (max-width: 1080px){
	.descripProducto{
		min-height: 100%;
		height: auto;
	}
	.descripProducto .container .col{
		width: 98%;
		margin: 1%;
	}
	.col .contenedor-tratamiento .encabezado a{
		font-size: .2rem;
	}
	.descripProducto .slide{
		min-height: 70%;
	}
	.infoCompra .divPresentaciones{
		border-bottom: 1px solid #1b1537;
	}
	.infoCompra h3{
		font-size: 1em;
	}

}
/* ------------------------------------------------------------------ */
/* slider contenedor tratamiento */
/* .sliderContent{
	padding: 5.625rem 0;
} */
.col .tituloSeccion h2{
	text-align: left;
	color: #000 !important;
}
.col .contenedor-tratamiento{
}
.col .contenedor-tratamiento .encabezado{
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	list-style: none;
	display: flex;
	font-weight: 600;
	justify-content: left;
	margin-bottom: 20px;
}
.col .contenedor-tratamiento .encabezado a{
	color: #000;
	padding: 0 1.4375rem 1.125rem 1.4375rem;
	font-size: .9rem;
	display: block;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	border-bottom: 2px solid transparent;
}
.col .contenedor-tratamiento .encabezado a:hover{
	color: gray;
}
.col .contenedor-tratamiento .encabezado li.active{
	border-bottom: 2px solid #fff;
}
.col .contenedor-tratamiento .contenido{
	max-width: 80rem;
	margin: 0 auto;
	color: #281f52;
	font-size: 1em;
}
.col .contenedor-tratamiento .contenido > div{
	display: none;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-bottom: 2px solid transparent;
}
.col .contenedor-tratamiento .contenido div.active{
	display: block;
}
/* -------------------------------------------------------------------- */





/* Prokpil Tv */
.prokpilTv #tipsPkPantalla{
/*	background-color: #00B2F8; */
    background-color: #ddd;
}
.prokpilTv #titTv{	
	height: 70px;
}
.prokpilTv #titTv h1{
	margin: 0 auto;
	background-color: rgba(64, 64, 65, .8);
	color: #fff;
}
.prokpilTv #titTv h1.subvineta{
	margin-top: -55px;
	text-align: center;
}
.prokpilTv #pantalla p{
	margin-top: 20px;
	font-size: 1.5rem;
	text-align: center;
}
/*----------------------------------------------------------------------*/
/* Tips Pantalla */
#tipsPkPantalla{
	padding: 5.625rem 0; 
	height: 100%;
	background-color: #ddd;
}
#tipsPkPantalla .tit{
	margin:0 auto;
	text-align: center;
}

.recuadroTraceroPantalla{
	background-color: #281955;
	width: 90%;
	height: 60%;
	margin-top: -50%;
	-ms-transform: rotate(-2deg); /* IE 9 */
  	-webkit-transform: rotate(-2deg); /* Safari */
  	transform: rotate(-2deg);
  	z-index: 1;
  	display: block;
}
.conocenos #tipsPkPantalla{
	background-color: #fff;
}
#pantalla1{
	display: block;
	-ms-transform: rotate(0deg); /* IE 9 */
  	-webkit-transform: rotate(0deg); /* Safari */
  	transform: rotate(0deg);
  	z-index: 1000;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	text-align: center;
} 
#pantalla1 frame{
		box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
/* -------------------------------------------------------------------- */
/* Portada mundo Prokpil */


/*----------------------------------------------------------------------*/
/* Contacto */

.contacto{
    background-color: #fff;
	height: auto;
	padding-top: 5.3rem;
}
.contacto #titContacto{
	
	height: 70px;
}
.contacto #titContacto h1{
	margin: 0 auto;
	background-color: rgba(64, 64, 65, .8);
	color: #fff;
}
.contacto #titContacto h1.subvineta{
	margin-top: -55px;
	text-align: center;
}
.contacto .formulario{
	position: relative;
	z-index: 3;
	background-color: #929293;
	width: 90%;
	margin: 0 auto;
	max-width: 40.625rem;
	padding: 2.25rem;

}
.contacto .formulario .formulario_contacto .input-group{
	position: relative;
	margin-bottom: 2rem;

}
.contacto .formulario .formulario_contacto .input-group input, textarea{
	font-size: 1rem;
	color: #fff;
	width: 100%;
	outline: none;
	padding: 0.9375rem 0;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.3);
	vertical-align: top;
	transition: 0.5s;
}

.contacto .formulario .formulario_contacto .input-group input:focus, textarea:focus{
		border-bottom: 2px solid rgba(64, 64, 65, 1);

}
textarea{
	max-width: 100%;
	max-height: 10.25rem;
	min-height: 5.125rem;
	min-width: 100%;
}
.contacto .formulario .formulario_contacto .input-group label{
	color: #fff;
	font-weight: bold;
}
.contacto .formulario .formulario_contacto .input-group .label{
	position: absolute;
	top: 1rem;
	left: 0;
	font-size: 1rem;
	line-height: 1rem;
	margin-left: 1rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.contacto .formulario .formulario_contacto .input-group .active{
	top: -0.75rem;
	margin-left: 0;
	line-height: 0.75rem;
	font-size: 0.75rem;
}
.error{
	position: absolute;
	color: #eb008b;
	font-size: 0.875rem;
}
.contacto .formulario .formulario_contacto input.submit{
	background-color: #fff;
	color: #404041;
	border-radius: 1px;
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 3.125rem;
	padding: 0.9375rem;
	width: 90%;
	outline: none;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	cursor: pointer;
}
.contacto .formulario .formulario_contacto input.submit:hover{
	background-color: #404041;
	color: #fff;
}
.redFoot{
	text-align: center;
}
#redesFooter{
	padding-top: 2rem;
}
#redesFooter li{
	list-style: none;
	display: inline;
}
#redesFooter li a{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	font-size: 2em;
}
@media screen and (max-width: 1080px) {
	.contacto .formulario{
		width: 75%;
	}
}

/*----------------------------------------------------------------------*/
/* Registro */



.registro{
    background-color: #929293;
	height: auto;
	padding-top: 5.5rem;
}
.registro #titRegistro{
	
	height: 70px;
	padding-top: 1em;
}
.registro #titRegistro h1{
	margin: 0 auto;
	background-color: rgba(64, 64, 65, .8);
	color: #fff;
}
.registro #titRegistro h1.subvineta{
	margin-top: -55px;
	text-align: center;
}
.registro .formulario{
	position: relative;
	z-index: 3;
	background-color: #929293;
	width: 90%;
	margin: 0 auto;
	max-width: 40.625rem;
	padding: 2.25rem;

}
.registro .formulario .formulario_contacto .input-group{
	position: relative;
	margin-bottom: 2rem;

}
.registro .formulario .formulario_contacto .input-group input, textarea{
	font-size: 1rem;
	color: #fff;
	width: 100%;
	outline: none;
	padding: 0.9375rem 0;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.3);
	vertical-align: top;
	transition: 0.5s;
}

.registro .formulario .formulario_contacto .input-group input:focus, textarea:focus{
		border-bottom: 2px solid rgba(64, 64, 65, 1);

}
textarea{
	max-width: 100%;
	max-height: 10.25rem;
	min-height: 5.125rem;
	min-width: 100%;
}
.registro .formulario .formulario_contacto .input-group label{
	color: #fff;
	font-weight: bold;
}
.registro .formulario .formulario_contacto .input-group .label{
	position: absolute;
	top: 1rem;
	left: 0;
	font-size: 1rem;
	line-height: 1rem;
	margin-left: 1rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.registro .formulario .formulario_contacto .input-group .active{
	top: -0.75rem;
	margin-left: 0;
	line-height: 0.75rem;
	font-size: 0.75rem;
}
.error{
	position: absolute;
	color: #eb008b;
	font-size: 0.875rem;
}
.registro .formulario .formulario_contacto input.submit{
	background-color: #fff;
	color: #404041;
	border-radius: 1px;
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 3.125rem;
	padding: 0.9375rem;
	width: 90%;
	outline: none;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	cursor: pointer;
}
.registro .formulario .formulario_contacto input.submit:hover{
	background-color: #404041;
	color: #fff;
}
.redFoot{
	text-align: center;
}
#redesFooter{
	padding-top: 2rem;
}
#redesFooter li{
	list-style: none;
	display: inline;
}
#redesFooter li a{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	font-size: 2em;
}
@media screen and (max-width: 1080px) {
	.registro .formulario{
		width: 75%;
	}
}



/*----------------------------------------------------------------------*/
/* Log In */

.TextoLogin{
    font-size: 1em;
    color: #fff;
    padding: 0.5em;
    text-align: center;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1 /* esto es porque Firefox le reduce la opacidad por defecto */;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.login{
    background-color: #929293;
	height: auto;
	padding-top: 5.5rem;
}
.login #titLogin{
	
	height: 70px;
	padding-top: 1em;
}
.login #titLogin h1{
	margin: 0 auto;
	background-color: rgba(64, 64, 65, .8);
	color: #fff;
}
.login #titLogin h1.subvineta{
	margin-top: -55px;
	text-align: center;
}
.login .formulario{
	position: relative;
	z-index: 3;
	background-color: #929293;
	width: 90%;
	margin: 0 auto;
	max-width: 40.625rem;
	padding: 2.25rem;

}
.login .formulario .formulario_contacto .input-group{
	position: relative;
	margin-bottom: 2rem;

}
.login .formulario .formulario_contacto .input-group input, textarea{
	font-size: 1rem;
	color: #fff;
	width: 100%;
	outline: none;
	padding: 0.9375rem 0;
	background: none;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.3);
	vertical-align: top;
	transition: 0.5s;
}

.login .formulario .formulario_contacto .input-group input:focus, textarea:focus{
		border-bottom: 2px solid rgba(64, 64, 65, 1);

}
textarea{
	max-width: 100%;
	max-height: 10.25rem;
	min-height: 5.125rem;
	min-width: 100%;
}
.login .formulario .formulario_contacto .input-group label{
	color: #fff;
	font-weight: bold;
}
.login .formulario .formulario_contacto .input-group .label{
	position: absolute;
	top: 1rem;
	left: 0;
	font-size: 1rem;
	line-height: 1rem;
	margin-left: 1rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.login .formulario .formulario_contacto .input-group .active{
	top: -0.75rem;
	margin-left: 0;
	line-height: 0.75rem;
	font-size: 0.75rem;
}
.error{
	position: absolute;
	color: #eb008b;
	font-size: 0.875rem;
}
.login .formulario .formulario_contacto input.submit{
	background-color: #fff;
	color: #404041;
	border-radius: 1px;
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 3.125rem;
	padding: 0.9375rem;
	width: 90%;
	outline: none;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	cursor: pointer;
}
.login .formulario .formulario_contacto input.submit:hover{
	background-color: #404041;
	color: #fff;
}
.redFoot{
	text-align: center;
}
#redesFooter{
	padding-top: 2rem;
}
#redesFooter li{
	list-style: none;
	display: inline;
}
#redesFooter li a{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	font-size: 2em;
}
@media screen and (max-width: 1080px) {
	.registro .formulario{
		width: 75%;
	}
}







/*----------------------------------------------------------------------*/
/* footer */

footer{
	margin-top: 2.25rem;
	background-color: #404041;
	padding: 5.25rem 0;
	text-align: center;
	color: #fff;
}
/* ------------------------------------------------------------------------- */
/* grillas */
.container{
	width: 70%;
	margin-left: 15%;
}
.container-fluid{
	width: 100%;
	height: auto;
}
.col-md-2{
	width: 18.2%;
	margin: .1%;
	display: block;
	float: left;
}
.col-md-3{
	width: 22.75%;
	margin: 1%;
	display: block;
	float: left;
}
.col-md-4{
	width: 30.33%;
	margin: .3%;
	display: block;
	float: left;
}
.col-md-6{
	width: 45.5%;
	margin: .3%;
	display: block;
	float: left;
}
.col-md-12{
	width: 91%;
	margin: .3%;
	display: block;
	float: left;
}

@media screen and (max-width: 1080px){
	.container{
		width: 90%;
		margin-left: 5%;
	}
	.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-12, .col{
		width: 98%;
		margin: 1%;
	}
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255,255,255,1);
  transition: 2s;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;

}
.modal-content .contentSlide p{
	color: #2b2b2b;
	padding: 2%;
	text-align: justify-all;
	margin-top: 5%;
	background-color: #fff;
	width: 90%;
	margin: auto;
	overflow: auto;
	
}

@media	screen and (max-width: 1080px){
	.modal-content .contentSlide p{
		width: 90%;
	}
}
.modal-content .contentSlide img{
  border: solid 5px #fff;
  height: 50%;
  width: auto;
}
.modal-content .contenSlide iframe{
	border: solid 5px #fff;
}

/* The Close Button */
.close {
  color: #020202;
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 35px;
  z-index: 1000000;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}


.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(43, 43, 43, 0.8);
}

/* Number text (1/3 etc) */


img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.imgSlides{
	box-shadow: 10px 10px 10px rgba(43,43,43,.0);
	height: 10vh !important;
	width: auto; 
}