.logo-img {
    width: 215px;
    margin-top: 2, 5px;
}

@font-face {
    font-family: "corbel";
    src: url("../fonts/CORBEL.TTF") format("ttf");
}

.icon-color {
    color: #ec1f25;
}

.pb-0 {
    padding-bottom: 0;
}

.b-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}




#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

#form_offer {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#form_offer fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    position: relative;
}

#form_offer fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    position: relative;
}

#form_offer fieldset:not(:first-of-type) {
    display: none;
}

#form_offer fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#form_offer input,
#form_offer textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#form_offer input:focus,
#form_offer textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #ec1f25 ;
    outline-width: 0;
}

#form_offer .action-button {
    width: 100px;
    background: #ec1f25 ;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#form_offer .action-button:hover,
#form_offer .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ec1f25 ;
}

#form_offer .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#form_offer .action-button-previous:hover,
#form_offer .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid #ec1f25 ;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 6.5%;
    float: left;
    position: relative;
}

#progressbar #paso1:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31";
}

#progressbar #paso2:before {
    font-family: 'Font Awesome 6 Free';
    content: "\32";
}

#progressbar #paso3:before {
    font-family: 'Font Awesome 6 Free';
    content: "\33";
}

#progressbar #paso4:before {
    font-family: 'Font Awesome 6 Free';
    content: "\34";
}

#progressbar #paso5:before {
    font-family: 'Font Awesome 6 Free';
    content: "\35";
}

#progressbar #paso6:before {
    font-family: 'Font Awesome 6 Free';
    content: "\36";
}

#progressbar #paso7:before {
    font-family: 'Font Awesome 6 Free';
    content: "\37";
}

#progressbar #paso8:before {
    font-family: 'Font Awesome 6 Free';
    content: "\38";
}

#progressbar #paso9:before {
    font-family: 'Font Awesome 6 Free';
    content: "\39";
}

#progressbar #paso10:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31\30";
}

#progressbar #paso11:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31\31";
}

#progressbar #paso12:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31\32";
}

#progressbar #paso13:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31\33";
}

#progressbar #paso14:before {
    font-family: 'Font Awesome 6 Free';
    content: "\31\34";
}

#progressbar #paso15:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f00c";
}

#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 20px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 60px 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ec1f25 ;
}

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.radio-input-form{
    width: 50px !important;
}

.negro{
    color: black;
}

ul li{
    list-style: none;
}

@media (max-width:997px) {
    ol, ul{
        padding-left:0;
    }
}

.form-group{
    padding: 15px;
}