@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600&display=swap');




* { 
position: relative; 
/*/ font-family: 'ColourSansRegular', sans-serif;/*/ 
font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: auto;
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
}



.responsive{
	display: none;
}

.solo-print {
    display: none !important;
}


@media screen and (max-width:1024px){
	.desktop{
		display: none;
	}
	body.desktop,
	.desktop.activo,
	.responsive{
		display: initial;
	}
}

@media screen and (max-width:768px){
	.desktop-768{
		display: none;
	}
	body.desktop-768,
	.desktop-768.activo{
		display: initial;
	}
}



html, body, .sm, .sm > li, .sm > li img { height: 100%; }
html, body, .sm  { width: 100%; } /* */

body{
	visibility: hidden;
	/* Corrección para margin-top */
	border-top: 1px solid transparent;
	margin-top: -1px;
	color: #333333;
	
	font-size: 11pt;
	/*/line-height: 14pt;/*/
}

header{ 
    /*/ position: absolute;
    top: 0; 
    left: 0; 
    right: 0; /*/  
    z-index: 9999; 
    margin: 0; 
    padding: 0; 
    height:80px; 
    background-color: #ffffff;
}
body.home header {
    box-shadow: 0px 6px rgba(158, 158, 158, 0.12);
    box-shadow: 0px 6px #9e9e9e1f;	
}
.precarga{
    position: absolute !important;
    z-index: 9998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.91) !important;
    text-align: center !important;
    padding-top: 43vh;
    box-sizing: border-box;
    color: #699 !important;
    background-repeat: no-repeat;
    background-position: center;
}
header .logo{ 
    position: relative; 
    height: 100%; 
    max-width: 1500px;
    width: 92%;
    width: 92vw;
    margin: auto;  
}
header .logo .inner{ 
    display: block;
    text-decoration: none;
	height: 94%;
	max-height: 98px;
	width: auto;
	max-width: 220px;
    position: relative;
    cursor: pointer; 
    z-index: 10; 
    background-repeat: no-repeat !important; /* * !important Pisa print.css */ 
    background-position: 0 0 !important; /* * !important Pisa print.css */ 
    -webkit-background-size: contain !important; /* * !important Pisa print.css */
    background-size: contain !important; /* * !important Pisa print.css */
}
header ul.menu { position: absolute; top: 36%; left: 0; right: 0; margin: 0; margin-left: 80px; padding: 0; text-align: center; }
header ul.menu li { display: inline-block; list-style: none; margin: 0; padding: 10px; padding: 0.5vw; color: #FFF; margin-bottom: 0; padding-bottom: 0; 
	font-size: 12pt;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14pt;
	color: #777777;
}
header ul.menu li a { color: inherit; text-decoration: none; font-weight: inherit; font-size: 11pt; }
header .iconos{ position: absolute; top: 36%; right: 8vw; color: #666; }
header .iconos span{ margin-right: 1vh; font-size: 2vh; 

	font-size: 11pt;
	line-height: 14pt;
}

header .iconos ul.redes{
    padding: 0;
    margin: 0;
    left: initial;
    width: 160px;
    bottom: 0;
    text-align: right;
}
header .iconos ul.redes li {
    display: inline-block;
    height: 24px;
    width: 24px;
    height: 3vh;
    width: 3.4vh;
    padding: 0;
    margin: 0 5px;
}
header .iconos ul.redes li img {
    height: 100%;
    width: auto;
}


header .demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  
    font-size: 2.4vh;
    margin: 0 0.6vh;
    padding-bottom: 0px;

	font-size: 12.6pt;
	line-height: 14pt;
}


@media screen and (max-width:1024px){
	header{
		position: fixed;
		right: 0;
		left: 0;
		height: 80px;
	}
	body > .contenedor {
		margin-top: 80px !important;
	}
	header .responsive.trigger{
		background-image: url('/icono/menu-responsive/32/999.png');
		background-repeat: no-repeat;
    	background-position: center;
		background-size: contain;
		position: absolute;
		top: 16px;
		top: 1.8vh;
		right: 3%;
		right: 3vw;
		width: 32px;
		height: 32px;
		cursor: pointer;
	}
	header .responsive.trigger.activo{
		background-image: url('/icono/cruz-cerrar-thin/33/999.png');
		background-size: 70%;
	}
	header ul.menu {
		bottom: initial;
		background: white;
		padding: 20px 0;
		top: 80px;
		display: none;
	}
	header ul.menu.activo {
		display: block;
	}
	header ul.menu li {
		color: #333;
		padding: 8px 4px;
	}
/*/
}

@media screen and (max-width:600px){
/*/
	header ul.menu li {
		display: block;
		text-align: right;
		padding: 3vh 6vw;
    	font-size: 13pt;
	}
}





body{
	border-top: 1px solid transparent;
	margin-top: -1px;
}
body.home .contenedor{ 
	width: 86%;
	width: 86vw;
	margin: auto;
    margin-top: 58px;
	margin-top: 8vh;
    padding-top: 4vw;
}




footer{ 
	display: block;
	box-sizing: border-box;
	padding: 24px 0 40px 0;
	background: #E9E9E9;
	font-size: 13px;
	line-height: 32px;
	color: #555555;
	
	font-size: 9.8pt;
	line-height: 24pt;
	min-height: 186px;
}
footer .inner{ 
	width: 86%;
	width: 86vw;
	margin: auto;
}
footer .inner section{ 
	display: inline-block;
	/*/ width: 18%;/*/ 
	width: 21%;
	height: 100%;
	vertical-align: top;
}
footer .inner section.sect3{
    width: 10%;
}
footer .inner section.sect5{
    min-width: 300px;
}

footer .inner section a{ 
	display: block;
	color: inherit;
	text-decoration: none;
}
footer .inner section a.padre{ 
	font-weight:bold;
}
footer .inner section a.hijo{ 
	line-height: 20px;
}

@media screen and (max-width:1024px){
	footer .inner section {
		width: 26%;
	}
	footer .inner section.sect3{
		width: 14%;
	}
	footer .inner section.sect4{
		display: none;
	}
	footer .inner section.sect5{
		min-width: initial;
		min-width: unset;
		width: 32%;
	}
}
@media screen and (max-width:600px){
	footer .inner section {
		width: 49%;
	}
	footer .inner section a.hijo {
		line-height: inherit;
	}
	footer .inner section.sect3,
	/*/footer .inner section.sect4,/*/
	footer .inner section.sect5{
		width: 100%;
	}
}
@media screen and (max-width:480px){
	footer .inner section.sect1{
		float: left;
	}
}

footer .iconos ul.redes{
    padding: 0;
    margin: 0;
    /* left: initial;
    width: 12vw;
    bottom: 0;
    text-align: left; */
}
footer .iconos ul.redes li {
    display: inline-block;
    height: 18px;
    padding: 0;
    margin: 0 10px 0 0;
}
footer .iconos ul.redes li a {
    height: 100%;
    width: 100%;
    display: block;
}
footer .iconos ul.redes li img {
    height: 100%;
    width: auto;
}

/* Corrección para login, carrito y otros donde hay otras stylesheets (pisan estilos) */
footer .news input {
    border-radius: 0;
    padding: 0;
    width: auto;
    box-sizing: initial;
}

footer .news input[type="text"]{
	border: 2px solid #555555;
    height: 16px;
    width: 80%;
    padding: 6px;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    float: left;
    background: transparent;
}
footer .news input[type="image"]{
	border: 2px solid #555555;
    height: 28px;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    float: left;
}

footer .news input[type="text"]{
    width: 90%;
}
footer .news input[type="image"]{
	display: none;
}


footer .news .volanta{
	line-height: 12pt; 
	font-size: 9pt; 
	font-weight: bold; 
	margin-top: 10px;
}






body.home .main-carousel{ 
	width: 100%;
	min-height: 26vw;
	/* width: 86vw;
	height: 360px; height of carousel
	height: 40vw;
	margin: auto; */
}


body.home .carousel-cell {
	width: 100%; /* full width */
	/* height: 360px; height of carousel
	height: 40vw;
	margin-right: 10px; */
	
	text-align: left;
	box-sizing: border-box;
}

body.home .carousel-cell .bloque_container{ width:100%; width:100vw; min-height:360px; min-height:26vw; }
body.home .carousel-cell .bloque_img{ width:53%; width:53vw; height:26vw; display:inline-block; vertical-align: top; }
body.home .carousel-cell .bloque_texto{ padding: 0 2vw; box-sizing: border-box; width:30%; width:30vw; min-height:360px; min-height:26vw; display:inline-block; vertical-align: top; }


