@charset "utf-8";

/* CSS Document */


/*fonts*/


/*terminan fonts*/


/*estilos generales*/

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    min-width: 320px;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #5d5d5f;
    background: #ffffff;
}
*, body {
	-webkit-font-smoothing: antialiased;
}

body.fixedbody {}

section {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.wrapper {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    /* text-align: center; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    /* font-family: 'Fira Sans', sans-serif !important; */
    line-height: 100%;
    margin: 0 0 .5em;
    text-align: left;
    font-weight: 600;
}

p {
    /* text-align: left; */
    line-height: 1.3;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
}

* {
    outline: none;
}

a {
    text-decoration: none;
    color: #414042;
}

a img {
    border: 0;
}

button#frameit:hover,
a.btns:hover,
div#secc_personaliza .btn:hover {
    border-color: #4296ac !important;
    color: #5bc8e5;
}

.clearfix {
    clear: both;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

ul.list,
ol.list {
    padding-top: 0px !important;
    padding-left: 34px;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 1em;
    font-size: 14px;
    color: #5a5a5a;
}

ul.listDatos {
    margin-left: 0 !important;
}

ul#eshop_result li {
    display: inline-flex;
    align-items: center;
}

.input-prepend {
    display: block;
    margin: 0;
    /* font-size: 1em !important; */
}

input#prependedInput {
    margin-bottom: 0 !important;
    /* margin-top: 30px; */
    text-align: left;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid;
    font-family: 'Montserrat', sans-serif !important;
    transform: none;
    margin: 0 !important;
    left: 0;
    width: 100%;
}


/*terminan estilos generales*/


/*header*/

.header {
    position: fixed !important;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    z-index: 10003;
    background: #fff;
    box-shadow: 3px 3px 12px #00000021;
    /*opacity: .7;*/
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

header.header+* {
    margin-top: 123px;
}

.header.woodheader {
    /* height: 80px; */
}

.header.woodheader .log-in {
    top: 0;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

.header.woodheader .carrito_pop {
    bottom: 26px;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

div#top_header p {
    margin: 0;
    color: #3da1a4;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 400;
}

.logo {
    /* position: absolute; */
    width: 200px;
    top: 0;
    left: 0;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
    /* margin-right: 6em; */
}

.header.woodheader .logo {
    width: 170px;
    top: 10px;
}

.logo img {
    display: block;
    width: 100%;
}

#search {
    width: 12% !important;
}


/*termina header*/


/*nav*/

.mainmenu {
    /* position:absolute; */
    /* right: 187px; */
    /* top: 36px; */
    margin-bottom: 1em;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

.mainmenu ul {
    display: inline-block;
}

.mainmenu ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.mainmenu ul li a,
.mainmenu ul li a:hover,
.separator,
.nav a {
    display: block;
    /* height: 124px; */
    /* line-height: 124px; */
    padding: 6px 12px!important;
    font-size: .75em;
    color: #231F20 !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    /* letter-spacing: .1em; */
    /* text-align: center; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
    border-bottom: 3px solid transparent;
    text-align: left;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'Lato', sans-serif !important;
}

.header.woodheader .mainmenu {
    bottom: 19px;
    /* line-height: 80px; */
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}
.mainmenu ul li a:hover{
	/* color: #ffffff; */










}

.mainmenu ul li.current a, a.current, .mainmenu ul li.current a:hover, .mainmenu ul li a:hover{/* color: #ffffff !important; */-webkit-transition: all ease-out .6s;-moz-transition: all ease-out .6s;transition: all ease-out .6s;border-bottom: 2px solid #bbbdbc;}
.header .wrapper {
    /* height: 96px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-evenly; */
}

.mainmenu ul li.item-148 a:hover {
    color: #fff !important;
}

.redes {
    margin-bottom: 0;
    margin-top: 4.5em;
    position: absolute;
    right: 66px;
    top: 0;
}

.redes a {
    color: #3ca1a5 !important;
    font-size: 1.8em;
    padding: 0;
    margin: 0 5px;
}

#redes li {
    display: inline-block;
}

div#idiomas {
    margin-bottom: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 0;
}
div.mod-languages ul {
    display: flex;
}
/*2o nivel*/

.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top: 35px;
	visibility:hidden;
	opacity:0;
	background: #ffffff;
	/* padding:15px 0; */
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	/*transform:translateY(20px);*/
}

.mainmenu>ul>li:hover>ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.mainmenu>ul>li.parent:before {
    /* content:''; */
    position: absolute;
    left: 50%;
    bottom: -2px;
    border-bottom: 15px solid #00246A;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
    transition: .5s;
    transform: translateY(10px);
    opacity: 0;
}

.mainmenu>ul>li:hover:before {
    transform: translateY(0);
    opacity: 1;
}

.mainmenu>ul>li>ul>li {
    position: relative;
    display: block;
    font-size: 1.1em;
}

.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
    position: relative;
    display: block;
    /* height:40px; */
    /* line-height:40px; */
    overflow: hidden;
    /* padding: 15px; */
    color: #B9B9B9;
    white-space: nowrap;
    transition: 1s cubic-bezier(0, 0.88, 0.15, 0.99);
}

.mainmenu>ul>li>ul>li.active>a,
.mainmenu>ul>li>ul>li:hover>a,
.mainmenu>ul>li>ul>li.active>span,
.mainmenu>ul>li>ul>li:hover>span {
    /* color:#00246A; */
    /* background:#ddd; */
}


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


/*termina nav*/


/*COLUMNAS ====================================*/

.columnas {
    /* margin: 0 -14px 15px; */
}

.columnas:after {
    content: '';
    clear: both;
    position: relative;
    display: block;
}

.columna {
    position: relative;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.columna img,
img.fullwidth {
    display: block;
    height: auto;
    width: 100%;
}

.col12 {
    width: 100%;
}

.col11 {
    width: 91.66666667%;
}

.col10 {
    width: 83.33333334%;
}

.col9 {
    width: 75%;
}

.col8 {
	width: 66.66666667%;
}
.col75 {
	width: 75%;
}
.col7 {
	width: 58.33333334%;
}
.col60 {
	width: 60%;
}
.col6 {
	width: 50%;
}
.col5 {

	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
} 

.col3 {
	width: 25%;
}
.col25 {
	width: 25%;
}
.col20 {
	width: 20%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
.col_huella {
	width:5%;
}
/*terminan columnas*/
/* FOOTER SIEMPRE ABAJO */
html, body {
    height: 100%;
}
#wrapper_gral {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -114px;
    overflow: hidden;
}
#push {
    height: 114px;
}
/* termina FOOTER SIEMPRE ABAJO */
/* titulos-subtitulos*/
h1 {
	font-size: 3em;
}
h2 {
    color: #353533;
    font-size: 2.5em;
}
h3 {
	font-size: 1.1em;
	/* font-family: 'Lato', sans-serif; */
	line-height: 130%;
	margin-bottom: 1em;
}
h4 {
    font-size: .9em;
    /* font-family: 'Avenir-Roman', Sans-Serif !important; */
    /* line-height: 130%; */
    margin-bottom: 1em;
}
h5{
    font-size: 1.5em;
    text-align: center;
}
.item-page h3 {
    font-weight: 400;
}
/* terminan titulos-subtitulos*/
/*SECCION INICIO =================================================================================*/
.inicio {
	padding: 0;
	/* background: url(../../../images/Pigmentate/home/inicio_rgb.jpg) center right no-repeat; */
	/* background: url(../../../images/Pigmentate/home/telas3.jpg) center right no-repeat; */
	background-size: contain;
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.inicio h2 span {
    /* font-size: .4em; */
    /* font-style: italic; */
    font-weight: 300;
}
.inicio .columna.col5 {
    padding: 5%  0%;
    width: 32%;
    float: none !important;
    /* background: url(../../../images/Pigmentate/home/textura_home.png); */
    /* background-size: cover; */
    /* box-shadow: 3px 3px 12px #00000021; */
}
div#inicio:before {
    /* background: url(../../../images/Pigmentate/home/textura_home.png); */
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    width: 52%;
    height: 100%;
    z-index: -1;
}
.inicio .col5:after {
    content: "";
    display: none;
    width: 10px;
    height: 90%;
    background: #12c2ed;
    position: absolute;
    top: 0;
    left: 37px;
    box-shadow: 2px 3px 3px #0000003b;
}
.inicio p, div#banner_prints p {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 1.5em;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    display:  block;
}

.inicio h2 {
    text-align: left;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
    margin-left: 40px;
}
.inicio h1 {
    font-size: 4em;
    margin-left: 40px;
}
div#inicio .slide-desc-text.slide-desc-text-default {
    padding: 0;
    height: 100%;
}

div#inicio .wrapper {
    width: 100%;
    height: 100%;
}

div#inicio .slide-desc-bg.slide-desc-bg-default {
    background: none;
}

div#inicio .slide-desc {
    top: 0;
}

div#inicio .wrapper .columnas {
    /* display: flex; */
    /* align-items: center; */
    /* height: 100%; */
}
.inicio a.btn {
    background: #fff !important;
    color: #333;
    border-radius: 8px !important;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.2em;
    padding: 10px !important;
}

div#inicio .wrapper .columna.col6 {
    float: right !important;
    padding: 0;
    /* height: 100%; */
    width: 69%;
}

.inicio .djslider-default .slide-desc-in {
    height: 100%;
}

div#inicio .wrapper .columna p {
    margin: 0 !important;
    height: 100%;     text-align: center;
}

.inicio .slide-text {
    height: 100%;
    background: #8ba9a3;
    color: #fff;
}

div#inicio .wrapper .columna.col6 img {
    height: 100% !important;
    object-fit: cover;
}
input#vender {
    margin: 0 5px;
    border: 0;
    box-shadow: none;
}

.btns {position: relative;/* width: 220px; *//* height: 50px; */margin: 30px auto 0;display: inline;}
.btns a, a.btns, button#frameit, .btn, button#Send, div#eshop-main-container button#update-cart, button.btn.btn-primary.login-button, input#btn_personalizar,input#vender , input#btn_registrar_diseno {
    /* font-size: 1.1em; */
    font-family: 'Lato', sans-serif;
    /* line-height: 50px; */
    color: #4a4d4e;
    font-weight: 400;
    /* font-size: .7em; */
    background: #55d0e4!important;
    padding: 11px 43px !important;
    border: 0;
    border-radius: 0 !important;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    text-transform: uppercase;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    text-shadow: none;
}
.btns a:hover, a.btns:hover, button#frameit:hover, a.btn.btn-primary:hover, div#secc_personaliza .btn:hover {
    background: #ACACAC;
}
.inicio p  {
}

