* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-family: 'Oswald', sans-serif !important;
}

@media (min-width: 1024px) {
    html,
    body {
        height: 100%;
        min-height: 100%;
    }
    /* #grad1 {
        height: 100%;
    } */
}

#grad1 {
    background-color: #013765;
    /* background-image: linear-gradient(120deg, #FF4081, #81D4FA) */
}

body {
    background-color: #013765;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform 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
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #013765;
}

.radio-text {
    padding: 10px;
    font-size: 20px;
}

#msform input[type=text],
#msform input[type=email],
#msform input[type=date],
#msform textarea,
#msform input[type=number] {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif !important;
}

#msform input:focus,
#msform 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 #013765;
    outline-width: 0
}

#msform .action-button,
.action-button {
    width: 100px;
    font-weight: bold;
    color: white;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    background-color: #013765;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(1 43 79 / 40%);
    box-shadow: 0 10px 30px 0 rgb(1 43 79 / 40%);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#msform .action-button:hover,
#msform .action-button:focus,
.action-button:hover,
.action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #013765
}

#msform .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
}

#msform .action-button-previous:hover,
#msform .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 #013765
}

.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.socios-generados {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar li.socios-no-generados {
    list-style-type: none;
    font-size: 12px;
    width: 33.3%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #013765
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #013765;
    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
}

.abonos-leyenda {
    width: 300px;
}

.select-partido {
    font-size: 20px;
    color: #013765;
    border-color: #9E9E9E;
    padding: 5px;
}

h2,
h5 {
    color: #013765;
}

#error,
#error-check-socio,
#error-socio-existe,
#error-dni,
#error-telf,
#error-decimal,
#error-telf-length,
#iban-error,
#error-dni-formato,
#error-year {
    padding: 10px;
    color: red;
}

.required {
    color: red;
}

#texto-confirmacion h5 {
    padding: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1024px) {
    .abonos-leyenda {
        width: 212px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .group-datos {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6,
    .col-3,
    .col-5,
    .col-2 {
        max-width: 100% !important;
        width: 100% !important;
        flex: auto !important;
    }
    select {
        margin-bottom: 15px;
    }
    input[name=dni-titular-dev] {
        width: 82% !important;
    }
}

.group-datos {
    margin-top: 25px;
}

.info-datos {
    margin: 20px;
    text-align: center;
}

#completado h2 {
    padding-left: 50px;
    padding-right: 50px;
    color: #013765 !important;
}

select {
    color: #013765;
    border-color: #9E9E9E;
    padding: 5px;
}

input:read-only {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}