/* Add here all your CSS customizations */

.h4-modelos {
    margin: 0 0 0px 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.box-shadow {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.border-radious-5 {
    border-radius: 5px;
}

.px-7 {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}

.line-height-1 {
    line-height: 1.8 !important;
}

.text-align-left {
    text-align: left;
}

.text-opacity-100 {
    opacity: 1 !important;
}

#footer {
    margin-top: 0px;
}

.modal-header-primary {
    color: #fff !important;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0F2832;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff !important;
}