/*Pagina Simulador*/
.mensajeParedes{
    margin: 8px;
    padding: 8px;
    background-color: rgba(204, 204, 204, 0.3);
    border-radius: 5px;
    width: 253px;
    text-align: center;
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.img-responsive{
    width: 100%;
}
.imgp.opacity{
    opacity:0;
}
.imgp{
    position: absolute;
    z-index: 1;
}
.imgp.active{
    z-index:3
}

.SimuladorTxtBlanco{
    color:#ffffff;
}
.SimuladorTitleRow{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.SimuladorTitulo{
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
}
.SimuladorSubTitulo{
    color:#525252;
    font-size:13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.seleccionPaso{
    margin-bottom:20px;
}
.seleccionPaso1{
    text-align: center;
}
.seleccionPaso2{
    text-align: center;
}
.seleccionPaso3{
    text-align: center;
}
.simuladorPasoNumero{
    background-color: #cccccc;
    color:#ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.simuladorPasoTitulo{
    font-weight: bold;
    font-size: 15px;
    color: #343434;
    line-height: 15px;
}
.simuladorPasoTexto{
    font-size: 12px;
    color: #535353;
    line-height: 13px;
    margin-top: 4px;
}

.seleccionPaso:hover .simuladorPasoNumero{
    background-color:#f89828;
}
.seleccionPaso:hover .simuladorPasoTitulo{
    color:#f8992b;
}

.pasoActivo .simuladorPasoNumero{
    background-color:#f89828;
}
.pasoActivo .simuladorPasoTitulo{
    color:#f8992b;
}

.simuladorPasoEspacio{
    margin-top:5px;
    padding-left: 13px;
    padding-right: 13px;
}
.simuladorPasoEspacio img
{
    border: 1px solid #0193cf;
    padding: 2px;
    cursor:pointer;
}
.simuladorPasoColoresCont{
    margin-top:15px;
}
.simuladorPasoColor{
    background-color: #cccccc;
    height: 50px;
    margin-left: 7px;
    margin-bottom: 9px;
    width: calc(25% - 7px);
    cursor:pointer;
    font-size: 11px;
    padding-top: 8px;
    background-clip: content-box;
    padding: 1px;
    border: 1px solid #ffffff;
}
.simuladorPasoColor.noActivo:hover{
    cursor:default;
    border: 1px solid #ffffff;
}
.simuladorPasoColor:hover{
    border: 1px solid #0193cf;
}
.simuladorPasoColor.activoSel{
    border: 1px solid #0193cf;
}
.txtInnerCol{
    padding-top: 6px;
    word-break: break-word;
    font-size:80%;
}
.txtInnerLineaCol{
    display:none;
}
.imagenLienzo{
    position: relative;
    cursor: url('../images/simulador/icon_rodillo.png'), auto;
}
.imagenLienzoFondo{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../images/simulador/sala/sala_base.jpg");
    background-size: cover;
    background-position: center;
    /* Un poco mas oscura de lo real: le da a mix-blend-mode:multiply
       margen para que los colores oscuros/saturados no se vean lavados,
       ya que multiply nunca puede pintar mas claro que la foto base. */
    filter: brightness(0.85);
    -webkit-filter: brightness(0.85);
}
.clearBoth{
    clear:both;
}
.SimuladorHerramientas{
    margin-top:15px;
}
.SHerramientas{
    background-repeat: no-repeat;
    padding-left: 45px;
    color:#777777;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    cursor:pointer;
}
.SHReiniciar{
    background-image: url("../images/simulador/icon_reiniciar.png");
}
.SHImprimir{
    background-image: url("../images/simulador/icon_imprimir.png");
}
.SHDondeComprar{
    background-image: url("../images/simulador/icon_dondecomprar.png");
}
.SimuladorTintometrico{

}
.seleccionaTuEspacio{
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    cursor:pointer;
}
.seleccionaTuEspacioTxt{
    color: #fff;
    font-size: 33px;
    font-weight: bold;    
    background-color:rgba(248, 152, 40, 0.8);
    padding:15px;
    border-radius: 10px;
}
.pared{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    mix-blend-mode: multiply;
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
/*Pagina Simulador*/

/*Pop Espacio Simulador*/
.SimuladorPopNumber{
    background-color: #f89828;
    color:#ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    float:left;
}
.SimuladorPopTitCont{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
}
.SimuladorPopTitulo{
    font-weight: bold;
    font-size: 15px;
    color: #f8992b;
    line-height: 15px;
}
.SimuladorPopTexto{
    font-size: 12px;
    color: #535353;
    line-height: 13px;
    margin-top: 4px;
}
.closePop{
    width: 16px;
    height: 16px;
    background-image:url("../images/simulador/closePop.png");
    cursor:pointer;
    float:right;
}
.SimuladorPopEspacios{
    border: 4px solid #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0.95);
    cursor:pointer;
}
.SimuladorPopEspacios.popActivo{
    border: 4px solid #0193cf;
}
.SimuladorPopEspacios:hover{
    border: 4px solid #0193cf;
}
.espacioSala{
    background-image:url("../images/simulador/sala/sala_base.jpg");
}
.espacioComedor{
    background-image:url("../images/simulador/comedor/comedor_base.jpg");
}
.espacioRecamara{
    background-image:url("../images/simulador/recamara/recamara_base.jpg");
}
.espacioFachada{
    background-image:url("../images/simulador/fachada/fachada_base.jpg");
}
.espacioEstancia{
    background-image:url("../images/simulador/estancia/estancia_base.jpg");
}
.espacioFachada2{
    background-image:url("../images/simulador/fachada2/fachada2_base.jpg");
}
/*Pop Espacio Simulador*/

/*Pop Colores Simulador*/
.SimuladorPopColores{
    width: 90px;
    height: 70px;
    float:left;
    margin: 2px;
    border:2px solid #fff;
    cursor:pointer;
    overflow: hidden;
    /* Son +2000 items en el DOM. content-visibility hace que el navegador
       se salte layout/paint de los que estan fuera de la vista (el ahorro
       real de la lista larga); contain-intrinsic-size reserva su tamano
       para que el scroll no salte al entrar/salir de la vista. */
    content-visibility: auto;
    contain-intrinsic-size: 94px 74px;
}
.SimuladorPopColores:hover{
    border:2px solid #0193cf;
}
.SimuladorPopColores.activoCol{
    border:2px solid #0193cf;
}
.SimuladorPopColores>div:nth-child(1),
.SimColorShow{
    width: 90px;
    height: 32px;
    border-width:0;
}
.SimuladorPopTitContCol{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}
.SimuladorPopTitContColSelect
{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.SimuladorPopColores>div:nth-child(2),
.SimColorCode{
    color:#444444;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SimColorTxtBlanco,
.SimColorTxtLinea{
    display:none;
}
.coloresContainer{
    width: calc(100% - 10px);
    height: 300px;
    overflow-y: scroll;
}
.tituloLinea{
    padding-left: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #343434;
    line-height: 15px;
}
.spacerCol{
    width: 100%;
    height: 15px;
}

/*
 *  coloresContainer Custom ScrollBar
 */


/* Chrome */
#coloresContainer::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#coloresContainer::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#coloresContainer::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f89828;
}
/*.container::-webkit-scrollbar-thumb {background-color: green; background-clip: padding-box; border: 1px solid red;}
::-webkit-scrollbar-button {background-color: red;}*/
/* IE */
.container {scrollbar-face-color: #f89828; scrollbar-shadow-color: #F5F5F5; scrollbar-highlight-color: #F5F5F5;}
/* FireFox */
#coloresContainer {scrollbar-color: #f89828 #F5F5F5;}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6ed901;
    border-color: #204000;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #65c503;
    border-color: #204000;
}
.btnCont{
    float:right;
}

/*Pop Colores Simulador*/

/*Pop Colores Tintometrico Simulador2*/
.SimuladorPopBuscadorCont{
    clear:both;
    padding: 0 5px 10px 5px;
}
.SimuladorPopBuscador{
    width:100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 13px;
}
.SimuladorPopContador{
    font-size: 12px;
    color: #777777;
    padding: 0 5px 5px 5px;
    clear:both;
}
.SimuladorPopTintWrap{
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0 5px;
    box-sizing: border-box;
}
.SimuladorPopTintHeader{
    flex: 0 0 auto;
    padding-top: 15px;
}
#coloresContainerTintometrico{
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: scroll;
}
.SimuladorPopColores.oculto{
    display:none;
}
.SimuladorPopColores>div:nth-child(3),
.SimColorCodeAbanico{
    color:#777777;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SimuladorPopBtnTop{
    float:right;
    width:auto;
    padding: 6px 18px;
    margin-right: 15px;
    margin-top: -2px;
}