/*SECCION DISENA TU MARCO ==============================*/
.secc_disena {
    padding: 10% 0 10%;
    background: url(/images/bg-002.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
}
div#secc_disena p {
    font-weight: 400;
    letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
    /* font-family: 'Helvetica-Condensed-Light'; */
    text-align:  left;
}
div#secc_disena .col6 {
    width: 50%;
    padding: 3%;
}
.cdr_white{
    padding: 6% 0 0;
    background: rgba(255, 255, 255, .7);
    width: 100%;
}
div#secc_personaliza:after {
    content: "";
    display: block;
    clear: both;
}
.eshop-product h3 {
    text-align: center;
    text-transform: uppercase;
    color: #231F20;
    font-size: 2.5em;
    margin-bottom: 0;
    font-family: 'GothamUltra', Sans-Serif;
}
.eshop-product {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
label.subtitulo {
    font-weight: 600;
    margin-bottom: 0;
    margin-left: -28px;
}

div#vidrios p {
    display:  inline;
    font-weight: 600;
}
td.caracteristicas_prod p, td[data-content="Nombre del producto"] p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: .85em;
    padding-left: 12px !important;
    text-align:  left;
}

td.caracteristicas_prod br, td[data-content="Nombre del producto"] br {
    display:  none;
}

td.caracteristicas_prod span, td[data-content="Nombre del producto"] span {
    font-weight: 400;
}

td.caracteristicas_prod a, td[data-content="Nombre del producto"] a {
    /* text-transform: uppercase; */
    font-weight: 800;
    margin-bottom: .5em;
    display: block;
    text-align:  left;
}
td[data-content="Total"] {
    font-weight: 800;
    font-family: 'GothamUltra', Sans-Serif;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
}
.span6.no_margin_left label {
    display: block;
}
label[for="vertical"] img, label[for="horizontal"] img {cursor:pointer;display: block;margin-right: 24px;}
div#orientacion input {display: none;}

label[for="horizontal"] img {
    margin-top: 19px;
}
label[for="vertical"], label[for="horizontal"] {
    text-align: center;
    font-family: 'GothamUltra', Sans-Serif;
}
/*SECCION cómo funciona?==============================*/
.secc_funciona {
    padding: 5% 0 5%;
    /* background: url(/images/bg-funciona.jpg) center center no-repeat fixed; */
    background-size: cover;
    position: relative;
    color: #ffffff;
    overflow-x: hidden;
}
.secc_funciona .col8{
    margin-top: 0;
}
.secc_funciona h2 {
    color: #ffffff;
    font-size: 1.7em;
    letter-spacing: 2px;
    font-weight: 800;
}
.secc_funciona .subconten_pasos h4{color: #5f5f5f;margin-bottom: 0;font-weight: 600;text-align: center;font-size: 1.2em;background: #fff;padding: 24px 24px 54px;background: url(../../../images/Pigmentate/costura-08.png);background-size: 100%;/* border-bottom: 6px solid #42c1cf; */}
.secc_funciona .subconten_pasos p {
    text-align: center;
    color: #000000;
    line-height: 170%;
    margin-bottom: 1.5em;
    font-size: .75em;
    /* letter-spacing: 1.5pt; */
}
.secc_funciona .subconten_pasos:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 190%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 0;
}
.columnas.subconten_pasos {
    margin: 0 -5px 15px;
}
.columnas.subconten_pasos .columna{
    padding: 10px 0 0 20px;
}
.columnas.subconten_pasos .columna img {
    width: 100%;
    margin: 0 auto;
}
.columnas.subconten_pasos .columna.col8 {
    padding: 10px 0px 0 20px;
}
/*PAGINA PRINTS + FRAME==========================================*/
.banner_prints {

    padding: 225px 0 18%;
    background: url(/images/bg-prints.jpg) right center no-repeat;
    background-size: cover;
    position: relative;
}
/*SECC ENMARCA TU VIDA ============================================*/
.secc_enmarca {
    padding: 17% 0 17%;
    background: url(/images/bg-enmarca.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    color: #ffffff;
    overflow-x: hidden;
}
.secc_enmarca a {
    text-decoration: underline;
}
.secc_enmarca .cont_negro {
    position: relative;
}
.secc_enmarca .cont_negro:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -5%;
    width: 190%;
    height: 180%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.secc_enmarca h2, .secc_enmarca a{
    z-index: 1;
    position: relative;
    color:#ffffff;
    text-align:center;
}
/*SECC CONTACTANOS ===================================*/
.secc_contactanos, .item-page.pag_contacto {
padding: 0;
background: url(../../../images/Pigmentate/home/contacto_02.jpg) 
left center no-repeat;
  background-size: contain;
position: relative;
color: #231F20;
/* overflow-x: hidden; */
margin: 3% auto 3%;
width: 90%;
max-width: 1200px;
}
img.icons_contact {
    width: 40px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}
.secc_contactanos p {
    text-align: left;
    line-height: 120%;
    margin-bottom: 2em;
    font-size: 1em;
    font-weight: 300;
    width: 80%;
    /* letter-spacing: 2px; */
    color: #231F20;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Helvetica-Condensed-Light'; */
}
div#secc_contactanos .redes {
    text-align: left;
}
.texto_top{
    margin-bottom: 7% !important;
    color: #fff;
}
.secc_contactanos h2 {
    /* margin-bottom: 0 !important; */
    color: #353533;
    margin-bottom: 1em;
    display: block;
    font-weight: 400;
}
a.redes_contact {
    width: 70px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.secc_contactanos a {
    color: #231F20;
  /*  font-size: 3em;
    padding: 15px;*/
}

div#secc_contactanos:before, div#secc_contactanos:after {/* content: ""; *//* display:  block; *//* position:  absolute; *//* background: #313131ad; */}

div#secc_contactanos:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    /* z-index: -1; */
}

div#secc_contactanos:after {
    width:  100%;
    height:  2px;
    top: 40%;
}

div#secc_contactanos .col6 {
    float:  none;
    display:  inline-block;
    vertical-align:  middle;
    width: 49%;
    padding: 0;
}
/*=========FOOTER =====================================================*/
footer {
background: #f2f3f4;
/* padding: 0 0 23px; */
overflow-x:hidden;
  margin-top: 10%;
}
img.img_card {
    width: 67px !important;
    margin: 0 auto;
}
.row1_gris {
    background: #C4C6C7;
    position:relative;
    display:  flex;
    align-items:  center;
}
.row1_gris:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 300%;
    height: 100%;
    background: #C4C6C7;
    z-index: 0;
}
.copy_bottom  {
    font-size: .7em;
    /* text-align:  center; */
    /* background: #10b1c3c9; */
    color: #000000;
    padding: 15px 0 48px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
img.logo_footer {
    width: 165px !important;
    margin: 0 0 0 0;
    /* text-align:  right; */
    /* float: right; */
    /* padding-right: 45px; */
}
footer .menu {
    text-align: center;
    list-style:  none;
}
.copy_bottom a {
    color: #414042 !important;
    text-transform: uppercase;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'Lato', sans-serif;
}
footer .menu li {
    margin-bottom: .5em;
}

footer .menu li a {
    /* border-bottom: 1px solid; */
    font-weight: 800;
    /* letter-spacing: 2px; */
    /* font-family: 'Helvetica-Condensed-Light'; */
}
.menus .columna {
    /* width: 70%; */
    /* float:  left; */
    padding: 0;
}

.boletin {
    width: 30%;
    float:  left;
    text-align:  right;
}

footer .wrapper:after {
    content:  "";
    display:  block;
    clear:  both;
}

/*BOLETIN =================*/
button#SUBSCRIBETE {
    background: #414042;
    border:  none;
    border-radius: 0;
    box-shadow:  none;
    width: 100%;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0 !important;
    width: 100%;
}

.formResponsive .formHorizontal .formControlLabel {
    /* display:  none; */
    width: 100%;
    text-align: left;
    color: #353533;
    padding: 0;
}
p.formDescription {
    margin: 0 !important;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    width:  100%;
}

fieldset#rsform_3_page_0 {
    width: 100%;
}
.formRed {
    color: #414042;
    font-weight: bold;
    margin-bottom: .5em;
}
span.formValidation {
    width: 112%;
    text-align:  left !important;
    padding:  0;
    margin:  0 !important;
}



span.formValidation span {
    padding:  0 !important;
}
/*LOGIN */
.control-group {
    margin-bottom: 15px;
}
.log-in {
    position: relative;
    /* top: 36px; */
    /* right: 42px; */
    width: auto;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
    /* background: #53c8e6; */
    padding: 0 15px;
    margin-bottom: 1em;
}
.log-in p, .log-in a {
    margin-bottom: 0;
    color: #353533;
    text-align: left;
    text-transform: uppercase;
    font-size: .85em;
    padding-bottom: 3px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'Lato', sans-serif;
}
#login-form.mostrar {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
#login-form {
    color: #414042;
    position: absolute;
    top: 42px;
    right: 0;
    /* left: 50px; */
    width: 328px;
    z-index: 10008;
    overflow: auto;
    background: rgb(254, 254, 254);
    padding: 15px 20px;
    /* border-radius: 5px 0 5px 5px; */
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-sizing: border-box;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
    transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
    -webkit-transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
    -moz-transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
    -ms-transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
    -o-transition: .6s cubic-bezier(0, 0.88, 0.15, 0.99);
}
a.mod_btn, button.btn.btn-primary.login-button {
    display: inline-block;
    /* height: 25px; */
    /* line-height: 25px; */
    /* padding: 5px 10px; */
    /* background: #ef8c37 left center no-repeat; */
    background-size: contain;
    /* color: #414042; */
    /* text-transform: uppercase; */
    cursor: pointer;
    transition: .2s;
    border:  none;

}
.custom.mod_btn {
    /* padding-left: 20px; */
}
ul.unstyled {
    list-style: none;
    text-align: left;
    padding: 0 15px !important;
}
.fixedmask.mostrar {
    display: block;
}
.fixedmask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;

    bottom: 0;
    z-index: 108;
}
.userdata {
    text-align:  left;
}


