<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Web styles

Aquest CSS guarda els estils personalitzats

================================================== */

.col-md-4, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4 {
    width: 45%;
    padding: 0;
}

a{
	text-decoration: none;	
}
#header{
    width: 100%;
    height: 166px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px -3px #777;
    -moz-box-shadow: 0 3px 3px -3px #777;
    box-shadow: 0 3px 3px -3px #777;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
}

#header #logo{
	float: left;
        width: 30%;
}
#logo img{
	float: left;
	max-width: 351px;
        width: 100%;
	margin-left: 70px;
	margin-top: 40px;
}
#buscador{
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
#buscador #buscador_text{
	float: left;	
}
#buscador_text input{
	height: 19px;	
}

#buscador #sociales{
	float: left;
	height: 30px;
	margin-top: 2px;
	margin-left: 2px;
}
#sociales .ico_social{
	float: left;
	width: 30px;
	height: 28px;
	margin-left: 10px;
}
.ico_social img{
	width: 30px;	
}

#menu{
	float: right;
	margin-top: 24px;        
}
.elementos_menu a{
	float: left;
	font-family: 'Nunito-Regular', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	padding: 18px;
	text-decoration: none;
}
.elementos_menu a:hover{
	background-color: #b69270;
}
.seleccionado{
	background-color: #ccc;	
}
.ul_personalizado{
	list-style: circle;
	font-family: 'Nunito-Regular', sans-serif;
	font-weight: 400;
	margin-left: 20px;
}

/* #Menu secundario */

/*#menu_sec {
    float: left;
    margin: 6px 12px 0 0;    
}
#menu_sec a {
    font-family: 'Nunito-Regular', sans-serif;
    text-decoration: none;
    font-size: 13px;
    margin-right: 14px;
    color: #675c59;
}
#menu_sec a:hover {
    color: #b69270;
}
.menu_sec_clear {
    display: none;    
}*/


#slides{
	width: 100%;
	text-align: center;
	margin-top: 136px;
}
#video{
	float: left;
	width: 100%;
}

#slider{
	.float: left;
	.margin-bottom: 2px;
}
#arrived{
	/*float: left*/;
	margin-top: 10px;
	margin-top: 165px;
	background-color: #fff;
	/*background-image: url("../img/just-arrived.png");
	background-repeat: no-repeat;
	background-position: top left;*/
	padding: 65px;
}
#products{
	float: left;
	margin-top: 10px;
	margin-top: 165px;
	background-color: #fff;
	background: url("../img/fondo-products.png") top center repeat-x;	
}
#products .prod {
        margin-bottom: 15px;	
}
#products.no_results{
	background: none;
}

#products .family_title {
        float: left;
	width: 90%;
	margin-left: 65px;
	margin-top: 65px;
	font-size: 35px;
        font-weight: 400;
        color: #000;
}
#products .family_subtitle {
	clear: left;
	float: left;
	font-size: 23px;
	color: #676c78;
	font-weight: 300;
	margin-left: 65px;
	margin-bottom: 80px;
        margin-top: 2px;
        width: 90%;
}


#contact{
	float: left;
	width: 100%;
	height: 1750px;
	margin-top: 10px;
	margin-top: 135px;
	background-image: url("../img/contact-fondo.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
        background-color: #f8f7f5;
}
#contact #contact-mapa{
	float: left;
	width: 100%;
	margin-top: -30px;
}
#contact #contact-datos{
	float: left;
	font-size: 38px;
	margin-left: 90px;
	line-height: 40px;
	margin-top: 50px;
	color: #3a3939;
        font-family: 'Nunito-Regular', sans-serif;
        font-weight: 300;
}
#contact #contact-datos span{
	float: left;
	font-size: 83px;
	color: #d4b89d;
}
#contact #contact-form{
	float: left;
	margin-left: 90px;
	margin-top: 50px;
}
#contact-form #contact-form-preguntas{
	float: left;	
	width: 520px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color: #3a3939;
	padding: 10px;
}
#contact-form #contact-form-enviado{
	/*float: left;*/	
	width: 380px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color: #3a3939;
	padding: 15px;
	font-size: 13px;
	color: #fff;
	/*margin-left: 22px;
        margin-top: 400px;*/
        margin: 0 auto;
        margin-top: 50px;
}
#contact-form #contact-form-enviado span{
	font-size: 18px;
}
#contact-form-preguntas .pregunta{
	float: left;
	width: 100%;
	color: #fff;	
	font-size: 16px;
	margin-left: -10px;
	padding: 10px;
	padding-left: 20px;
}
#contact-form-preguntas .pregunta:hover{
	float: left;
	width: 98%;
	background-color: #474647;
}
#contact #contact-form-formulario{
	float: left;	
	margin-top: 10px;
}
#contact-form-formulario input{
	width: 502px;
	height: 20px;
	padding: 12px 18px;
	font-size: 13px;
	border-color: #fff;
        margin-top: 15px;
        font-family: 'Nunito-Regular', sans-serif;
        color: #333;
}
#contact-form-formulario textarea{
	width: 500px;
	height: 160px;
	padding: 18px;
	font-size: 13px;
	border-color: #fff;
        margin-top: 15px;
        font-family: 'Nunito-Regular', sans-serif;
        color: #333;
}
#contact-form-formulario button{
	float: right;
	width: 270px;
	padding: 10px;
	color: #fff;	
	font-size: 20px;        
}

#company{
	float: left;
	width: 100%;
	height: 760px;
	margin-top: 10px;
	margin-top: 135px;
	background-color: #fff;
	background-image: url("../img/company.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#rdi_investigacion{
	float: left;
	width: 100%;
	height: 760px;
	margin-top: 135px;
	background-color: #fff;
	background-image: url("../img/rdi-investigacion.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#philosophy{
	float: left;
	width: 100%;
	margin-top: 15px;
	height: 760px;
	background-color: #fff;
	background-image: url("../img/philosophy.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#company .imagen_cab img {
        width: 35%;
        margin: 10px 0 -45px 30px;
}
#rdi_investigacion .imagen_cab img {
        width: 35%;
        margin: 10px 0 -20px 30px;
}
#philosophy .imagen_cab img {
        width: 35%;
        margin: 10px 0 -20px 30px;
}
#company .texto, #philosophy .texto, #rdi_investigacion .texto {
        float: left;
        margin-left: 40%;
        width: 55%;
}


/***** Mapa ******/

#international{
	float: left;
	width: 100%;	
	margin-top: 135px;
        background-color:  #fafafa;      
}
#international #mapa {
	float: left;		
        background: url("../img/mapa-international-1200.jpg") top center no-repeat #fafafa;
        width: 1200px;        
}
#international #pings-mapa{
	float: left;
	width: 100%;
	height: 600px;
	margin-top: 160px;
}
#international .tit {
	margin-left: -53px;
}

#pings-mapa .marcador{
	position: absolute;
}
.ping-marcador{
	position: absolute;
	cursor: pointer;
        z-index: 99;

        transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.ping-marcador:hover {
	opacity: 0.65;
}

.delegacion{
	color: #b69270;
	font-size: 13px;
	text-align: center;	
	padding-bottom: 7px;
	border-bottom: 1px solid #393939;
}
.contacto {
	float: left;
	padding: 8px 5px 0 5px;
	text-align: center;
	margin-left: 35px;
	margin-bottom: 0px;
        cursor: pointer;
}
.contacto .contacto-sobre{
	float: left;	
}
.contacto .contacto-link{
	float: left;	
	margin-left: 6px;
	margin-top: -1px;
	color: #fff;
	font-size: 13px;
}
.form-ping{
	position: relative;
        float: left;
        margin-top: 10px;
        display: none;
}
.form-ping .confirm {
    color: #fff;
    text-align: center;
}
.link-ping{
	float: left;
	color: #fff;
	width: 140px;
	padding: 8px;
	background-color: #97795e;
	text-decoration: none;
	font-size: 10px;
	margin-top: -12px;
	margin-bottom: 12px;
}
.link-ping:hover{
	color: #fff;
	background-color: #333;
}
.globo {
	background-color: #191919;
	border:1px solid #191919;
	font-size:12px;
	margin:10px auto;
	padding:10px;
	position:absolute;
	text-align:center;
	width:155px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 0px #888888;
	-webkit-box-shadow:0 0 0px #888888;
        z-index: 100;        
        opacity: 0;
        
        transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
                      
}

.globo .globo-flecha{
	width:0px;
    height:0px;
    border-left:8px solid transparent; /* izquierda flecha */
    border-right:8px solid transparent; /* derecha flecha */
    border-top:8px solid #191919; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    position: relative;
    top: 31px;
    left: 70px;
    
}
#international #pings-busca{
	float: left;
	width: 100%;
	height: 200px;
        margin-top: -20px;
}

#pings-buscador {
float: left;
width: 45%;
margin-left: 12px;
height: 150px;
}

#ping-keenwell-imagen{
	float: left;       
}
#pings-buscador #ping-keenwell-casillas{
	float: left;
        margin-top: 100px;
	margin-left: -50px;
        width: 500px;
}


#pings-buscador #ping-keenwell-texto{
	float: left;
	line-height: 14px;
        font-size: 11px;
        color: #3a3939;
        margin-left: 68px;
margin-top: -59px;
padding-right: 16%
}
#pings-buscador #ping-keenwell-texto span{
	font-size: 18px;
        color: #5b4016;
        font-weight: 400;
}
#pings-buscador #buscar_pais {
    float: left;
    background-color: #584537;
    color: #fff;
    font-size: 13px;
    font-family: Nunito-Regular;
    padding: 11px 35px;
    .margin-top: 20px;
    margin-left: 270px;
    margin-top: -117px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#ping-keenwell-casillas #selpais {
    float: left;    
}
/*
#ping-keenwell-casillas button {
    float: left;
    background-color: #584537;
    color: #fff;
    font-size: 13px;
    font-family: Nunito-Regular;
    padding: 11px 35px;
    margin-left: 270px;
    .margin-top: -95px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
*/


/* Posicion paises */

#ping-canada {
    top: 325px;
    left: 300px;
}
#ping-usa {
    top: 345px;
    left: 235px;
}
#ping-peru {
    top: 520px;
    left: 314px;
}
#ping-puertorico {
    top: 420px;
    left: 340px;
}
#ping-cuba {
    top: 415px;
    left: 300px;
}
#ping-mexico {
    top: 415px;
    left: 226px;
}
#ping-panama {
    top: 457px;
    left: 292px;
}
#ping-brasil {
    top: 520px;
    left: 414px;
}

#ping-espana {
    top: 345px;
    left: 552px;
}
#ping-portugal {
    top: 350px;
    left: 530px;
}
#ping-uk {
    top: 267px;
    left: 545px;
}
#ping-alemania {
    top: 303px;
    left: 600px;
}
#ping-holanda {
    top: 289px;
    left: 575px;
}
#ping-italia {
    top: 334px;
    left: 601px;
}
#ping-luxemburgo {
    top: 302px;
    left: 575px;
}
#ping-belgica {
    top: 303px;
    left: 566px;
}
#ping-suiza {
    top: 321px;
    left: 576px;
}
#ping-rep-checa {
    top: 300px;
    left: 611px;
}
#ping-eslovaquia {
    top: 306px;
    left: 621px;
}
#ping-hungria {
    top: 315px;
    left: 626px;
}
#ping-bosnia {
    top: 321px;
    left: 619px;
}
#ping-bulgaria {
    top: 328px;
    left: 647px;
}
#ping-serbia {
    top: 324px;
    left: 628px;
}
#ping-lituania {
    top: 274px;
    left: 630px;
}
#ping-letonia {
    top: 270px;
    left: 640px;
}
#ping-estonia {
    top: 254px;
    left: 635px;
}
#ping-suecia {
    top: 255px;
    left: 606px;
}
#ping-dinamarca {
    top: 272px;
    left: 588px;
}
#ping-malta {
    top: 362px;
    left: 599px;
}
#ping-grecia {
    top: 352px;
    left: 627px;
}
#ping-chipre {
    top: 368px;
    left: 655px;
}
#ping-moldavia {
    top: 308px;
    left: 653px;
}
#ping-turquia {
    top: 346px;
    left: 660px;
}
#ping-armenia {
    top: 346px;
    left: 706px;
}
#ping-georgia {
    top: 332px;
    left: 697px;
}
#ping-rusia {
    top: 259px;
    left: 711px;
}
#ping-azerbayan {
    top: 347px;
    left: 719px;
}
#ping-polonia {
    top: 291px;
    left: 635px;
}

