/*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;
    z-index:9;
}
.container-fluid .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;
}
.pared_reflejo{
    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%);
}

.paredEst1
{
    clip-path: polygon(0% 0%, 18% 0%, 24% 6%, 27% 8%, 27% 60%, 25% 64%, 13% 63%, 13% 61%, 3% 61%, 1% 54%, 0% 55%);
}
.paredEst2
{
    clip-path: polygon(55% 0%, 85% 0, 80% 8%, 82% 62%, 26.28% 66%, 25.66% 7.3%, 23.5% 7%, 18% 0);
}
.paredEst2_1
{
    z-index:4;
    clip-path: polygon(82% 32%, 94.2% 25.4%, 94% 47.5%, 81.3% 46.9%);
}
.paredEst3
{
    clip-path: polygon(100% 0, 100% 70%, 79% 59%, 79.11% 8.7%, 84.79% 0);
}

.paredF21
{
    clip-path: polygon(0% 27%, 20% 35%, 20% 26%, 46% 6%, 46% 73%, 36% 73%, 35% 79%, 31% 79%, 31% 63%, 27% 60%, 36% 58%, 28% 56%, 27% 52%, 0% 46%);
}
.paredF22
{
    clip-path: polygon(45.95% 6%, 45.95% 74%, 68% 73%, 62% 78%, 72% 78%, 72% 74%, 83% 76%, 81% 66.54%, 70% 66%, 59% 65%, 59% 26%, 69% 35%, 75% 33%);
}
.paredF22_1
{
    clip-path: polygon(72.8% 45%, 81.5% 41%, 81.5% 56%, 72.9% 57%);
    z-index: 4;
}
.paredF23
{
    clip-path: polygon(68% 35%, 85% 28%, 93% 40%, 93% 68%, 90% 68%, 90% 77%, 89% 78%, 89% 67%, 84.6% 66%, 68.85% 66.76%);
}
.paredF23_1
{
    clip-path: polygon(58.3% 37%, 69% 43%, 68.5% 66.2%, 58.98% 65.1%);
}

/*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: 64px;
    min-height: 60px;
    float:left;
    margin: 2px;
    border:2px solid #fff;
    cursor:pointer;
}
.SimuladorPopColores:hover{
    border:2px solid #0193cf;
}
.SimuladorPopColores.activoCol{
    border:2px solid #0193cf;
}
.SimuladorPopColoresMax{
    height: 75px;
}
.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;
}
.bigCode{
    font-size: 10px;
    padding-top: 9px;
}

/*Pop Colores Simulador*/