label.element-invisible {
    /* font-family: 'Avenir-Roman', Sans-Serif !important; */
    text-transform: uppercase;
    font-size: .8em;
    margin: 0;
}
.cont_info_personalizada h3 {
    font-size: 1.8em;
    font-family: 'GothamUltra', Sans-Serif;
    line-height: 100%;
    margin: 0 0 .5em;
}
/**=======================================
estilos carrito
=======================================***/

.carrito_pop {
    position: relative;
    top: -13px;
    right: 0;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}
#eshop-cart .eshop-items a {
	text-decoration: none;
	padding: 12px 10px;
	display: block;
	width: 10px;
}
#eshop-cart .eshop-items a span {
	/* background: url("../images/arrow-down.png") no-repeat scroll 100% 50%; */
	/* padding-right: 15px; */
	display: none;
}
#eshop-cart {
    /* background-color: #c30706; */
}
#eshop-cart {
	background-image: url("../../../images/iconos/carrito.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 10000000000000005 !important;
	padding: 0;
	width: 44px;
	height: 31px;
	/* box-shadow: 3px 3px 12px #00000021; */
}
.eshop-items{
	/* background: #f5b60c; */
	z-index: 1;
	padding: 0;
	/* border-left: 2px #fff solid; */
	width:  0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.eshop-items a:hover{
	cursor: pointer;
}
.eshop-items h4 {
	display: none;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}

/* dropdown cart */
.eshop-content{
	background: #fff;
	clear: both;
	min-height: 150px;
	min-width: 350px;
	max-width: 450px;
	padding: 8px;
	position: absolute;
	top: 103%;
	right: 0;
	border: 1px #eee solid;
	z-index: 100000005;
}
#eshop-cart .eshop-content {
    box-shadow: 3px 3px 12px #00000021;
}
.eshop-mini-cart-info td {
	border-bottom: 1px solid #EEEEEE;
	border-top: none;
	color: #000000;
	padding: 10px 5px;
	vertical-align: top;
}
.eshop-mini-cart-info .eshop-image {
	text-align: left;

}
.eshop-mini-cart-info .eshop-name {
	text-align: left;
}
.eshop-mini-cart-info .eshop-quantity {
	text-align: right;
}
.eshop-mini-cart-info .eshop-image img {
	border: none;
	text-align: left;
}
.eshop-mini-cart-info .eshop-remove {
	text-align: right;
}
.eshop-mini-cart-info .eshop-total {
	text-align: right;
}
.mini-cart-total {
	border: none;
	padding: 10px 5px;
	text-align: right;
}
.eshop-right {
	text-align: right;
	border: none;

}
.total-price {
	color: #d44413;
	font-weight: bold;
}
.checkout {
	clear: both;
	text-align: left;
	border: none;
	padding-top: 2em;
	padding-bottom: 2em;
}

div#eshop-cart a {
    color: #6b6967;
    font-weight: normal;
    font-size: 80%;
}
/*cambios 2018-05-10*/
footer .menu li a:hover {
    background:  none;

    color: #8d8d8d;
}
.mainmenu ul li a:hover {
    color: #49bded !important;
    /* background: none; */
}
.fa-phone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

}
.pago {
    /* margin-bottom: 1em; */
}
.controls a, .controls button {
    font-size: .65em !important;
}
/*INTERNAS*/
.item-page.pag_inicio {
    padding: 0;
}
.item-page, div#eshop-main-container, .profile-edit {
    margin: 0 auto 5em;
    max-width: 1200px;
    /* min-width: 978px; */
    width:  90%;
    padding-top: 0;

    padding: 0;
    box-sizing: border-box;
}
.item-page {
    margin-top: 0;
}
.item-page p, .item-page li {
    font-weight: 300;
    /* letter-spacing: 1px; */
    /* font-family: 'Helvetica-Condensed-Light'; */
    font-size: 1em;
    /* text-align: center; */
    font-family: 'Source Sans Pro', sans-serif;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    background:  no-repeat;
    /* border: none; */
    text-shadow: none;
    display:  block;
    padding:  0;
    text-align:  left;
    height:  auto;
}

span.icon-user.hasTooltip,
.jmodedit, .art-postheadericons.art-metadata-icons {
    /* display: none !important; */
}


.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    display:  block;
    width:  100%;
    box-sizing:  border-box;
    height:  auto;
    padding: 5px;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    width: 100%;
}

button, input, optgroup, select, textarea {
    font: initial;
}
button.btn.btn-primary.login-button, button.btn, input[type="submit"].btn, input#btn_personalizar {
    /* border: 2px dashed #42c1cf; */
    /* font-family: 'Gotham-Bold', Sans-Serif; */
    /* border-radius: 0; */
    /* text-transform: uppercase; */
    /* color: #e0e0e0; */
    /* font-size: .9em; */
    /* background: #414042; */
    /* border: 0px solid #414042; */
    /* -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); */
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    /* transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); */
}

button.btn.btn-primary.login-button:hover, button.btn:hover, input[type="submit"].btn:hover {
    background: #ACACAC;
}
.selectmarco {
    display:  flex;
}

select#inputState {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    background: #86888b;
    color: #fff;
    font-family: 'Gotham-Bold';
    cursor:  pointer;
}

.contenedor_img {
    box-sizing:  border-box;
}
p.descripcion {
    text-align:  center;
    margin-top: .5em;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
}
.item-page.pag_inicio, .jmodedit , .item-page.pag_prints {
    display: none;
}


/*seccion personaliza ****************************************/

.noUi-target {
    border: none;
    background: #414042;
    border-radius: 0;
    height: 15px;
    margin-bottom: 1em;
}

.noUi-handle {
    background: #fff;
    border: 3px solid #000;
}

.noUi-horizontal .noUi-handle {
    height: 25px !important;
    width: 25px !important;
}

.ancho,
.largo {
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
    width: 40%;
}

.medidas .example {
    max-width:  1200px;
    width: 100% !important;
}
div#secc_personaliza {
    padding-bottom: 0%;
    text-align: center;
    margin: 3% 0;
    background: url(../../../images/Pigmentate/textura_productos.png);
    background-size: cover;
}
button#frameit, button#Send {padding: 0 15px;float: none !important;display: block;margin: 1em auto !important;-webkit-transition-timing-function: ease;-moz-transition-timing-function: ease;-o-transition-timing-function: ease;transition-timing-function: ease;}

.example-val {
    font-size: 2em;
    margin-bottom: .5em;
    font-family: 'GothamUltra', Sans-Serif;
    display:  block;
}
.noUi-horizontal .noUi-handle {
    top: -3px !important;
    height:  25px;
    width:  25px;
    border:  3px solid;
    background: #fff;
}



.noUi-handle:before, .noUi-handle:after {

    display: none !important;
}
div#orientacion {
    text-align: center;
}
label {
    text-align: left; */
    line-height: 1.3;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}
.row-fluid .span8 {
    width: 54%;
    /* margin-left: 4em; */
}

.contenedor_radiooptions {
    /* margin-left: -17px !important; */
}
#marialuisa label {
    display:  inline-block;
    margin: 0 0 0 5px;
}

div#marialuisa img {
    display:  inline-block;
    font-variant:  all-small-caps;
}

div#marialuisa #range {
    /* float: right; */
    display:  inline-block;





    vertical-align: middle;
    width: 28%;
    border:  none;
    margin-bottom: 1em;
    padding: 0;
    height: 16px;
    margin-bottom: 0;
}
div#marialuisa {
    width: 91%;
}
.colores-marialuisa label {
    margin-left: -29px;
}
.noUi-origin {
    background: #d2cecf;
    border:  none !important;
    padding:  0;
    height: 17px;
    top: -2px;
    /* width: 100%; */
}

.noUi-base {
    border: none;
    padding: 0;
    width: 101%;
}
div#marialuisa #range ~ label {
    font-size: 80%;
}
div#marialuisa .subtitulo {


    margin-left: -25px;
}
div#medidas {
    margin-top: 1.5em;
}

/*subtotal desaparece*/
.totals.text-center > div:first-child {
    display: none;
}
/*SECCION POSTERS */
.img-polaroid {
    padding: 0;
    border: none;
    box-shadow: none;
}
.eshop-info-block p {
    margin-bottom: 0;
}
.eshop-cart-area a {
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-group a {
    padding: 0 13px;
    border-radius: 0 !important;
    margin-right: 5px;
    line-height: 2.7;
}
label.radio {
    width: 14%;
    display: inline-block;
    margin-top: 0 !important;
}
.input-append.input-prepend {
    /* width: 52%; */
    /* display:  flex; */
    margin-bottom: 1em !important;
    /* display: block; */
}

span.eshop-quantity {
    width: 100%;
    display:  flex;
    justify-content: center;
}

.product-cart .span8 {
    display:  flex;
    float:  right;
    width: 100%;
    /* justify-content: center; */
}
div#product-price {
    margin-top: 50px !important;
}
label.btn {
    display:  none !important;
}

.product-options h2 {
    display: none;
}

.product-options p {
    font-family: 'Helvetica-Condensed-Light';
}

div#option-10 strong, div#option-10 span {
    display:  none;
}
.product-options {
    margin: 1em 0;
}
div#description p {
    margin-bottom: .5em;
    font-size: 1em;
}

/*estilos check y radio buttom*/
 input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #333 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 8px 0;
    border-radius: 0;
    display: inline-block;
    vertical-align:  middle;
    position: relative;
    margin: 0;
    float: none !important;
    width: 23px !important;
}
 input[type="checkbox"]:checked,  input[type="radio"]:checked {
	background-color: #ffffff;
	border: 3px solid #414042;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);



	color: #99a1a7;
}
 input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #8d8d8d;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}
label.radio {
    margin-left: 21px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-top: 7px;
    /* margin-left: -32px; */
}

/*carrito - checkout*/
#colorbox #cboxContent h1 {
    background: #d1d2d4;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
.cart-info {
    font-family: 'Source Sans Pro', sans-serif;
}
.table th {
    font-weight: 100;
    font-size: .8em;
}
.cart-info .eshop-quantity .btn, .quote-info .eshop-quantity .btn {
    color: #fff;
}
td[data-content="Nombre del producto"] img {
    max-width: 50px;
}
div#cboxOverlay {
    z-index: 1000000005;
}

div#colorbox {
    z-index: 1000000005;
}
.checkout-content label {
    width:  auto;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: 100%;
    box-sizing:  border-box;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif !important;
}

div#login {
    width: 48%;
}