#ping-kazajstan {
    top: 306px;
    left: 765px;
}
#ping-turkmenistan {
    top: 330px;
    left: 739px;
}
#ping-bielorusia {
    top: 269px;
    left: 656px;
}
#ping-ucrania {
    top: 310px;
    left: 672px;
}
#ping-iran {
    top: 374px;
    left: 733px;
}
#ping-irak {
    top: 361px;
    left: 691px;
}
#ping-kuwait {
    top: 378px;
    left: 713px;
}
#ping-bahrein {
    top: 394px;
    left: 726px;
}
#ping-eau {
    top: 402px;
    left: 736px;
}
#ping-china {
    top: 380px;
    left: 926px;
}
#ping-kirguistan {
    top: 356px;
    left: 810px;
}
#ping-corea {
    top: 358px;
    left: 979px;
}
#ping-hongkong {
    top: 408px;
    left: 939px;
}
#ping-taiwan {
    top: 402px;
    left: 956px;
}
#ping-macao {
    top: 412px;
    left: 931px;
}
#ping-malasia {
    top: 468px;
    left: 937px;
}
#ping-arabia {
    top: 400px;
    left: 700px;
}
#ping-tailandia {
    top: 438px;
    left: 900px;
}
#ping-vietnam {
    top: 444px;
    left: 918px;
}


#ping-marruecos {
    top: 375px;
    left: 540px;
}
#ping-egipto {
    top: 393px;
    left: 655px;
}


/***** Fin Mapa *****/

#calendario{
	float: right;
	width: 760px;
	height: 90px;
        margin-top: -50px;       
}
#team{
	float: left;
	width: 100%;
	margin-top: 165px;        
}
#team #tabs{
	float: left;
	margin-top: -180px;
}
#team #team_menu{
	float: right;
	width: 25%;
        max-width: 356px;
	margin-top: -160px;
        height: 225px;
        background: url(../img/team_menu.png) bottom center no-repeat;
        background-size: 100%;
        margin-right: 80px;


}
/*#team_menu #team_imagen{
	float: left;
	width: 100%;
	margin-left: 70px;
	margin-top: 12px;
}*/
#team_menu #team_opciones{
	float: right;
	margin-right: 95px;
	width: 40%;
	height: 50px;
	margin-top: 153px;
	background-color: #ccc;
}
#team #team_people{
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f4f2f0;
}
#team_people #pleople_content{
	float: left;
	width: 94%;
	margin-left: 70px;
	padding-top: 70px;
	padding-bottom: 100px;
}
.people{
	float: left;
	text-align: left;
	width: 15%;
	max-width: 210px;
	margin-right: 4%;
	margin-bottom: 30px;
        background-color: #fff;
}
.people_foto{
	float: left;
	width: 100%;
	max-width: 210px;
	border: 4px solid #fff;
}
.people_datos{
	float: left;
	width: 99%;
	background-color: #fff;
	padding: 3px;
        padding-right: 7px;
        min-height: 65px;
}
.people_nombre{
	float: left;
	width: 100%;
	color: #b69270;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 15px;
}
.people_cargo{
	float: left;
	width: 100%;
	font-size: 13px;
	padding-left: 5px;
	font-style: italic;
	color: #999;
}
.people_abstract{
	float: left;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 5px;
	color: #000;
	margin-bottom: 15px;
}
.people_foto_over {
        /*
        position: absolute;
        opacity: 0;
        text-align: center;
        backface-visibility: hidden;
        transition: transform 0.3s, opacity 0.5s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.5s;        
        -moz-box-shadow: 0 0 15px #999;
	-webkit-box-shadow: 0 0 15px #999;
	box-shadow:  0 0 15px #999;
        margin-left: -5px;
        margin-top: -5px;
        */
        float: left;
	width: 100%;
	max-width: 210px;
	border: 4px solid #fff;
        display: none;
        
        
}
.people_foto_over img {
       /*max-width: 220px;*/
}
.people:hover .people_foto {
       display: none;
}
.people:hover .people_foto_over {
       opacity: 1;
       display: block;
}

/***** Prensa ****/

#prensa{
	float: left;
	width: 100%;	
}
#prensa #tabs{
	float: left;
        margin-top: -25px;
}
#prensa .press_info {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f4f2f0;
	padding: 50px 0 100px 0;
}
#prensa .press_data {
	float: left;
        padding: 0 5% 0 5%;
        width: 90%;
}
#prensa .press {
	float: left;
	text-align: center;
	width: 30%;
	max-width: 225px;	
        margin-left: 4%;
	margin-bottom: 30px;
}
#prensa .press:nth-child(4n+1) {
	clear: both;
}

#prensa .press_foto {	
	width: 100%;
	max-width: 225px;
        text-align: center;
}
#prensa .press_foto:hover {	
	opacity: 0.6;
}
#prensa .press_nombre {	
	width: 100%;
	color: #3a2924;
	font-weight: 700;	
	margin-top: 5px;
	font-size: 14px;
        text-align: center;        
}
#prensa .press_links {	
	position: absolute;
        width: 95%;
	max-width: 225px;
        text-align: center;
        display: none;   
        margin-top: 5%;       
}
#prensa .press_links .press_links_content {
        margin: 0 auto;
        width: 150px;        
}
#prensa .press_links .press_links_content.short {
        width: 80px;        
}
#prensa .press_links .press_link_issuu {	
	float: left;
        width: 55px;
	height: 55px;
        display: block;
        background-image: url(../img/keenwell-sprite.png);        
        background-position: 112px 247px;         
        border-radius: 100%;
        margin: 0 10px;
}
#prensa .press_links .press_link_issuu:hover {		
        background-position: 56px 247px;              
}
#prensa .press_links .press_link_pdf {	
	float: left;
        width: 55px;
	height: 55px;
        display: block;
        background-image: url(../img/keenwell-sprite.png);        
        background-position: 0px 247px; 
        border-radius: 100%;
        margin: 0 10px;
}
#prensa .press_links .press_link_pdf:hover {		
        background-position: -56px 247px;              
}

/***** Eventos ****/

#events{
	float: left;
	width: 100%;	
	margin-top: 165px;
}
#events #event{
	float: left;
	background-color: #f0edeb;
	width: 100%;
	text-align: center;
	margin-top: -40px;        
}
.event_caja{
	float: left;
	width: 100%;	
        border-bottom: 15px solid #f0edeb;
}

.texto_negro{
	color: #000;	
}
.texto_blanco{
	color: #fff;	
}
.event_content_blanco{
	float: left;
	width: 100%;
	background-color: #fff;
}
.event_content{
	float: left;
	width: 100%;
	background-color: #3a3939;
        border-bottom: 15px solid #f0edeb;
}

.event_content_foto{
	float: left;
	margin-left: 60px;
	width: 63%;
        background-size: 100% auto;
        background-repeat: no-repeat;
}
.event_content_foto img {
	float: left;
        width: 100%;
        max-height: 400px;
        min-height: 260px;
}
.event_content_foto_sub{
	float: left;
	margin-left: 60px;
	width: 33%;
        background-size: 100% auto;
        background-repeat: no-repeat;
}
.event_content_foto_sub img {
	max-height: 235px;
        min-height: 166px;
        width: 100%;        
}

.event_content_info{
	float: left;
	width: 27%;
	text-align: left;
	padding-top: 50px;
	padding-left: 40px;
}
.dato_event_more {
    margin-bottom: 15px;
}
.event_content_info_sub{
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 50px;
	padding-left: 40px;
}
.event_dato1{
	float: left;
	font-size: 30px;
	font-family: "Bodoni";
	color: #fff;
        margin-top: -4px;
}
.event_dato2{
	float: left;
	clear: left;
	font-size: 140px;
	font-family: "Bodoni";
	color: #fff;
}
.event_dato3{
	float: left;
	font-size: 30px;
	font-family: "Bodoni";
	margin-top: 92px;
	margin-left: 5px;
	color: #fff;
}
.linea{
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	margin-top: -7px;
}
.dato_event{
	float: left;	
}
.dato_event_sub{
	float: left;
	margin-top: -30px;
}
.dato_event_fecha{
	float: left;	
	font-size: 12px;
	color: #b69270;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}
.dato_event_titulo{
	float: left;	
	clear: left;
	width: 80%;
	font-size: 14px;
	font-weight: bold;
        margin-bottom: 12px;
}
.dato_event_titulo a {
    text-decoration: none;
    cursor: pointer;
}
.dato_event_titulo.texto_blanco a {
    color: #fff;
}
.dato_event_titulo a:hover {
    color: #b69270;
}


.dato_event_descripcion,.dato_event_descripcion p{
line-height: 14px;
	float: left;	
	font-size: 12px;
	width: 80%;        
}
.dato_event_descripcion.txt_large {
        display: block;
        
}
.dato_event_descripcion.txt_short {
        display: none;
}
.dato_event_more{
	float: left;	
	clear: left;
	font-size: 13px;
	color: #b69270;
	margin-top: 15px;
	font-weight: bold;
        cursor: pointer;
      
}
.dato_event_more a {
        color: #b69270;
        text-decoration: none;
}
.dato_event_more:hover, .dato_event_more a:hover {
    color: #000;
}

#events .tit.not {
    width: 500px;    
}
#events .subtit.not {
    width: 300px;
}
#events a.link_listado {
    float: right;
    background: url(../img/ico_listado.png) left center no-repeat;
    font-family: 'Nunito-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 0 8px 25px;
    margin-right: 40px;
    margin-top: -40px;
}
#calendario a.link_listado {
    margin-right: 50px;
    margin-top: -90px;
}

/* Listado anual */

#events #event_anual {
	float: left;
        background-color: #fff;        
}
#events #event_anual .event_caja {
	width: 50%;
        border-bottom: none;       
}
#events #event_anual .barra {
	float: left;
        border-top: 15px solid #f0edeb;
        width: 100%;
}
#events #event_anual .event_content_blanco {
	padding-left: 24px;
        width: 90%;       
}
#events #event_anual .event_content_info_sub {
	width: 90%;
        padding-bottom: 15px;        
}
#events #event_anual .dato_event_descripcion p {
        width: 100%;
        
}
#events .event_anual .tit {
        width: 500px;	
}
#events .event_anual .subtit {
        width: 200px;	
}



.contenido{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.contenido2{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f4f2f0;
}
.texto{
	float: right;
	margin-right: 60px;	
        width: 800px;
}
#marca{	
	margin-left: -65px;
	margin-top: -50px;
	width: 35px;
	height: 7px;
	background-color: #000;
}
#marca2{	
	width: 106px;
	height: 12px;
	background-color: #000;
	margin-bottom: 40px;
}
.p20{
	float: left;
	margin-top: -140px;
	color: #5b4016;
	font-size: 20px;
	line-height: 22px;
}
.p18{
	float: left;
	color: #262626;
	font-size: 15px;
	margin-top: 5px;
}
.p16{
	float: left;
	color: #262626;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 30px;
	line-height: 15px;
}
.tit{
	float: left;
	width: 700px;
	margin-left: 65px;
	margin-top: 65px;
	font-size: 35px;        
}
.subtit{
	clear: left;
	float: left;
	font-size: 23px;
	color: #676c78;
	font-weight: normal;
	margin-left: 65px;
	margin-bottom: 80px;
}
.grantit{
	clear: left;
	float: left;
	width: 80%;
	font-size: 40px;
	margin-left: 60px;
	margin-top: -67px;
	color: #fff;
	line-height: 42px; 
	text-shadow: 1px 1px 15px #616161; 
	 filter: dropshadow(color=#616161, offx=1, offy=1);        
}
.bloque_tit {
    float: left;
    width: 100%;
}
#galeria{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	background-color: #f4f2f0;
}
.dg-lightbox-link {
    cursor: default;
}


.content_foto{
	float: left;
}
#content_arrivals{
	float: left;       
}

#content_products{
	float: left;
	background-image: url("../img/fondo-products.jpg");
}
#banner{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#catalogo{
	text-align: center;
}

