@font-face {
	font-family: 'allerregular';
	src: url('../fonts/aller_rg-webfont.eot');
	src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'homenajeregular';
	src: url('../fonts/homenaje-regular-webfont.eot');
	src: url('../fonts/homenaje-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/homenaje-regular-webfont.woff') format('woff'), url('../fonts/homenaje-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'allerbold';
	src: url('../fonts/aller_bd-webfont.eot');
	src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bd-webfont.woff') format('woff'), url('../fonts/aller_bd-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'allerbold_italic';
	src: url('../fonts/aller_bdit-webfont.eot');
	src: url('../fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_bdit-webfont.woff') format('woff'), url('../fonts/aller_bdit-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alleritalic';
	src: url('../fonts/aller_it-webfont.eot');
	src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_it-webfont.woff') format('woff'), url('../fonts/aller_it-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_lightregular';
	src: url('../fonts/aller_lt-webfont.eot');
	src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_lt-webfont.woff') format('woff'), url('../fonts/aller_lt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_lightitalic';
	src: url('../fonts/aller_ltit-webfont.eot');
	src: url('../fonts/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_ltit-webfont.woff') format('woff'), url('../fonts/aller_ltit-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aller_displayregular';
	src: url('../fonts/allerdisplay-webfont.eot');
	src: url('../fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/allerdisplay-webfont.woff') format('woff'), url('../fonts/allerdisplay-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: '616';
	src: url('../fonts/616.eot');
	src: local('616'), url('../fonts/616.woff') format('woff'), url('../fonts/616.ttf') format('truetype');
}
/*estilos generales*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Ubuntu", sans-serif;
	line-height: 150%;
	font-size: 13px;
	color: #4D4D4D;
	background: #f5f5f5;
	max-height: 100vh;
}
a {
	text-decoration: none;
}
a img {
	outline: 0;
	border: 0;
}
a:hover {
	text-decoration: none;
}
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-box-sizing: content-box;
}
.main {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 20px;
	/* background: #fff url(../images/bg_int.jpg) left top no-repeat; */
	-webkit-box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	box-shadow: 0 0 8px -2px rgba(0,0,0,.3);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	min-height: 100vh;
}
.container {
    width: 100% ! IMPORTANT;
    max-width: 1200px !IMPORTANT;
}
/*terminan estilos generales*/

/*estilos inicio*/

.contenedor_inicio {
	width: 100%;
	height: 100VH;
	background: url(../images/login/portada.webp) center top no-repeat;
}
.titulo_inicio {
	text-align: center;
	/* position: absolute; */
	/* left: 66px; */
	/* top: 176px; */
	/* width: 200px; */
}
.dec_virt {
	/* font-family: 'aller_lightitalic', Arial; */
	font-size: 30px;
	color: #000;
	line-height: 1em;
}
.dec_virt:before, .dec_virt:after, .galerias h3:before, .galerias h3:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #ffb017;
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
}
.dec_virt strong {
	font-family: "Ubuntu", sans-serif;
}
.bienvenidos {
	text-align: right;
	padding-top: 14px;
	color: #F16622;
	font-size: 18px;
}
.cont_logo {
	width: 69%;
	background: #fff;
	height: 100vh;
	position: relative;
}
.logo img {
    object-fit: contain;
    height: 100%;
}
.logo_inicio {
	/* background: url(../images/sombra.png) center bottom no-repeat; */
	padding: 0;
	max-width: 200px;
	margin: 0 auto;
}
.inicio {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	font-size: 18px;
}
.inicio a {
	color: #F16622;
}
.inicio a:hover {
	color: #6FBD44;
}

.cont_logo img {
    width: 100%;
}
.sub-titt {
    font-size: 1.4em;
}
.botones {
    text-align: center;
    margin: 2em 0;
}

a.bg_verde {
    background: #1ba520;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    display: inline-block;
}

a.bg_azul {
    background: #2d008a;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

/**HEADER*/
.cont_izq {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

/*terminan estilos inicio*/
/*estilos encabezado*/
.header {
	position: relative;
	height: 42px;
	background: #fff;
	box-shadow: 3px 3px 30px #33333321;
	display: flex;
	align-items: center;
	z-index: 10;
	justify-content: space-between;
}
.logo {
	/* position: absolute; */
	/* left: 30px; */
	height: 31px;
}
.nav {
	/* position: absolute; */
	right: 0;
	top: 10px;
	/* width: 680px; */
	/* height: 26px; */
	/* padding-right: 65px; */
	text-align: right;
	/* background: url(../images/nav.png) right top no-repeat; */
}
.nav ul {
	display: inline-block;
	margin: 4px 0 0 0;
	padding: 0;
}
.nav ul li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 11px;
	padding: 0;
}
.nav ul li:before {
	/* content: ''; */
	position: absolute;
	/* width: 11px; */
	height: 23px;
	/* left: -11px; */
	/* top: 0; */
	/* background: url(../images/separador.png) left top no-repeat; */
}
.nav ul li:first-child:before {
	display: none;
}
.nav ul li a {
	display: block;
	width: max-content;
	margin: 0 4px;
	/* line-height: 22px; */
	padding: 5px 10px;
	/* color: #F2F2F2; */
	/* font-size: 13px; */
	/* letter-spacing: .1em; */
	transition: all ease-in-out .2s;
}
.nav ul li a:hover {
	/* color: #9c0; */
	transition: all ease-in-out .2s;
}
.ayuda {
	background: #ffb031;
	height: 45px;
	display: flex;
	align-items: center;
	align-self: center;
	text-align: center;
	font-size: 1.3em;
	padding: 0 10px;
}
.ayuda_btn {
	display: block;
	width: 23px;
	/* height: 19px; */
	padding-right: 10px;
	line-height: 19px;
	text-align: right;
	/* background: url(../images/ayuda.png) left top no-repeat; */
	color: #fff;
	outline: none;
}
.ayuda a {
    text-align: center;
    padding: 3px 1px;
    border: 3px solid #fff;
    border-radius: 100%;
}
.titulo {
	/* position: absolute; */
	/* bottom: 10px; */
	/* left: 420px; */
	/* font-family: 'aller_lightitalic', Arial; */
	font-size: 1.4em;
	color: #4D4D4D;
	/* display: none; */
}
.titulo strong {
		font-family: "Ubuntu", sans-serif;
}
.titulo_share {
	position: absolute;
	bottom: 10px;
	left: 350px;
		font-family: "Ubuntu", sans-serif;
	font-size: 20px;
	color: #4D4D4D;
}
/*terminan estilos encabezado*/

/*estilos editor de imagen*/
.adecorar {
	position: relative;
	background: #fff;
}
.imgeditor {
	position: relative;
	padding-left: 0;
	width: 100%;
	padding-top: 9px;
	margin-bottom: 15px;
}
.imgtools {
	position: relative;
	display: none;
	vertical-align: top;
	width: 40px;
	background: #666;
	padding-bottom: 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.imgtools ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.imgtools ul li {
	margin: 2px;
}
.imgtools ul li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #777;
	color: #fff;
}
.imgmain {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.imgbox {
	position: relative;
	width: 100%;
	/* background: #ccc; */
}
.area_info {
	position: relative;
	background: #54B4F0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: right;
	/* border-left: 1px solid #999; */
	/* border-bottom: 1px solid #999; */
}
.area_info .usando {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
	background: #CCCCCC;
	padding: 0 25px 0 10px;
	color: #333;
	text-align: left;
}
.area_info .area {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #54B4F0 url(../images/tr2.png) left center no-repeat;
	padding: 0 25px 0 20px;
	color: #fff;
	text-align: left;
}
.area_info .usando:before {
	content: '';
	position: absolute;
	left: -11px;
	top: 0;
	width: 11px;
	height: 20px;
	/* background: url(../images/tr1.png) left center no-repeat; */
}
.area_info .usando:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-right: 0;
	border-top: 0;
	border-left: 15px solid transparent;
	/* border-bottom: 21px solid #fff; */
}
.area_info .usando span, .area_info .area span {
	font-weight: bold;
	color: #444;
}
div#cuadrosPaleta {
    padding: 10px;
}
.tupaleta {
	/* position: absolute; */
	/* width: 106px; */
	top: 0;
	right: 0;
	height: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5px;
	padding-top: 0;
	background: #fbf7f5;
}
.tupaleta h2 {
		font-family: "Ubuntu", sans-serif;
		font-size: 15px;
		color: #000;
		letter-spacing: .1em;
		font-weight: normal;
		line-height: normal;
		margin: 19px 0;
		text-align: center;
}
.tupaleta .cuadro_color {
	position: relative;
	width: 90%;
	margin: 6px 0;
	font-family: "Ubuntu", sans-serif;
	color: #4D4D4D;
	line-height: 1em;
}
.tupaleta .cuadro_color div {
	display: block;
	width: 46px;
	height: 46px;
	font-size: 0;
	margin-bottom: 4px;
	background-image: url(../images/cancelar_btn.png);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*terminan estilos editor de imagen*/

/*estilos contenedor medio*/
.midcont {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	text-align: right;
	background: #fff;
}
.midcont .info_prod {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 25%;
	text-align: left;
	letter-spacing: .1em;
	padding: 0 15px 20px 15px;
	/* border-left: 1px solid #6FBD44; */
}
.midcont .info_prod h2 {
	/* font-family: 'allerbold', Arial; */
	font-size: 22px;
	color: #000;
	margin: 0 0 15px 0;
	letter-spacing: normal;
	text-align: left;
}
.midcont .info_prod p {
	margin: 0;
}
.midcont .colores {
	position: relative;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 800px !IMPORTANT;
	height: 110px;
	padding: 20px 0 20px 5px;
	/* border-left: 1px solid #999; */
}
.midcont .colores a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 6px;
	/* padding: 2px; */
	/* border: 1px solid #ddd; */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100% !IMPORTANT;
	overflow: hidden;
}
/*terminan estilos contenedor medio*/

/*estilos contenedor bottom*/
.botcont {
	/* border-top: 1px solid #6FBD44; */
}
.imgmain .dec_virt {
    margin-bottom: -9px;
    font-size: 1.1em;
}
.botcont .cont_descargar a {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.adecorar:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #929292;
    position: absolute;
    top: 0;
    left: 20%;
}

.midcont .info_prod h2:before {content: "";width: 20px;height: 4px;background: #ffb017;display: inline-block;vertical-align: middle;margin: 6px;}

.botcont .cont_info {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 20%;
	font-family: "Ubuntu", sans-serif;
	font-size: 13px;
	color: #534741;
	line-height: normal;
	background: #fff;
}
.botcont .cont_redes, .botcont .cont_descargar {
	display: flex;
	flex-direction: column;
	padding: 27px 15px;
	/* background: url(../images/sombra.png) center top no-repeat; */
}
.botcont .cont_redes span.bloque {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px
}
.botcont .cont_redes a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.botcont .cont_descargar .descarga, .botcont .cont_descargar .calcula {
	/* display: table-cell; */
	width: 100%;
	text-align: left;
	margin-bottom: 21px;
	font-weight: 800;
	color: #000;
}
.botcont .cont_descargar .descarga {
	/* border-right: 1px solid #ddd; */
}
.botcont .cont_descargar a.descargar_btn {
	display: inline-block;
	vertical-align: top;
	width: 112px;
	height: 36px;
	padding-top: 4px;
	margin-top: 10px;
	margin-left: 10px;
		font-family: "Ubuntu", sans-serif;
	text-align: center;
	color: #fff;
	/*background: url(../images/descargar_img_btn.png) left top no-repeat;*/
	font-weight: normal;
}
.botcont .cont_prod {
	position: relative;
	/* display: table-cell; */
	vertical-align: top;
	width: 100%;
	text-align: left;
	background: #e6e6e6;
}
.titulo_productos {
	position: relative;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
	background: #fff;
}
.botcont .cont_prod ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: left;
}
.botcont .cont_prod ul li {
	/* display: inline-block; */
	vertical-align: top;
	/* width: 33%; */
}
.botcont .cont_prod ul li a {
	display: block;
	width: 100%;
	padding: 0;
}
.botcont .cont_prod ul li a img {
	width: 100%;
	max-width: 120px;
}
.prd_vinilicas, .prd_esmalte, .prd_especialidades, .prd_paletapntmx {
	position: relative;
	/* float: right; */
	display: inline-block;
	padding: 0 15px;
	height: 23px;
	line-height: 22px;
	color: #9fac9f;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: -22px;
	cursor: pointer;
	z-index: 2;
	background: #fff;
}
.prd_vinilicas:hover, .prd_esmalte:hover, .prd_especialidades:hover{
	color: #fff;
	background: #a0aea0;
}
.prd_vinilicas, .prd_esmalte, .prd_especialidades {
	border: 1px solid #a0aea0;
	border-radius: 4px;
	margin: -24px 10px 0 !important;
	padding: 5px  10px!IMPORTANT;
}


.cont_prod .prd_activo:before {
	content: '';
	position: absolute;
	/* left: 50%; */
	/* top: 22px; */
	/* margin-left: -10px; */
	/* border-top: 10px solid #999999; */
	/* border-left: 10px solid transparent; */
	/* border-right: 10px solid transparent; */
	/* border-bottom: 0; */
}
/*terminan estilos contenedor bottom*/



/*estilos elegir*/
/*estilos de main_area*/
.main_area {
	position: relative;
	background: #fff;
	padding-left: 0;
	min-height: 67.5vh;
	z-index: 3;
	width: 100%;
}
.main_area h2 {
		font-family: "Ubuntu", sans-serif;
	font-size: 17px;
	color: #333;
}
.subir_elegir {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 67%;
	padding: 30px;
	background: #fff;
}
.botones a {
    min-width: 200px;
    border-radius: 10px;
    gap: 10px;
}

.botones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
a.btn.btn-success.fileinput-button
 
 {
    background: #1ba520;
}
a.btn.btn-success.fileinput-button:hover
 {
    background: #a7b5a7;
}
a.boton, .btn {
	position: relative;
	display: inline-block;
	/* height: 40px; */
	line-height: 22px;
	padding: 5px 12px;
	color: #fff;
	background: #a7b5a7;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 6px;
	overflow: visible;
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	outline: none !important;
}
a.boton:before, a.boton:after, .btn:before, .btn:after {
	/* content: ''; */
	position: absolute;
	top: 0;
	width: 7px;
	height: 40px;
}
a.boton:before, .btn:before {
	/* left: -7px; */
	/* background: url(../images/btn_left.png); */
}
a.boton:after, .btn:after {
	right: -7px;
	background: url(../images/btn_right.png);
}
a.boton:hover, .btn:hover {
	/* background: url(../images/btn.png) repeat-x center top; */
}
button.btn, button.btn:hover {
	background-position: center 9px;
	cursor: pointer;
}
.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button.btn:after, button.btn:before {
	top: 9px;
}
.fileinput-button input {
	font-size: 13px;
}
p.recomendaciones {
	/* width: 250px; */
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	font-style: italic;
}

.elegir {
	/* background: url(../images/main_area.png) center top no-repeat; */
	background-size: contain;
	padding-top: 15px;
	padding-bottom: 25px;
}
.elegir ul {
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	list-style: none;
	letter-spacing: .1em;
	color: #000;
	line-height: 1.7em;
	padding-left: 32px !IMPORTANT;
}
.elegir ul.izq {
	width: 170px;
	padding-left: 9px;
}
.elegir ul.der {/* width: 300px !IMPORTANT; */}
.elegir ul li {
	padding-left: 25px;
	background: url(../images/imagotipo.png) center left no-repeat;
	background-size: contain;
}
.elegir ul li.active {
	/* background: url(../images/bullet_active.png) left 4px no-repeat; */
}
.elegir ul li a {
	display: inline-block;
	vertical-align: top;
	color: #000;
}
.elegir ul li a:hover {
	color: #f60;
}
.elegir ul li.active a {
	border-left: 2px solid #f90;
	padding: 0 10px;
	background: #eee;
	/* width: 120px; */
	text-decoration: none;
}
.elegir ul li a span {
	font-size: 10px;
	color: #666;
}
.btn-primary[disabled] {
	background-color: transparent !important;
}
/*terminan estilos elegir*/

/*estilos  visualizador*/
.visualizador {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	padding: 5px;
	top: 0;
	bottom: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 11px;
	color: #333;
	background: #fbf7f5;
	text-align: center;
	z-index: 10000;
	box-sizing: border-box;
}
.visualizador img {
	display: block;
}
.visualizador span {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.visualizador .tegusta {
	padding-top: 16px;
	padding-bottom: 1em;
	position: relative;
	z-index: 100;
}
.visualizador .tegusta .boton {
	margin-left: 15px;
	margin-top: 5px;
}
.text-danger {
	color: #c00 !important;
}
.prd_activo {
    background: #9fac9f;
    color: #fff;
}
/*terminan estilos  visualizador*/

/*terminan estilos de main_area*/

/*estilos galerias*/
.galerias {
	position: relative;
	margin: 0 auto;
	background: #e6e6e6;
	min-height: 50px;
	padding: 40px 15px 15px;
	text-align: left;
	z-index: 10;
}
.galerias h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: -71px;
	margin-bottom: 33px;
	color: #333;
	letter-spacing: .1em;
	font-size: 25px;
	text-align: left;
	padding-left: 25px;
	width: max-content;
	pointer-events: none;
}
.galerias ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.galerias ul li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	width: 23%;
}
.galerias ul li a, .galerias ul li a img {
	display: block;
	width: 100%;
	height: 137px;
	padding: 0;
	/* background: #fff; */
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
}
.tuimagen {
    text-align: center !IMPORTANT;
    margin-top: 3em;
    width: 100%;
}

.tuimagen img {
    margin: 0 auto;
    border-radius: 20px;
    width: 89%;
    object-fit: cover;
    height: 47vh;
    max-height: 280px;
    overflow: hidden;
}

.tegusta {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    font-weight: 800;
}
/*terminan estilos galerias*/

/*estilos tus areas*/

.main.tusareas .main_area {
    padding: 0;
}

a.boton:hover, .btn:hover {
    background: #1ba520;
}

a.youtube.btn.cboxElement {
    margin-bottom: 1em;
}
.tusareas .subir canvas, .tusareas .elegir img {
	border: 1px solid #eee;
}
.tusareas .subir_elegir {
	width: 100%;
	box-sizing: border-box;
}
/*.tusareas .subir {
	text-align: right;
}*/
.tusareas .subir button, .tusareas .subir a.btn {
	margin-right: 16px;
	margin-left: 10px;
	display: inline-flex;
	align-items: center;
	width: max-content;
	gap: 4px;
}
.tusareas .subir i.icon-trash {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	vertical-align: middle;
}
.tusareas .subir button.borrar i.icon-trash {
	background: url(../images/borrar_icon.png);
}
.tusareas .subir button.agregararea i.icon-trash {
	background: url(../images/area_icon.png);
}
.tusareas .subir button.undo i.icon-undo {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-top: -4px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/undo_icon.png);
}
#mapArea div[style], #mapArea button {
	display: inline-block !important;
	vertical-align: middle;
}
#mapArea button {
	/* float: right; */
	background: #1ba520;
	color: #fff;
	border: none;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	/* margin-top: 20px; */
	/* margin-right: 10px; */
	padding: 10px;
	outline: none;
	cursor: pointer;
	/* width: 100%; */
	border-radius: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background: #1ba520;
	/* background-color: transparent !important; */
}
.apps_bages{
    /* position:absolute; */
    /* margin-top:550px; */
    /* margin-left:600px; */
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.apps_bages img {
    max-width: 135px;
}
div#mapster_wrap_0
 {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4px;
}
/*terminan estilos tus areas*/

/*estilos para eviar warnings*/
.colorElmt {
}
.product {
}
/*terminan estilos para eviar warnings*/
/* estilos para programación */
.prd_dtls {
	display: none;
}
.prd_colors {
	display: none;
}
.selImgDiv {
	display: none;
	width: 100%;
	margin: auto;
}
.info_prod_init {
	text-align: center;
	font-size: 130%;
}
#areas_links {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
#areas_links a {
	display: inline-block;
	width: 176px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	border-left: 2px solid #f90;
	padding: 0 10px;
	background: #eee;
	color: #6A0;
	margin-bottom: 3px;
	cursor: default;
	transition: all ease-in-out .2s;
}
#areas_links a.area_link_del {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	border-left: 0;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	background: url(../images/x_area.png) right center no-repeat;
}
#areas_links a.area_link_del:hover {
	opacity: .8;
	transition: all ease-in-out .2s;
}
.subir canvas {
	cursor: crosshair;
	-webkit-tap-highlight-color: transparent;
}
.msg_atleastone {
	font-size: 120%;
	text-align: center;
	margin-top: -25px;
	color: green;
	display: none;
}
.msg_atleastoneArea {
	font-size: 120%;
	text-align: center;
	margin-left: 295px;
	color: red;
	display: none;
}
.divpaletapntmx {
	background: rgb(230 230 230);
	/* color: #fff; */
	/* position: absolute; */
	left: 0;
	top: 0;
	bottom: 0;
	padding: 10px 26px;
	z-index: 2;
	display: none;
	/*font-size: 13px;*/
	/* font-family: '616', Arial; */
	min-height: 127px;
}
.close_pltPntmx{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.div_call_paletapntmx {
    cursor: pointer;
    display:inline-block;
    width:110px;
    height:52px;
    padding-top:10px;
    padding-right:65px;
    text-align:right;
    /* background:url(../images/circulo_crom.png) right center no-repeat; */
}
.div_call_paletapntmx span.texto_grande {
	display:block;
	font-size:22px;
	transition: all ease-in-out .2s;
}
.div_call_paletapntmx span.naranja {
	color:#F16622;
	font-size:13px;
}
.paleta_btn {
	width: auto;
	height: auto;
	padding-top: 11px;
	padding-right: 0;
	margin-left: 5px;
	text-align: left;
	/* background:url(../images/paleta_color.png) right center no-repeat; */
	/* font-family:'616', Arial; */
	font-size:15px;
	/* letter-spacing:-.03em; */
	color: #333;
}
.div_call_paletapntmx.paleta_btn img {
    max-width: 40px;
}
.paleta_btn strong {
	color:#F16622;
}
.div_call_paletapntmx:hover>span.naranja {
	color:#5CBF14;
	transition: all ease-in-out .2s;
}
.paleta_text{
    color:#F16622;
}
#searchToogleBtn {
	display: block;
	width: 100%;
	/* vertical-align:middle; */
	/* font-family: '616', Arial; */
	font-size: 15px;
	/* letter-spacing: -.03em; */
	color: #333;
}
.letrao {
	display: block;
	vertical-align:middle;
	font-size: 23px;
	font-weight:bold;
	color: #333;
	padding: 13px 0 0;
	text-align: center;
}
.cont_paleta_footer {
	display:inline-block;
	width: 100%;
	vertical-align:middle;
	margin-bottom:10px;
}
#colors_search a{
	position:relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 6px;
	padding:0;
	border:0;
	-webkit-border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	border-radius: 10px 0 10px 10px;
}
#colors_search a:before {
	content:'';
	position:absolute;
	left:-3px;
	top:-3px;
	right:-3px;
	bottom:-3px;
	border: 1px solid #ddd;
	-webkit-border-radius: 12px 0 12px 12px;
	-moz-border-radius: 12px 0 12px 12px;
	border-radius: 12px 0 12px 12px;
}
#colors_search a:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	right:0;
	top:0;
	border-right: 8px solid #fff;
	border-bottom:8px solid transparent;
	border-left:0;
	border-top:0;
}
#searchDiv {
	/* background:#eee; */
	padding:5px;
}
#searchDiv input {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	margin: 5px  0;
	padding: 8px;
}
/* terminan estilo para programación */