div#login li {
    list-style:  none;
    margin-bottom: .5em;
}
input#Email {margin-bottom:  0 !important;padding: 10px;border:  none;/*    box-sizing: border-box;*/background: #fff;}
.medidas {
    text-align: center;
    max-width: 59%;
    margin:  auto;
}span.required {
    display: none;
}

/*nosotros */

.item-page.pag_nosotros {
    /* background: url(../../../images/nosotros.jpg) 27% center no-repeat; */
    background-size: cover;
    width:  100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 3%;
}
.item-page.pag_nosotros article {
    width:  90%;
    margin:  0 auto;
    max-width:  1200px;
    padding: 0;
    position:  relative;
    z-index: 1;
    box-sizing:  border-box;
}

.item-page.pag_nosotros:before {
    /* content: ""; */
    display:  block;
    position:  absolute;
    background: rgba(255, 255, 255, 0.2);
    width:  100%;
    height: 222%;
    top: 0;
}

.no_margin_right {
    margin: 15px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { outline:none;     border-color: rgb(65, 64, 66);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(255, 255, 255);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgb(255, 255, 255);}
	
	
.eshop-heading{
	max-width: 1100px;
	margin:0 auto;
	width:90%;
	padding: 3%;
}
div#cboxContent {
    height: auto !important;
}
div#login label.checkbox {
    margin-left: 15px;
}
div#eshop-main-container h1 {
    font-size: 1.8em;
}

div#eshop-main-container p {
    /* font-size: 1em; */
    padding: 0;
    margin-bottom: .5em;
}

.table-responsive td, .table-responsive tr td {
    line-height: 1.5;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.secc_contactanos p i {
    margin-right: .5em;
}

button#add-to-cart {
    font-size: 1em;
}


/*ESTILOS BLOG */
/*BLOG*//*VISTA GENERAL */
.blog.pag_blog .pull-left.item-image {
    position: initial;
}
.item-page.pag_blog p:first-child {
    display: none;
}
.blog {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    -webkit-column-count: 3;
    /* -webkit-column-gap: 10px; */
    -webkit-column-fill: auto;
    column-count: 3;
    column-gap: 5px;
    column-fill: auto;
    /* padding-top: 2em; */
    /* max-width: 1200px; */

    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
.items-row {
    display: inline-block;
    /* border: 2px solid #FAFAFA; */
    /* box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4); */
    margin: 6px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    /* padding: 15px; */
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.items-row .art-post {
    width: 100%;
}
.pull-left.item-image {
    float: none !important;
}

.blog ul.tags.inline {
    display: none;
}

.articulo ul.tags.inline ,
dt.article-info-term {
    display: none;
}
.img-intro-left img , .pull-left.item-image img {
    width: 100%;
}
.page-header h2 {
    padding: 0;
    margin:  0;
}
.item p {
    padding: 10px 0;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}
.item h1.art-postheader a, .page-header a {
    font-size: .7em;
    color: #000 !important;
    /* padding: 15px; */
    line-height: .1;
}

dd {
    display: inline-block;
    /* width: 22%; */
    margin: 0;
    text-transform: uppercase;
}

dd:after {
    content: "/";
    margin: 0 5px;
}
p.readmore {
    width: 100% !important;
    border-bottom: 1px solid  #ccc;
    margin: auto;
    padding-left: 0;
}
.blog .item p {
    /* width: 77%; */
    font-size: .7em;
    /* margin: auto; */
}
p.readmore a {
    padding: 15px 0;
    font-size: .8em;
}


.blog .art-article {
    width: 80%;
    line-height: 1.7;
    padding: 10px;
    font-size: .8em;
    color: #666;
}

p.readmore a:hover {
    opacity: .7;
}
.art-postheadericons.art-metadata-icons {
    font-size: .8em;
    color: #999;

    padding: 15px;
}

p.readmore a {
    color: #fff;
    text-shadow: none;
}

h1.art-postheader a {

    padding: 0;
    color: #000;
}
.page-header {
    padding: 0;
    margin: 0;
    border:  none;
}
dl.article-info.muted {
    color: #999;
    font-size: 64%;
    MARGIN: 0 15PX;
}
div#main_banner .custom {
    padding-top: 16%;
    background-size: cover;
    background-repeat: no-repeat;
}
div#main_banner h1 {
    font-size: 10em;
    line-height: .75em;
    margin-bottom: 0;
    color: #Fff;
    text-transform: uppercase;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

p.counter {
    display: none;
}

.pagination {
    display: block;
    -webkit-column-span: all;
    width: 70% !important;
    margin: 1em auto;
    background: #fff;
    padding: 15px;
}
.pagination a, .pagination span {
    padding: 0 5px;
    color: #666;
    width: auto;
    display: table-cell;
    width: 1%;
}
input#quantity_popout_1 {
    pointer-events:  none;
}

.cart-info .eshop-quantity .btn.button-minus, .quote-info .eshop-quantity .btn.button-minus {
    /* display: none; */
}

.cart-info .eshop-quantity .btn.button-plus, .quote-info .eshop-quantity .btn.button-plus {
    /* display:  none; */
}

button#update-cart {
    display:  none;
}

a.btn.btn-success {
    display: none;
}
.col25:first-child img.img_card {
    width: 85px !important; 
}
.col25:nth-child(4) img.img_card {
    min-width: 42px !important;
    max-width: 42px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    outline: none;
}
footer .menu li.active a {
    color: #fff;
}
.product-options {
    padding:  0 !important;
    margin: 0;
    margin-bottom: 1em;
}

div#option-54, .product-options div {
    display:  inline-block;
    width: 100%;
    vertical-align:  top;
    /* margin-left: -14px; */
}
input#blanco {
    /* background: -webkit-linear-gradient(top, #fff, #b3aaaa) !important; */
}
input#negro {
    background: #000;
}
input[name="colormarialuisa"]:checked:after {

    display: none;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 15px;
}
.btn:focus, .btn-primary:active {
    color: #26c1f0;
    background: none!important;
    outline: none !important;
    text-shadow: none;
    box-shadow: none;
}

/*check out*/
.checkout-heading {
    border:  none;
    background: #5bc8e5;
    color: #fff;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100 !important;
    font-size: 1.3em;
}

fieldset {
    border:  0;
    margin:  0;
    padding: 0;
}

label.control-label {
    display:  none;
}

label.control-label {
    display:  none !important;

}

div#payment-address .span6 {
    float:  none;
    margin:  0;
}
legend+.control-group {
    margin: 0 0 15px;
}
div#payment-address .row-fluid .span5 {
    margin: 0;
    width: 49%;
}
.no_margin_left {
    float: left;
}
.clasific_marcos input {
    display:  none;
}

.clasific_marcos img {
    border:  1px solid #ddd;
    padding: 5px;
    cursor:  pointer;
}

img#ayuda_colormarcos {
    border:  none;
    padding: 0;
}

.clasific_marcos img:hover, .clasific_marcos label.active img {
    border: 1px solid #333;
}
label[for="todos"] {
    cursor:  pointer;
    background: #414042 !important;
    padding: 10px 15px !important;
    margin-bottom: 0;
    font-family: 'Gotham-Bold', Sans-Serif;
    border-radius: 0;
    text-transform: uppercase;
    color: #e0e0e0;
    font-size: .7em;
}

label[for="todos"]:hover {
    font-weight: 600;
    color: #fff;
    background: #909090 !important;
}

div#option-56 {
    display:  inline-block;
    width: 93%;
    vertical-align:  top;
}
/*CAMBIOS 06-07-18*/
#marialuisa .noUi-horizontal .noUi-handle {
    background: #333;
    box-shadow:  none;
}
.contenedor_radiooptions .radio input[type="radio"], .contenedor_radiooptions .checkbox input[type="checkbox"] {
    width: 6px !important;
    padding: 6px;
}

.contenedor_radiooptions input[type="checkbox"]:checked:after,.contenedor_radiooptions  input[type="radio"]:checked:after {
    font-size: 9px;
}

div#option-73,
div#option-69,
div#option-74,
div#option-68 {
    display: inline-block;
    width: 95%;
    vertical-align: top;
}

label img {
    cursor:  pointer;
    min-height: 61px;
}
.contenedor_radiooptions .product-image.cboxElement img {
    position:  absolute;
    bottom: 0;
}
div#secc_funciona H3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
img[alt="ayuda"] {
    opacity: .3;
    cursor:  pointer;
    position:  relative;
    left: -32px;
}

img[alt="ayuda"]:hover {
    opacity: 1;
}
div#medidas_calculadas {
    margin-left: 32px;
}
.fancybox-slide>* {
    max-width: 1000px !important;
}
div#secc_funciona .col4 {
    padding: 0!important;
    margin-right: .5em;
    background: #fff;
    box-shadow: 0px 1px 17px 1px #00000021;
}

div#secc_funciona .col8 .col4 {
    padding:  0 15px !important;
}
input#input-number, input#input-number2 {
    border: none;
    box-shadow:  none;
    text-align:  center;
    font-weight: 800 !important;
    font-family: 'GothamUltra', Sans-Serif;
    font-size: 1.8em;
}
.medidas .example p {
    font-size:  80% !important;
}

form#user-registration {
    position:  absolute;
    background:  #fff;
    z-index:  1000;
    max-width:  800px;
    top: 198px;
    right:  0;
    left:  0;
    margin: auto;
    box-shadow: 6px 7px 11px #333;
}
div#form-login-remember label {
    display: inline-block !important;
}
button#cboxPrevious, button#cboxNext, div#cboxCurrent {
    display:  none !important;
}


div#eshop-main-container button#update-cart  {
    display:  block;
}


div#eshop-main-container input#quantity_popout_1 {
    pointer-events: initial;
}

/*acordion*/
.accordion-heading.panel-heading {
    background: #d0d7d9;
    color: #fff;
}

.accordion-heading.panel-heading a {
    color: #3a3a3a;
}


/*cambios 2019*/
.custom.infografia {
    text-align: center;
}

.custom.infografia p {
    width: 50%;
    margin: 0 auto 3em;
    font-weight: 300;
}
.accordion-group.panel.active .panel-heading {
    background: #444 !important;
}

.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background: #444;
    color: #fff;
}
div#product-price h2 {
    text-align: right !important;
}

