.b1margen_top {
    margin-top: 20px
}
.b1margen_booton {
    margin-bottom: 30px
}
.b1form_selects {
    max-width: 282px;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 160%;
}
.b1box_select {
    width: 100%
}
.b1box_select h2 {
    font-size: 15px;
    color: #0068BE;
    font-weight: normal;
    text-align: left
}
.b1block_none {
    display: none
}
.b1block_none.active {
    display: block
}
.b1block_diferent {
    display: none
}
.b1block_diferent.active {
    display: block
}

.b1tipoCasa {
    display: none
}
.b1tipoCasa.is-active {
    display: block
}
.b1select_itm {
    position: relative
}
.b1select_box_cabecera {
    border-radius: 15px;
    background-color: #bbd6ee;
    max-width: 282px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: auto;
    border: 1px solid #004276;
    position: relative;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    cursor: pointer
}
.b1select_box_cabecera input {
    position: absolute;
    left: 0;
    width: 100%;
    visibility: hidden
}
.b1select_box_text {
    font-size: 16px;
    width: 100%;
    color: #000000;
    display: block;
    text-align: left
}
.b1select_icono {
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    display: inline-block
}

.b1select_icono img {
    width: 100%;
    height: auto;
    display: block
}
.b1select_list {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in;
    background-color: #fff;
    z-index: 5;
    padding: 25px 20px 0 20px;
    box-sizing: border-box;
    overflow: auto;
    height: 245px

}
.b1select_list.b1select_list_inproject{
    height: 205px;
}

.b1-label-select.hide{
    display: none;
}

.b1-label-select2.hide{
    display: none;
}
.b1select_list.active {
    opacity: 1;
    visibility: visible
}
.b1select_list li {
    border-radius: 15px;
    text-align: center;
    background-color: #bbd6ee;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    height: 40px;
    line-height: 100%;
    border: 1px solid #004276;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px
}
.b1select_info {
    color: #284fab;
    font-size: 18px
}
.b1select_info p a {
    color: #284fab;
    text-decoration: underline
}
.b1form_btn_primary {
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 20px;
    background-color: #f7a41c
}