.title-cotizador {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    height: 30px;
}
.title-cotizador-aclaracion {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #FED430;
    font-weight: bold;
    text-align: center;
    height: 35px;
}
.recuadro-seleccion{
    background: white;
    border: solid 1px #0D52D6;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    min-height: 225px;
}
.recuadro-seleccionado {
    background: white;
    border: solid 1px #0D52D6;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    min-height: 237px;
}
.tipoPlaca {
     position: relative;
     top: -15px;
 }
.cont-input {
    z-index: 4;
    position: relative;
    top: 111px;
    left: 9px;
}
.seleccionado{
    margin-bottom: 5px;
    text-align: center;
}
.tipo {
    float: left;
    background-color: #009DF9;
    color: #FFFFFF;
    padding: 0px 22px 2px;
    border-radius: 22px;
    width: 100%;
    text-align: center;
}
.selected{
    background-color: #F53D31 !important;
}
#paredsimple, #revestimiento, #pareddoble, #cielorraso{
    display: none;
}
#contenedorPared {
    margin-left: -24px;
    list-style: none;
    width: 100%;
}
#contenedorPared {
    margin-left: 15px;
    list-style: none;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
#contenedorPared li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.titulonumeropared {
    color: #fffffd;
    font-size: 13px;
    background-color: #ea3d2c;
    width: 100%;
    float: left;
    padding: 4px;
    margin-bottom: 9px;
    margin-left: 15px;
    margin-right: 15px;
}
#contenedorPuertas {
    margin-left: 15px;
    list-style: none;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 160px;
}
#contenedorPuertas li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
#contenedorVentanas {
    margin-left: -24px;
    list-style: none;
    width: 100%;
    min-height: 160px;
}
.label-capri{
    font-size: 12px;
}
/*----------anterior------------*/
.recuadro {
    display: flex;
    flex-direction: column;
    background: white;
    border: solid 1px #ff0016;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    min-height: 320px;
    margin: 0 auto;
    height: 100%;
    animation-duration: 1.5s;
}
#paredes{
    padding: 0px;
}
.tituloParedes {
    background-color: #8b0000;
    float: left;
    width: 100%;
    color: #FFFFFF;
    margin-top: 6px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


.eliminarpared{
    margin-top: 5px;
}