.info_producto{
	margin-top: 50px;
	color: #3a2924;
	font-weight: bold;
	font-size: 15px;
	margin-left:10px;
}
.info_producto a{
	text-decoration: none;
        cursor: pointer;
}
.codigo{
	font-size: 12px;
	font-weight: normal;
	height: 45px;
	color: #3a2924;
	margin-left: 10px;
        margin-top: 2px;
}
.info_estrellas{
	margin-left: -10px;
	margin-top: -24px;
        margin-bottom: 10px;
        margin-left: 10px;
}
.mas_info{
	color: #3a2924;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}
.imagen_catalogo{
	width: 100%;
}
.prod{
	float: left;
	width: 33%;
        max-width: 430px;
}
.prod_img{
	float: left;
	width: 40%;
        padding: 15px;
}
.prod_img a {
	cursor: pointer;
}
.prod_img img {
    min-width: 150px;
    max-width: 190px;
}
.prod_img img:hover {
    opacity: 0.8;
}
.prod_info{
	float: left;
	width: 50%;
        margin-left: -10px;
}

/* Nova fitxa producte */

#content_arrivals .prod:nth-child(3n+1) {
        clear: both;
}
.prod_ficha {
        z-index: 1100;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 0px;
        left: 0;
        transition: height 1000ms ease 0s;
        margin: 0;
        padding: 0;
        background-image: url(../img/loading.gif);
        background-repeat: no-repeat;
        background-position: center center;        
}
.prod-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(90,90,90,0.5);
}
.prod-overlay.active {
        opacity: 1;
        visibility: visible;
}
.prod_cerrar {
    float: right;
    margin-top: -45px;
    margin-right: 10px;
    cursor: pointer;    
}
.prod {
        transition: height 1000ms ease 0s;
}
.jxProd {
        .float: left;
        width: 100%;
}
.jxProd #producto {
        .float: left;
        .margin: auto;
        .padding: 0;
        margin-top: 0;
}
#loading {
        display: none;
}


/* Llistat productes (new) */

#content_arrivals {
    float: left;
    width: 95%;
    margin-bottom: 100px;
    margin-left: 5%;
    
}
#content_arrivals .products_list {
    width: 75%;
    max-width: 1024px;
    margin: 0 auto;
}
#content_arrivals .producto .info_estrellas {
    margin: 0 auto;
    margin-top: 25px;
    width: 105px;
}

#content_arrivals .producto {
    margin-bottom: 30px;
    min-height: 395px;
}
#content_arrivals .producto:nth-child(3n+1) {
    clear: both;
}
#content_arrivals h2 {
    line-height: 14px;
    margin-bottom: -2px;
}
#content_arrivals .producto img {
    max-width: 235px;
    max-height: 270px;
    margin-bottom: 15px;
    width: 100%;
}
#content_arrivals .producto .info_estrellas {
    margin-top: 22px;
    margin-bottom: 15px;
}

#content_arrivals .producto{
	float: left;
	text-align: center;	
}
#content_arrivals .producto:nth-child(3n+1) {
	.clear: both;
}
#content_arrivals .producto img.producto-img{
	float: center;
}
#content_arrivals .producto img.producto-img:hover{
	opacity: 0.8;
}
#content_arrivals .producto h2{
	margin: auto;
	text-align: center;
	font-size: 13px;
	color: #000;
	width:70%;
	margin-top: 5px;
	font-weight: bold;
        border: none;
}
#content_arrivals .producto h2 a{
	color: #000;
	text-decoration: none;
        text-transform: uppercase;
}
#content_arrivals .producto h2 a:hover{
	color: #777;
}
#content_arrivals .producto span{
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 3px;
	font-size: 11px;
        text-transform: uppercase;
}
#content_arrivals .producto .producto-estrellas{
	float: left;
	width: 100%;
	margin-top: 2px;
	text-align: center;
}
#content_arrivals .stars_group {
    clear: both;
    margin-top: 4px;
}

#content_arrivals .star, #content_arrivals .star_prod {
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
#content_arrivals .titulo-seccion{	
	text-align: center;
        padding-bottom: 30px;
        margin-right: 5%;        
}
#content_arrivals .titulo-seccion h1{
	font-weight: 300;
	font-size: 35px;
	color: #2d1e1b;
        text-transform: uppercase;
        font-family: 'Nunito-Regular';
        font-weight: 300;
}
#content_arrivals .titulo-seccion h3{
	margin: auto;
	margin-top: 80px;
	margin-bottom: 130px;
	width: 80%;
	text-align: center;
	font-size: 50px;
	font-weight: 100;
	color: #2d1e1b;
}

/**** opciones carrito compra ****/

.producto .addtocart {
	float: left;
	width: 100%;
	height: 90px;
	margin-top: 10px;
        cursor: pointer;        
}
.producto .addtocart a{
	margin: auto;
	border: 1px solid #000;
	padding: 10px;
	color: #000;
	text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        background-color: #fff;
}
.producto .addtocart a:hover{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.producto .quantity {
    margin: 0 auto;
    width: 80px;
    padding-top: 30px;
}
.producto .quantity .mas_cant {
    float: left;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.producto .quantity .menos_cant {
    float:left;
    cursor: pointer;
    font-size: 16px;
    margin-top: -1px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.producto .quantity input {
    float: left;
}
.producto .product_info {
    min-height: 385px;
}
.producto .shop_no_disponible {
    text-transform: uppercase;
    width: 100%;
    height: 90px;
    margin-top: 12px;
    font-size: 12px;
    float: left;
}
.producto .icon_color {    
    background-image: url("../img/ico_color.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    width: 35px;
    height: 37px;
    margin-left: 223px;
    margin-top: 49px;
}
#products .producto .icon_color {
    margin-left: 230px;
}

.producto .info_oferta {
    color: #e32953;
    font-size: 13px;
    font-weight: 600;    
    margin-top: -10px;
    padding-bottom: 15px;
}
.producto .info_oferta a {
    color: #e32953;    
}
.producto .info_oferta a:hover {
    color: #000;   
    text-decoration: none;
}
.producto span.tachado {    
    text-decoration: line-through;
    width: auto !important;
    float: none !important;
    font-size: 15px !important;        
}

.producto span.precio_oferta {
    color: #e32953;
    font-size: 15px !important;    
    font-weight: 600;    
    float: none !important;
    text-decoration: none;
    padding-left: 15px;    
    width: auto;
}



/*********/

#news{
	float: left;
	width: 100%;
	text-align: center;
}
.new{
	float: left;
	width: 20%;
}

/*
#footer{
	float: left;
	width: 100%;
}
#logo_footer{
	float: left;
	width: 25%;	
	margin-top: 10px;	
        margin-left: 3%;
	margin-right: 1%;
        max-width: 356px;
}
#logo_footer img {
	width: 100%;
        max-width: 351px;
}
#logo_footer span{
	float: left;
	margin-left: 48px;
	margin-top: -30px;
	font-size: 12px;
	font-family: 'Nunito-Regular', sans-serif;
	font-weight: 400;
        min-width: 250px;
}
#logo_footer span.info_tablet {
        display: none;
}
#content_dato_footer{
	float: left;
        width: 65%;
        max-width: 998px;
}

.dato_footer{
	float: left;
	margin-top: 40px;
	margin-left: 7%;
	color: #675c59;
	font-size: 14px;
	margin-bottom: 40px;
	font-family: 'Nunito-Regular', sans-serif;
	font-weight: 400;	
}
#footer a {
font-size: 12px;
	text-decoration: none;
        line-height: 17px;
      }
*/
.sombra{
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
}


/* Ficha producto */
.mas_info {
    cursor: pointer;    
}

#producto {    
    margin-top: 20px;
    background-color: #fff;
    float: left;
    width: 100%;    
}
#producto .producto_info {
    background-color: #fff;
    border-right: 1px solid #e4e5e4;
    width: 53%;
    float: left;
}

#producto .producto_info .images {
    padding: 20px 10px 20px 0px;
    float: left;    
    width: 40%;
}
#producto .producto_info .images .photo {
    width: 100%;    
}
#producto .producto_info .images .photo img {
    width: 100%;
    max-width: 325px;
    float: left;    
}
#producto .producto_info .images .photo img.no_show {
    display: none;
    margin-left: -250px;    
}
#producto .producto_info .images .photo img.show {
    display: block;
    margin-left: 0;
    
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#producto .producto_info .thumbnails {
    margin-top: 5px;
    margin-left: 10px;
    float: left;
}
#producto .producto_info .thumbnails .thumb {
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px;
    cursor: pointer;
}
#producto .producto_info .thumbnails .thumb_multi {
    width: 80px;
    height: 20px;
    float: left;
    margin: 4px 8px 4px 4px;
    cursor: pointer;
    border: 1px solid #e9e9e9;

}
#producto .producto_info .thumbnails .thumb_multi div {
    float: left;
    height: 20px;
}
#producto .producto_info .thumbnails .thumb_color {
    width: 90%;
    float: left;
    color: #1f1f1f;
    font-size: 12px;
    font-family: Nunito-Regular;
    padding: 0 0 10px 4px;
}
#producto .producto_info .thumbnails .thumb_color span {
    font-weight: 500;
    font-size: 13px;
}


#producto .producto_info .info {
    padding: 40px 30px 10px 20px;
    float: left;    
    width: 50%;
}
#producto .producto_info .info .inicio {
    float: left;    
}
#producto .producto_info .titulo {
    font-size: 14px;
    color: #3a2924;
    font-weight: 700;
    padding-right: 25px;
}
#producto .producto_info .codprod {
    font-size: 12px;
    color: #1d1d1d;
    line-height: 18px;
    margin-bottom: 8px;
}
#producto .producto_info #descripciones {
    float: left;    
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    padding-top: 8px;
    margin-bottom: 12px;
    border-top: 1px solid #ccc;
    padding-bottom: 12px;
}

#producto .producto_info .descripcion p {
    font-size: 12px;
    color: #3a2924;
    line-height: 14px;
}
#producto .producto_info .descripcion p.tit_descrip {
    padding-top: 6px;
    margin-bottom: -8px;
    font-weight: 700;    
}
#producto .producto_info .reviews {
    float: left;
    border-top: none;
    border-bottom: none;
    width: 375px;
    margin: 0px 0 25px 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#producto .producto_info .reviews a {
    font-size: 12px;
    color: #3a2924;
    text-decoration: none;
}
#producto .producto_info .reviews a:hover {
    text-decoration: underline;
}
#producto .producto_info .pdf {
    float: right;    
}
#producto .producto_info .social {    
    float: left;
    padding: 5px 0;
    margin-top: -15px;
    width: 80%;
}
#producto .control {
    display: none;
}
#producto .expand, #producto .contract {
    float: left;
    font-size: 16px;
    font-family: Verdana;
    border-top: 1px solid #ccc;
    width: 100%;
    text-align: right;
}
#producto .expand span, #producto .contract span {
    cursor: pointer;
}
#producto .contract {
    letter-spacing: -2px;
    display: none;
}

/* Productos relacionados */

#producto_relac {
    width: 100%;
    background-color: #fafaf8;
    float: left;
}
#producto_relac .tit_relac {
    font-family: Nunito-Regular;
    font-size: 13px;
    color: #3a2924;
    padding: 20px 0 20px 4%;
}
#producto_relac .items_relac {
    float: left;
    width: 90%;
    padding: 0 2%;
}
#producto_relac .item {
    float: left;
    width: 25%;
}
#producto_relac .item img {
    float: left;
    margin-right: -10px;
    width: 40%;
}
#producto_relac .item .title {
    font-size: 11px;
    color: #3a2924;
    font-weight: 700;
    margin-top: 25px;
}
#producto_relac .item .title a {
    text-decoration: none;
    color: #3a2924;
}
#producto_relac .item .title a:hover {
    color: #b69270;
}
#producto_relac .item .cod {
    font-size: 10px;
    color: #1d1d1d;
    margin-top: 3px;
}

/* PestaÃ±as */

#producto .producto_tabs {
    background-color: #fff;
    width: 46%;
    float: left;
}

#producto #tabs {
    width: 100%;
    float: left;   
}
#producto #tabs ul {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#producto #tabs ul li.prod-tabs-1 {
    float: left;
    width: 17%;
}
#producto #tabs ul li.prod-tabs-2 {
    float: left;
    width: 20%;
}
#producto #tabs ul li.prod-tabs-3 {
    float: left;
    width: 22%;
}
#producto #tabs ul li.prod-tabs-4 {
    float: left;
    width: 22%;
}
#producto #tabs ul li.prod-tabs-5 {
    float: left;
    width: 16.5%;
    border-right: none;
}
#producto #tabs ul li.prod-tabs-6 {
    float: left;
    width: 0%;
}