div#secc_pigmentate .row1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.columna.col6.ContText {
    padding: 3% 3% 3% 7%;
    margin-top: -4%;
    margin-bottom: -4%;
    margin-left: 13%;
    width: 40%;
    display: flex;

    align-items: center;
    float: none;
    justify-content: space-between;
    /* height: 100%; */
    background: url(../../../images/Pigmentate/textura_productos.png);
    background-size: cover;
    box-shadow: 3px 3px 12px #00000021;
}

div#secc_pigmentate {
    background: #f2f3f4;
    background-size: cover;
    margin: 3% auto;
    position: relative;
    text-align: center;
    padding: 15px;
    width: 90%;
    box-sizing: border-box;
    max-width: 1200px;
    font-size: 1.26em;
}
.columna.col6.ContAlgodon {
    /* display: flex; */
    align-items: center;
    float: none;
    width: 46%;
    padding: 15px 0;
    text-align: center;
}

.secc_pigmentate:before {
    content: "";
    display: block;
    width: 52%;
    height: 77%;
    /* background: rgba(91, 200, 229, .79); */
    position: absolute;
    left: 0;
    top: 11%;
}


.columna.col6.ContAlgodonimg {
    max-width: 50px;
}

.columna.col6.ContAlgodon img {
    width: 28%;
    max-width: 150px;
    min-width: 150px;
    /* margin: 1em auto; */
    /* margin-right: 10%; */
}

.columna.col6.ContAlgodon p {
    color: #fff;

    font-weight: 800;
    font-size: 2em;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif !important;
    /* font-family: 'Righteous', cursive; */
}

.columna.col6.ContAlgodon p span {
    font-size: 2.2em;
    line-height: 0;
    font-family: 'Montserrat', sans-serif;
}
.secc_pigmentate .columna.col6.ContText h2 {
    color: #27a290;
    font-weight: 800;
    text-transform: uppercase;
}
.secc_pigmentate .columna.col6.ContText:before {
    content: "";
    display: block;

    width: 10px;
    height: 46%;
    background: #edc11b;
    position: absolute;
    top: 0;
    left: 7%;
}
div#secc_funciona:before {
    content: "";
    display: block;
    width: 37%;
    height: 100%;
    background: #5bc8e5;
    position: absolute;
    left: 0;
    top: 0;
}
div#secc_funciona .wrapper .row1 {
    display: flex;
    align-items: center;
}

div#secc_funciona .columna.col7 {
    padding: 0;
    width: 100%;
}
.secc_funciona .subconten_pasos h4:before {
    /* content: ""; */
    width: 6px;
    height: 128%;
    background: #fbcc0a;
    position: absolute;
    top: 0;
    left: 10px;
}

.custom.elige {
    PADDING: 15PX 0;
    background: #00000026;
    margin-bottom: 1em;
}

.custom.elige h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #5bc8e5;
    padding: 11px;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: 2px;
    punto   background: rgba(66,193,207,1);
    background: -moz-linear-gradient(left, rgba(66,193,207,1) 0%, rgba(66,193,207,1) 94%, rgba(251,203,10,1) 94%, rgba(251,203,10,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(66,193,207,1)), color-stop(94%, rgba(66,193,207,1)), color-stop(94%, rgba(251,203,10,1)), color-stop(100%, rgba(251,203,10,1)));
    background: -webkit-linear-gradient(left, #5bc8e5 0%, #5bc8e5 94%, rgba(251,203,10,1) 94%, rgba(251,203,10,1) 100%);
    background: -o-linear-gradient(left, rgba(66,193,207,1) 0%, rgba(66,193,207,1) 94%, rgba(251,203,10,1) 94%, rgba(251,203,10,1) 100%);
    background: -ms-linear-gradient(left, rgba(66,193,207,1) 0%, rgba(66,193,207,1) 94%, rgba(251,203,10,1) 94%, rgba(251,203,10,1) 100%);
}

/*contacto*/
.rsform {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

form#userForm {
    margin-bottom: 0;
}

.rsform-block.rsform-block-cont-info {
    background: url(../../../images/Pigmentate/textura_productos.png);
    background-size: cover;
    padding: 15% 8% 15% 16%;
    box-sizing: border-box;
    margin: 0 !important;
    box-shadow: 3px 3px 12px #00000021;
    margin-top: -15% !important;
    margin-bottom: -9% !important;
    position: relative;
}

ul.listDatos li {
    list-style: none;

}

.formSpan6 {
    /* margin-bottom: 7%; */
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    width: 45% !important;
    padding-left: 15px;
    z-index: 1000;
    position: relative;
}

.rsform-block.rsform-block-cont-info:before {
    content: "";
    display: block;
    width: 10px;
    height: 200px;
    background: #edc11b;
    position: absolute;
    top: 0;
    left: 7%;
}
footer p {
    margin: 0;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
    height: auto !important;
}

button#Send {
    color: #fff;
    box-shadow: none;
    margin: 0 auto !important;     font-family: 'Source Sans Pro', sans-serif;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    margin: 0;
    padding: 8px 0 !important;
    /* box-sizing: border-box; */
    background: none;
    border: 0;
    border-bottom: 0 solid #55d0e4 !important;
    border-radius: 0;
    color: #353533;
    box-shadow: none;
    background: #fff;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="number"]:focus, .formResponsive input[type="email"]:focus, .formResponsive input[type="tel"]:focus, .formResponsive input[type="url"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    box-shadow: none;
    border-bottom: 1px solid #00aeef!important;
}

/*internas */
div#banner_internas .custom {
    padding: 3% 0;
    background-size: cover;
    background: center center;
}

.banner_internas .columna.col5 {
    position: relative;
    padding-left: 60px;
    background: url(../../../images/Pigmentate/textura_productos.png);
    background-size: cover;
    box-shadow: 3px 3px 12px #00000021;
}

.banner_internas .columna.col5:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #27a290;
    position: absolute;
    top: 0;
    left: 15px;
}

.banner_internas .columna.col5 h2 {
    font-size: 2em;
}
h2.titulo, div#eshop-main-container h1, .cont_info_personalizada h3 {
    color: #353533;
    background: #f2f3f4;
    text-transform: uppercase;
    width: 100%;
    padding: 30px 15px 15px 0;
    margin: 0;
    margin-bottom: 1em;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100 !important;
}

h2.titulo:before, div#eshop-main-container h1:before, .cont_info_personalizada h3:before {
    content: "";
    width: 350%;
    position: absolute;
    display: block;
    height: 100%;
    background: #f2f3f4;
    top: 0;
    left: -50%;
    z-index: -1;
}

/*personaliza telas */
.ng-scope .canvas-form {
    background: none !important;
}

.ng-scope .canvas-form #product-photos h2, .ng-scope .canvas-form label, .ng-scope .canvas-form #product-photos h2 {
    color: #555 !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.ng-scope .canvas-form #product-photos p {
    color: #d1d2d4 !important;
    font-style: italic !important;
}
.ng-scope .canvas-form #product-photos h2 {
    font-size: 1.2em !important;
}

label, legend {
    font-weight: 600 !important;
    float: none !important;
}

.ng-scope .canvas-form #product-photos label {
    background: none !important;
    box-shadow: none!important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d1d2d4 !important;
    justify-content: space-evenly;
    color: #d1d2d4 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400 !important;
}

.ng-scope .canvas-form #product-photos label span {
    top: 0 !important;
    color: #555 !important;
    padding: 0 !important;
    font-weight: 400 !important;
}
div#product-photos {
    width: 100% !important;
    margin: 0 !important;
}
.ng-scope .canvas-form .canvas-selectors {
    padding: 0 !important;
}
.menus li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

footer {
    /* background: #5bc8e5; */
}

.menus {
    text-align: center;
}

footer .menu a {
    color: #fff !important;
    font-size: .8em;
    padding: 0 !important;
}
.contenedor_radiooptions input, button#add-to-cart {
    border: 0 !important;
    width: 100% !important;
    color: #333 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 0em;
    font-family: 'Source Sans Pro', sans-serif;
}

.image.img-polaroid {
    background: none !important;
}
.spin-up, .spin-down {
    background: #e10f7e !important;
    color: #fff;
    border: none;
    padding: 15px !important;
}

.eshop-quantity-value {
    margin: 0 !important;
}
.product-info .product-options{ border-bottom:0; }

.formResponsive .formError {
    color: #e52f48;
}
input#scale {
    margin: 0 !important;
    font-weight: 400;
}

.ng-scope .canvas-form .canvas-selectors .scale .scale-button {
    padding: 3px !important;
    background-color: #d1d2d4 !important;
}

.ng-scope .canvas-form .canvas-selectors .scale input {
    width: 77% !important;
}
.btn-primary:hover, .btns a:hover, button#Send:hover, .ng-scope .canvas-form #product-photos label:hover, button#add-to-cart:hover, button.btn.btn-primary.login-button:hover {
    color: #333 !important;
    border-color: transparent !important;
}
span.price {
    color: #55d0e4;
}
.log-in ul.unstyled  a {
    color: #40bbc8;
    font-size: .8em;
}

.log-in ul.unstyled {
    padding: 0 !important;
}
.eshop-mini-cart-info p {
    margin-bottom: 0;
    font-size: .9em;
}

/*infografia */
.custom.infografia h2 {
    font-size: 1.5em;
    text-align: center;
    color: #4a4d4e;
    font-weight: 600;
}

.custom.infografia .columna {
    /* background: #ddd; */
    /* box-shadow: -2px 1px 10px #33333357; */
    padding: 0;
}

.custom.infografia img {
    max-width: 200px;
    margin: 0 auto;
}

.custom.infografia .columna:nth-child(1) {
    /* background: #fbcb0a; */
}

.custom.infografia .columna:nth-child(2) {
    /* background: #e10f7e; */
}

.custom.infografia .columna:nth-child(4) {
    /* background: #5bc8e5; */
}
div#secc_personaliza .btn {
    margin: 1em auto;
}
.columna.col6.ContAlgodon div {
    display: flex;
    align-items: center;
}

.columna.col6.ContAlgodon div:last-child {
    margin-left: 32%;
    margin-top: -26px;
}
div#secc_funciona .col5 {
    padding: 0 20px 0 0;
}
.custom.infografia .columna:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: url(../../../images/iconos/flecha.png);
    background-size: 100%;
    left: -38px;
    top: 30%;
}
.custom.infografia .columna:nth-child(1):after {display:none;}
.controls {
    margin: 0 auto !important;
    text-align: center !important;
}
.pasos_nosotros {
    /* width: 80%; */
    padding: 0;
    margin-bottom: 1em;
}
input::placeholder {
    color: #000 !important;
}
.button-minus, .button-plus {
    border: none;
    background: #d1d2d4 !important;
    color: #fff;
    padding: 15px !important;
    /* margin-bottom: 1em !important; */
}

