@charset 'utf-8';
/*
*/
html {
	font-family: 'DM Sans';
	color: #cacaca;
	background-color:#1d1d1b;
	text-align: center;
}
h2 {
	font-family: 'Antonio';
	font-size: 24px;
	font-weight: 600;
	color: #d69f00;
	text-align: center;
}
h3 {
	font-family: 'Antonio';
	font-size: 24px;
	font-weight: 600;
	color: #cacaca;
	text-align: center;
}
h4 {
	font-family: 'Antonio';
	font-size: 22px;
	font-weight: 600;
	color: #cacaca;
	text-align: left;
}
h5 {
	font-family: 'Antonio';
	font-size: 20px;
	font-weight: 300;
	color: #d69f00;
	text-align: left;
}
h6 {
	font-family: 'Antonio';
	font-size: 17px;
	font-weight: 300;
	color: #cacaca;
	text-align: left;
}
h7 {
	font-family: 'Antonio';
	font-size: 17px;
	font-weight: 300;
	color: #cacaca;
	text-align: center;
}
a {
	font-family: 'Antonio';
	font-weight: 300;
	text-decoration: none;
	color: #cacaca;
}
a:hover {
	color: #d69f00;
}
a:visited {
	color: #cacaca;
}
a h3:hover { 
	font-weight: 400;
	color: #d69f00;
}
p {
	font-size: 17px;
	text-align: justify;
}
.cursiva {
	text-decoration: none;
}
input {
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	color: #cacaca;
}
div,
header,
section,
aside { box-sizing: border-box; }
header { margin-top: 65px; position: relative; }
nav a { font-weight: 400; }
/* LANDING */

