
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #777;
    /*
    background-color: #ddd
    */
}

a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

a span p {
    margin-top: 8vh;
    font-size: 1.3em
}


li span {
    color: #999;
    /* 
    color: #ff0000;
    */
}

h3 {
    font-weight: 500;
    margin-left: 15px;
}

ul {
    padding: 0;
}

li {
    list-style: none;

}


.gallery-header {
    min-height: 71px;
    background-color: #eaeaea;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;

}

.menu {
    display: inline-block;
    cursor: pointer;
    float: right;
    border: solid 1px white;
    border-radius: 11px;
    padding: 1px 7px;
    margin-top: 15px;
    background-color: #666666;
    box-shadow: 0px 1px 1px black;

}

.bar1,
.bar2,
.bar3 {
    width: 16px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}

.cuadro {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33.33%;
    height: 45vh;
    border: solid 10px #dddddd;
    cursor: pointer;
}

.cuadro-cart {
    position: relative;
    /* 
    overflow: hidden;
    max-height: 220px;
     */
    width: 100%;
}

.bath {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    min-height: 100%;
    position: absolute;
    transform-origin: center center;
    margin-top: -20px;

}

.bath:hover {
    transform: scale(1.3);
    margin-top: -20px;

}

.open-btn {
    float: right;
    border: 1px solid #909599;
    border-radius: 3px;
    padding: .2% .8%;
    color: #333;
    margin: 15px;
}

.finish-btn {
    float: right;
    border: 1px solid #909599;
    border-radius: 3px;
    padding: 2px 32px;
    color: #333;
    margin: 0px 40px 0px 0px;
    cursor: pointer;
}

.p-butt {
    float: left;
    border: 1px solid #909599;
    border-radius: 3px;
    font-size: 14px;
    padding:8px 6px;
    color: #333;
    margin: 2%;
    width: 43%;
    text-align: center;
    min-width: 65px;
}

.alter {
    background-color: #666666;
    color: white;
}

.new {
    position: relative;
    min-height: auto;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    transform-origin: center center;

}

.new:hover {
    transform: scale(1.2);

}

#mueble {
    display: block;
    margin: 0 auto;

}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_b {
    width: 310px;
    margin: 0 auto;
}

.login_b input {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-left: 25px;
}

.bi {
    position: absolute;
    padding: 2px;
    opacity: .5;
}

.login_b button,
.accede {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    float: none;
    margin-top: 10%;
}

.accede {
    float: none;
    margin: 0 auto;
    display: block;
}


select {
    margin: 20px 2%;
    background-color: #dddddd;
    border-radius: 2px;
    border-color: #bbbbbb;
    width: 28%;
}

input {
    background-color: #dddddd;
    border-radius: 2px;
    border-color: #bbbbbb;
}

.list-item,
.list-modules {
    border-top: solid 1px #cccccc;
    background-color: #dbdfe5;
    min-height: 60px;
}

.vcenter-item {
    display: flex;
    align-items: center;
    /*
    min-width: 160px;
    */
}

.wrapper {
    background: #dbdfe5;
    padding-left: 0;
    padding-right: 0;
    /*min-height: 300px;*/
}

.box {
    font-size: 0.85vw;
    padding: 8px 0 8px 0;
    max-width: 100%;
}

.mueble {
    max-width: 50%;
}

.titles-wrap, .item-wrap {
    padding-left: 0;
    padding-right: 0;
    /* min-width: 160px; */
}

.titles {
    /*padding: 0 15px;*/
    font-size: 1vw;
    font-weight: 500;
}

.edit {
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
}

.cart-wrapper {
    background-color: white;
    padding: 0;
    /*
    height: 100%;
    position: fixed;
    */
    right: 0;

}

.cart {
    padding: 20px;
}

.cart-price {
    font-size: 2.4rem;
    border-top: solid 1px #ccc;
}

.cart-size {
    font-size: 0.8rem;
    color: #999999;
}
/* 
.input-group {
    width: 50%;
    float: right;

}

.input-group-addon {
    padding: 8px;
}
 */
.datos-filt {
    position: absolute;
    right: 0;

    text-align: center;
    background-color: white;
    padding: 0 25px 25px;

}

.datos-filt div {
    border: solid 1px #aaa;
    padding: 30px;
    margin-top: 50px;
    border-radius: 4px;

}

.datos-filt p {
    font-size: 1.3rem;
}

.form-control {
    background-color: #dddddd;
    font-size: .8rem;
}

.table-header-skin {
    background-color: rgb(211, 211, 211);
}

#recuerda {
    width: 76%;
}


@media (max-width: 1700px) {
    .bath {

        margin-top: 0px;

    }

    .bath:hover {
        transform: scale(1.3);
        margin-top: 0px;

    }
}