.eshop-quantity-value {
    /* margin-bottom: .89em !important; */
}

.columna.col6.ContAlgodon div:first-child img {
    max-width: 120px;
    min-width: 120px;
}

.columna.col6.ContAlgodon div:first-child {
    align-items: flex-end;
    margin-bottom: 1em;
}
.pasos_nosotros h2 {
    font-size: .9em;
    text-align: center;
    width: 80%;
    margin: 0 auto .5em;
    color: #fff;
}

.pasos_nosotros .col6 {
    padding: 0;
    background: #0fa9bb;
    box-shadow: -1px 0px 8px #00000057;
}

.pasos_nosotros .col6 img {
    max-width: 100px;
    margin: 0 auto;
}
.pasos_nosotros .col6:last-child {
    background: #f3c40a;
}

.eshop-product-sorting {
    display: flex;
}
/*.btn-primary {
    margin: .5em auto 2em;
    display: block;
}*/
.btn-group.hidden-phone {
    display: none;
}
div#secc_contactanos:before {
    content: "";
}


.span3 .eshop-product-price, .span3 .eshop-buttons {
    display: none;
}
articulo .login {
    width: 50% !important;
}

div#articulo .login {
    width: 50%;
    margin: 1em auto;
}

div#articulo .login + div {
    margin: 0 auto;
    width: 50%;
}
.product-cart .no_margin_left .input-append {
    width: 100%;
}
div#cboxContent a.btn.btn-primary {
    width: auto !important;
    display: inline-block;
    margin: 0;
}
form#adminForm label.control-label {
    display: block !important;
    font-size: .8em;
    text-align: left;
}
.form-horizontal .control-group {
    margin-bottom: .5em;
}
form#adminForm .btn-primary {
    display: inline-block;
}
.menu_cuenta ul li {
    list-style: none;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding: 15px;
    width: 20%;
    border: 2px solid #5bc8e5 !important;
    color: #5bc8e5 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 1em;
    font-size: .8em;
}
.menu_cuenta ul li a {
    color: #5bc8e5 !important;
}
div#secc_pigmentate p:last-child {
    font-weight: 800;
    font-style: italic;
}
label.control-label[for="username"], label.control-label[for="password1"], label.control-label[for="password2"] {
    display: block !important;
    margin: 0;
}
.slideplus-caption {
    background: rgba(255, 255, 255, .7) !important;
    color: #000 !important;
    text-transform: uppercase;
    padding: 15px;
}

#sigplus_1001 .slideplus-slot {
    margin: 5px !important;
    box-sizing: border-box;
}
div#secc_contactanos .custom {
    width: 50%;
    float: right;
    background: url(../../../images/Pigmentate/home/textura_contacto.png) center center;
    padding: 4% 3%;
    background-size: cover;
    box-sizing: border-box;
}

div#secc_contactanos:after {
    content: "";
    display: block;
    clear: both;
}
.item-page.pag_funciona .cText,
.item-page.pag_funciona .contImg {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    text-align: left !important;
}
.cText h3 span {
    font-size: 3em;
}
.cText p {
    text-align: left !important;
}

.cText h3 {
    display: inline-flex;
    width: 55%;
    font-weight: 400;
    align-items: center;
}
.product-info ~ div {
    display: none !important;
}

/*.product-info > .row-fluid {
    display: none !important;
}*/

div#product-content {
    margin: 0;
}
.item-page.pag_personaliza img {
    max-width: 300px;
    margin: 0 auto;
}

.item-page.pag_personaliza h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.slide-desc-bg.slide-desc-bg-default {
    background: rgba(255, 255, 255, .8);
}

.slide-desc-text.slide-desc-text-default {
    text-align: center !important;
    color: #333;
}

.slide-desc-text.slide-desc-text-default h3 {
    text-align: center !important;
    font-weight: 400;
}
.ContGallery li {
    list-style: none;
    display: inline-block;
    width: 32.3%;
    max-height: 316px;
    overflow: hidden;
}

.ContGallery li a {
    width: 100%;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    margin-top: -53px;
    padding: 15px;
    box-sizing: border-box;
}
.item-page.pag_personaliza .columna.col3 {
    border-right: 2px solid #ddd;
}
.item-page.pag_personaliza .columna.col4 {
    text-align: center;
}

.item-page.pag_personaliza .columna.col4:hover {
    cursor: pointer;
    border: 4px solid #aedee0;
    border-radius: 100%;
}
div#articulo_menu {
    width: 90%;
    max-width: 1200px;
    display: flex;
    margin: 7em auto 0;
}

div#menu_lateral {
    width: 15%;
    margin-top: 10em;
}
div#galeria {
    width: 90%;
    margin: 0 auto;
}

i.fas.fa-user {
    display: none;
}

span#cant_cart {
    position: absolute;
    top: 18px;
    height: auto !important;
    line-height: 0;
      left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.search label {
    display: none;
}

.search form {
    margin-bottom: 8px;
}
.item-page.pag_funciona p {
    text-align: center;
}
div#search {
    display: block;
    position: inherit;
    font-size: 1em !important;
    background: none;
    height: auto;
}

#search form input {
    padding: 5px !important;
    font-size: 1em !important;
}
.product-info {
    /* margin-top: 5%; */
    /* width: 91%; */
}

.ng-scope .canvas-form .swatches-container .swatch {
    WIDTH: CALC(100% / 6.7) !important;
    HEIGHT: 70PX !important;
}
.pag_contacto .art-article {
    width: 50%;
    float: right;
    /*background: url(../../../images/Pigmentate/home/textura_contacto.png) center center;*/
    padding: 2% 4% 0;
    background-size: cover;
    box-sizing: border-box;
    background: rgb(249, 249, 249);
}
.checkout a {
    background: #53c8e6;
    color: #fff !important;
    padding: 8px;
}
div#menu_lateral .custom {
    display: none;
}
span.add-on {
    display: none !important;
}
.rsform-block.rsform-block-name, .rsform-block.rsform-block-email {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.formResponsive label {
    min-height: 18px;
    margin: 3px 5px 3px 0;
    float: left;
    padding: 0px;
    font-weight: 400 !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.redes li {
    display: inline-block;
    margin-bottom: 0;
}
div#products-list-container {
    min-width: 945px;
}
div#swatches:after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 1em;
}

/*cambios Feb 2019*/
div#top_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img[alt="logo"] {
    margin-left: -16px;
}
strong {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important;
}
.contenedor_radiooptions input {
    border: 1px solid #d1d2d4 !important;
    justify-content: space-evenly;
    background: none !important;
    font-family: 'Lato', sans-serif !important;
    text-transform: initial !important;
}
div#shipping-method textarea#textarea, div#payment-method textarea {
    width: 50%;
    margin: 0 !important;
    display: block;
    max-height: 80px;
}

/*Cambios Febrero*/
.copy_bottom ul.redes {
    position: inherit;
}
.copy_bottom .redes a {
    color: #3ca1a5 !important;
    font-size: 2.3em;
}
.ng-scope .canvas-image.linea {
    position: relative;
    min-height: 605px;
}

.canvas-image::after {
    position: absolute;
    content: "";
    width: 90% !important;
    max-width: 546px;
    top: 76.3% !important;
    left: 47px !important;
    z-index: 101 !important;
    display: block;
    border: 1px solid #5dcad6;
    opacity: 0;
}
.cont_info_personalizada ~ div .row-fluid .span8 .canvas-image::after {
    opacity: 1 !important;
}

span#cant_cart img {
    width: 30%;
    margin-top: -6px;
}
canvas.mapster_el {
    mix-blend-mode: multiply;
}
div#shipping-method textarea#textarea::placeholder, div#payment-method textarea::placeholder {
    color: #333;
}

/*CAMBIOS MARZO */
.item-page {
    /* margin-top: 29px; */
}
input#deseo_diseno {
    width: 10px !important;
    padding: 8px;
    margin-left: 5px;
}

.option_categoria label {
    display: inline-block !important;
}

.option_categoria {
    width: 33.3%;
    float: left;
    text-align: left;
}
.opcion_mostrar {
    display: flex;
    align-items: center;
}
.detProd {
    float: left;
    margin: 5px;
}
.group_category:after {
    content: "";
    clear: both;
    display: block;
}

.group_category {
    margin-bottom: 1em;
}
input[name="producto_cat"] {
    display: none;
}



.icon-search:before {
    content: "" !important;
    background-image: url(../../../images/iconos/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 9999;
    padding: 0;
    width: 36px;
    height: 38px;
}
.log-in img {
    display: none;
}

/*efecto hover diseños*/
p.eshop-product-desc ~ p img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 77%;
    object-fit: cover;
    opacity: 0;
}


.span3.ajax-block-product.spanbox.clearfix {
    position: relative;
}

.span3.ajax-block-product.spanbox.clearfix:hover  p.eshop-product-desc ~ p img {
    opacity: 1;
}
.cont_loading {
    z-index: 101 !important;
}

/*cambios 28032019*/
span.frase_medida {
    text-align: right;
    float: right;
    font-style: italic;
    color: #b9b8b8;
    margin-top: -34px;
    margin-right: 27px;
    position: absolute;
    right: 0;
    bottom: -99px;
}
span.medidah {
    font-weight: 800;
    color: #5dcad6;
    position: absolute;
    left: 0;
}
.log-in a.mod_btn:hover {
    color: #49bded !important;
    border-bottom: 2px solid #bbbdbc;
}
.contimgBanner {
    float: right;
    width: 50%;
}

.contTextBanner {
    width: 50%;
}

div#inicio:after {
    clear: both;
    content: "";
    display: block;
}
.contimgBanner {
    float: right;
    width: 50%;
}

.contTextBanner {
    width: 50%;
    padding: 5% 6% 5%;
    box-sizing: border-box;
}

div#inicio:after {
    clear: both;
    content: "";
    display: block;
}
div#inicio img {
    height: 100% !important;
    object-fit: cover;
}
.contTextBanner:after {
    content: "";
    display: block;
    width: 10px;
    height: 71%;
    background: #12c2ed;
    position: absolute;
    top: 0;
    left: 37px;
    box-shadow: 2px 3px 3px #0000003b;
}
#eshop-cart .eshop-content .checkout {
    padding: 0;
    width: 100%;
}