body,
html { height: 100%; }
.bg {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.centered {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
	text-align: center;
}

.bajo {
	position: absolute;
	top: 72%;
	left: 0;
	width: 100%;
	text-align: center;
}

.centered h2 {
	font-weight: 600;
	margin-bottom: -.5em;
	text-align: center;
}
.enlaceLanding {
	font-size: 25px;
	display: block;
	margin-top: 1em;
	text-align: center;
}
.landing video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.idioma {list-style: none; padding-left:0;}
.idioma li {display: inline-block;}
.idioma li a{ font-size: 25px; font-weight: 400;}
/* MENÚS */

/* INDEX */
/* header */
.zoom_searchform { margin-right: -8px; }
#zoom_searchbox { border: 1px solid #dedede; }
.icoBuscar {
	width: 33px;
	height: 34px;
	cursor: pointer;
	border: none;
	background: url(../img/ico-buscar.png) no-repeat;
}
.buscadorMenuIdioma { display: block; }
.menuIdioma {
	margin-top: .7em;
	text-align: right;
}
.menuIdioma ul li { display: inline-block; }
.menuIdioma ul li:after { content: '\00a0\007C\00a0'; }
.menuIdioma ul li:last-child:after { content: ''; }
.menuIdioma ul li a { font-size: 18px; }


/*SLIDER*/
.editable .bxslider { padding-left: 0; }
.editable .fluid.carousel { margin-top: 22px; background-color: #1d1d1b; }
.editable .bx-wrapper .bx-viewport {
	margin-top: -15px;
	border: 0;
	box-shadow: none;
}
.editable .bx-wrapper { margin-bottom: 20px; }
.editable .bx-viewport { margin-left: 5px; }
.editable .bx-wrapper .bx-pager,
.editable .bx-wrapper .bx-controls-auto { bottom: 25px; }
.editable .bx-wrapper .bx-pager.bx-default-pager a:hover,
.editable .bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #1d1d1b; }
.editable .bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1d1d1b;
}
.editable .bx-wrapper .bx-controls-direction a {
	width: 42px;
	height: 52px;
}
.editable .bx-wrapper .bx-prev { background: url(bx-slider/controls.png) no-repeat 0 0; }
.editable .bx-wrapper .bx-next { background: url(bx-slider/controls.png) no-repeat -43px 0; }
.editable .carousel__slide__index {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.editable .carousel__slide__index {
	display: block;
	height: 520px;
	background-position: center center;
}
.editable .carousel__slide__index.sliderDerecha { background-position: right center; }
.inicio h2 { font-size: 30px; }
.inicio h3 { font-size: 20px; }
/* CONTENIDO */
.textoCentrado { text-align: center; }
.instagram h2 { text-align: center; }
.instagram img {
	display: block;
	margin: 0 auto;
}

/* SHORTPARAGRAPH */
shortparagraph { color: #cacaca; }
shortparagraph a { font-family: 'DM Sans'; color: #cacaca !important; } 
shortparagraph a:hover { font-family: 'DM Sans';color: #ffff00; font-weight: 300; }
shortparagraph p { font-size: 16px;	text-align: left; color: #cacaca;
}


/* FOOTER */
footer {
	font-family: 'Antonio';
	margin-top: 25px;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #181816;
	color: #cacaca;
}
footer a { color: #d69f00 !important; } 
footer a:hover { color: #d69f00; font-weight: 300; text-decoration: underline; }
footer p {
	font-size: 13px;
	margin-top: 30px;
	text-align: center;
	color: #cacaca;
}
.menuInferior {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}
.menuInferior > ul > li { vertical-align: top; }
.menuInferior ul > li > ul {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
.menuInferior ul > li > ul > li { display: block; }
/* DOS COLUMNAS */

.centradoVertical h2,
.centradoVertical h3,
.centradoVertical h4 { text-align: center; }
/* CLASES GENERALES*/
.btnPrincipal {
	display: table;
	margin: 2em auto 0 auto;
	padding: 1em 5.7em;
	border-spacing: 0;
	color: #cacaca;
	background-color: #444;
}
.btnPrincipal:hover,
.btnPrincipal:visited { color: #cacaca; }
.esconder {
	position: absolute;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
	clip-path: inset(100%);
}
/* COOKIES */
.cookies {
	font-size: 10px;
	position: fixed;
	z-index: 2147483647;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	color: #cacaca;
	background-color: rgba(49,66,66,.8);
	;
}
.cookies p {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
.cookies p a {
	text-decoration: underline;
	color: #cacaca;
}
.cookies p a:hover,
.cookies p a:visited { color: #cacaca; }
.botonPrimario {
	margin-left: 1em;
	padding: 5px 8px;
	text-decoration: none;
	text-decoration: none !important;
	color: #444;
	color: #444 !important;
	border: 1px solid #bbb;
	background-color: #cacaca;
}

/* CLASES PARA PANEL EXPTENSIBLE*/
.expand .expandTrigger {
	display: table;
	margin: 2em auto 0 auto;
	padding: 1em 7.7em;
	cursor: pointer;
	color: #cacaca;
	background-color: #444;
}
.expand .expandTrigger:hover { text-decoration: underline; }
.expand .expandTrigger::before { padding-left: 5px;/*content: '+ ';*/ }
/*.expand.expandOpen .expandTrigger::before { content: '- '; }*/
.expand .expandContainer { overflow: hidden; }
.expand .expandContent { padding: 1px 0; }
/* FIN EXPAND */
/* ALLSKINMED */
.logoDetallado { margin: 40px auto; }
.contenedorSeisColumnasFueraGrid { margin-bottom: 60px; }
/*.seisColumnasA img,
.seisColumnasB img {
	display: block;
	margin: 0 auto;
}*/

/* CIENCIA */
.cContents .seisColumnasA { margin-bottom: 30px; }
.cContents .seisColumnasB { margin-bottom: 30px; }
.cContents a { margin-bottom: 1em; }
.cienciaTecnologias p {
	box-sizing: border-box;
	padding: 30px 0 30px 40px;
	border-left: 7px solid;
}
.cienciaTecnologias p:nth-child(1) { border-color: #867ba1; }
.cienciaTecnologias p:nth-child(2) { border-color: #a6a9aa; }
.cienciaTecnologias p:nth-child(3) { border-color: #ae835b; }
.cienciaTecnologias p:nth-child(4) { border-color: #aaa772; }
.cienciaTecnologias p:nth-child(5) { border-color: #71a299; }
.cienciaTecnologias p:nth-child(6) { border-color: #af7a4b; }
/* VIDEO CIENCIA */
#videoDiv {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#videoBlock {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
#videoMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videoMessage * {
	margin: 0;
	padding: .4em;
}
#videoMessage {
	z-index: 99;
	color: white;
	text-shadow: 2px 2px 2px #000;
}
#videoMessage h1 {
	font-size: 2em;
	text-align: center;
	color: #fff;
}
#videoMessage h2 {
	font-size: 1.5em;
	text-align: center;
	color: #fff;
}
#videoMessage h3 {
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}
.videoClick { text-align: center; }
.videoClick a {
	font-size: 1.7em;
	cursor: pointer;
	cursor: hand;
	color: white;
	background-color: rgba(241, 241, 241, .25);
}
.centradoConMargen {
	display: block;
	margin: 4em auto;
}
/* PRODUCTOS */
.margenArriba { margin-top: 2em; }
.productosMarcas h2 {
	font-size: 42px;
	text-align: center;
}
.productosMarcas p {
	font-size: 20px;
	text-align: center;
}
.purifying h2,
.colorPurifying h2 { color: #6d8eaa; }
.sun h2,
.colorSun h2 { color: #ae835b; }
.lightening h2,
.colorLightening h2 { color: #a57b91; }
.ox h2,
.colorOx h2 { color: #af7a4b; }
.aha h2,
.colorAha h2 { color: #71a299; }
.retinoid h2,
.colorRetinoid h2 { color: #aaa772; }
.growth h2,
.colorGrowth h2 { color: #867ba1; }
/* FICHA DE PRODUCTO */
.fichaProductos .nombreProducto h2 {
	line-height: 30px;
	margin-bottom: 0;
}
.fichaProductos .nombreProducto h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.fichaProductos .nombreProducto h4 {
	font-size: 23px;
	margin-top: 0;
	margin-bottom: 2em;
}
.presentacion { font-size: 18px; }
.fichaProductoContenido h2 {
	font-size: 18px;
	font-weight: 400;
}
.fichaProductoContenido ul {
	font-size: 15px;
	padding-left: 1em;
}
.fichaProductoContenido ul li { margin-bottom: 1em; }
.fotorama__wrap {
	display: block;
	margin: 0 auto;
}
/* expand productos */
.content { display: none; }
.toggle.expander.expanded {
	float: right;
	width: 100%;
	min-width: 28px;
	min-height: 26px;
	margin-top: -15px;
	background-image: url(../img/ico-menos-ficha-producto.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.toggle.expander.collapsed {
	float: right;
	width: 100%;
	min-width: 26px;
	min-height: 26px;
	margin-top: -15px;
	background-image: url(../img/ico-mas-ficha-producto.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* MARCAS */
.marcaProductos h2 {
	font-size: 25px;
	margin-bottom: 0;
}
.marcaProductos h3 {
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0;
}
.marcaProductos h4 {
	font-size: 15px;
	margin-top: 0;
}
.marcaProductos h3:hover { font-weight: 600; }
/* CONTACTO */
.direccion {
	padding-left: 0;
	list-style: none;
}
.contacto form {
	max-width: 540px;
	margin: 0 auto;
	padding-top: 32px;
}
textarea {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1.5em;
	color: #444;
}
#leido {
	float: left;
	width: 14px!important;
	height: 20px;
	margin-right: 3px;
}
.aceptarLeido {
	font-size: 14px!important;
	width: 94.3%!important;
	text-align: left!important;
}
.contacto label {
	font-size: 15px;
	display: block;
	margin-bottom: .8em;
	text-align: left;
}
.contacto textarea { float: left; }
.contacto input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 540px;
	height: 45px;
	margin-bottom: 2em;
}
.contacto input[type='submit'] {
	font-size: 18px;
	clear: left;
	max-width: 450px;
	margin: 0 auto;
	color: #444;
	background-color: #dbdbdb;
}
.contacto input[type='textlopd'] {
	width: 0;
	height: 0;
	padding: 0;
	border: 0;
}
.bloquePoliticaPrivacidad {
	overflow-y: scroll;
	height: 135px;
	margin-bottom: 1.6em;
	padding: 0 10px 10px 10px;
	border: 1px solid #dbdbdb;
	border-right: none;
}
.bloquePoliticaPrivacidad p { font-size: 10px; }
/* COLOR FORMILARIOS*/
input:required, textarea:required {
 border: 1px solid #dbdbdb;
 background-color: #fff;
}
input:valid, textarea:required {
 border: 1px solid #dbdbdb;
}
.notaContacto { font-size: 11px; }
.contenedorContacto {
	display: inline-block;
	margin-top: 6em;
}
.textoIntroContacto {
	margin-top: 4em;
	margin-bottom: 5em;
}
/***** MODAL *****/
.modalExterior {
	position: fixed;
	z-index: 2147483648;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.modalInterior {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: auto;
	min-width: 80%;
	max-height: 70%;
	padding: 0 10px 1em;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #fff;
}
.modalInterior p {
	margin-bottom: 1.7em;
	text-align: left;
}
.btnCerrarModal {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px 20px;
	color: #fff !important;
	background-color: #444;
}
.modalEmail p { text-align: center; }
/***/

.zoom_button.icoBuscar { border: none; }
.boxInvertido .seisColumnasA { float: right !important; }
/*marcar secciones del menu principal con modificaciones del atributo BODY de plantilla DW */
#Fashion .menuActivoFashion,
#Corporate .menuActivoCorporate,
#PhotographyProjects .menuActivoPhotographyProjects,
#Rates .menuActivoRates,
#contact .menuActivoContact { font-weight: 600; }
/* CHOSEN */
.chosen-container-single .chosen-single { background: none; }
/* CONTENIDO SLIDER */
.contenidoSlider {
	position: absolute;
	text-align: center;
}
.error { color: red; }
span {
	display: inline-block;
	width: 150px;
}
input,
select { width: 150px; }
.with-select > span,
.with-select > label.error {
	vertical-align: top;
	margin-top: 5px;
	display: inline-block;
}
.g-recaptcha.fluid { margin-bottom: 1.5em; }
/* MODAL INDEX */
.jquery-modal .modal {
    width: 100%;
}
.jquery-modal .modal {
    max-width: 745px;
    border-radius: 3px;
    padding: 15px 15px;
}
/***** VIDEO CORPORATIVO *****/
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menuInferior {
    display: table;
    margin: 3em auto 2em auto;
}

.galeriaDeImagenes {
	text-align: center;
}