@media screen and (max-width:940px){
	
	body.home .carousel-cell .bloque_container{
		width:100%; 
		width:86vw; 
	}
		
	body.home .main-carousel{
		/* min-height: 60vw; */
	}
	body.home .carousel-cell .bloque_img{
		width:100%; 
		width:86vw; 
		height:360px; 
		height:40vw; 
		display:block; 
	}
	body.home .carousel-cell .bloque_texto{
		width:100%;
		width:86vw; 
		min-height:20vw; 
		display:block;
		padding: 3vw;
		padding-bottom: 0;
	}
	
}

body.home .bloque_doble .bloque_texto{ padding: 1vw 0; box-sizing: border-box; }

body.home .bloque_left{ width: 50%; width:40vw; float: left; }
body.home .bloque_right{ width: 50%; width:40vw; float: right; }

body.home .bloque_left .bloque_img,
body.home .bloque_right .bloque_img{ 
	width:41vw; height:24vw; 
}

@media screen and (max-width:600px){
	
	body.home .bloque_left,  
	body.home .bloque_right {
		width: 100%;
		width: 86vw;
		float: none;
	}
	body.home .bloque_left .bloque_img,
	body.home .bloque_right .bloque_img{ 
		width:100%; height:auto;
		width:86vw; height:86vw;
	}
}

body.home .bloque_texto h3{ 
	font-size:2.6vh; margin-bottom: 1vw; 

	font-size: 12.6pt;
	line-height: 14pt;
}
body.home .bloque_texto h4{ 
	font-size:2.2vh; margin-bottom: 1vw; 

	font-size: 11.6pt;
	line-height: 12.8pt;
}
body.home .bloque_texto p{ 
	font-size:2vh; margin-bottom: 1vw; 

	font-size: 11pt;
	line-height: 14pt;
}
body.home .carousel-cell .bloque_texto h3{ 
	font-size:3.2vh; margin-bottom: 1vw; 

	font-size: 12.8pt;
	line-height: 14pt;
}
body.home .carousel-cell .bloque_texto h4{ 
	font-size:2.6vh; margin-bottom: 1vw; 

	font-size: 11.8pt;
	line-height: 14pt;
}

body.home .bloque_texto .cosito{
	text-align:right;
	padding: 20px;
	padding-bottom: 0;
	box-sizing: border-box;
}
body.home .bloque_texto .cosito a{
	display: inline-block;
	width: 30px;
	height: 30px;
	/*/
	background-image: url('/icono/vermas-thin/16/CCCCCC.png');
	background-image: url('/thumbs/vermas-thin_16_CCCCCC.png');
	/*/
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	border-radius: 100px;
}




body.inicio .sm > li *,
body.nuestros_productos .sm > li * { 
	-webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.sm > li > .txt {  
	position: absolute;
    left: 30px;
    height: 100px;
    height: 10vh;
    bottom: 10px;
    bottom: 1.6vh;
}
.sm > li .fdoTxt{ 
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    height: 100px;
    height: 10vh;
    padding: 10px 0;
    padding: 1.4vh 0;
}
.sm > li > .txt * { 
	color: white; 
	font-weight:normal; 
    font-size:16px;
	font-size:2vh;
	
	font-size: 11pt;
	line-height: 14pt;
	
}
.sm > li > .txt h1 { 
	text-transform: uppercase; 
	/*/ font-family: 'ColourSansBold', sans-serif;/*/ 
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	font-size: 16px;
    font-size: 2vh;
    line-height: 18px;
    line-height: 2.2vh;
	
	font-size: 11pt;
	line-height: 14pt;
}
.sm > li > .txt h2 { 
	font-size: 16px;
    font-size: 2vh;
    line-height: 20px;
    line-height: 2.4vh;
    margin-top: 0.4vh;
	
	font-size: 11pt;
	line-height: 12.2pt;
}
.sm > li{
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size:auto 100%; 
	-webkit-transition: background-size 600ms;
    -moz-transition: background-size 600ms;
    -o-transition: background-size 600ms;
    transition: background-size 600ms;
}
.sm > li .mas {  
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    /* margin-top: -20px;
    margin-left: -60px; */
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    padding: 20px; /* */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.sm > li .mas a {
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100px;
    /* padding: 20px;
    font-size: 40px;
    line-height: 30px; */
    text-decoration: none;
    text-align: center;
    color: #C00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.sm .categorias {
    position: fixed;
    color: white;
    padding-top: 2.6vh;
    padding-bottom: 0.6vh;
    margin-left: 7.6vh;
    z-index: 9;
    display: none;

    /* Solución con fondo traslúcido */
    background-color: rgba(0, 0, 0, 0.1);
}
.sm .categorias > ul > li {
    margin-right: 1vh;
}
.sm .categorias ul li a {
    /* Solución con color gris en la fuente 
    color: rgb(200, 200, 200) !important; */
    color: #ffffff;
    font-weight: 600;
}
.sm .categorias ul li a:hover {
    color: #333;
}

.sm.movimiento .categorias {
    text-align: center;
    left: 0;
    right: 0;
    margin-left: 0;
    display: block;
}
.sm.movimiento .categorias > ul > li {
    float: none;
    display: inline-block;
}




/* Corrección de img (para navegadores que soporten vh )*/
header{ height: 10vh; min-height: 80px; }
.sm { height: 92vh; margin-top: 8vh; }
.sm > li { height: 92vh; margin-top: 0; }
.sm > li .mas{	 margin-top: -14vh; margin-top: -12.1vh; margin-left: -60px; margin-left: -3.2vw; } 



/* COLORES */
/* (Donámico, va en template) */




/* TRANSICIÓN */
.sm > li{ background-size: auto 100%; }
.sm > li.activo{ background-size: auto 106%; }

.sm > li .mas, .sm > li > .txt{ opacity: 0.0; }
.sm > li.activo .mas, .sm > li.activo > .txt{ opacity: 1.0; }

.sm > li .mas { width: 80px; height: 80px; width: 8vh; height: 8vh; }
.sm > li.activo .mas { width: 120px; height: 120px; width: 14vh; height: 14vh; }

.sm > li .mas a { /* font-size: 1px; padding: 15px; */ }
.sm > li.activo .mas a { /* font-size: 40px; */ }

.sm > li > .txt{ left: 180px; left: 16vw; }
.sm > li.activo > .txt{ left: 100px; left: 6vw; }

.sm > li .fdoTxt{ opacity: 0.0; }
.sm > li.activo .fdoTxt{ opacity: 1.0; }

/* ANIMACIÓN */
.sm > li.activo .mas {
	padding: 26px;
    padding: 3.4vh;
	animation-duration: 400ms;
	animation-name: chirimbolo;
}
@keyframes chirimbolo {
	from { padding: 3.4vh; }
	60%{ padding: 2.2vh; }
	to { padding: 3.4vh; }
}

.sm > li.activo .mas a.chirimbolo1 {
	color: rgb(225, 126, 41);
	animation-duration: 400ms;
	animation-name: chirimbolo1;
}
@keyframes chirimbolo1 {
	from { color: rgb(255, 255, 255); }
	80%{ color: rgb(255, 255, 255); }
	to { color: rgb(225, 126, 41); }
}

.sm > li.activo .mas a.chirimbolo2 {
	color: rgb(218, 161, 32);
	animation-duration: 400ms;
	animation-name: chirimbolo2;
}
@keyframes chirimbolo2 {
	from { color: rgb(255, 255, 255); }
	80%{ color: rgb(255, 255, 255); }
	to { color: rgb(218, 161, 32); }
}

.sm > li.activo .mas a.chirimbolo3 {
	color: rgb(126, 159, 46);
	animation-duration: 400ms;
	animation-name: chirimbolo3;
}
@keyframes chirimbolo3 {
	from { color: rgb(255, 255, 255); }
	80%{ color: rgb(255, 255, 255); }
	to { color: rgb(126, 159, 46); }
}







/* ANIMACIÓN 2 (Mostrar seccion) */
body.seccion .sm > li { 
	-webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
body.seccion .sm > li{ width: 0px !important; }

body.seccion .sm > li.activo > .txt,
body.seccion .sm > li.activo > .fdoTxt,
body.seccion .sm > li.activo > .mas{ display:none; }
.sm > li {
    background-position:left bottom; /* Me aseguro de que esté hacia la izquierda */
}


body.seccion .sm > li.activo {
    background-size: auto 100%;
    background-position: left;
	width: 100% !important;
}


body.inicio .sm > li .conts,
body.nuestros_productos .sm > li .conts { 
	display: none; 
}



.sm > li .conts * {
    font-size: 2vh;
    line-height: 2.6vh;
    color: white;
    text-decoration: none;
	
	font-size: 10pt;
	line-height: 14pt;
}
body.seccion .sm > li.activo{ overflow: hidden; }
body.seccion .sm > li.activo .conts {
    display: block;
    height: auto;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
	overflow: hidden;
	
	width: 66.66vw;
    width: 100vw;
    width: 133.33vw;
    width: 166.66vw;
    width: 200vw;
    width: 233.33vw;
    width: 266.66vw;
    width: 300vw;
	
    /* width: 100%; /* TEMP  p/ ANIMACIÓN */
    width: 66.66%;
    width: 66.66vw;
}

body.seccion .sm > li.activo .conts > ul{ margin: 0; padding: 0; width: auto; height: 100%; display: block; } 
body.seccion .sm > li.activo .conts > ul > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 33.33vw !important;
    height: 100%;
    /* TEMP p/ ANIMACIÓN 
    box-shadow: 10px 0 20px rgba(0,0,0,0.3) inset;*/
}


body.seccion .sm > li.activo .conts > ul > li.detalle {
    width: 0vw !important;
    padding: 0 !important; /* Dejar en 0 y usar margin en .container */
    background: white;
    color: #666;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
body.seccion .sm.detalle_art > li.activo .conts > ul > li.detalle.activo {
    width: 66.66vw !important;
}

body.seccion .sm.detalle_art > li.activo .conts * {
    color: #666 !important;
}

li.detalle .container {
    width: 80%;
    width: 54vw;
    margin: 20px 40px;
    margin: 6vh 6vw; /* Le doy margen desde acá, sino se ve mal en Mozilla */
}
li.detalle .container h3{
    margin-top: 14px;
    margin-top: 2vh;
}



body.seccion .sm > li.activo .conts .flechita{
	position: fixed;
    top: 50%;
    margin-top: -20px;
    width: 60px;
    height: 60px;
    /* background-color: rgba(255, 255, 255, 0.35); */
    background-size: cover; 
    border-radius: 100px;
    cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
    
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}
body.seccion .sm > li.activo .conts .flechita-r{
    right: 20px;
}
body.seccion .sm > li.activo .conts .flechita-l{
    left: 20px;
}




#slides {
    color: white;
}
#slides > li {
    padding: 6vh;
    box-sizing: border-box;
    /* font-size : 15px;
    line-height: 22px; */
}
#slides > li.ini {
    padding: 8vh 6vh 4vh 8vh;
}
#slides > li.ini h1 {
    text-transform: uppercase;
    /* font-size : 20px;
    line-height: 34px; */
}
#slides > li.ini h2 {
    /* font-size : 18px;
    line-height: 24px; */
    margin-bottom: 20px;
}
#slides > li.ini .txt {
    min-height: 50vh; /* */
}
#slides > li .img {
    width: 100%;
    max-width: 54vh;
    height: 70%;
    min-height: 54vh;
    margin-top: 10%;
    background-size: 94%;
    background-repeat: no-repeat;
    background-position: center top;
}

