.container790{
    width: 790px;
    max-width: 100%;
}
.row75{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.col75{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

section #section-top{
    padding-bottom: 40px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
section #section-top .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 32px;
    font-weight: 300;
}
section #section-top p{
    margin-bottom: 0;
}

section #section-bottom .row + .row{
    margin-top: 20px;
}
section #section-bottom .icono{
    width: 45px;
    height: 45px;
    padding: 10px;
    border: 2px solid #36688a;
    background-color: white;
    color: #36688a;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
}
section #section-bottom .icono:hover{
    border: 2px solid #9f9f9f;
    color: #9f9f9f;
}
section #section-bottom .referencia input{
    padding-left: 55px;
    position: relative;
}
section #section-bottom .referencia .fa{
    color: #ccc;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 7px;
}
section #section-bottom .cantidad{
    position: relative;
}
section #section-bottom .cantidad button{
    width: 21px;
    height: 21px;
    background-color: white;
    color: #ccc;
    position: absolute;
    right: 8.5px;
}
section #section-bottom .cantidad button:hover{
    color: #36688a;
}
section #section-bottom .cantidad .btn-mas{
    top: 1px;
}
section #section-bottom .cantidad .btn-menos{
    bottom: 1px;
}
section #section-bottom .cantidad .btn-mas:disabled,
section #section-bottom .cantidad .btn-menos:disabled {
    cursor: not-allowed;
}
section #section-bottom .cantidad .btn-mas:disabled:hover,
section #section-bottom .cantidad .btn-menos:disabled:hover {
    color: #ccc;
}

section #section-bottom input{
    height: 45px;
}
section #section-bottom .form-control{
    border-radius: 0;
    border: 1px solid #ccc;
}

#section-bottom .descripcion{
    padding-top: 10px;
    color: #36688a;
    text-transform: uppercase;        
}

section form .btn{
    margin-top: 140px;
    border: 2px solid #36688a;
}
section form .btn:hover{
    border: 2px solid #9f9f9f;
}

section hr{
    border-bottom: 1px solid transparent;
}

@media(max-width: 767px){
    #section-bottom .fa-trash{
       margin-top: 20px; 
    }
    section hr{
    border-bottom: 1px solid #36688a;
}
}