#producto #tabs a.prod-tabs-a {    
    width: 100%;
    float: left;
    text-align: center;
}
#producto #tabs li a.prod-tabs-b {    
    width: 100%;
    float: left;
    text-align: center;
}
#producto #tabs a.prod-tabs-c {    
    width: 100%;
    float: left;
    text-align: center;
}
#producto #tabs a.prod-tabs-d {    
    width: 100%;
    float: left;
    text-align: center;
}
#producto #tabs a.prod-tabs-e {    
    width: 100%;
    float: left;
    text-align: center;
}
#producto #tabs a.prod-tabs-f {    
    width: 100%;
    float: left;
    text-align: center;
}

/* Ficha producto - Line */

#prod-tabs-a {
    padding: 30px 10px 10px 50px;
}
#prod-tabs-a .item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
#prod-tabs-a .item img {
    float: left;
    margin-right: -10px;
    width: 40%;
}
#prod-tabs-a .item .title {
    font-size: 11px;
    color: #3a2924;
    font-weight: 700;
    margin-top: 25px;    
}
#prod-tabs-a .item .title a {
    text-decoration: none;
    color: #3a2924;   
}
#prod-tabs-a .item .title a:hover {
    color: #b69270;
}    
#prod-tabs-a .item .cod {
    font-size: 10px;
    color: #1d1d1d;
    margin-top: 3px;
}

/* Ficha producto - Collection */

#prod-tabs-b {
    padding: 30px 10px 10px 50px;
}
#prod-tabs-b .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: -20px;
}
#prod-tabs-b .item img {
    width: 60%;
}
#prod-tabs-b .item .title {
    font-size: 10px;
    color: #3a2924;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
#prod-tabs-b .item .cod {
    font-size: 9px;
    color: #1d1d1d;
    margin-top: 3px;
    text-align: center;
}

/* Ficha producto - Ingredients */

#prod-tabs-c {
    padding: 30px 10px 10px 50px;
}
#prod-tabs-c .item {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#prod-tabs-c .item img {
    float: left;
    margin-top: -5px;
    width: 20%;
}
#prod-tabs-c .item .texto {
    float: right;
    width: 65%;
    margin-right: 0px;
}
#prod-tabs-c .item .title {
    font-size: 14px;
    color: #3a2924;
    font-weight: 700;
    float: right;
    margin-bottom: 10px;    
}
#prod-tabs-c .item .desc p {
    font-size: 12px;
    color: #3a2924;
    float: right;
    text-align: right;
}

/* Ficha producto - Tratamientos */

#prod-tabs-d {
    padding: 0;
}
#prod-tabs-d .temp {    
    background: url("../img/comingsoon.png") top center no-repeat;
    width: 100%;
    height: 430px;
    margin-top: 62px;
}

/* Ficha producto - Press */

#prod-tabs-e {
    padding: 30px 10px 10px 50px;
}
#prod-tabs-e .item {
    float: left;
    width: 33%;
    text-align: center;
    padding-bottom: 20px;
}
#prod-tabs-e .item .title {
    font-size: 10px;
    color: #3a2924;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
#prod-tabs-e .item .cod {
    font-size: 9px;
    color: #1d1d1d;
    margin-top: 3px;
    text-align: center;
}
#prod-tabs-e .item img {
    width: 100%;
}

/* Ficha producto - Reviews */

#prod-tabs-f {
    
}
#prod-tabs-f .botones {
    width: 100%;
    float: right;
}
#prod-tabs-f .botones a.see_review, #prod-tabs-f .botones a.write_review {
    float: right;
    background-color: #ddd;
    font-size: 14px;
    color: #fff;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    margin: -5px 15px 20px 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#prod-tabs-f .botones a.see_review:hover, #prod-tabs-f .botones a.write_review:hover, #prod-tabs-f .form a.enviar:hover {
    background-color: #8e8e8e;
}
#prod-tabs-f .review_active {
    background-color: #8e8e8e;
}
#prod-tabs-f .form {
    width: 80%;
    float: left;
    margin-left: 15px;    
}
#prod-tabs-f .form .confirm {
    display: none;
}
#prod-tabs-f .form .estrellas {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 120px;
}
#prod-tabs-f .form input, #prod-tabs-f .form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 13px;
    color: #6f6f6f;
    float: left;
    max-width: 220px;
    width: 40%;
    padding: 12px 0px 12px 10px;
    margin: 0 10px 10px 0;
}
#prod-tabs-f .form input.long {
    max-width: 462px;
    width: 85%;
}
#prod-tabs-f .form textarea {
    max-width: 462px;
    height: 75px;
    width: 85%;
}
#prod-tabs-f .form a.enviar {
    float: left;
    background-color: #b69270;
    font-size: 14px;
    color: #fff;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#prod-tabs-f .list {    
    width: 100%;
    float: left;    
}
#prod-tabs-f .list .item {
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 20px 0 20px 0;
    width: 100%;
}
#prod-tabs-f #comments {
    float: left;
    width: 100%;
}
#prod-tabs-f .list .person {
    float: left;
    margin-left: 10px;
    color: #3a2924;
    width: 100%;
}
#prod-tabs-f .list .info_review {
    float: right;
    width: 60%;
    padding-right: 15px;    
}
#prod-tabs-f .list .info_review .title {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
#prod-tabs-f .list .info_review .desc {
    text-align: right;
    font-size: 12px;   
}


/* estrellas valoraciÃ³n */

.stars_group {
    float: left;
    margin-left: -3px;
    clear: both;
    width: 100%;
}

.star, .star_prod {
    width: 20px;
    height: 18px;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
.star_prod {
    cursor: default;
}
.star_on {
    background: url("../img/star_on.png") no-repeat;    
}
.star_off {
    background: url("../img/star_off.png") no-repeat;    
}


/** Ficha producto (new)  **/

#detalle-contenedor{
	width: 100%;
        .max-width: 1280px;
	text-align: center;
        margin: 0 auto;
	margin-top: 40px;
}
#detalle-contenedor.col-md-12 {
        float: none;
}
#detalle-contenedor #linea-menu {
	float: left;
	list-style: none;
	margin-bottom: 20px;
        margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#detalle-contenedor #detalle-menu{
	margin: auto;
	width: 95%;
        /*font-family: 'Nunito-Regular';*/
	font-weight: 400;
}
#detalle-contenedor #detalle-menu ul{
	float: left;
	list-style: none;
	margin-bottom: 20px;
	width: 55%;
        margin-top: -46px;
}
#detalle-contenedor #detalle-menu ul li a{
	float: left;
	margin-right: 30px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #484848;
	text-decoration: none;
	font-weight: 400;
        cursor: pointer;
}
#detalle-contenedor #detalle-menu ul li a:hover{
	border-bottom: 3px solid #000;
}
#detalle-contenedor #detalle-menu ul li a.selec{
	border-bottom: 3px solid #e04a33;
        cursor: default;
}

#detalle-contenedor #detalle{
	margin: auto;
	width: 95%;
	text-align: center;
        /*font-family: 'Nunito-Regular';   */
	font-weight: 400;
}
#detalle-contenedor #detalle #detalle-imagen{
	float: left;
	width: 45%;
}
#detalle-contenedor #detalle #detalle-imagen img{
	width: 85%;
        .max-width: 465px;
}
#detalle-contenedor #detalle .detalle-info{
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 30px;        
        padding-bottom: 25px;
}

#detalle-contenedor #detalle .detalle-info p {
        font-size: 14px;
        font-weight: 300;        
}
#detalle-contenedor #detalle .detalle-info .nombre{
	float: left;
	clear: left;
	width: 100%;
	font-size: 23px;
	/*font-family: 'Nunito-Regular', sans-serif;*/
        text-transform: uppercase;
        font-weight: 300;
}
#detalle-contenedor #detalle .detalle-info .codigo{
	float: left;
	clear: left;
	width: 100%;
	font-size: 15px;
	color: #e5a86d;
	/*font-family: 'Nunito-Regular', sans-serif;*/
        margin: 0;
        padding-top: 8px;
}
#detalle-contenedor #detalle .detalle-info .title{
	font-size: 14px;
}
#detalle-contenedor #detalle .detalle-info .desc p{
	font-size: 14px;
}
#detalle-contenedor #detalle .detalle-info .stars_group {
    margin-left: -2px;
}
#detalle-contenedor #detalle .detalle-info .star_prod {
    width: 19px;
    height: 17px;
}

#detalle-contenedor #detalle .detalle-info #caja-estrellas{
	float: left;
	clear: left;
	width: 280px;
	margin-top: 15px;
}
#detalle-contenedor #detalle .detalle-info #caja-estrellas img{
	float: left;
}
#detalle-contenedor #detalle .detalle-info #caja-estrellas #estrellas-links{
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}
#detalle-contenedor #detalle .detalle-info #caja-estrellas a.lin {
	color: #3a2924;
	text-decoration: none;
        font-size: 14px;
}
#detalle-contenedor #detalle .detalle-info #caja-estrellas a.lin:hover {
	color:Â&nbsp;#000;
        text-decoration: underline;
}

#detalle-contenedor #detalle .detalle-info #caja-pdf{
	float: left;
	width: 220px;
	margin-top: 15px;
}
#detalle-contenedor #detalle .detalle-info #caja-pdf img{
	float: left;
}
#detalle-contenedor #detalle .detalle-info .descripcion{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 20px;
	color: #3a2924;
        font-size: 15px;
        line-height: 18px;
}
#detalle-contenedor #detalle .detalle-info .precio{
	float: left;
	clear: left;
	width: auto;
	margin-top: 40px;
	color: #3a2924;
	font-size: 25px;
}
#detalle-contenedor #detalle .detalle-info .tachado .precio{
	text-decoration: line-through;        
        font-size: 20px !important;  
        padding-top: 2px;
}
#detalle-contenedor #detalle .detalle-info .precio_oferta{
	float: left;	
	width: auto;
	margin-top: 40px;
	color: #3a2924;
	font-size: 25px;
        margin-left: 25px;
}
#detalle-contenedor #detalle .detalle-info .literal{
	float: left;
	clear: left;
	width: 100%;
	margin-top: 20px;
	color: #3a2924;
	font-weight: 600;
	font-size: 15px;
        margin-bottom: -10px;
}
#detalle-contenedor #detalle .detalle-info #cantidad{
	float: left;
	clear: left;
	width: 200px;
	height: 20px;
	margin-top: 18px;
	margin-bottom: 15px;
	border: 1px solid #d2d2d2;
	padding-top: 12px;
}
#detalle-contenedor #detalle .detalle-info #cantidad .left{
	float: left;
	margin-left: 7px;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	text-align: center;
        font-size: 14px;
}
#detalle-contenedor #detalle .detalle-info #cantidad .num{
	float: left;
	margin-left: 7px;
	width: 130px;
	height: 20px;
	margin-top: -9px;
	color: #3a2924;
	text-align: center;
}
#detalle-contenedor #detalle .detalle-info #cantidad .right{
	float: right;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	text-align: center;
        font-size: 14px;
}
#detalle-contenedor #detalle .detalle-info #cantidad .txt_cantidad{
	width: 30px;
        text-align: center;
        color: #3a2924;
        height: 10px;
        float: left;
        margin-top: -8px;
        border: none;
        font-family: 'Nunito-Regular';
        font-size: 12px;
        margin-left: 55px;
}
#detalle-contenedor #detalle .detalle-info #cantidad a{
	font-size: 14px;
	font-weight: bold;
	color: #3a2924;
	text-decoration: none;
        cursor: pointer;
}
#detalle-contenedor #detalle .detalle-info .cantidad-addtocart{
	float: left;
	width: 200px;
	height: 90px;
	margin-top: 24px;
	margin-left: 10px;
	margin-bottom: -40px;
}
#detalle-contenedor #detalle .detalle-info .cantidad-addtocart a{
	margin: auto;
	border: 1px solid #000;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
}
#detalle-contenedor #detalle .detalle-info .cantidad-addtocart a:hover{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#detalle-contenedor #detalle .detalle-info .shop_no_disponible {
    text-transform: uppercase;   
    margin-top: 30px;
    font-size: 20px;
    float: left;
}