#slides > li .titulo {
    font-size : 11pt; 
}

#slides > li .boton {
    display: inline-block;
    /* height: 26px;
    height: 3vh; */
    height: 20pt;
    margin: 0;
    margin-top: 14px;
    margin-top: 2vh;
    padding: 0;
    color: white;
    border: 2px solid white;
    border-radius: 0 10px;
	opacity: 0.0;
    margin-left: -30px;
}

#slides > li .boton a {
    text-decoration: none;
    color: inherit !important;
    display: block;
    float: left;
	font-weight: 600;
    padding: 5pt;
    padding: 5.3pt;
    font-size: 10pt;
	line-height: 9.6pt;
    font-weight: 600;
}
#slides > li .boton:not(.normal) a {
    /* padding: 0.8vh 1vh;
	padding: 0.6vh 1vh;
    font-size: 1.7vh;
    line-height: 2vh; */
}
#slides > li .boton span {
    /* width: 30px;
    height: 26px;
    width: 3.6vh;
    /* height: 3vh; */
    width: 24pt;
    height: 20pt;
    display: block;
    float: left;
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 4px 0 0;
}



#slides > li:hover .img,
.sm.detalle_art #slides > li .img {
    background-size: 98%;
}

#slides > li .boton.fijo,
#slides > li:hover .boton,
.sm.detalle_art #slides > li.item.activo .boton.reverso {
    opacity: 1.0;
    margin-left: 0px;
}

#slides > li .boton.reverso{
    display: none;
}
.sm.detalle_art #slides > li.item.activo .boton{
    display: none;
}

#slides > li .boton.fijo,
.sm.detalle_art #slides > li.item.activo .boton.reverso{
    display: inline-block;
}

li .boton.reverso span{
    border-radius: 0 0 0 4px !important;
}

.sm.detalle_art div.categorias,
.sm.detalle_art div.flechita{
    display: none !important;
}

li.detalle .boton.fijo {
    border-color: #9a9b9d !important;
    margin-right: 1.4vw !important;
}
li.detalle .boton.fijo span{
    background-color: #9a9b9d !important;
    background-size: cover !important;
}
li.detalle .boton.fijo a{
    color: #666 !important;
}

li.detalle .boton.fijo.no-border {
    border: none !important;
    height: initial !important;
}
li.detalle .boton.fijo.no-border span{
    border: 2px solid #9a9b9d !important;
    border-radius: 0 8px !important;
}
li.detalle .boton.fijo.no-border a{
    max-width: 8.6vw !important;
    margin-left: 0.5vw !important;
    font-size: 1.8vh !important;
    text-transform: initial !important;
	
	font-size: 9.8pt !important;
	
}
li.detalle .boton.fijo.normal {
}
li.detalle .boton.fijo.normal a{
    text-transform: uppercase !important;
}



li.detalle .texto_caracteristicas { 
	margin-bottom: 6vh;
}






body.nuestros_productos .sm > li{
	width: 33.33%;
	width: 33.33vw;
}

@media all and (max-width:900px){
	
	body.nuestros_productos .sm {
		overflow-y: auto !important;
	}
	body.nuestros_productos .sm > li{
		width: 100% !important;
		width: 100vw !important;
		height: 100% !important;
	}
	
	body.nuestros_productos .sm > li,
	body.nuestros_productos .sm > li.activo{
		background-size: cover;
    	background-position: center;
	}
	
	body.nuestros_productos.mobile .sm > li{
		display: none;
	}
	body.nuestros_productos.mobile .sm > li.activo{
		display: block;
	}
	
	body.nuestros_productos .sm > li .mas {
		top: 42%;
		width: 100px;
		height: 100px;
		margin-top: -50px;
		margin-left: -50px;
		width: 14vh;
		height: 14vh;
		margin-top: -7vh;
		margin-left: -7vh;
	}
	
	body.seccion .sm > li.activo .conts {
		width: 100vw !important;
		overflow-y: auto !important;
	}
	#slides > li {
		width: 100vw !important;
		height: auto !important;
		float: none !important;
		padding: 20px;
		padding: 3vh;
	}
	#slides > li.ini .txt {
		min-height: initial !important;
	}
	body.seccion .sm > li .conts .flechita{
		display: none !important;
	}
	#slides > li .img {
		min-height: 45vh;
		background-size: contain !important;
		margin: 0 auto;

		/* Nuevo (se ve mejor en tablets) */
		min-width: initial;
	    min-height: initial;
		max-width: initial;
	    max-height: initial;
	    width: 80vw;
	    height: 80vw;
	}
	#slides > li .boton {
		opacity: 1.0;
		margin-left: 0px;
	}
	
	.sm .categorias {
		text-align: center;
		left: 0;
		right: 0;
		margin-left: 0;
		display: block;
	}
	.sm .categorias > ul > li {
		display: inline-block;
	}
	
	/* Para FICHA */
	.sm.detalle_art #slides > li {
		display: none;
	}
	.sm.detalle_art #slides > li.activo {
		display: block;
	}
	
	
	
	
	.sm.detalle_art #slides > li.detalle .container {
		width: 80%;
		margin: 0 6%;
		width: 80vw;
		margin: 0 6vw;
	}
	
}


@media all and (max-width:600px){
	.sm .categorias {
		text-align: left !important;
		background-color: rgba(0, 0, 0, 0.1);
		
		min-height: 18px;
		/* background-image: url('/icono/vermas-thin/16/FFF.png'); */
		background-position: 95% center;
		background-repeat: no-repeat;
	}
	.sm .categorias:hover {
		background-color: rgba(0, 0, 0, 0.6);
		background-image: none;
	}
	.sm .categorias > ul > li {
		display: block !important;
		padding: 0px 16px;
		height: 0px;
		overflow: hidden;
	}
	.sm .categorias:hover > ul > li {
		padding: 8px 16px;
		height: 20px;
	}
	
	.sm.detalle_art #slides > li.detalle .container {
		margin: 0 3%;
		margin: 0 3vw;
		width: 94%;
		width: 94vw;
	}

}