.cubeta {
    text-align: center;
    margin-top: 50px;
}

.cubeta img {
    width: 50%;
}
div#mapster_wrap_0, div#mapster_wrap_0 img , div#mapster_wrap_0 canvas {

    width: 100% !IMPORTANT;
    height: auto !important;
    object-fit: cover;
    object-position: top;
}


.list_products {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 !IMPORTANT;
}

.filtros {
    /* display: inline-block; */
    /* vertical-align: middle; */
    width: 100%;
    border-left: 1px solid #999;
    padding: 26px 10px 10px;
    background: #e6e6e6;
    padding: 10px !important;
    box-sizing: border-box;
}
.cont_botones {
    margin-top: -31px !important;
    text-align: left;
    margin-left: 220px !important;
}



.contenedor_paleta
{

	background: #e6e6e6;
}

.seccion-cubetas
{
	display: none;
}

.seccion-tintometro
{
	display: none;
}

.cont_botones_seleccion {
    margin-top: -10px;
}

.pintura_tintometrico, .pintura_lineas, .prd_paletapntmx {
	position: relative;
	float: initial;
	display: inline-block;
	padding: 0 15px;
	height: 23px;
	line-height: 22px;
	color: #9fac9f;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: -22px;
	cursor: pointer;
	z-index: 2;
	background: #fff;
}
.pintura_tintometrico:hover, .pintura_lineas:hover {
	color: #fff;
	background: #a0aea0;
}
.pintura_tintometrico, .pintura_lineas {
	/* border: 1px solid #a0aea0; */
	border-radius: 8px;
	margin: 0 13px 0 0;
	background: #2d008a;
	color: #fff;
	padding: 5px 18px;
}
/*********/
.container {
    padding: 0;
}