/*fotos*/
#detalle-contenedor #detalle #detalle-imagen img.no_show {
    display: none;
    margin-left: -250px;
}
#detalle-contenedor #detalle #detalle-imagen img.show {
    display: block;
    margin-left: 0;

    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#detalle-contenedor #detalle #detalle-imagen .thumbnails {
    margin: 0 auto;
    padding-top: 50px;
    width: 70%;    
}
#detalle-contenedor #detalle #detalle-imagen .thumbnails .thumb {
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px;
    cursor: pointer;
}
#detalle-contenedor #detalle #detalle-imagen .thumbnails .thumb_multi {
    width: 80px;
    height: 20px;
    float: left;
    margin: 4px 8px 4px 4px;
    cursor: pointer;
    border: 1px solid #e9e9e9;

}
#detalle-contenedor #detalle #detalle-imagen .thumbnails .thumb_multi div {
    float: left;
    height: 20px;
}
#detalle-contenedor #detalle #detalle-imagen .thumbnails .thumb_color {
    width: 90%;
    float: left;
    color: #1f1f1f;
    font-size: 12px;    
    padding: 0 0 10px 4px;
    font-weight: 600;
    text-align: left;
}
#detalle-contenedor #detalle #detalle-imagen .thumbnails .thumb_color span {
    font-weight: 600;
    font-size: 13px;
}



#detalle-contenedor #detalle .ingred .item {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#detalle-contenedor #detalle .ingred .item.last {
    border-bottom: none;
}
#detalle-contenedor #detalle .ingred .item img {
    float: left;
    margin-top: -5px;
    width: 20%;
}
#detalle-contenedor #detalle .ingred .item .texto {
    float: right;
    width: 75%;
    margin-right: 0px;
}
#detalle-contenedor  .ingred .item .title {
    font-size: 14px;
    color: #3a2924;
    font-weight: 600;
    float: left;
    margin-bottom: 10px;
}
#detalle-contenedor #detalle .ingred .item .desc p {
    font-size: 14px;
    color: #3a2924;    
    text-align: left;
    line-height: 15px;
}

#detalle-contenedor #detalle .coleccion {
    margin-top: 0px;
}
#detalle-contenedor #detalle .coleccion .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    border-bottom: none;
}
#detalle-contenedor #detalle .coleccion .item img {
    width: 60%;
}
#detalle-contenedor #detalle .coleccion .item .title {
    font-size: 13px;
    color: #3a2924;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
#detalle-contenedor #detalle .coleccion .item .cod {
    font-size: 9px;
    color: #1d1d1d;
    margin-top: 3px;
    text-align: center;
}
#detalle-contenedor #detalle .coleccion .item:nth-child(2n+1) {
     clear: both;
}
#detalle-contenedor #detalle {
    max-width: 1280px;
}

#detalle-contenedor #detalle .prensa .item {
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: none;
}
#detalle-contenedor #detalle .prensa .title {
    font-size: 13px;
    color: #3a2924;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
#detalle-contenedor #detalle .prensa .cod {
    font-size: 9px;
    color: #1d1d1d;
    margin-top: 3px;
    text-align: center;
}
#detalle-contenedor #detalle .prensa img {    
    width: 60%;
}
#detalle-contenedor #detalle .prensa .item:nth-child(2n+1) {
     clear: both;
}


#detalle-contenedor .salto {
    clear: both;
    display: none;
}

#products.ficha .family_title {
	font-size: 28px;
}
#products.ficha .family_subtitle {
	font-size: 18px;
        margin-bottom: 15px;
}


/* Comentarios
================================================== */

.reviews {
	position: relative;
	float: left;
	clear: both;
	font-size: 50px;	
	font-weight: 300;
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 90px;
	padding-bottom: 90px;
}
.reviews #reviews-detalle{
	margin: auto;
	width: 65%;
	text-align: center;
	font-size: 12px;
}

.reviews #reviews-detalle #captions{
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.reviews #reviews-detalle #write{
	float: right;
}
.reviews #reviews-detalle #write a{
	margin: auto;
	border: 1px solid #000;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	color: #fff;
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.reviews #reviews-detalle #write a:hover{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
.reviews #reviews-detalle #filter{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.reviews #reviews-detalle #filter #filter-center {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
}

.reviews #reviews-detalle #filter #filter-center ul{
	margin: auto;
	width: 470px;
	list-style: none;
}
.reviews #reviews-detalle #filter #filter-center ul li{
	float: left;
	padding: 18px;
}
.reviews #reviews-detalle #filter #filter-center ul li a{
	float: left;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.reviews #reviews-detalle #filter #filter-center span{
	float: right;
	background-image: url("../img/flecha-down.png");
	width: 7px;
	height: 6px;
	margin-top: 5px;
	margin-left: 7px;
}

.reviews #reviews-detalle .review{
	float: left;
	color: #000;
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 25px;
	margin-top: 60px;
}
.reviews #reviews-detalle .review .review-left{
	float: left;
	width: 40%;
}

.reviews #reviews-detalle .review .rev-nombre{
	float: left;
	width: 100%;
	font-weight: 400;
	font-weight: bold;
	text-decoration: underline;
        text-transform: uppercase;
}
.reviews #reviews-detalle .review .rev-literal{
	float: left;
	width: auto;
	clear: left;
	font-weight: 300;
	color: #000;
        text-transform: uppercase;
}
.reviews #reviews-detalle .review .rev-literal-tit{
	float: left;
	width: auto;
	clear: left;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	margin-top: 10px;
}
.reviews #reviews-detalle .review .rev-valor{
	float: left;
	width: auto;
	color: #000;
	font-weight: 400;
	margin-left: 10px;
}
.reviews #reviews-detalle .review .rev-descripcion{
	float: left;
	width: auto;
	color: #000;
	font-weight: 400;
	margin-top: 15px;
	line-height: 20px;
        clear: both;
}
.reviews #reviews-detalle .review .review-right{
	float: left;
	width: 60%;
}
.reviews #reviews-detalle .review .estrellas-rev{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.reviews #reviews-detalle .review .estrellas-rev .stars_group {
        margin-left: -5px;
}
.reviews #reviews-detalle .review img{
	float: left;
}
.reviews #reviews-detalle .review .rev-opciones{
	float: left;
	width: 100%;
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
.reviews #reviews-detalle .review #rev-opcion{
	float: left;
}
.reviews #reviews-detalle .review #rev-opcion a{
	margin: auto;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 10px;
	color: #000;
	background-color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}
.reviews #reviews-detalle .review #rev-opcion a:hover{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
.reviews #reviews-detalle .review .rev-opciones ul{
	float: right;
}
.reviews #reviews-detalle .review .rev-opciones ul li{
	float: right;
	margin-right: 15px;
}
.reviews #reviews-detalle .review .rev-opciones ul li a{
	color: #000;
	text-decoration: underline;
	font-weight: 400;
	font-weight: bold;
}
.reviews #reviews-detalle .review .rev-opciones ul li a:hover{
	text-decoration: none;
}
.reviews #add_comment {
        cursor: pointer;
}

.reviews #write-review {
        display: none;
}
.reviews #write-review form {
        padding: 20px;
        padding-left: 65px;
}
.reviews #write-review input {
        float: left;
        height: 45px;
        border-radius: 3px;
        margin-right: 2%;
        padding: 0;
        padding-left: 10px;
        font-family: 'Nunito-Regular';
}
.reviews #write-review textarea {
        height: 100px;
        border-radius: 3px;
        padding-left: 10px;
        font-family: 'Nunito-Regular';
}
.reviews #write-review a.enviar {
    float: right;
    background-color: #b69270;
    font-size: 15px;
    color: #fff;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 4.5%;
    margin-left: 10px;
}
.reviews #write-review a.enviar:hover {
    opacity: 0.8;
}
.reviews #write-review .estrellas {
    float: right;
    margin-left: 15px;
    margin-top: 8px;
    width: 120px;
}
.reviews #write-review .title {
        width: 100%;
        text-align: left;
        font-size: 30px;
        border-bottom: 1px solid #ccc;
        font-weight: 300;
        padding-bottom: 15px;
}
.reviews #write-review .close {
        width: 30px;
        height: 30px;
        background-image: url("../img/cerrar_coment.png");
        opacity: 1;
        float: right;
        cursor: pointer;
}





/* Detalle Event-New */

.detalle_evento {
    background-color: #fff;
    float: left;    
    width: 100%;
}
.detalle_evento img {
    float: left;
    width: 55%;
    max-width: 785px;
}
.detalle_evento .datos {
    text-align: left;
    float: left;
    width: 35%;
    padding: 0px 60px 0 40px;
    height: 400px;
    overflow: hidden;
}
.detalle_evento .cerrar {
    float: right;
    width: 32px;
    height: 33px;
    background: url("../img/close_modal.png") no-repeat;
    cursor: pointer;
    margin: 10px 10px;
}
.detalle_evento .cerrar:hover {
    opacity: 0.5;
}
.detalle_evento .fecha {
    font-size: 12px;
    color: #b69270;
}
.detalle_evento .titulo {
    font-size: 14px;
    color: #3a2924;
    font-weight: 700;
}
.detalle_evento .descripcion {
    margin-bottom: 20px;
}
.detalle_evento .descripcion p {
line-height: 14px;
    font-size: 12px;
    color: #1d1d1d;
    margin-top: 12px;
    margin-bottom: 12px;
}
.detalle_evento .descripcion p a {
    color: #b69270;
    text-decoration: none;
}
.detalle_evento .descripcion p a:hover {
    color: #3a2924;
}

/* Puntos de venta */

#puntosventa {
    float: left;
    width: 100%;    
    margin-top: 165px;   
}
/*#puntosventa .img_cab {
    position: absolute;
    left: 480px;
    top: 225px;
    width: 35%;
    z-index: 100;
}*/
#puntosventa .img_cab img {
    width: 100%;
    max-width: 471px;
    min-width: 300px;
}

#puntosventa .search {
    float: left;
    margin-left: 65px;
    margin-top: -50px;
}

/*#puntosventa #textobuscar {
    width: 130px;
    height: 18px;
    padding: 11px 18px;
    font-size: 13px;
    border-color: #ccc;
    .margin-top: 15px;
    font-family: 'Nunito-Regular', sans-serif;
    color: #333;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url("../img/lupa_buscar.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}
#puntosventa #buscar_tienda {
    float: left;
    background-color: #584537;
    color: #fff;
    font-size: 14px;
    font-family: Nunito-Regular;
    padding: 11px 35px;
    margin-left: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}*/
#puntosventa .listshops {
    float: left;
    width: 100%;
    background-color: #f9f7f6;
    background-image: url("../img/contact-fondo.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
#puntosventa #clientList {
    float: left;
    .margin-top: 20px;
    width: 100%;    
    padding-bottom: 375px;
    background-image: url("../img/fondo_tiendas.png");   
    background-repeat: no-repeat;
    background-position: top right;    
}
#puntosventa #clientList .element {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 65px;
}
#puntosventa #clientList .nom_min a {
    text-decoration: none;
    font-weight: 700;
}
#puntosventa #clientList .adress_min {
    font-size: 12px;
    margin-top: 5px;
}
#puntosventa #clientList .distance_min {
    font-size: 12px;
    margin-top: 5px;
}
#puntosventa .volver {
    float: right;
    margin-right: 20px;
    margin-top: 50px;
}


/***** Tratamientos - Ficha ****/

#tratamientos {
    float: left;
    width: 100%;
}

#tratamiento {
    float: left;
    width: 100%;
    margin-top: -50px;    
}
#tratamiento .trat_barra_titulo {
    width: 100%;
    height: 122px;
    /*background-image: url("../img/fondo_cab_tratamiento.jpg");*/
    background-repeat: no-repeat;
    background-position: top left;
    .background-size: 100%;
}
#tratamiento .trat_titulo {
    float: left;
    font-size: 36px;
    color: #fff;
    margin: 15px 0 4px 65px;
    width: 55%;
}

#tratamiento .trat_subtitulo p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 0 65px;
    clear: both;
    font-weight: 600;
}
#tratamiento .trat_img_cab {
    position: absolute;
    right: 2%;
    top: 200px;
    width: 35%;
}
#tratamiento .trat_img_cab img {
    width: 100%;
    max-width: 482px; 
}

#tratamiento .trat_tit_seccion {
    float: left;
    font-size: 21px;
    color: #3a2924;
    font-weight: 700;
    margin-bottom: 10px;
    width: 50%;
}

#tratamiento .trat_contenido {
    float: left;
    background-color: #f4f2f0;
    .padding-left: 65px;
    padding-bottom: 25px;
    width: 100%;
}
#tratamiento .trat_texto {
    /*float: left;*/
    margin-left: 65px;
}
#tratamiento .trat_texto p {
    font-size: 13px;
    color: #262626;    
    width: 55%;
    line-height: 16px;
}
#tratamiento .trat_contenido .trat_texto p {
    margin: 20px 0 10px 0;
}
#tratamiento .trat_contenido a.trat_pdf {
    float: right;
    background-color: #dcdad8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url("../img/ico_pdf.png");
    background-repeat: no-repeat;
    background-position: 15px 8px;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 55px 15px 55px;
    color: #414141;
    display: block;
    margin-right: 115px;
    margin-top: -40px;    
}
#tratamiento .trat_contenido a.trat_pdf span.trat_pdf_tit {
    font-size: 13px;
    font-weight: 700;
}
#tratamiento .trat_contenido a.trat_pdf:hover {
    opacity: 0.8;
}