/* DONDE COMPRAR */

body.donde_comprar .sm > li .conts{
    height: 100%;
    overflow-y: auto;
}
body.donde_comprar .sm .conts ul {
    padding-top: 20px;
    padding-top: 4vh;
}
body.donde_comprar .sm .conts ul li {
    padding-top: 40px;
    padding-left: 40px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    width: 11vw;
    display: block;
	float: left;
    overflow: visible;
}
body.donde_comprar .sm .conts ul li.impar {
    clear: both;
}


body.donde_comprar .sm .conts span.tag {
    display: inline-block;
    width: 16px;
    height: 6px;
    margin: 2px;
    border-radius: 10px;
    background-color: #fff;
}
body.donde_comprar .sm .conts span.tag > span {
	display:block;
	position:absolute; 
	bottom: 10px; 
	padding: 2px 8px; 
	background-color:inherit; 
	color: white;
	font-size: 12px;
	border-radius: 4px;
	white-space:nowrap;
	z-index: 999;
}
body.donde_comprar .sm .conts span.tag-bellas-artes {
    background-color: #2b69a5; /* #002a68 */
}
body.donde_comprar .sm .conts span.tag-decorativo {
    background-color: #dd382e;
}
body.donde_comprar .sm .conts span.tag-juvenil {
    background-color: #e9750f;
}


body.donde_comprar .sm > li .conts h3 {
    font-size: 1.8vh;
    font-weight: bold;
	
	font-size: 9.8pt;
}
body.donde_comprar .sm > li .conts h4 {
    font-size: 1.8vh;
    font-weight: normal;
	
	font-size: 9.8pt;
}
body.donde_comprar .sm > li .conts h4.email a {
    display: block;
    width: 13vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    line-height: inherit;
}
body.donde_comprar .sm > li .conts a:hover {
    max-width: initial;
    overflow: visible;
    text-decoration: underline;
}

body.donde_comprar .sm .conts ul li.ciudad {
    clear: both;
    width: 100%;
    padding-bottom: 0 !important;
    padding-right: 2vw;
    box-sizing: border-box;
}
body.donde_comprar .sm .conts ul li.ciudad h3 {
    border-bottom: 1px solid white;
    padding-bottom: 0.5vw;
}


