.titulo{
    font-family: SF-Pro-Display-Bold;
}
.bajada{
    font-family: SF-Pro-Display-Light;
    margin: 20px 0;
}

.select-caja-cubicador{
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.caja-cubicador img{
    width: 100%;
}

hr.hr-cubicador-proyecto{
    margin-left: 300px;
    margin-top: -7px;
    background: #0A5431;
}
.active{
    background: #0A5431 !important;
    color: #fff !important;
}

.btn-select-proyect {
    border-radius: 0.55rem;
    margin: 10px 5px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 5px 31px;
}

.btn-select-proyect:hover{
    background-color: #0A5431;
    color: #fff;
}

.campos-cubicador, .indicaciones{
    margin: 20px 0 50px 0;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
}

.indicaciones{
    margin-left: 40px;
    background: #0A5431;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

.datos-producto-ajax{
    margin-left: -50px;
}

.imagen-producto-cubicador img{
    width: 80%;
}

.lista-productos-relacionados img{
    width: 100%;
}


.contenedor-cubicador-select img {
    width: auto;
}