/*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;
}
.txtInnerLineaCol{
    display:none;
}
.imagenLienzo{
    background-image: url("../images/simulador/sala/sala_base.jpg");
    background-size: cover;
    position: relative;
}
.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{
    cursor: url('../images/simulador/icon_rodillo.png'), auto;	
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    -webkit-transition: background-image 0.5s ease;
    -moz-transition: background-image 0.5s ease;
    -o-transition: background-image 0.5s ease;
    -ms-transition: background-image 0.5s ease;
    transition: background-image 0.5s ease;
}
.paredSala
{
    clip-path: polygon(100% 0, 100% 84.5%, 0 84.5%, 0 0);
}
.paredComedor
{
    clip-path: polygon(100% 0, 100% 77.4%, 0 77.4%, 0 0);
}
.paredRecamara
{
    clip-path: polygon(100% 0, 100% 78%, 0 78%, 0 0);
}
.pared1
{
    clip-path: polygon(10% 54%, 26% 55%, 24% 83%, 7% 86%, 0% 85%, 0% 60%, 6% 57%);
}
.pared2
{
    clip-path: polygon(26.9% 39.5%, 29% 32%, 34% 36%, 68.4% 12%, 73% 95%, 23.6% 86%);
}
.pared2_1
{
    clip-path: polygon(17.6% 62.7%, 20.1% 63.9%, 18.9% 84%, 15% 89.7%);
}
.pared3
{
    clip-path:polygon(92% 45%, 92% 46.2%, 84.4% 49%, 89% 89%, 71.8% 93%, 70.65% 59%, 68.98% 22.2%, 68.3% 11%);
}
.pared4
{
    clip-path: polygon(98.7% 45.2%, 100% 49%, 100% 90.5%, 87.2% 89.2%, 84.4% 48.8%);
}
/*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");
}
/*Pop Espacio Simulador*/

/*Pop Colores Simulador*/
.SimuladorPopColores{
    width: 64px;
    height: 60px;
    float:left;
    margin: 2px;
    border:2px solid #fff;
    cursor:pointer;
}
.SimuladorPopColores:hover{
    border:2px solid #0193cf;
}
.SimuladorPopColores.activoCol{
    border:2px solid #0193cf;
}
.SimColorShow{
    width: 60px;
    height: 32px;
}
.SimuladorPopTitContCol{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}
.SimuladorPopTitContColSelect
{
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.SimColorCode{
    color:#444444;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
}
.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*/