#tratamiento .trat_pasos {
    float: left;
    background-color: #f4f2f0;    
    padding-bottom: 20px;
    width: 100%;   
}


#tratamiento .trat_pasos #pasos {
    float: left;
    background-color: #fff;    
    overflow: hidden;
}
#tratamiento .trat_pasos .step {
    float: left;    
}
#tratamiento .trat_pasos .step_info {
    float: left;    
    padding: 20px;    
}
#tratamiento .trat_pasos .step_info .step_num {
    font-family: Bodoni;
    font-size: 100px;
    color: #e8baa8;
    margin-top: -10px;
}
#tratamiento .trat_pasos .step_info .step_title {
    font-size: 14px;
    color: #3a2924;
    font-weight: 600;
    margin-bottom: 8px;
}
#tratamiento .trat_pasos .step_info .step_description p {
    font-size: 12px;
    color: #1d1d1b;
    padding-right: 30px;
}
#tratamiento .trat_pasos .step_image {
    float: left;    
}
#tratamiento .trat_pasos .step_image img {
    width: 100%;
    max-width: 450px;
}
#tratamiento .trat_pasos .step_icons {    
    float: right;
    width: 100%;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -50px;
}
#tratamiento .trat_pasos .step_icons img {
    margin: 0;
    width: 18%;
    float: right;
}

#tratamiento .trat_pasos .pagination {
    float: left;
    width: 100%;
    padding-top: 15px;
}
#tratamiento .trat_pasos .pagination a {
    font-size: 13px;
    text-decoration: none;    
}
#tratamiento .trat_pasos .pagination #link_next {
    float: right;
    margin-right: 65px;
    background-image: url("../img/arrows02.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 30px;
    height: 30px;    
    position: absolute;    
    margin-top: -13%;
    left: 95%;
}
#tratamiento .trat_pasos .pagination #link_prev {
    float: left;
    margin-left: 65px;
    background-image: url("../img/arrows02.png");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -13%;
    right: 95%;
}


#tratamiento .trat_profesional {
    float: left;
    background-color: #fff;
    padding: 20px 0 25px 65px;    
    width: 100%;
}
#tratamiento .trat_productos {
    margin-top: 15px;
    float: left;
    width: 90%;
}
#tratamiento .trat_productos .prod {
    margin-left: -35px;
    width: 25%;
}
#tratamiento .trat_productos .prod:nth-child(4n+1) {
    clear: both;
}
#tratamiento .trat_productos .prod_info {
    margin-left: -10px;
}
#tratamiento .trat_productos .info_producto {
    font-size: 11px;    
}
#tratamiento .trat_productos .codigo {
    font-size: 10px;
}
#tratamiento .trat_productos .prod_img img:hover {
    /*opacity: 1;*/
}


#tratamiento .trat_ingredientes {
    float: left;
    background-color: #fff;
    padding: 20px 0 0 0;
    border-top: 3px solid #f4f2f0;
    width: 100%;
}
#tratamiento .trat_ingredientes .trat_ingred_items {
    float: left;    
    padding: 20px 0 25px 65px;
}
#tratamiento .trat_ingredientes .item {
    float: left;
    width: 33%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#tratamiento .trat_ingredientes .item:nth-child(3n+1) {
    clear: both;
}
#tratamiento .trat_ingredientes .item img {
    float: left;
    margin-top: -15px;
    width: 28%;
}
#tratamiento .trat_ingredientes .item .texto {
    float: left;
    width: 54%;
    margin-left: 10px;    
}
#tratamiento .trat_ingredientes .item .title {
    font-size: 14px;
    color: #3a2924;
    font-weight: 700;
    float: left;
    margin-bottom: 10px;    
}
#tratamiento .trat_ingredientes .item .desc p {
    font-size: 12px;
    color: #3a2924;
    float: left;
    text-align: left;    
}

#tratamiento .trat_uso_casa {
    float: left;
    background-color: #f4f2f0;
    padding: 40px 0 25px 65px;
    background-image: url("../img/fondo_uso_casa.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 90%;

    -moz-box-shadow: inset 0 -6px 18px #d9d9d9;
    -webkit-box-shadow: inset 0 -6px 18px #d9d9d9;
    box-shadow:  inset 0 -6px 18px #d9d9d9;
}
#tratamiento .trat_tabla {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
#tratamiento .trat_tabla table {
    width: 90%;
    .max-width: 800px;
}
#tratamiento .trat_tabla thead {
    background-color: #a7a7a7;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
#tratamiento .trat_tabla td {
    padding: 8px;
    text-align: center;
    font-size: 14px;
}
#tratamiento .trat_tabla td.left {
    text-align: left;
}

#tratamiento .trat_margin {
    margin-left: 65px;
}

#tratamiento .trat_uso_casa .trat_texto {
    margin-left: 0px;
}

/***** Tratamientos - Listado ****/

#tratamientos #tabs {
	float: left;
        /*background-image: url("../img/fondo_list_tratamientos.png");*/
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        margin-top: 108px;
}
#tratamientos #tratamiento #tabs {
        background-image: none;
        margin-top: 0px;
}

#tratamientos #tabs ul li {
    /*border-top: 1px solid #f4f2f0;*/
    border: none;
}

#tratamientos .img_trat {
	float: left;
        clear: both;
        width: 28%;
        margin-left: 65px;
        margin-bottom: -80px;
}
#tratamientos .img_trat img {
	width: 100%;
        max-width: 400px;
}
#tratamientos .trat_info {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #f4f2f0;
	padding: 50px 0 0 0;
}

#tratamientos #img_video {
	width: 100%;
        float: left;
        margin-top: -25px;
        margin-bottom: 15px;
}
#tratamientos #img_video .img_video_container {
	width: 92%;
        margin: 0 auto;
}
#tratamientos #img_video img {
	width: 100%;
        -webkit-box-shadow: 0px 4px 10px 3px rgba(58,41,36,0.22);
        -moz-box-shadow: 0px 4px 10px 3px rgba(58,41,36,0.22);
        box-shadow: 0px 4px 10px 3px rgba(58,41,36,0.22);
        cursor: pointer;
}

/*#tratamientos #img_video .play_video {
        position: absolute;
        width: 7%;
        z-index: 998;
        background-image: url("../img/play_video.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        left: 48%;
        cursor: pointer;
        transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
}
#tratamientos #img_video .play_video:hover {
        width: 7.5%;
        opacity: 0.9;
}*/

#tratamientos .trat_info .trat_title {
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
}
#tratamientos .trat_info .trat_title a.main_tit {
    font-size: 24px;
    font-family: 'Nunito-Regular', sans-serif;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
}
#tratamientos .trat_info .trat_title a.main_tit:hover {
    color: #b69270;
}
#tratamientos .trat_info .trat_title span.sub_tit {
    font-size: 20px;
    color: #777;    
}
#tratamientos .trat_info .trat_title span.sub_tit p {
    line-height: 22px;
    padding-left: 10%;
    padding-right: 10%;
}

#tratamientos .trat_img {
    width: 100%;
}
#tratamientos .trat_img img {
    width: 100%;
}
#tratamientos .trat_img img:hover {
    opacity: 0.8;
}
#tratamientos .trat_img .trat_flecha {
    .border-left: 8px solid transparent;
    .border-right: 8px solid transparent;
    .border-top: 8px solid #191919;
    position: absolute;    
    margin-top: 7%;
    margin-left: 50%;
    opacity: 0.6;
    z-index: 100;
    cursor: pointer;
}
#tratamientos .trat_img .trat_flecha img {
    width: 140%;
}

#tratamientos .trat_space {
    float: left;
    width: 100%;
    margin-top: -150px;
}


#video_tratamientos {
        float: left;
        width: 100%;                        
}
#video_tratamientos iframe.video {
        width: 100%;
}
#video_tratamientos .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
}
#video_tratamientos .embed-container iframe, #video_tratamientos .embed-container object, #video_tratamientos .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}



/* popup banner */

#popup_banner {
    left: 50%;
    margin-left: -335px;
    top: 0;
    margin-top: 12%;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(25,25,25,0.75);
    -moz-box-shadow: 0px 0px 12px 6px rgba(25,25,25,0.75);
    box-shadow: 0px 0px 12px 6px rgba(25,25,25,0.75);
    position: absolute;
    display: none;
}
#popup_banner .popup_close {    
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 0;
    margin-top: 16px;
    margin-right: 20px;    
}
#popup_banner.sphere.es {
    width: 670px;
    height: 497px;
    background-image: url("../img/sphere-popup-esp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popup_banner.sphere.en {
    width: 670px;
    height: 497px;
    background-image: url("../img/sphere-popup-eng.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popup_banner.sphere a {
    width: 670px;
    height: 497px;
    display: block;
}
#popup_banner.newsletter {
    width: 670px;
    height: 497px;
    background-color: #fff;
    font-family: 'Nunito-Regular';
    text-align: center;
    color: #000;
}
#popup_banner.video {
    width: 1100px;
    height: 618px;
    margin-left: -550px;
    background-color: #fff;   
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    margin-top: 0 !important;
    top: 240px; 
}
#popup_banner.video_navidad {
    margin-top: -83px !important;    
    width: 1368px;
    height: 555px;
    margin-left: -684px;    
}

#popup_banner.newsletter .nl-content {
    width: 100%;
    float: left;
    margin-top: 90px;
}
#popup_banner.newsletter .nl-content .nl-txt-1 {
    width: 100%;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
}
#popup_banner.newsletter .nl-content .nl-txt-2 {
    width: 100%;
    font-size: 48px;
    font-weight: 400;
    margin-top: 6px;
    letter-spacing: 3px;
}
#popup_banner.newsletter .nl-content .nl-txt-3 {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    margin-top: 25px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
#popup_banner.newsletter .nl-content .txt-email {
    width: 80%;
    margin: 0 auto;
    font-family: 'Nunito-Regular';
    height: 55px;
    text-align: center;
    border: 2px solid #c5c5c5;
    font-size: 18px;
    color: #82888c;
    font-weight: 300;
}
#popup_banner.newsletter .nl-content #btn_newsletter {
    background-color: #2b2b2b;
    color: #fff;
    font-size: 18px;
    padding: 20px 50px;
    margin-top: 25px;    
    border-radius: 0;
}
#popup_banner.newsletter .nl-content #btn_newsletter:hover {
    opacity: 0.8;
}
#popup_banner.newsletter .popup_close {    
    background-image: url("../img/close_popup.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    z-index: 100;
    width: 28px;
    height: 28px;
}



/*** Modificacions ****/

#products .producto .icon_color {
    margin-left: 255px;
}
#arrived .producto .icon_color {
    margin-left: 255px;
}




/* #Layout Web
================================================== */

    .container                                  { position: relative; width: 100%; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 0px; margin-right: 0px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; } /* 160 */
    .container .four.columns                    { width: 220px; } /* 220px */
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; } 
    .container .fourteen.columns                { width: 820px; } /* 83,23% - 820px */
    .container .fifteen.columns                 { width: 880px; } /* 93,62% - 880px */
    .container .sixteen.columns                 { width: 940px; } /* 100% - 940px */

    .container .one-third.column                { width: 300px; } /*300px*/
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



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

            #producto .producto_info .reviews {
                width: 350px;
            }            
            
    }
    