body.donde_comprar .sm .conts div.ciudades{
    position: fixed;
    width: 33.33vw;
    padding: 0vw 3vw;
    box-sizing: border-box;
    top: 8vh;
    left: 0;
    font-size: 1.8vh;
    color: #171e63;
    height: 32px;
    overflow: hidden;
	background-image: url('/icono/vermas-thin/16/FFF.png');
	background-image: url('/thumbs/vermas-thin_16_FFF.png');
	background-position: 30vw 11px;
	background-repeat: no-repeat;
	/* background-size: contain; */
	
	font-size: 9.8pt;
	line-height: 14pt;

    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
body.donde_comprar .sm .conts div.ciudades:hover{
    height: auto;
    padding: 3vw 3vw;
    background-color: #eeeeee;
	background-image: none;
}

body.donde_comprar .sm .conts div.ciudades *{
    opacity: 0;
}
body.donde_comprar .sm .conts div.ciudades:hover *{
    opacity: 1;
}

body.donde_comprar .sm .conts div.ciudades.click:hover  {
    height: 20px;
    padding: 0vw 3vw;
}
body.donde_comprar .sm .conts div.ciudades a {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    padding: 0.3vh;
}
body.donde_comprar .sm .conts div.ciudades a:hover {
    color: #999;
}

body.donde_comprar .gm-style .gm-style-iw * {
    font-size: 8.6pt !important;
    line-height: 12pt !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
body.donde_comprar .gm-style .gm-style-iw .tit2 strong {
    /*/ font-family: 'ColourSansRegular', sans-serif !important;/*/ 
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    font-size: 9.4pt !important;
	color: #171E63 !important;
}





body.donde_comprar .sm {
	width: 100vw;
}
body.donde_comprar .switcher{
	display: none;
}


@media all and (max-width:600px){
	
	header {
	    height: 58px;
	}

	body.donde_comprar .sm .conts div.ciudades { 
		display: none; 
	}
	body.donde_comprar .sm li:first-child {
		width: 100% !important;
		width: 100vw !important;
		height: 50% !important;
		height: 50vh !important;
		position: absolute;
		bottom: 0;
		margin-top: 0 !important;


		z-index: 1;
	    padding-top: 8vh;
	    top: 100vh;
	    bottom: initial;
	    height: 100% !important;
		height: 100vh !important;
		-webkit-transition: all 1s; /* Safari */
		-moz-transition: all 1s; /* Safari */
		transition: all 1s;

		/* top: 8vh;
		padding-top: 6vh;

		top: 8vh;
		padding-top: 3vh; */

		top: 58px;
		padding-top: 12px;
	}
	body.donde_comprar a.switcher {
		display: block;
		text-decoration: none;
		background-color: white;
		background-position: center;
		background-repeat: no-repeat;
	    position: fixed;
	    top: 12vh;
	    right: 2vh;
	    height: 8vh;
	    width: 8vh;
	    color: #171f63;
	    border-radius: 100px;
	    padding: 2.45vh;
	    box-sizing: border-box;
	    font-size: 4vh;

	    top: 66px; /* El alto del header queda en 58px en celulares */
	    z-index: 3;
	}
	body.donde_comprar a.switcher.activo {
		background-color: #171f63;
	}
	body.donde_comprar .sm li:first-child.activo {
	    top: 100vh;
	}
	body.donde_comprar .sm li:last-child {
		width: 100% !important;
		width: 100vw !important;
		height: 50% !important;
		height: 50vh !important;
		/* margin-top: 58px !important;
		margin-top: 8vh !important; */
		height: 100vh !important;
    	z-index: 0;
	}
	body.donde_comprar .sm .conts ul li {
		width: 40vw;
	}
	body.donde_comprar .sm {
		height: 100% !important;
		height: 100vh !important;
		margin: 0 !important;
	}

}






/* DONDE COMPRAR */

body.donde_aprender .sm > li .conts{
    height: 100%;
    overflow-y: auto;
}
body.donde_aprender .sm .conts ul {
    padding-top: 20px;
    padding-top: 4vh;
}
body.donde_aprender .sm .conts ul li {
    padding-top: 40px;
    padding-left: 40px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    width: 11vw;
    display: block;
	float: left;
    overflow: visible;
}
body.donde_aprender .sm .conts ul li.impar {
    clear: both;
}


body.donde_aprender .sm .conts span.tag {
    display: inline-block;
    width: 16px;
    height: 6px;
    margin: 2px;
    border-radius: 10px;
    background-color: #fff;
}
body.donde_aprender .sm .conts span.tag > span {
	display:block;
	position:absolute; 
	bottom: 10px; 
	padding: 2px 8px; 
	background-color:inherit; 
	color: white;
	font-size: 12px;
	border-radius: 4px;
	white-space:nowrap;
	z-index: 999;
}
body.donde_aprender .sm .conts span.tag-bellas-artes {
    background-color: #21578c; /* #002a68; */
}
body.donde_aprender .sm .conts span.tag-decorativo {
    background-color: #dd382e;
}
body.donde_aprender .sm .conts span.tag-juvenil {
    background-color: #e9750f;
}


body.donde_aprender .sm > li .conts h3 {
    font-size: 1.8vh;
    font-weight: bold;
	
	font-size: 9.8pt;
}
body.donde_aprender .sm > li .conts h4 {
    font-size: 1.8vh;
    font-weight: normal;
	
	font-size: 9.8pt;
}
body.donde_aprender .sm > li .conts h4.email a {
    display: block;
    width: 13vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    line-height: inherit;
}
body.donde_aprender .sm > li .conts a:hover {
    max-width: initial;
    overflow: visible;
    text-decoration: underline;
}

body.donde_aprender .sm .conts ul li.ciudad {
    clear: both;
    width: 100%;
    padding-bottom: 0 !important;
    padding-right: 2vw;
    box-sizing: border-box;
}
body.donde_aprender .sm .conts ul li.ciudad h3 {
    border-bottom: 1px solid white;
    padding-bottom: 0.5vw;
}


body.donde_aprender .sm .conts div.ciudades{
    position: fixed;
    width: 33.33vw;
    padding: 0vw 3vw;
    box-sizing: border-box;
    top: 8vh;
    left: 0;
    font-size: 1.8vh;
    color: #171e63;
    height: 32px;
    overflow: hidden;
	background-image: url('/icono/vermas-thin/16/FFF.png');
	background-image: url('/thumbs/vermas-thin_16_FFF.png');
	background-position: 30vw 11px;
	background-repeat: no-repeat;
	/* background-size: contain; */
	
	font-size: 9.8pt;
	line-height: 14pt;

    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
body.donde_aprender .sm .conts div.ciudades:hover{
    height: auto;
    padding: 3vw 3vw;
    background-color: #eeeeee;
	background-image: none;
}

body.donde_aprender .sm .conts div.ciudades *{
    opacity: 0;
}
body.donde_aprender .sm .conts div.ciudades:hover *{
    opacity: 1;
}

body.donde_aprender .sm .conts div.ciudades.click:hover  {
    height: 20px;
    padding: 0vw 3vw;
}
body.donde_aprender .sm .conts div.ciudades a {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    padding: 0.3vh;
}
body.donde_aprender .sm .conts div.ciudades a:hover {
    color: #999;
}

body.donde_aprender .gm-style .gm-style-iw * {
    font-size: 8.6pt !important;
    line-height: 12pt !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
body.donde_aprender .gm-style .gm-style-iw .tit2 strong {
    /*/ font-family: 'ColourSansRegular', sans-serif !important;/*/ 
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    font-size: 9.4pt !important;
	color: #171E63 !important;
}





body.donde_aprender .sm {
	width: 100vw;
}
body.donde_aprender .switcher{
	display: none;
}






/* Oculto controles del mapa, salvo los de + - 				** NO! Porque me oculta también los cartelitos
.gmnoprint {
    display: none;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom, 
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    display: block;
} 

Oculto sólo el que realmente me molesta (Botones "Mapa/Styled Map")
*/ 
.gmnoprint .gm-style-mtc {
    display: none;
}





@media all and (max-width:600px){
	
	header {
	    height: 58px;
	}

	body.donde_aprender .sm .conts div.ciudades { 
		display: none; 
	}
	body.donde_aprender .sm li:first-child {
		width: 100% !important;
		width: 100vw !important;
		height: 50% !important;
		height: 50vh !important;
		position: absolute;
		bottom: 0;
		margin-top: 0 !important;


		z-index: 1;
	    padding-top: 8vh;
	    top: 100vh;
	    bottom: initial;
	    height: 100% !important;
		height: 100vh !important;
		-webkit-transition: all 1s; /* Safari */
		-moz-transition: all 1s; /* Safari */
		transition: all 1s;

		/* top: 8vh;
		padding-top: 6vh;

		top: 8vh;
		padding-top: 3vh; */

		top: 58px;
		padding-top: 12px;
	}
	body.donde_aprender a.switcher {
		display: block;
		text-decoration: none;
		background-color: white;
		background-position: center;
		background-repeat: no-repeat;
	    position: fixed;
	    top: 12vh;
	    right: 2vh;
	    height: 8vh;
	    width: 8vh;
	    color: #171f63;
	    border-radius: 100px;
	    padding: 2.45vh;
	    box-sizing: border-box;
	    font-size: 4vh;

	    top: 66px; /* El alto del header queda en 58px en celulares */
	    z-index: 3;
	}
	body.donde_aprender a.switcher.activo {
		background-color: #171f63;
	}
	body.donde_aprender .sm li:first-child.activo {
	    top: 100vh;
	}
	body.donde_aprender .sm li:last-child {
		width: 100% !important;
		width: 100vw !important;
		height: 50% !important;
		height: 50vh !important;
		/* margin-top: 58px !important;
		margin-top: 8vh !important; */
		height: 100vh !important;
    	z-index: 0;
	}
	body.donde_aprender .sm .conts ul li {
		width: 40vw;
	}
	body.donde_aprender .sm {
		height: 100% !important;
		height: 100vh !important;
		margin: 0 !important;
	}

}









body.contacto .contenedor{ 
	width: 86%;
	width: 86vw;
	margin: auto;
	margin-top: 58px;
	margin-top: 0;
	padding-top: 6vh;
	min-height: 66vh;
}
@media screen and (max-width:1024px) {
	body.contacto .contenedor{ 
		margin-top: 58px;
		margin-top: 8vh;
	}
}

body.contacto .contenedor > .left,
body.contacto .contenedor > .right{
	width: 40%;
	width: 32vw;
	float: left;
	margin: 20px 5%;
	margin: 0px 5vw 20px 1vw;
	font-size: 10pt;
	line-height: 16pt;
}
body.contacto .contenedor > .left p {
	margin: 12pt 2pt;
}
body.contacto .contenedor > .right p {
	margin: 12pt 2pt;
	text-align: justify;
}
body.contacto .contenedor > .left .destacado {
	padding: 6pt 16pt;
	box-sizing: border-box;
	background: #E9E9E9;
}
body.contacto .contenedor > .form .destacado {
	margin: 20px 0;
	padding: 6pt 16pt;
	box-sizing: border-box;
	background: #E9E9E9;
}
body.contacto .contenedor > .form form.destacado {
	padding: 32pt 16pt;
}
body.contacto .contenedor > .right{
	width: 30vw;
}
body.contacto .contenedor .form h3 {
	margin: 28px 0;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #db0032;
	text-align: center;
}
body.contacto .contenedor .form h3.mensaje {
	background: rgba(219, 0, 50, 0.07);
	border: 1px solid rgba(219, 0, 50, 0.2);
	background: #db003211;
	border: 1px solid #db003233;
	padding: 20px;
	border-radius: 4px;
	font-size: 12pt !important;
	margin: 60px auto !important;
	max-width: 400px;
}
body.contacto .contenedor .form p {
	margin: 12pt 2pt;
	text-align: justify;
}
body.contacto .contenedor .form form label{
	display: block;
	margin: 0;
	padding: 9px 0;
}
body.contacto .contenedor .form form label input,
body.contacto .contenedor .form form label textarea{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	border: 1px solid #999;
	font-size: 11pt;
}
body.contacto .contenedor .form form label textarea{
	height: 10vh;
}
body.contacto .contenedor .form form span.item_checkbox {
    display: inline-block;
    padding: 2px 16px 2px 2px;
}
body.contacto .contenedor .form form label.enviar{
	text-align: right;
}
body.contacto .contenedor .form form label.enviar input{
	width: initial;
	padding: 6px 24px;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background: #db0031;
}
body.contacto .contenedor > .form .destacado input,  
body.contacto .contenedor > .form .destacado textarea {
	border: 0;
	padding: 8px;
}
body.contacto .contenedor > .form .destacado label.enviar input {
	padding: 8px 24px;
}
body.contacto .contenedor .form form label.lb_nombre, 
body.contacto .contenedor .form form label.lb_telefono {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
body.contacto .contenedor .form form label.lb_nombre {
	padding-right: 8px;
}
body.contacto .contenedor .form form label.lb_telefono {
	padding-left: 8px;
}
body.contacto .contenedor .form form label.lb_email {
	clear: both;
}
body.contacto .contenedor .form form label.lb_prod_interes,
body.contacto .contenedor .form form label.lb_rubros ,
body.contacto .contenedor .form form label.lb_tipo_venta ,
body.contacto .contenedor .form form label.lb_plataformas {
	font-weight: bold;
}



@media all and (max-width:600px){
	
	body.contacto .contenedor .left, 
	body.contacto .contenedor .right{
		width: 100% !important;
	}

	body.contacto .contenedor .form form label.lb_nombre, 
	body.contacto .contenedor .form form label.lb_telefono {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
}











.detalle .container ul.section li {
    float: left;
    display: inline;
    overflow: hidden;
}
.detalle .container ul.section li.clear {
    clear: both;
    float: none;
    display: block;
    height: 20px !important;
}

.detalle .container ul.section.colores.simple {
    max-width: 80%;
    max-width: 40vw;
}
.detalle .container ul.section.colores.simple li {
    /* margin-top: 1.2vw; */
    height: 104px;
    height: 12.5vh;
}

.detalle .container ul.colores.simple .color {
    width: 6vw;
    min-width: 90px;
    text-align: center;
}

.detalle .container ul.colores.detallada .color {
    width: 10vw;
    margin-right: 0.4vw;
}

.detalle .container ul.colores.simple .color span.mascara {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 4vw;
    width: 5.2vw; */
    height: 60px;
    width: 60px;
    margin: auto;
}



@media all and (max-width:1200px){

	.detalle .container ul.section.colores.simple {
	    max-width: 90%;
	    max-width: 50vw;
	}
	
}
@media all and (max-width:1024px){

	.detalle .container ul.section.colores.simple {
	    width: 100%;
	    max-width: none;
	}
	
}
@media all and (max-width:900px){

	.detalle .container ul.colores.detallada li {
		width: 25%;
	}
	.detalle .container ul.colores.detallada li .color {
		width: 90%;
    	margin-right: 0;
	}
	
}


@media all and (max-width:600px){

	.detalle .container ul.section.colores.simple {
		max-width: initial !important;
	}
	.detalle .container ul.section.colores.simple li {
		width: 24%;
		height: 110px !important;
		height: 30vw !important;
	}
	.detalle .container ul.colores.simple .color {
		width: 100% !important;
		width: 23vw !important;
	}
	
	.detalle .container ul.colores.detallada li {
		width: 33%;
	}
	.detalle .container ul.colores.detallada li .color {
		/* margin-right: 4vw;
		width: 100%;
		width: 27vw; */
	}
	
	/* Compensa que acabo de pisarlo con !important */
	.detalle .container ul.section.colores.simple li.clear,
	.detalle .container ul.section.colores.detallada li.clear{
		height: 20px !important;
	}

}

@media all and (max-width:400px){
	.detalle .container ul.colores.detallada li {
		width: 50%;
	}
}



.detalle .container h3.separador {
    font-size: 2.3vh !important;
    font-weight: normal;
    padding: 0.8vh 0;
    border-bottom: 1px solid #999;
    margin-bottom: 1.6vh;
	
	
	font-size: 11.6pt !important;
	line-height: 12.8pt;
}



body.seccion .sm.detalle_art > li.activo .conts table {
    border: 1px solid #666;
    border-radius: 0 14px;
    border-spacing: 0px;
    border-collapse: separate;
}
body.seccion .sm.detalle_art > li.activo .conts th {
    background: #666;
    color: white !important;
    padding: 0.2vw 1vw;
}
body.seccion .sm.detalle_art > li.activo .conts th:last-child {
    border-radius: 0 9px 0 0;
}
body.seccion .sm.detalle_art > li.activo .conts td {
    padding: 0.2vw 1vw;
    font-weight: bold;
    border-right: 1px solid #666;
}
body.seccion .sm.detalle_art > li.activo .conts td:last-child {
    border: 0;
}








@media all and (max-height: 670px){
    header ul li, 
    header .iconos span{ 
        /* font-size: 14px; 
        line-height: 16px;*/
    }
    header .demo-icon, 
    .sm > li > .txt h1, 
    .sm > li > .txt h2, 
    .sm > li .conts * { 
        /* font-size: 14px; 
        line-height: 16px; */
    }
    .sm > li > .txt h2 {
        margin-top: 0;
    }
    .sm > li .fdoTxt{
        height: 66px;
    }
    .sm > li > .txt{
        height: 64px;
    }

    .detalle .container ul.section.colores.simple li {
        height: 104px;
    }

}

@media screen and (min-aspect-ratio: 2/1) {
    .sm > li,
    .sm > li.activo {
        background-size: cover;
        background-position: center;
    }
}
@media screen and (min-aspect-ratio: 9/4) { /* 2.25 */
    body.seccion .sm > li.activo {
        background-size: 33.33% auto;
    }
}





/* 

Naranja: http://alba.dgurus.net/icono/vermas-thin/20/e17e29.png
Amarillo: http://alba.dgurus.net/icono/vermas-thin/20/daa120.png
Verde: http://alba.dgurus.net/icono/vermas-thin/20/7e9f2e.png

http://alba.dgurus.net/thumbs/vermas-thin_20_e17e29.png
http://alba.dgurus.net/thumbs/vermas-thin_20_daa120.png
http://alba.dgurus.net/thumbs/vermas-thin_20_7e9f2e.png

*/







body.mes_de_color .sm > li .conts ul {
    margin: 20px 30px;
    margin: 2vw 3vw;
    color: #333 !important;
    margin-left: 7vw;
}
body.mes_de_color .sm > li .conts ul li {
	list-style: none;
}
body.mes_de_color .sm > li .conts ul li * {
    color: #333;
}
body.mes_de_color .sm > li .conts ul li:hover * {
	color: #666666;
}
body.mes_de_color .sm > li .conts ul li:hover a h3 {
	color: inherit;
}

body.mes_de_color .sm > li .conts ul h4 {
    font-weight: normal;
    margin-bottom: 10px;
    margin-bottom: 2vh;
}

body.mes_de_color #container{
	width: 67vw;
	padding-bottom: 1vw;
}



@media all and (max-width:600px){
	
	body.mes_de_color .sm {
		overflow-y: auto;
	}
	body.mes_de_color .sm > li {
		width: 100% !important;
		float: none;
		display: block;
		height: auto !important;
		overflow: hidden !important
	}
	body.mes_de_color .sm > li:first-child ul li {
		height: 0px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 600ms;
		-moz-transition: all 600ms;
		-o-transition: all 600ms;
		transition: all 600ms;
	}
	body.mes_de_color .sm > li:first-child:hover ul li {
		height: 42px;
		visibility: visible;
		opacity: 1;
	}
	body.mes_de_color #container {
		width: 100%;
		padding-bottom: 1vw;
	}
	.item.nowh {
		width: 100% !important;
		height: 160px !important;
		height: 50vw !important;
		position: relative !important;
		left: 0 !important;
		top: auto !important;
	}
	.item.nowh.video {
		height: 52vw !important;
	}
	.item.nowh.titulo {
		height: 23.5vw !important;
	}
	.item.nowh.colores {
		height: 23.5vw !important;
	}
	.item.nowh.colores ul li {
		width: 23.5vw !important;
		height: 23.5vw !important;
	}
}








.paginador {
    text-align: center;
    font-size: 9pt;
	margin: 20px;
}

body.productos .contenedor .items .paginador ul li {
    display: inline-block;
    width: auto !important;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
}

/* Para PAGINADOR */
body.paso_a_paso #container,
body.videos #container{
	min-height: 84vh;
	margin-bottom: 60px;
}




.paginador {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #9E9E9E;
}
.paginador ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.paginador a {
	color: #3498db;
}
.paginador .disabled a {
	color: #9E9E9E;
}
.paginador a.ajax_link:hover {
	font-weight: bold;
}





body.paso_a_paso .conts.menu,
body.videos .conts.menu{
    margin-bottom: 30px;
    margin-bottom: 4vh;
}







@keyframes chirimbolo {
	from { padding: 3.4vh; }
	60%{ padding: 2.2vh; }
	to { padding: 3.4vh; }
}
@keyframes chirimbolo3 {
	from { color: rgb(255, 255, 255); }
	80%{ color: rgb(255, 255, 255); }
	to { color: rgb(126, 159, 46); }
}






body.paso_a_paso .item{
	width: 18vw;
	height: auto; 
	min-height: 20vw; 
	display: inline-block;
	margin: 4vw 0 0 4vw;
	padding: 0;
}
body.paso_a_paso .item .img{	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 18vw;
	height: 14vw;
	display: block;
	margin: 0;
	padding: 0;
}

body.paso_a_paso .item h3{	
	color: #900;
	font-size: 2vh;
	line-height: 2.2vh;
	margin: 2vh 0 1vh 0;
	
	font-size: 11pt;
	line-height: 14pt;
}
body.paso_a_paso .item h4{	
	color: #666;
	font-size: 2vh;
	line-height: 2.2vh;
	margin: 0;
	
	font-size: 11pt;
	line-height: 14pt;
}

body.paso_a_paso .sm > li.activo .conts{
	overflow-y: auto;
	position: relative;
	height: 100%;
}
body.paso_a_paso .sm > li.activo .conts .aux1{
	width: 40vw;
	float: left;
	box-sizing: border-box;
	padding: 3.6vw 4vw;
	height: 100%;
}
body.paso_a_paso .sm > li.activo .conts .aux2{
	width: auto;
	height: auto;
	margin-left: 0;
	box-sizing: border-box;
	float: left;
	margin: 4vw 0 0 4vw;
}

body.paso_a_paso .sm > li.activo .conts .aux1 .item{
	margin: 3.6vw auto 0 4vw;
}
body.paso_a_paso .sm > li.activo .conts .aux2 .item{
	display: block;
	margin: 0 0 2vw 0;
}

body.paso_a_paso .sm > li.activo .conts .aux1 .header_item,
body.paso_a_paso .sm > li.activo .conts .aux2 .header_item{
	min-height: 50px;
}

body.paso_a_paso .sm > li.activo .conts .aux1 .header_item h3,
body.paso_a_paso .sm > li.activo .conts .aux2 .header_item h3{
	font-size: 2.4vh;
	color: #900;
	
	font-size: 12.6pt;
	line-height: 14pt;
}
body.paso_a_paso .sm > li.activo .conts .aux2 .header_item h3{
	color: #314e7e;
}

body.paso_a_paso .sm > li.activo .conts .aux1 .header_item h4,
body.paso_a_paso .sm > li.activo .conts .aux2 .header_item h4{
	font-size: 2.2vh;
	color: #999;
	
	font-size: 11.6pt;
	line-height: 12.8pt;
}

body.paso_a_paso .sm > li.activo .conts .aux1 .item h3,
body.paso_a_paso .sm > li.activo .conts .aux2 .item h3{
	color: #666;
	font-size: 2.2vh;
	line-height: 1vh;
	margin: 2vh 0 1vh 0;
	font-weight: bold;
	
	font-size: 11.6pt;
	line-height: 12.8pt;
}
body.paso_a_paso .sm > li.activo .conts .aux1 .item h4,
body.paso_a_paso .sm > li.activo .conts .aux2 .item h4{
	color: #666;
	font-size: 2vh;
	line-height: 1vh;
	font-weight: normal;
	
	font-size: 11pt;
	line-height: 14pt;
}

body.paso_a_paso.seccion li.activo .item {
	/* width: 60vw;
	height: auto; */
}
body.paso_a_paso.seccion li.activo .item .img {
	/* float: left; */
}
body.paso_a_paso.seccion li.activo .item h3,
body.paso_a_paso.seccion li.activo .item h4 {
	/* margin-left: 20vw; */
}
body.paso_a_paso.seccion li.activo .item h3{
	font-size: 3vh;
	
	font-size: 14pt;
	line-height: 14pt;
}

body.paso_a_paso.seccion li.activo .item_img{
	margin-bottom: 2vh;
}
body.paso_a_paso.seccion li.activo .item_img h3{
	font-size: 2.4vh;
	margin: 2vh 0;
	
	font-size: 12.6pt;
	line-height: 14pt;
}



body.paso_a_paso .sm > li .conts * {
	color: #333;
}
body.paso_a_paso .sm > li .conts.menu ul {
	margin-left: 7vw;
	margin-top: 3.8vw;
}
body.paso_a_paso .sm > li .conts.menu ul li {
	float: none;
	display: block;
	margin-top: 0.4vh;
}
body.paso_a_paso .sm > li .conts.menu ul li.titulo {
	margin-top: 0;
	font-size: 2.6vh;
	
	font-size: 12.6pt;
	line-height: 14pt;
}
body.paso_a_paso .sm > li .conts.menu ul li.subtitulo {
	margin-top: 2vh;
	font-weight: bold;
	font-size: 1.9vh;
	
	font-size: 11pt;
	line-height: 14pt;
}
body.paso_a_paso .sm > li .conts ul li:hover a {
	color: #999;
}




body.paso_a_paso .item .mas {  
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	width: 5vw;
	height: 120px;
	height: 5vw;
	margin-top: -2.6vw;
	margin-left: -2.5vw;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100px;
	padding: 20px; /* */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body.paso_a_paso .item .mas a {
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100px;
	/* padding: 20px;
	font-size: 40px;
	line-height: 30px; */
	text-decoration: none;
	text-align: center;
	color: #C00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.paso_a_paso .item .mas { opacity: 0.0; }
body.paso_a_paso .item:hover .mas { opacity: 1.0; }

body.paso_a_paso .item .mas a.chirimbolo3 {
	background-size: 42%;
}
body.paso_a_paso .item .mas a.chirimbolo3.cerrar {
	background-size: 46%;
}

body.paso_a_paso .item:hover .mas {
	padding: 16px;
	padding: 1.3vw; /* padding: 3.4vh; */
	animation-duration: 400ms;
	animation-name: chirimbolo;
}

body.paso_a_paso .item:hover .mas a.chirimbolo3 {
	color: rgb(126, 159, 46);
	animation-duration: 400ms;
	animation-name: chirimbolo3;
}


body.paso_a_paso.seccion .sm > li.activo,
body.paso_a_paso.seccion .sm > li.activo .conts{
	width: 70vw !important;
}







body.paso_a_paso .sm > li.menu{
	width: 33.33%; width: 30vw !important; background-color: #f6f6f5; overflow-y: auto;
}
body.paso_a_paso .sm > li.principal{
	width: 66.66%; width: 70vw; overflow-y: auto;
}
body.paso_a_paso .sm > li.activo{
	width:0;
}

	
	
	
@media all and (max-width:600px){
	
	body.paso_a_paso .item .mas{
		opacity: 1.0;
		animation-duration: initial !important;
		animation-name: initial !important;
		
		width: 56px;
		height: 56px;
		width: 16vw;
		height: 16vw;
		margin-top: -28px;
		margin-left: -28px;
		margin-top: -8vw;
		margin-left: -8.2vw;
		padding: 8px;
		padding: 2.6vw;
	}
	body.paso_a_paso .item .mas a {
		opacity: 1.0;
		animation-duration: initial !important;
		animation-name: initial !important;
	}
	
	body.paso_a_paso .sm > li.menu{
		height: 4vh !important;
		/* background-color: #FFFFFF !important; */
		width: 100vw !important;
		min-height: 30px;
		/* background-image: url('/icono/vermas-thin/16/999.png'); */
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: initial;
		
		-webkit-transition: all 800ms;
		-moz-transition: all 800ms;
		-o-transition: all 800ms;
		transition: all 800ms;
	}
	body.paso_a_paso .sm > li.menu *{
		display: none;
	}
	body.paso_a_paso .sm > li.menu:hover{
		height: 60vh !important;
		background: #f6f6f5 !important;
	}
	body.paso_a_paso .sm > li.menu:hover *{
		display: block;
	}
	
	body.paso_a_paso .sm > li.principal{
		margin-top: 2vw !important;
		width: 100vw !important;
	}
	body.paso_a_paso.seccion .sm > li.principal{
		width: 0vw !important;
		display: none;
	}
	body.paso_a_paso .item {
		width: 42vw;
		height: auto !important;
		min-height: 80vw !important;
		display: inline-block;
		margin: 4vw 0 0 4vw;
		padding: 0;
	}
	body.paso_a_paso .aux2 .item.impar {
		clear:both;
	}
	body.paso_a_paso .item .img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 36vw;
		display: block;
		margin: 0;
		padding: 0;
	}
	body.paso_a_paso .sm > li.activo .conts .aux1{
		width: 100vw;
		height: auto;
    	float: none;
	}
	body.paso_a_paso .sm > li.activo .conts .aux2{
		float: none;
	}
	body.paso_a_paso .sm > li.activo .conts .aux2 .item{
		float: left;
		margin-right: 4vw;
	}
	body.paso_a_paso.seccion .sm > li.activo,
	body.paso_a_paso.seccion .sm > li.activo .conts{
		width: 100vw !important;
		margin-top: 0vw !important;
	}
}














body.videos .item{
	width: 18vw;
	height: auto; 
	min-height: 20vw; 
	display: inline-block;
	margin: 4vw 0 0 4vw;
	padding: 0;
}
body.videos .item .img{	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 18vw;
	height: 14vw;
	display: block;
	margin: 0;
	padding: 0;
}

body.videos .item h3{	
	color: #900;
	font-size: 2vh;
	line-height: 2.2vh;
	margin: 2vh 0 1vh 0;
	
	font-size: 11pt;
	line-height: 14pt;
}
body.videos .item h4{	
	color: #666;
	font-size: 2vh;
	line-height: 2.2vh;
	margin: 0;
	
	font-size: 11pt;
	line-height: 14pt;
}

body.videos .sm > li.activo .conts{
	overflow-y: auto;
	position: relative;
	height: 100%;
}
body.videos .sm > li.activo .conts .aux1{
	width: 40vw;
	float: left;
	box-sizing: border-box;
	padding: 3.6vw 4vw;
	height: 100%;
}
body.videos .sm > li.activo .conts .aux2{
	width: auto;
	height: auto;
	margin-left: 0;
	box-sizing: border-box;
	float: left;
	margin: 4vw 0 0 4vw;
}

body.videos .sm > li.activo .conts .aux1 .item{
	margin: 3.6vw auto 0 4vw;
}
body.videos .sm > li.activo .conts .aux2 .item{
	display: block;
	margin: 0 0 2vw 0;
}

body.videos .sm > li.activo .conts .aux1 .header_item,
body.videos .sm > li.activo .conts .aux2 .header_item{
	min-height: 50px;
}

body.videos .sm > li.activo .conts .aux1 .header_item h3,
body.videos .sm > li.activo .conts .aux2 .header_item h3{
	font-size: 2.4vh;
	color: #900;
	
	font-size: 12.6pt;
	line-height: 14pt;
}
body.videos .sm > li.activo .conts .aux2 .header_item h3{
	color: #314e7e;
}

body.videos .sm > li.activo .conts .aux1 .header_item h4,
body.videos .sm > li.activo .conts .aux2 .header_item h4{
	font-size: 2.2vh;
	color: #999;
	
	font-size: 11.6pt;
	line-height: 13pt;
}

body.videos .sm > li.activo .conts .aux1 .item h3,
body.videos .sm > li.activo .conts .aux2 .item h3{
	color: #666;
	font-size: 2.2vh;
	line-height: 1vh;
	margin: 2vh 0 1vh 0;
	font-weight: bold;
	
	font-size: 11.6pt;
	line-height: 12.8pt;
}
body.videos .sm > li.activo .conts .aux1 .item h4,
body.videos .sm > li.activo .conts .aux2 .item h4{
	color: #666;
	font-size: 2vh;
	line-height: 1vh;
	font-weight: normal;
	
	font-size: 11pt;
	line-height: 14pt;
}

body.videos.seccion li.activo .item {
	/* width: 60vw;
	height: auto; */
}
body.videos.seccion li.activo .item .img {
	/* float: left; */
}
body.videos.seccion li.activo .item h3,
body.videos.seccion li.activo .item h4 {
	/* margin-left: 20vw; */
}
body.videos.seccion li.activo .item h3{
	font-size: 3vh;
	
	font-size: 14pt;
	line-height: 14pt;
}

body.videos.seccion li.activo .item_img{
	margin-bottom: 2vh;
}
body.videos.seccion li.activo .item_img h3{
	font-size: 2.4vh;
	margin: 2vh 0;
	
	font-size: 12.6pt;
	line-height: 14pt;
}


body.videos .sm > li .conts * {
	color: #333;
}
body.videos .sm > li .conts.menu ul {
	margin-left: 7vw;
	margin-top: 3.8vw;
}
body.videos .sm > li .conts.menu ul li {
	float: none;
	display: block;
	margin-top: 0.4vh;
}
body.videos .sm > li .conts.menu ul li.titulo {
	margin-top: 0;
	font-size: 2.6vh;
	
	font-size: 12.6pt;
	line-height: 14pt;
}
body.videos .sm > li .conts.menu ul li.subtitulo {
	margin-top: 2vh;
	font-weight: bold;
	font-size: 1.9vh;
	
	font-size: 11pt;
	line-height: 14pt;
}
body.videos .sm > li .conts ul li:hover a {
	color: #999;
}




body.videos .item .mas {  
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	width: 5vw;
	height: 120px;
	height: 5vw;
	margin-top: -2.6vw;
	margin-left: -2.5vw;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100px;
	padding: 20px; /* */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body.videos .item .mas a {
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100px;
	/* padding: 20px;
	font-size: 40px;
	line-height: 30px; */
	text-decoration: none;
	text-align: center;
	color: #C00;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.videos .item .mas { opacity: 0.0; }
body.videos .item:hover .mas { opacity: 1.0; }

body.videos .item .mas a.chirimbolo3 {
	background-size: 42%;
}
body.videos .item .mas a.chirimbolo3.cerrar {
	background-size: 46%;
}

body.videos .item:hover .mas {
	padding: 16px;
	padding: 1.3vw; /* padding: 3.4vh; */
	animation-duration: 400ms;
	animation-name: chirimbolo;
}

body.videos .item:hover .mas a.chirimbolo3 {
	color: rgb(126, 159, 46);
	animation-duration: 400ms;
	animation-name: chirimbolo3;
}

body.videos.seccion .sm > li.activo,
body.videos.seccion .sm > li.activo .conts{
	width: 70vw !important;
}







body.videos .sm > li.menu{
	width: 33.33%; width: 30vw !important; background-color: #f6f6f5; overflow-y: auto;
}
body.videos .sm > li.principal{
	width: 66.66%; width: 70vw; overflow-y: auto;
}
body.videos .sm > li.activo{
	width:0;
}
	
	
	
@media all and (max-width:600px){
	
	body.videos .item .mas{
		opacity: 1.0;
		animation-duration: initial !important;
		animation-name: initial !important;
		width: 40px;
		width: 8vw;
		height: 40px;
		height: 8vw;
		margin-top: -4.5vw;
		margin-left: -4.5vw;
		padding: 1.3vw;
	}
	body.videos .item .mas a {
		opacity: 1.0;
		animation-duration: initial !important;
		animation-name: initial !important;
	}
	
	body.videos .sm > li.menu{
		height: 4vh !important;
		/* background-color: #FFFFFF !important; */
		width: 100vw !important;
		min-height: 30px;
		/* background-image: url('/icono/vermas-thin/16/999.png'); */
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: initial;
		
		-webkit-transition: all 800ms;
		-moz-transition: all 800ms;
		-o-transition: all 800ms;
		transition: all 800ms;
	}
	body.videos .sm > li.menu *{
		display: none;
	}
	body.videos .sm > li.menu:hover{
		height: 60vh !important;
		background: #f6f6f5 !important;
	}
	body.videos .sm > li.menu:hover *{
		display: block;
	}
	
	body.videos .sm > li.principal{
		margin-top: 2vw !important;
		width: 100vw !important;
	}
	body.videos.seccion .sm > li.principal{
		width: 0vw !important;
		display: none;
	}
	body.videos .item {
		width: 42vw;
		height: auto !important;
		min-height: 60vw !important;
		display: inline-block;
		margin: 4vw 0 0 4vw;
		padding: 0;
	}
	body.videos .aux2 .item.impar {
		clear:both;
	}
	body.videos .item .img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 36vw;
		display: block;
		margin: 0;
		padding: 0;
	}
	body.videos .sm > li.activo .conts .aux1{
		width: 100vw;
		height: 69vw;
    	float: none;
	}
	body.videos .sm > li.activo .conts .aux2{
		float: none;
	}
	body.videos .sm > li.activo .conts .aux2 .item{
		float: left;
		margin-right: 4vw;
	}
	body.videos.seccion .sm > li.activo,
	body.videos.seccion .sm > li.activo .conts{
		width: 100vw !important;
		margin-top: 0vw !important;
	}
}



body.flat .btn.btn-primary {
    /* background: #1abc9c; */
    box-shadow: none !important;
    /* border-radius: 16px 0 !important; */
    border-radius: 4px !important;
}

body.carrito .contenedor{ 
	/* width: 86%;
	width: 86vw; */
	width: auto;
	margin: auto;
    margin-top: 58px;
	margin-top: 8vh;
    padding-top: 4vw;
}
body.carrito .content-block.content-3-8 {
	padding: 0;
}
body.carrito .content-block.shop-1-7 {
	padding-top: 0;
}
body.carrito .underlined-title h1 {
    color: #2c3e50;
    margin: 0;
    font-size: 30px;
}
body.carrito .underlined-title hr {
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 0;
}
div.separador_carrito {
	background: transparent;
	padding: 0;
	height: auto;
	margin-bottom: 36px;
}
div.separador_carrito .container {
	padding: 8px 16px;
}
div.separador_carrito .container a {
	display: inline-block;
	padding: 2px 0 2px 16px;
}
div.separador_carrito .container a.btn_continuar {
    font-weight: 600;
}
div.separador_carrito .container a.btn_imprimir, 
div.separador_carrito .container a.btn_imprimir:hover {
    display: inline-block;
    color: white !important;
    padding: 2px 10px !important;
    font-weight: bold;
    border-radius: 2px;
    background-color: #90aa9d;
}
div.separador_carrito .container a:hover {
    /* color: #3397dc;
    text-decoration: underline; */
    color: #66776f;
}

body.carrito .shipping_totals {
    /* padding: 0; */
    border-radius: 0 0 0 16px;
    overflow: hidden;
}
body.carrito .shipping_totals table {
    margin: 0;
}
body.carrito .shipping_totals table td {
    padding-left: 24px !important;
}
body.carrito .shipping_totals .big-total td:first-child {
    border-radius: 0 0 0 16px;
    overflow: hidden;
    border: 0;
}
body.carrito .shipping_totals .big-total td:last-child {
    border-radius: 0 16px 0 0;
    overflow: hidden;
    border: 0;
}