.seccion-cubetas div {
    padding: 0;
    margin: 0 auto;
}

.prd_colors a {
    width: 30px;
    height: 30px;
    border-radius: 100% !IMPORTANT;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
}

.prd_colors a div {
    height: 30px;
    border: 0px solid #ddd;
    border-radius: 100%;
}
.row {
    margin: auto !IMPORTANT;
    padding: 0;
    width: 100%;
}
.row>* {
    padding: 0 !important;
}
.container {
    padding: 0 !important;
    background: #fff;
}

 .selecciona {
    padding: 0 10px 13px !IMPORTANT;
    background: #fff;
}

 .cont_decora {
    padding: 10px 20px;
    background: #fff;
    border-left: 1px solid #ccc;
}
.filtros {
    margin-top: 46px;
    background: #e6e6e6;
    padding: 10px !IMPORTANT;
}

.col-md-8.cont_decora {
    padding: 10px 30px !IMPORTANT;
    position: relative;
}
div#imgPreSubir button.btn.btn-primary {
    background: #1ba520;
}

div#imgPreSubir canvas {
    border-radius: 20px; 
        max-height: 200px ! IMPORTANT;
}

.tusareas .subir_elegir .subir, .tusareas .subir_elegir .elegir {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.tusareas .subir_elegir .elegir {
    text-align: center;
    width: 26%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    padding: 28px;
    background: #fbf7f5;
}
span.cerrar {
    z-index: 1000;
}
@media screen and (min-width: 0) and (max-width: 480px) {
.cont_botones {
    display: flex;
    margin-top: -18px !important;
    margin-left: auto ! IMPORTANT;
    margin-right: auto ! IMPORTANT;
    justify-content: center;
}
.botones {
    width: 83%;
    margin: 2em auto;
}
#mapArea div[style] {
    width: 100%;
    margin: 0;
}
.subir {
    width: 90%;
    margin: 0 auto;
}
.pintura_tintometrico, .pintura_lineas {
    margin: 1em auto !IMPORTANT;
}

.filtros {
    margin-top: 0 !IMPORTANT;
    border-top: 1px solid;
    border-left: 0 !important;
}
.col-md-12.seccion_descarga {
    padding-top: 30px;
}

.botcont .cont_redes, .botcont .cont_descargar {
    padding-bottom: 0;
}

.col-md-8.cont_decora {
    padding: 30px 15px !important;
}
.cont_prod {
    margin-top: 1em;
    display: block !IMPORTANT;
}

.tupaleta .cuadro_color {
    width: 33% !IMPORTANT;
    display: inline-block;
}

.titulo_productos.dec_virt {
    padding-bottom: 2em;
    background: #fff;
}
.titulo_inicio {
    width: 91%;
    margin: 0 auto;
}

.dec_virt {
    font-size: 1.8em;
    margin-bottom: 1em;
}

.botones a {
    min-width: 44% !IMPORTANT;
}
.cont_logo {
    width: 100%;
    height: 63vh;
}

.contenedor_inicio {
    background-position: bottom left;
    background-size: 222%;
}
.inicio {
	font-size: 42px;
}
.subir_elegir {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box;
}

.visualizador {
    position: inherit !IMPORTANT;
    margin: 0;
    width: 100% !important;
    padding-bottom: 5em !IMPORTANT;
}
	.tuimagen img {
    height: 25vh;
}

.logo {
    width: 20%;
    text-align: right;
}
.nav ul {
    display: flex;
    gap: 0;
}

.area_info .usando {
    min-width: 100px !important;
}
.nav {
    position: absolute;
    background: #2d008a;
    width: 100%;
    top: 43px !IMPORTANT;
}
	.tusareas .subir_elegir .subir, .tusareas .subir_elegir .elegir {
    width: 100% !important;
    position: relative !important;
    padding: 0 !IMPORTANT;
    box-sizing: border-box;
    height: auto !important;
}

.subir_elegir {
    padding-top: 50px !IMPORTANT;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.tusareas .subir canvas, .tusareas .elegir img {
    width: 100%;
    background-size: cover !IMPORTANT;
}

.tusareas .subir button, .tusareas .subir a.btn {
    margin-bottom: 1em;
}

.subir p {
    width: 90%;
    margin: 0 auto;
}

.tusareas .subir_elegir .elegir {
    padding: 23px !IMPORTANT;
}
div#colorbox {
    width: 85% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px;
}
div#ancho {
    flex-direction: column !important;
}

.cont_preg {
    width: 100% !important;
}
div#cboxContent, div#cboxLoadedContent {
    width: 300px !IMPORTANT;
    height: 600px !important;
    margin: 0!important;
    left: 0;
    right: 0;
    float: none !important;
}
	div#cboxTopLeft,
div#cboxTopCenter,
div#cboxTopRight ,
div#cboxMiddleLeft,
div#cboxMiddleRight {
    display: none;
}

div#cboxWrapper {
    width: 100% !IMPORTANT;
    margin: 0 auto !IMPORTANT;
}
}