#eshop-cart .eshop-content .checkout a {
    width: 43% !important;
    display: inline-block;
    text-align: center;
}

.copyright {
    text-align: center;
    padding-bottom: 2em;
}

.cont_loading {
    z-index: 101 !important;
    width: 100px;
    left: 26% !important;
    top: 44% !important;
}

/*imageenes adicionales */
div#map_demo {
    height: 621px !important;
}
div#map_demo > div, div#map_demo > div img {
    width: 98% !important;
    /* max-width: 50px; */
}
button#crearimg {
    display: none;
}

.image-additional img {
    border: none !important;
}
/*login*/
li.item-255, li.item-253 {
    display: none !important;
}

/*Mayo***************************************/
.ng-scope .canvas-image canvas {
    /* left: 44px !important; */
    top: 50px !important;
    /* max-width: 529px !important; */
    width: 85% !important;
    height: 78% !important;
}

.cont_loading.cont_oculto,
.cont_loading.extras {
    max-width: 200px;
    width: 100% !important;
    left: 0 !important;
    right: 0;
    margin: auto !important;
}

div#map_demo {
    position: relative;
}

.slick-initialized .slick-slide img {
    width: 94%;
}


/*au************************************/

.btn {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 600;
}


/* login diseñadores */

.registration {
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

ul.nav.nav-tabs.nav-stacked li {
    display: inline-block;
    margin: 3%;
}

ul.nav.nav-tabs.nav-stacked {
    width: 90%;
    margin: 0 auto;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
    width: 85%;
}

label,
legend {
    width: 100%;
    font-size: 12px;
}

legend {
    font-size: 25px !important;
    font-weight: 800;
    color: #55d0e4;
    text-transform: uppercase;
}

.well {
    border: none;
    background-color: #f7f7f7;
}


/*canvas personal 2019 =================*/

div#tools_top {
    background: none !important;
    width: 26%;
    right: 0;
}

div#svg_editor {
    background: none !important;
}

.body {
    background: none !important;
    position: relative;
}

div#workarea {
    top: 303px;
    bottom: auto !important;
}

div#menu_bar {
    top: 0;
    background: none;
    position: absolute;
    top: -36px;
}

.menu_title {
    color: #353533 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    font-size: .85em !important;
}

div#tools_left {
    top: 0 !important;
    /* padding-top: 152px; */
    /* width: 40px; */
    z-index: 1;
}

#tools_left .tool_button,
#tools_left .tool_button_current {
    /* margin: 0px !important; */
}

div#svgcanvas {
    background: none !important;
}

.tool_button,
.push_button,
.tool_button_current,
.push_button_pressed {
    margin: 0 auto !important;
    border: 0 !important;
    height: 42px !important;
    width: 42px !important;
    text-align: center;
    background-position: center !important;
}

#tools_top h4 {
    border: 0;
}

div#previsualizacion img {
    /* height: auto !important; */
    width: 100%;
    /* position: relative; */
}

img.img_mantel_base~.cont_preview_img {
    height: 36% !important;
    top: 32%;
}

img.img_bolsa_base~.cont_preview_img {
    top: 39%;
    width: 45%;
    left: 28% !important;
}
/*
img.img_estuche_velazco_base~.cont_preview_img {
    height: 25% !important;
    top: 38%;
}*/
img.img_estuche_velazco_base ~ .cont_preview_img {
    height: 30% !important;
    top: 35%;
    width: 78%;
    left: 11% !important;
}

/*img.img_estuche_siqueiros_base~.cont_preview_img {
    height: 36% !important;
    width: 74%;
    left: 13% !important;
    top: 28%;
}*/
img.img_estuche_siqueiros_base ~ .cont_preview_img {
    height: 44% !important;
    width: 88%;
    left: 6% !important;
    top: 23%;
}
/*
img.img_estuche_rivera_base~.cont_preview_img {
    height: 38% !important;
    width: 70%;
    left: 15% !important;
    top: 28%;
}*/

img.img_estuche_rivera_base ~ .cont_preview_img {
    height: 53% !important;
    width: 93%;
    left: 3% !important;
    top: 17%;
}

div#workarea {
    left: 0;
    right: 0 !important;
}

div#previsualizacion {
    width: 27% !important;
    height: auto !important;
    top: 0;
    float: right;
    position: relative;
    z-index: 10;
}

svg#canvasBackground {
    width: 100% !important;
    height: 100% !important;
}

.draginput input {
    color: #fff !important;
}

label.draginput,
.draginput {
    background: #b9b8b8 !important;
}

.draginput span {
    font: 11px/130% sans-serif;
    color: #353533 !important;
}

input#angle,
input#canvas_width,
input#canvas_height {
    background: none !important;
}

div#workarea {
    position: initial;
}

svg#svgroot {
    height: 100% !important;
}

div#svgcanvas {
    height: 62vh !important;
}

div#workarea {
    position: initial !important;
}

div#zoom_panel {
    position: initial;
    float: right;
    width: 95%;
}

div#tools_bottom {
    position: inherit;
    background: no-repeat;
}

div#zoom_label {
    background: none !important;
    border-radius: 15px;
    padding: 0 25px;
    height: 24px;
}

#zoomLabel {
    width: 22px !important;
    height: 22px !important;
}

#zoom_label img,
#zoom_label svg {
    width: 23px !important;
    height: 23px !important;
    background: none;
    border: 0 !important;
}

input#zoom {
    margin: 0;
    color: #333 !important;
}

input#terminar {
    font-size: 1em;
    padding: 11px 0 !important;
    width: max-content;
    display: block !important;
    width: 100%;
}


/*imagen interna cojin*/

.cont_preview_img img {
    height: 100%!important;
    /* margin-top: 59px; */
}

.cont_preview_img {
    height: 53% !important;
    width: 60%;
    top: 23%;
    left: 21% !important;
    position: absolute;
    /* background: rebeccapurple; */
}

div#ruler_x {
    top: 0;
    max-width: 810px;
    width: 67.5%;
}

div#ruler_y {
    top: 18px;
}

#rulers #ruler_corner {
    top: 0;
}

div#tools_top {
    top: 331px !important;
}

input#rect_width,
input#rect_height,
input#rect_rx {
    background: none;
}

.draginput {
    display: inline-block;
    vertical-align: middle;
}

label {
    background: none !important;
}

#tools_top h4 {
    color: #231f20 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 1em;
    padding: 0 !important;
}

#tools_left .tool_button,
#tools_left .tool_button_current {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}


/*REGISTROS Y CUENTAS*/

.cont_proceso_editor_imagen {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.cont_mis_disenios {
    padding: 0;
}

.cont_mis_disenios .columnas {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.cont_mis_disenios,
.cont_msg_sin_acceso {
    font-size: 1em !important;
}


/*cambios Junio 19*/

select {
    width: 100% !important;
}

.product-info .row-fluid .span12 {
    min-height: auto;
}

select#options887,
select#options1004,
select#options998 {
    -webkit-appearance: none;
    position: relative;
    background: #fff url(//cdn.shopify.com/s/files/1/0775/4637/t/18/assets/select.png?941675472689221330) no-repeat right center;
    background-size: 17px 5px;
}

.ng-scope .canvas-image {
    /* position: relative; */
    /* height: 100%; */
    float: none !important;
}

div#product-content {
    min-height: 647px;
    height: auto;
}

.span8 {
    position: relative;
}

.canvas-image.classAdd {
    height: 100% !important;
    position: relative;
    width: 100%;
}

img#ruler-image {
    position: absolute;
}

.elemt_category label {
    width: 31%;
    float: left !important;
    margin: 5px;
}

.span8 p {
    margin: 0 !important;
}

label[for="deseo_diseno"] {
    width: auto;
}

button#update-cart {
    width: 20%;
}

.radio input[type="radio"] {
    margin-top: 1px;
    margin-left: -32px;
}
div#map_demo > div, div#map_demo > div img {
    width: 100% !important;
    /* max-width: 50px; */
}
/***** frase medida *****/
.div_frase_medida.frase_medida {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    top: 521px;
}

/**** imagen final de presonalizar *****/

div#img_final_hd {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
}

div#img_final_hd img {
    width: 100%;
    height: 100%;
}


/*cojin*/

.img_final_hd {
    top: 25%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    margin: 0 auto;
}


/*bolsa*/

.img_final_totebag_hd {
    top: 40%;
    width: 45%;
    height: 59%;
}


/*mantel*/

.img_final_mantel_hd {
	top: 33%;
    width: 60%;
    height: 38%;
}


/*estuche velasco*/
/*
.img_final_estuche_hd {
    top: 38%;
    width: 53%;
    height: 23%;
}*/
.img_final_estuche_hd {
	top: 35%;
    width: 77%;
    height: 40%;
}
/*estuche siqueiros*/
/*
.img_final_estuche2_hd {
    top: 28%;
    width: 73%;
    height: 34%;
}*/
.img_final_estuche2_hd {
    top: 23%;
    width: 88%;
    height: 47%;
  left: 6% !important;
}

/*estuche rivera*/

/*.img_final_estuche3_hd {
    top: 26%;
    width: 62%;
    height: 40%;
    left: 0%;
}*/

.img_final_estuche3_hd {
    top: 17%;
    width: 90%;
    height: 80%;
    left: -3% !important;
}


/**canvas scroll**/

div#workarea {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

div#svgcanvas {
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

div#svgcanvas {
    height: 70vh !important;
}

div#previsualizacion {
    width: 100% !important;
    height: auto !important;
    top: 0;
    float: none;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#tools_top {
    top: 0 !important;
}

/*rulers*/
#rulers #ruler_corner {
    top: 0 !important;
    left: 50px;
    width: 15px;
    height: 15px;
    border: solid #444 1px;
    z-index: 2;
}
div#ruler_x {
    top: 0 !important;
    max-width: 985px;
    width: 67.5%;
    height: 15px;
    /* top: 30px; */
    left: 66px;
    right: 175px;
    border-top: solid #444 1px;
    border-right: solid #444 1px;
}
#ruler_y {
    width: 15px !important;
    top: 16px !important;
    left: 50px !important;
    bottom: 40px;
    border-left: solid #444 1px;
    border-bottom: solid #444 1px;
}