/* #Responsive Tablet (Portrait)   --   TABLET
================================================== */

    /* Note: Design for a width of 768px */

    /*@media only screen and (min-width: 768px) and (max-width: 1127px) { */
    @media only screen and (max-width: 1127px) {
        .container                                  { width: 100%;  }  /** 768  **/
        .container .column,
        .container .columns                         { margin-left: 0px; margin-right: 0px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; } /*220px*/
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
        
        
		#logo img{
			float: left;
			width: 200px;
			margin-left: 20px;
			margin-top: 26px;
		}

                                                		
                #arrived{
                        padding: 65px 0px;                        
                }

		#arrived span{
			float: left;			
			margin-top: 80px;
			margin-bottom: 20px;
			font-size: 30px;                        
		}


                #calendario{
			float: left;
			margin-left: 2%;
                        margin-top: -20px;
                        margin-bottom: 70px;
		}

		.new{
			float: left;
			width: 384px;
		}	

		.contenido{
			float: left;
			width: 100%;
			padding-bottom: 30px;
		}
		.contenido2{
			float: left;
			width: 100%;
			padding-top: 30px;
			padding-bottom: 50px;
			background-color: #f4f2f0;
		}
		.texto{
			width: 500px;
		}

		.p20{			
			font-size: 18px;			
                        
		}
		.p18{
			.float: left;
			.color: #262626;
			.font-size: 15px;
			.margin-top: -15px;
		}
		.p16{
			.float: left;
			.color: #262626;
			.font-size: 14px;
			.margin-top: 10px;
			.padding-bottom: 30px;
			.line-height: 15px;
		}

		#marca{
			.float: right;
			.margin-right: 590px;
			.margin-top: -50px;
			.width: 35px;
			.height: 7px;
			.background-color: #000;
		}
		#marca2{
			.float: right;
			.margin-right: 455px;
			.width: 106px;
			.height: 12px;
			.background-color: #000;
			.margin-bottom: 40px;
		}


		.tit{
			float: left;
			width: 700px;
			margin-left: 35px;
			margin-top: 35px;
			font-size: 35px;
		}
                
		.subtit{
			clear: left;
			float: left;
			font-size: 23px;
			color: #676c78;
			font-weight: normal;
			margin-left: 35px;
			margin-bottom: 50px;
                        width: 80%;
		}
                .subtit.not{
                        width: 300px;
		}
                #events #event_anual .event_content_blanco {
                        padding-left: 0px;
                }

                #international .tit {
                        margin-left: -82px;
                }
                #international .subtit {                                                
                        margin-left: 35px;
                        text-align: left;
                }
		.grantit{			
			font-size: 30px;
			margin-left: 32px;
			margin-top: -40px;			
			line-height: 31px;
		}

                /* Noticias-Eventos */

                #events .subtit{
			margin-bottom: 70px;       
		}
                #event .dato_event_more {
                    margin-bottom: 15px;
                }
                
                .event_content_foto {
                    margin-left: 30px;
                }
                .event_content_foto_sub{
                    margin-left: 30px;
                }                                
                .event_content_foto {
                    width: 58%;
                }                
                .event_dato1{
                        font-size: 26px;
                        margin-top: -20px;
                }
                .event_dato2{
                        font-size: 100px;
                }
                .event_dato3{
                        font-size: 26px;
                        margin-top: 62px;
                }

                /* Detalle Event-New */

                .detalle_evento img {
                    width: 50%;
                }
                .detalle_evento .datos {
                    padding: 30px 30px 0 40px;
                    height: 300px;
                }
                
                /* Contacto */

		#contact #contact-datos{
			float: left;
			font-size: 30px;
			margin-left: 90px;
			line-height: 40px;
			margin-top: 50px;
			color: #3a3939;                        
		}
		#contact #contact-datos span{
			float: left;
			font-size: 53px;
			color: #d4b89d;                        
		}
		#contact-form #contact-form-enviado{
			float: left;	
			width: 340px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			background-color: #3a3939;
			padding: 15px;
			font-size: 13px;
			color: #fff;
			margin-left: 0px;
		}

                /* Footer */

                #logo_footer {
                    margin-left: 2%;
                }
                #logo_footer span{
                        display: none;
                }
                #logo_footer span.info_tablet {
                        display: block;
                }		
		#content_dato_footer{			
			width: 65%;			
			margin-left: 15px;			
		}
		.dato_footer{			
                        margin-left: 5%;
		}

                /** Team **/

                /*#team {
                    margin-top: 100px;
                }

                #team #tabs {
                    margin-top: -120px;
                }
                
                #team_people #pleople_content{
                        margin-left: 45px;
                        padding-top: 50px;
                }
                #team_people #pleople_content .people{
                        max-width: 280px;
                        margin-right: 4%;
                        width: 20%;
                }
                #team_people #pleople_content .people_foto{
                        max-width: 300px;
                }
                #team_people #pleople_content .people_datos{
                        padding: 6px;
                        padding-right: 3px;
                }*/

                /* Ficha producto */

                #producto .producto_info .images {
                    padding: 20px 0 20px 0px;                    
                }
                #producto .producto_info .info {
                    padding: 40px 30px 10px 0;
                }
                #producto .producto_info .reviews {
                    width: 300px;
                }

                #prod-tabs-c .item .texto {
                    margin-right: 10px;
                }

                #prod-tabs-f .botones a.see_review, #prod-tabs-f .botones a.write_review {
                    padding: 10px 20px 10px 20px;
                }
               
                
                /* Mapa */

                #internacional {
                    width: 768px;
                    height: 500px;
                }
                #international #mapa{
                        background: url("../img/mapa-international-768.jpg") top center no-repeat #fafafa;
                        width: 768px;
                        margin-left: 0px;
                }                
                

                #pings-buscador{
                        width: 80%;                        
                }                

                /* Posicion paises */

                #ping-usa {
                    top: 375px;
                    left: 145px
                }
                #ping-peru {
                    top: 485px;
                    left: 195px
                }
                #ping-puertorico {
                    top: 425px;
                    left: 215px
                }
                #ping-cuba {
                    top: 420px;
                    left: 180px
                }
                #ping-mexico {
                    top: 420px;
                    left: 140px
                }
                #ping-panama {
                    top: 450px;
                    left: 185px
                }
                #ping-espana {
                    top: 375px;
                    left: 350px
                }
                #ping-protugal {
                    top: 378px;
                    left: 332px
                }
                .globo {
                    bottom: 1205px;
                    left: 65px;
                }

                #company .textos, #rdi_investigacion .textos, #philosophy .textos {
                    margin-top: -80px;
                   
                }

                #company .texto, #rdi_investigacion .texto, #philosophy .texto {
                    width: 55%;
                }

                /* Tiendas */

                #puntosventa .img_cab {
                    top: 210px;                    
                }

                #puntosventa .search {                    
                    margin-left: 35px;
                    margin-top: -20px;
                }
               
                #puntosventa #clientList .element {                    
                    padding-left: 35px;
                }

                /* Tratamientos */

                #tratamiento .trat_barra_titulo {
                    margin-top: 30px;
                }
                #tratamiento .trat_img_cab {
                    top: 220px;
                    width: 30%;
                }
                #tratamiento .trat_titulo {
                    margin-left: 35px;
                }
                #tratamiento .trat_subtitulo p {
                    margin-left: 35px;
                }
                #tratamiento .trat_texto {
                    margin-left: 35px;
                }
                #tratamiento .trat_productos .prod {                    
                    width: 33%;
                }
                #tratamiento .trat_productos .prod:nth-child(4n+1) {
                    clear: none;
                }
                #tratamiento .trat_productos .prod:nth-child(3n+1) {
                    clear: both;
                }
                #tratamiento .trat_productos .prod_info {
                    margin-left: 0;
                }
                #tratamiento .trat_profesional {
                    padding-left: 35px;
                }
                #tratamiento .trat_ingredientes .trat_ingred_items {
                    padding-left: 35px;
                }
                #tratamiento .trat_uso_casa {
                    padding-left: 35px;
                }
                #tratamiento .trat_tabla table {
                    /*width: 65%;*/
                }
                #tratamiento .trat_tabla thead {
                    font-weight: 14px;
                }
                #tratamiento .trat_tabla td {
                    font-weight: 14px;
                }

                #tratamiento .trat_margin {
                    margin-left: 35px;
                }


                #tratamientos .img_trat {
                    margin-left: 35px;
                    margin-bottom: -60px;
                }
                #tratamientos .trat_info .trat_title a.main_tit {
                    font-size: 20px;
                    line-height: 32px;
                }
                #tratamientos .trat_info .trat_title span.sub_tit {
                    font-size: 16px;
                }
                #tratamientos .trat_img .trat_flecha {
                    margin-top: 6%;
                }
                
                

    }
    
    
    @media only screen and (max-width: 1024px) {
                
                .menu_sec_clear {
                     display: block;
                }
                #menu_sec {
                    float: right;
                    margin-top: -28px;
                    margin-bottom: 10px;
                    margin-right: -10px;
                }
                #buscador #buscador_text{
                        margin-left: 100px;
                }
                #products .family_title {
                        margin-left: 25px;
                }
                #products .family_subtitle {
                        margin-left: 25px;
                }
                .prod_img{
                        padding: 0px;
                        margin-top: 15px;
                }
                .prod_img img {
                        min-width: 120px;
                }
                .prod_info{                        
                        margin-left: 10px;
                }
                .info_producto{                        
                        font-size: 13px;
                        margin-top: 35px;
                }
                .codigo{
                        font-size: 11px;
                }
                .mas_info{
                        font-size: 11px;
                }

                #products #content_arrivals{
                
                        .padding: 0 0 30px 0;
                }

                #company .texto, #rdi_investigacion .texto, #philosophy .texto {
			width: 55%;
		}
                

                /* Noticias-Eventos */

                .dato_event_descripcion.txt_large {
                        display: none;
                }
                .dato_event_descripcion.txt_short {
                        display: block;
                }
                .detalle_evento .datos {
                    height: 250px;
                }
                

                /* Prensa */

                /*#prensa .press_data {
                        padding: 0 2% 0 2%;                        
                }
                #prensa .press {                        
                        width: 20%;                        
                }*/
                #prensa .press_nombre {                        
                        font-size: 13px;                        
                }
                
                #prensa .press_links {
                        margin-left: -10px;
                }
                #prensa .press_links .press_links_content {
                        width: 140px;
                }
                #prensa .press_links .press_link_issuu,#prensa .press_links .press_pdf {	                        
                        margin: 0 2px;
                }


                .p20 {
                    margin-top: -30px;                    
                }

                #puntosventa .img_cab {
                    left: 380px;
                    top: 245px;
                }

                /* tratamientos */

                #tratamiento .trat_barra_titulo {
                    height: 110px;
                }
                #tratamiento .trat_titulo {
                    font-size: 42px;
                }
                #tratamiento .trat_subtitulo p {
                    font-size: 16px;
                }
                #tratamiento .trat_img_cab {
                    top: 240px;                    
                }
                #tratamiento .trat_contenido a.trat_pdf {
                    margin-top: -85px;
                }
                #tratamiento .trat_productos {
                    margin-left: 15px;
                }
                #tratamiento .trat_ingredientes .item {
                    width: 50%;
                }
                #tratamiento .trat_ingredientes .item:nth-child(3n+1) {
                    clear: none;
                }
                #tratamiento .trat_ingredientes .item:nth-child(2n+1) {
                    clear: both;
                }
                #tratamiento .trat_ingredientes .item img {
                    width: 20%;
                }
                #tratamiento .trat_pasos .step_info .step_num {
                    font-size: 70px;
                }
                #tratamiento .trat_pasos .step_info .step_title {
                    font-size: 12px;                    
                    margin-top: -24px;
                    margin-left: 42px;
                }
                #tratamiento .trat_pasos .step_info .step_description p {
                    font-size: 10px;
                    float: right;
                    padding-right: 0px;
                }

                #tratamientos .trat_info .trat_banner_tit span.main_tit {
                    font-size: 20px;
                }
                #tratamientos .trat_info .trat_banner_tit span.sub_tit p {
                    font-size: 11px;
                }

                #producto_relac .item .title {
                    font-size: 10px;
                    margin-top: 10px;
                }
                #producto_relac .item .cod {
                    font-size: 9px;
                }


    }

    /* ResoluciÃ³ vertical Tablet */

    @media only screen and (max-width: 950px) {
        
        /*#team #team_menu{
                width: 32%;
        }

        .people_foto_over img {
               max-width: 160px;
        }*/

        #logo_footer img {
                width: 195px;
        }
        #logo_footer span{
                display: none;
        }
        #logo_footer span.info_tablet {
                display: block;
        }
	#content_dato_footer{
		width: 67%;
                margin: -152px 0 0 220px;
        }
	.dato_footer{
		margin-left: 15px;
	}

        .p20 {
               margin-top: -30px;
        }

        .detalle_evento .datos {
                    height: 160px;
        }

        /* ficha producto */
        #producto .producto_info {
              width: 48%;
        }
        #producto .producto_tabs {
              width: 51%;
              margin-top: 0px;
        }
        #producto .producto_info .info {
              padding: 40px 10px 10px 20px;
        }
        #producto .producto_info .titulo {
              font-size: 13px;
              padding-right: 15px;
        }
        #producto .producto_info .codprod {
              font-size: 11px;
        }
        #producto .producto_info .descripcion p {
              font-size: 11px;
        }
        #producto .control {
            display: block;
        }
        #producto .producto_info .reviews a {
              font-size: 10px;
        }
        #producto .producto_info .reviews {
              width: 200px;
        }
        #producto .producto_info .pdf {
              float: left;
              margin-bottom: 10px;
        }

        #producto_relac .items_relac .item {
              width: 33%;
        }
        #producto_relac .items_relac .item.hidden {
              display: none;
        }

        #prod-tabs-a {
            padding: 30px 10px 10px 20px;
        }
        #prod-tabs-a .item {
            width: 50%;
        }
        #prod-tabs-a .item img {            
            width: 30%;
            margin-left: 0px;
            margin-bottom: 15px;
            margin-right: 0px;
        }
        #prod-tabs-a .item .title {             
             margin-right: 15px;
             font-size: 10px;
             width: 180px;
             margin-top: 10px;
        }
        #prod-tabs-a .item .cod {
             font-size: 9px;
        }

        #prod-tabs-b  {
            padding-right: 30px;
        }
        #prod-tabs-b .item {
            width: 50%;
        }
        #prod-tabs-b .item img {
            .width: 50%;
        }
        #prod-tabs-b .item .title {
            width: 150px;
            margin-left: 15px;
        }
        #prod-tabs-b .item .cod {
            margin-bottom: 10px;
        }

        #prod-tabs-c  {
            padding-right: 30px;
        }
        #prod-tabs-c .item img {
            width: 12%;
        }

        #prod-tabs-d .temp {
            max-height: 328px;
            margin-top: 22px;
        }

        #prod-tabs-e {
            padding-right: 30px;
        }        
        #prod-tabs-e .item img {
            width: 40%;
        }

        #prod-tabs-f .botones {
            margin-top: -8px;
        }
        #prod-tabs-f .form {
            width: 95%;            
            margin-top: -5px;
        }
        #prod-tabs-f .form input, #prod-tabs-f .form textarea {
            width: 25%;
            padding: 8px 0px 8px 10px;
        }
        #prod-tabs-f .form input.long {
            width: 53%;
        }
        #prod-tabs-f .form textarea {
            height: 35px;
            width: 53%;
        }
        #prod-tabs-f .form a.enviar {            
            clear: both;
        }

        /* Tratamientos */

        #tratamiento .trat_img_cab {
            display: none;
        }
        #tratamiento .trat_titulo {            
            width: 80%;
        }
        #tratamiento .trat_subtitulo p {
            font-size: 14px;
        }
        #tratamiento .trat_texto p {
            width: 75%;
        }        
        #tratamiento a.trat_pdf {
            float: left;            
        }
        #tratamiento .trat_tabla table {
            /*width: 80%;*/
        }
        #tratamiento .trat_tabla thead {
            font-size: 14px;
        }
        #tratamiento .trat_tabla td {
            font-size: 14px;
        }
        #tratamiento .trat_pasos .step_info .step_num {
            font-size: 60px;
        }
        #tratamiento .trat_contenido a.trat_pdf {
            float: left;
            margin-right: 0px;
            margin-top: 10px;
            margin-left: 35px;
        }

        #tratamientos .trat_info .trat_banner_tit span.sub_tit {
            display: none;
        }
        #tratamientos .trat_info .trat_flecha.izq {
            margin-left: 21%;
            margin-top: 5%;
        }
        #tratamientos .trat_info .trat_flecha.der {
            margin-left: 22%;
            margin-top: 5%;
        }
        #tratamientos .trat_info .trat_banner_tit span.main_tit {
            font-size: 14px;
        }

        #menu{
                margin-top: 28px;
        }


        #detalle-contenedor #detalle-menu ul{
            margin-top: -44px;
        }
        #detalle #detalle-menu ul li a {
            font-size: 11px;
            margin-right: 8px;
        }

        .reviews #reviews-detalle .review #rev-opcion{float: left;margin-top: 10px;}
        .reviews #reviews-detalle .review .rev-opciones ul{float: left;clear: both;margin-top: 20px;}
        .reviews #reviews-detalle{width: 90%;}
        
        
        #prensa .press_links {
            margin-left: -30px;
        }
                
        
    }

    @media only screen and (min-width: 925px) and (max-width: 1127px) {

                
                #news .txt {
                    height: 182px;
                }
                #news .txt_gran {
                    margin-top: 210px;
                    margin-left: 210px;
                }
                
                .p20 {
                    margin-top: -20px;                    
                }

                #company .texto, #rdi_investigacion .texto, #philosophy .texto {
                    width: 55%;
                }

                /* Tratamientos */

                #tratamiento .trat_ingredientes .item {
                    width: 50%;
                }
                #tratamiento .trat_ingredientes .item img {                    
                    width: 20%;
                }
                #tratamiento .trat_ingredientes .item:nth-child(3n+1) {
                    clear: none;
                }
                #tratamiento .trat_ingredientes .item:nth-child(2n+1) {
                    clear: both;
                }
                #tratamiento .trat_titulo {
                    font-size: 24px;
                    width: 65%;
                }
                #tratamiento .trat_subtitulo p {
                    font-size: 14px;
                }

                #tratamientos .trat_info .trat_banner_tit span.sub_tit {
                    display: none;
                }
                #tratamientos .trat_info .trat_banner_tit span.main_tit {
                    font-size: 16px;
                }

                .producto .icon_color {
                    margin-left: 170px;
                }
                #products .producto .icon_color {
                    margin-left: 190px;
                }
                

    }

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

                #producto #tabs ul li.prod-tabs-1 {
                    width: 17%;
                }
                #producto #tabs ul li.prod-tabs-2 {
                    width: 18%;
                }
                #producto #tabs ul li.prod-tabs-3 {
                    width: 21%;
                }
                #producto #tabs ul li.prod-tabs-4 {
                    width: 21%;
                }
                #producto #tabs ul li.prod-tabs-5 {
                    width: 17%;
                }
                #producto .producto_info .images {
                    width: 39%;
                }

                #tratamiento .trat_titulo {
                    font-size: 32px;
                }

                #logo img{
			float: left;
			width: 200px;
			margin-left: 20px;
			margin-top: 26px;
		}
    }
    
    @media only screen and (min-width: 1024px) and (max-width: 1280px) {
                

                .menu_sec_clear {
                    display: block;
                }
                #menu_sec {
                    float: right;
                    margin-top: -28px;
                    margin-bottom: 10px;
                    margin-right: -10px;
                }
                #buscador #buscador_text{
                        margin-left: 100px;
                }
                #events .subtit{
			width: 80%;
		}
                #events .subtit.not {
			width: 300px;
		}

                #calendario{
			float: left;
			margin-left: 60px;
                        margin-top: -20px;
                        margin-bottom: 70px;
		}

                /*#prensa .press {
                        width: 20%;                        
                }*/

                /* Tratamientos */

                #tratamiento .trat_productos .prod_info {
                    margin-left: -5px;
                }
                #tratamiento .trat_ingredientes .item {
                    .width: 50%;
                }
                #tratamiento .trat_ingredientes .item img {                    
                    width: 25%;
                }
                #tratamiento .trat_ingredientes .item .texto {
                    width: 56%;
                    margin-left: 5px;
                }
                #tratamiento .trat_pasos .step_info .step_num {
                    font-size: 80px;
                }
                #tratamientos .trat_info .trat_flecha.der {
                    margin-left: 22%;
                }
                #tratamientos .trat_info .trat_banner_tit span.main_tit {
                    font-size: 22px;
                }
                #tratamientos .trat_info .trat_banner_tit span.sub_tit p {
                    font-size: 12px;
                }
                                 
    }

    @media only screen and (min-width: 1280px) and (max-width: 1366px) {
                
                .menu_sec_clear {
                    display: block;
                }
                #menu_sec {
                    float: right;
                    margin-top: -28px;
                    margin-bottom: 10px;
                    margin-right: -10px;
                }
                #buscador #buscador_text{
                        margin-left: 100px;
                }
                #logo img{
			float: left;
			width: 200px;
			margin-left: 20px;
			margin-top: 26px;
		}
                
    }
    
           
    /* Resolucions superiors a 1440px */

    @media only screen and (min-width: 1440px) {
        
        /*#team #team_menu{
            width: 25%;
        }*/

        #philosophy .textos{
                padding-top: 1%;
        }
        
        #rdi_investigacion .textos{
                padding-top: 1%;
        }
        
        #company .textos{
                padding-top: 1%;
        }
        
    }


    /* Resolucions superiors a 1600px */

    @media only screen and (min-width: 1600px) {

        #header #logo{                
                width: 30%;
        }
        .prod2{
                width: 25%;
        }
        .detalle_evento .datos {
            margin-top: 40px;
        }

        /*#prensa .press:nth-child(4n+1) {
                clear: none;
        }
        #prensa .press:nth-child(5n+1) {
                clear: both;
        }*/

        #tratamiento .trat_contenido a.trat_pdf {
            margin-top: 0;
        }

        #producto {
             width: 90%;
             margin-left: 6%;
             margin-right: 4%;
             position: relative;
        }
        .prod_relac_info {
             width: 90%;
             margin-left: 6%;
             margin-right: 4%;
             position: relative;
             max-width: 1550px;
        }
        #producto .producto_info {
             max-width: 775px;
        }
        #producto .producto_tabs {
             max-width: 775px;
        }

        #products #content_arrivals{
                .padding: 0 0 65px 30px;
        }
        

    }

    /* Resolucions superiors a 1800px */

    @media only screen and (min-width: 1800px) {

        #content_arrivals .prod:nth-child(3n+1) {
                clear: none;
        }
        #content_arrivals .prod:nth-child(4n+1) {
                clear: both;
        }
        

    }
    
    /* Resolucions superiors a 2000px */

    @media only screen and (min-width: 2000px) {

        #tratamiento .trat_contenido a.trat_pdf {
            margin-top: 40px;
        }               

    }

    /* Resolucions superiors a 2200px */

    @media only screen and (min-width: 2200px) {

        #header #logo{
                width: 40%;
        }
        /*#prensa .press:nth-child(5n+1) {
                clear: none;
        }
        #prensa .press:nth-child(6n+1) {
                clear: both;
        }*/

        #producto {
                width: 80%;
                margin-left: 11%;
                margin-right: 9%;
                position: relative;
        }
        .prod_relac_info {
                width: 80%;
                margin-left: 11%;
                margin-right: 9%;
                position: relative;
        }
   

    }


    /* Resolucions superiors a 2300px */

    @media only screen and (min-width: 2300px) {


        #content_arrivals .prod:nth-child(3n+1) {
                clear: none;
        }
        #content_arrivals .prod:nth-child(4n+1) {
                clear: none;
        }
        #content_arrivals .prod:nth-child(5n+1) {
                clear: both;
        }


    }
    
    @media only screen and (max-width: 1366px) {


        #popup_banner.video_navidad {
            width: 100%; 
            margin-left: -50%;    
        }


    }

    @media (min-width: 992px) {

        .col-md-4, .col-md-12 {
            float: left;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-4 {
            width: 30%;            
        }       
    }
    @media (max-width: 992px) {

        #content_arrivals .producto:nth-child(3n+1) {
            clear: none;
        }
        #content_arrivals .producto:nth-child(2n+1) {
            clear: both;
        }

        #popup_banner.video_navidad {
            height: 355px;            
        }
        
    }

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


        .producto .icon_color {
            margin-left: 85% !important;
        }
        .products .producto .icon_color {
            margin-left: 85% !important;
        }



    }

    /* # MOVIL
    ================================================== */


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

        .container { width: 768px; }

        #producto {
            width: 768px;
        }

        .detalle_evento {
            width: 768px;
        }
        
    }
    
    @media only screen and (max-width: 670px) {

        #popup_banner.video {
            width: 100%;
            height: 275px;               
        }
        
    }
    
    @media only screen and (max-width: 590px) {

        #popup_banner.video_navidad {
            width: 100%;
            height: 175px !important;            
        }
        
    }
    
    
    
    
    
    
    

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

        
        -webkit-text-size-adjust: none;
        
        #popup_banner.video {
            width: 100%;
            height: 75px;             
        }
        

    }
    

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a &lt;div class="row"&gt; */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a &lt;br class="clear" /&gt; to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

</pre></body></html>