div#svgcanvas,
svg#svgroot,
svg#canvasBackground,
svg#svgcontent {
    width: 1000px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div#svgcanvas {
    margin-left: -28%;
}

svg#canvasBackground {
    margin-top: 10% !important;
}

svg#svgroot {
    margin-top: 4%;
    margin-left: 10%;
    /*width: 730px !important;
    height: 409px !important;*/
}



/*selector tipografia*/
#tool_bold, #tool_italic {
    border-left: 2px solid #000 !important;
    height: 35px !important;
    width: 30px !important;
}
select#font_family_dropdown {
    top: 15px !important;
    width: 115px !important;
}
#preview_font {
    height: 70px !important;
    padding: 0 5px 0 5px !important;
    width: 80px !important;
}
#preview_font:after {
    display: none;
}
#preview_font {
    border-right: none !important;
}
/*personaliza*/

.top_personaliza .item-page,
.top_personaliza div#eshop-main-container,
.top_personaliza .profile-edit {
    max-width: 100%;
    /*margin: 0 5em;*/
}
div#svgcanvas {
    height: 80vh !important;
}
.top_personaliza {
    margin-top: 65px !important;
    margin-bottom: 5%;
}
/*** btn interna vender ***/
.ver_disenos a {
    background: #55d0e4!important;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #4a4d4e;
    box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.44);
    font-size: 25px;
}


/***** color escritorio ******/
#color_picker {
    height: 720px !important;
    width: 667px !important;
    top: -6% !important;
}
.jGraduate_gradPick .jGraduate_Form {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

/******contáctacnos nuevo********/
.datos-cont-form {
    display: flex;
}

ul.listDatos {
    width: 50%;
}
/****** precio final en compra *****/
.cart-info tr:last-child {
    color: #5bc8e5;
    font-weight: 800;
    font-size: 2em;
}
.cart-info tr:last-child strong {
    font-weight: 800 !important;
}
.eshop-payment-information .no_margin_left {
    float: right;
}


/******* imagen marco estuches ******/
img#img_svg_marco, img#previewImgMarco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}



/***** boton cancelar 24/10/19 *****/
input#cancelarPersonalizar {
    width: 100%;
    margin-top: .5em;
    background: #9E9E9E !important;
}

.reglaVertical{
    height:1px;
    top: 41px;
    left: 0px;
    position: absolute;
    z-index: 100;
    display: block;
    border: 1px solid #5dcad6;
    background: red;

  }



/******* productos-compra ****/
.opcion_disena_tela_pd, .opcion_producto_terminado_pd {
    text-align: center;
    background: #4fc6e1;
    padding: 5px;
    margin-bottom: 15px;
}
.opciones_elegir a {
    color: #fff;
}
div#productos_terminados div {
    display: flex;
    width: 33%;
    text-align: center;
    float: left;
}


/**** scroll *****/
.cart-info {
    overflow-y: scroll;
    height: 500px;
}
.eshop-mini-cart-info {
    overflow-y: scroll;
    height: 300px;
}

/******* menú canvas *******/
div#menu_bar {
    top: -62px;
    /* height: 90px; */
    background: #3ea1a4;
    padding-top: 19px;
    left: 10px;
    width: 100%;
}
.menu.menu_editar, div#menu_bar, .menu.menu_objeto {
    /* display: flex; */
}
div#tool_import {
    display: flex;
    /* width: 113px !important; */
    /* margin-right: 15px; */
    /* border: 1px solid; */
    /* padding: 0 10px; */
    width: 40px;
    height: 40px;
    margin: 0px auto;
}
.menu.menu_archivo {
    width: 55px !important;
    z-index: 1000000;
}
.menu_item {
    width: 95px;
    height: 22px;
}
.menu.menu_editar {
    margin-left: 10%;
    display: flex !important;
    /* background: #e6e6e6; */
    padding: 5px 10px;
}
.menu.contenedor_editar_objeto {
    display: flex;
    margin-left: 4%;
    margin-top: -65px;
}
.menu_editar_grupo_i, .menu_editar_grupo_ii {
    display: flex;
}
.menu.menu_objeto {
    height: 50px;
    /* background: #ececec; */
    padding: 5px 10px;
    border-left: 1px solid;
    display: flex;
}
.menu_objeto_grupo_i, .menu_objeto_grupo_ii {
    display: flex;
}
.menu.menu_objeto .menu_item {
    width: 180px;
}
.menu.menu_objeto .menu_item, .menu.menu_editar .menu_item {
    text-align: left;
    /* border: 1px solid #55d0e4; */
    margin: 1px;
    /* background: #55d0e4; */
    color: #fff;
    padding: 2px;
    display: flex;
    width: 40px;
    height: 40px;
    filter: drop-shadow( 0 1px 6px #444);
}
div#ayuda {
    width: 40px;
    height: 40px;
    margin-top: -16px;
}
div#ayuda .icon-canvas {
    width: 40px;
    height: 40px;
}
.icon-canvas {
    /* margin: auto 1px; */
}
div#logo svg {
    display: none;
}
div#tool_import .icon-canvas {
    margin-top: -9px;
    filter: drop-shadow( 0 1px 6px #444);
    padding: 0;
}
div#logo {
    width: 49px;
    height: 49px;
    margin-top: -39px;
    background: #fff;
}

div#logo .icon-canvas {
    margin-top: -47px !important;
    margin-bottom: 36px !important;
    padding-bottom: 26px !important;
}
#tool_open input, #tool_import input, #tool_import_bitmap input {
    position: absolute;
    opacity: 0;
    font-size: 10em;
    top: -8px !important;
    right: 7px !important;
    margin: 0 auto;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 10000001;
}
.tool_button, .push_button, .tool_button_current, .push_button_pressed {
    height: 50px !important;
    width: 50px !important;
}


/***** canvas ajustes *****/
.top_personaliza .product-info {
    height: 900px;
    background: #f2f2f2 !important;
}
div#svg_editor {
    background: #f2f2f2 !important;
}
div#tools_top hr {
    border: none;
}
div#tools_left {
    height: 134%;
}

/****** diseñadores *****/
.tab, .tabcontent {
    /*width: 90%;*/
    margin: 0 auto;
    border: none;
}
/*div#articulo {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}*/
select#cat_clasifica {
    width: 513px !important;
    margin-top: 10px;
}
.cont_proceso_editor_imagen {
    margin-top: 20%;
}
.contenedor-menu-tap {
    width: 80%;
    margin: 0 auto;
        margin-bottom: 10%;
}
.contenedor-menu-tap h2.titulo:before, 
.contenedor-menu-tap div#eshop-main-container h1:before, 
.contenedor-menu-tap .cont_info_personalizada h3:before{
	display: none;
}
div#sube_diseno {
    padding: 0;
    padding-right: 15px;
}
.cont_mis_disenios .columnas {
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
}
input#btn_registrar_diseno {
    float: right !important;
    margin: 0 auto;
}
.tab {
    border: none;
    margin-top: 4%;
}
.tab button.active {
    background-color: #54c2bc;
    color: #fff;
}
div#sube_diseno, div#disenos_creados, div#ventas_disenos {
    border: none;
}
.option_cat {
    width: 25%;
    float: left;
  display: flex;
}
form#frmRegistrar input {
    margin: 6px auto;
    float: left;
}

.option_cat input {
    margin: 10px !important;
}

.option_cat label {
    margin: 10px auto;
}
.cont_mis_disenios .columna.col12 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.cont_mis_disenios .columna.col3 img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.cont_mis_disenios  .columna.col3 p {
    background: #3ca1a5;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
p.autor_producto {
    font-family: cursive;
    font-size: 12px;
    / margin-top: -31% !important; /
    margin-right: 6px;
    / width: 100%; /
    margin: 0 auto;
    color: #fff;
    text-align: right;
    padding: 6px !important;
}

.eshop-info-block h5 {
    background: rgba(68, 68, 68, 0.71);
    text-align: right;
    padding: 7px;
}

.eshop-info-block {
    padding: 0 !important;
    margin-top: -73px;
    color: #fff !important;
}

.eshop-info-block a {
    color: #fff;
}

/*** btn subir archivo ****/
.btn.btn-primary {
    background: #55d0e4 !important;
    border: 0 !important;
}
.ng-scope .canvas-form #product-photos label {
    background: #53c8e6 !important;
    border: 0 !important;
    padding: 10px 0;
}
/**** carrito de compra pop ***/
#colorbox #cboxContent .cart-info tr:last-child {
    color: #000 !important;
    font-size: 1em !important;
    font-weight: normal !important;
}

/**** check de compra *****/
div#eshop-main-container .radio input[type="radio"], div#eshop-main-container .checkbox input[type="checkbox"] {
    margin-top: 0 !important;
    margin-left: -32px !important;
}
div#eshop-main-container .radio input[type="checkbox"]:checked:after, div#eshop-main-container .radio input[type="radio"]:checked:after {
    top: -2px !important;
}

/*IMAGENES TUTORIAL POPUP*/
.manualC{
    width: 50%;
    height: auto;
}
.manualCC{
    width: 95%;
    height: auto;
}


/****** iconos lateral canvas active *****/
#tools_left .tool_button_current {
    filter: none;
}

#tools_left .tool_button {
    filter: grayscale(100%);
}

/******** pop up canvas ******/
.contentBtnsTutorial {
    position: absolute;
    top: 50%;
    width: 900px !important;
}
input#btnSiguienteT:hover, input#btnAnteriorT:hover,
input#btnSiguienteT.active, input#btnAnteriorT.active,
input#btnSiguienteT:active, input#btnAnteriorT:active  {
    transition: none !important;
    color: #fff !important;
    background-position: initial;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.contentBtnsTutorial input:nth-child(1) {
    float: left;
    width: 10%;
    background: #55d0e491 !important;
    padding: 7px !important;
}
.contentBtnsTutorial input:nth-child(2) {
    float: right;
    width: 10%;
    background: #55d0e491 !important;
    padding: 7px !important;
}
.contentBtnsTutorial input {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.contentTutorial img {
    width: 100%;
    height: auto;
}
#colorbox #cboxClose {
    bottom: auto;
    right: 9%;
    top: 23px !important;
    margin: 0 auto;
}
#colorbox #cboxContent #cboxLoadedContent {
    padding: 30px;
    background: #fff;
    margin: 20px auto;
    height: auto!important;
    width: 900px !important;
}
.contentSaltarTutorial {
    text-align: center;
    margin: 10px auto;
    margin-top: -5%;
}