body {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova";
    top: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    scrollbar-width: inherit;
    scrollbar-color: inherit;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

h5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none !important;
    text-decoration: none !important;
}

input {
    outline: none !important;
}

button {
    outline: none !important;
}

.main {
    overflow: hidden;
    background: #fff;
}

.text-decoration a {
    text-decoration: underline !important;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

/*========================================================================================
                                                                  Start header area
  =========================================================================================*/
.header-area {
    /* overflow: hidden; */
}
.header-area .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-area img {
    max-width: 160px;
}
.header-top-area {
    padding: 18px 0 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-right-content {
    text-align: right;
    padding-top: 10px;
}
.header-right-content h3 {
    color: #0c5ca6;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    padding-bottom: 8px;
}
.header-right-content p {
    color: #4a4a4a;
    font-size: 18px;
    max-width: 402px;
    float: right;
    line-height: 1.4;
}
.breadcumb-area {
    padding: 13px 0;
    border-top: 1px solid #dee2e6;
}
.breadcumb-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcumb-items ul li a img {
    width: 24px;
}
.home-icon {
    position: relative;
    top: 4px;
}
.breadcumb-items ul li {
    font-size: 16px;
    margin-right: 8px;
}
.breadcumb-items ul li a {
    color: #000;
}
iframe.skiptranslate {
    display: none !important;
}
.breadcumb-items ul li a:hover {
    color: #0c5ca6;
    text-decoration: underline !important;
}
.accessibilitydad-content p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 14px;
}
.accessibilitydad-content p img {
    margin-left: 10px;
    width: 24px;
    cursor: pointer;
}
.accessibilitydad-content {
    float: right;
}

.accescibilidad-details {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    display: none;
    top: 0;
}
.accescibilidad-show {
    display: block;
}
.details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.accessibilidad-icon {
    min-width: 30px;
    width: 30px;
    margin-right: 20px;
}
.accescibilidad-details h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    padding-top: 20px;
}
.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    cursor: pointer;
}
.color-content.details-item img {
    margin: 3px 0;
}
#accordionExample {
    padding-top: 14px;
}
.accordion-area h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 22px;
}
.banner-area p {
    color: #adb5bd;
    font-size: 18px;
    max-width: 659px;
    margin: auto;
    line-height: 28px;
}
.accordion-button {
    color: var(--bs-accordion-active-color);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 19px 20px 16px 20px !important;
    background: transparent !important;
}
.accordion-item {
    color: var(--bs-accordion-color);
    border: 0 !important;
    border-bottom: 2px solid #c7c7c7 !important;
    background: -o-linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242));
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgb(255, 255, 255)),
        to(rgb(242, 242, 242))
        );
    background: linear-gradient(rgb(255, 255, 255), rgb(242, 242, 242));
}

.accordion-item h2 {
    padding-bottom: 0 !important;
}
.accordion-item h2 button {
    color: #d51e25 !important;
    font-weight: 700 !important;
}
.calendar-time span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
}
.calendar-time img {
    width: 23px;
    height: 23px;
    margin-right: 12px;
}
.applications-area {
    padding-bottom: 125px;
}
.application-pass-area {
    padding: 79px 92px 120px 92px;
    -webkit-box-shadow: 0px 12px 40px rgba(20, 41, 63, 0.2);
    box-shadow: 0px 12px 40px rgba(20, 41, 63, 0.2);
    border-radius: 8px;
    margin-top: -117px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.header-content {
    padding-left: 60px;
}
.header-content p {
    font-size: 18px;
}
.title h2 {
    color: #4a4a4a;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 45px;
    text-align: center;
}
.application-pass-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 186px 30px 186px 30px 186px 30px 186px 30px 186px;
    grid-template-columns: repeat(5, 186px);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.application-single-item {
    text-align: center;
    position: relative;
    margin: 88px 0;
}
.application-image {
    width: 134px;
    height: 134px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border: 1px solid #1d1d1b;
    margin: auto;
}
.application-image img {
    max-width: 95px;
    height: 69px;
}
.application-single-item p {
    padding-top: 10px;
    line-height: 1.2;
}
.button-items {
    margin-top: 20px;
}
.button-items a {
    background: #EA582C;
    padding: 14px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin: 0px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-items a:hover {
    background: #e88d72;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-items button {
    background: #EA582C;
    padding: 12px 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    border: 0;
    margin-left: 0 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.button-items button:hover {
    background: #e88d72;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.multistep-form-area a.cancel-button {
    background: #d5efff;
    color: #0c5ca6;
}
.incio-button.button-items a:hover {
    color: #fff !important;
}
.multistep-form-area a.cancel-button:hover {
    color: #fff !important;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
.form-card {
    text-align: left;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input:focus,
#msform textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #C2DBFE;
    outline-width: 0;
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #212860;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}
.card {
    z-index: 0;
    border: none;
    position: relative;
}
.fs-title {
    font-size: 25px;
    color: #C2DBFE;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}
.purple-text {
    color: #C2DBFE;
    font-weight: normal;
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}
.fieldlabels {
    color: gray;
    text-align: left;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
#progressbar .active {
    color: #C2DBFE;
}
.progress {
    height: 20px;
}

.progress-bar {
    /*background-color: #C2DBFE;*/
}
.fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#progressbar li {
    position: relative;
}

#progressbar li:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #c7c7c7;
    position: absolute;
    left: 46px;
    top: 0;
    z-index: 1;
    bottom: 0;
    margin: auto;
}
#progressbar li strong {
    width: 40px;
    height: 40px;
    background: #b3cbe2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#progressbar li.active strong {
    background: #0c5ca6;
}
.heading h3 {
    font-size: 20px;
    text-align: center;
    color: #4a4a4a;
    font-weight: 900;
}
.form-card label {
    font-size: 16px;
    color: #000000;
    padding-bottom: 9px;
    display: block;
}
.form-card input:focus,
.form-card select:focus {
    border: 2px solid #0c5ca6 !important;
}
.select-item select {
    height: 54px;
    background: #fff;
    border: 0 !important;
    padding: 0 16px;
    width: 100%;
    /*color: #8f8d90;*/
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.input-item .btn.btn-primary.btn-upload.pkuparea {
    background: #0575d6;
    border-radius: 6px;
}
.verificer-form-area.form-card input {
    text-align: center;
}
.select-item {
    position: relative;
}
.select-item::after {
    position: absolute;
    content: "";
    width: 10.76px;
    height: 6.46px;
    top: 0;
    bottom: 0;
    right: 20px;
    background: url(../images/arrow-down.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: auto;
    pointer-events: none;
}
.input-field input {
    height: 54px;
    background: #fff;
    border: 0 !important;
    padding: 0 16px;
    width: 100%;
    color: #000;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}
.textarea-field {
    margin-top: 30px;
}
::-webkit-input-placeholder {
    color: #000!important;
    opacity: 1;
}
::-moz-placeholder {
    color: #000!important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000!important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #000!important;
    opacity: 1;
}
::placeholder {
    color: #000!important;
    opacity: 1;
}

.textarea-field textarea {
    height: 281px;
    background: #fff;
    border: 0 !important;
    padding: 15px 16px 0 16px;
    width: 100%;
    color: #000;
    border: 1px solid #ced4da !important;
}
.select-field {
    margin-top: 30px;
}
.input-field {
    margin-top: 30px;
}
.multistep-form-area .action-button {
    background: #0c5ca6;
    padding: 16px 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-right: 30px;
    overflow: hidden;
    border: 0 !important;
    margin-top: 30px;
    float: left;
}
.multistep-form-area .action-button-previous {
    background: #0c5ca6;
    padding: 16px 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-right: 30px;
    overflow: hidden;
    border: 0 !important;
    margin-top: 30px;
    float: left;
}
.arrow-icon {
    width: 52px;
    height: 52px;
    background: #d5efff;
    border: 0 !important;
    border-radius: 50%;
    color: #b3cbe2;
    position: absolute;
    bottom: 22px;
    left: 145px;
}
.arrow-icon i {
    font-size: 25px;
}
.next.action-button {
    margin-left: 58px;
}
.arrow-icon.next-icon {
    left: 365px;
}
.disable-arrow.arrow-icon.previous-icon i {
    color: #b3cbe2 !important;
}
.arrow-icon.previous.previous-icon i {
    color: #0c5ca6 !important;
}
.arrow-icon-right.arrow-icon.next-icon {
    left: 408px;
}
.form-content {
    padding-top: 30px;
}
.form-content p {
    padding-bottom: 20px;
}
.form-table-area table tr td {
    background: #f2f2f2;
    color: #000000;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #fff;
    vertical-align: middle;
}
.incio-button.button-items {
    text-align: center;
    padding-top: 30px;
}
.incio-button a {
    margin-right: 0 !important;
    background: #d5efff;
    color: #0c5ca6;
}
.modal-content-area {
    max-width: 686px;
    background: #fff;
    padding: 55px 30px 30px 30px;
    border-radius: 16px;
}
.modal-content-area h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
}
.modal-content-area h3 img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.modal-content-area p {
    padding-top: 20px;
}
.verificer-form-area {
    width: 50%;
}
.file-upload-wrapper {
    position: relative;
}
.file-upload-button {
    position: absolute;
    background: transparent;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
}
.file-upload-button img {
    width: 40px;
}

/* The container */
.container-item {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-item .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.sub-content p {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #0c5ca6;
}
.container-item .checkmark::after {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0c5ca6;
    bottom: 0;
    margin: auto;
    right: 0;
}
.accessibilidad-items {
    width: 542px;
    background: #fff;
    padding: 30px;
    position: absolute;
}
.accessibilidad-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accessibilidad-items ul li {
    width: 33.33%;
    margin: 10px 0;
    text-align: center;
    padding: 15px 15px;
    cursor: pointer;
}
.accessibilidad-items ul li:hover {
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}
.accessibilidad-items ul li:hover span {
    text-decoration: underline !important;
}
.accessibilidad-items ul li span {
    display: block;
    color: #000000;
    font-size: 16px;
}
.close-icon {
    text-align: right;
    margin-bottom: 30px;
}
.close-icon img {
    width: 40px;
    cursor: pointer;
}
.breadcumb-area .container {
    position: relative;
}
.accessibilidad-items {
    width: 542px;
    background: #fff;
    padding: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 16px;
    z-index: 99;
    display: none;
}
.accessibilidad-items.active-items {
    display: block;
}
.accordion-button::after {
    background: url(../images/icon-dropdown.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/icon-dropdown.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.goog-te-banner-frame {
    display: none !important;
}
#page-top {
    top: 0 !important;
}
#google_translate_element {
    display: none;
}
.goog-te-combo {
    background: #005ca8;
    border-radius: 15px;
    height: 45px;
    padding: 0px 20px 0 15px;
    color: #fff;
    border: 0 !important;
    cursor: pointer;
    width: 130px;
}
.goog-logo-link {
    display: none !important;
}
.home-header.header-area {
    background: #fff;
    padding: 10px 0;
}
.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-header.header-area .logo-area a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 20px 0;
}
.header-left .header-right-content {
    text-align: left;
    padding-left: 40px;
    border-left: 2px solid #0c5ca6;
    margin-left: 40px;
}
.home-header.header-area .accessibilitydad-content {
    border-right: 2px solid #0c5ca6;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
}
.footer-top-area {
    background: #0A3D31;
    padding: 77px 0 88px 0;
}
.footer-area .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28%;
}
.footer-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 8px;
}
.footer-content p,
.footer-content ul li {
    font-size: 16px;
    color: #fff;
}
.footer-copyright-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.footer-copyright-content p {
    font-size: 12px;
    color: #fff;
}
.policy-content {
    padding-top: 30px;
}
.error {
    color: #d51e25 !important
        ;
}

/* new css code */
.banner-area {
    background: #0A3D31;
    padding: 68px 0 172px;
    text-align: center;
}
.arrow-image {
    position: absolute;
}
.arrow-image.arrow-top {
    width: 205px;
    bottom: -30px;
    left: -6px;
    margin: auto;
}
.arrow-image.arrow-bottom {
    width: 205px;
    top: -30px;
    left: -6px;
    margin: auto;
}
.arrow-image img {
    width: 100%;
}
.content-top {
    bottom: 100%;
    padding-bottom: 10px;
    position: absolute;
    width: 108%;
}
.applications-content.content-bottom {
    position: absolute;
    top: 100%;
    width: 108%;
}
.footer-links a {
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 6px 12px 6px;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    max-width: 378px;
}
.footer-bottom-area {
    background: #fff;
    padding: 20px 0;
}
.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom-area .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-logo img {
    width: 134px;
}
.footer-logo p {
    font-size: 16px;
    padding-left: 34px;
}
.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.developer-logo img {
    width: 156px;
    margin-left: 8px;
}
.footer-content.footer-social-area {
    margin-left: -55px;
}
.footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.footer-social ul li {
    margin-right: 22px;
}
.footer-social ul li a img {
    width: 25px;
}

.multistep-form-area {
    padding: 5px 75px 88px 75px;
    -webkit-box-shadow: 0px 12px 40px rgba(20, 41, 63, 0.2);
    box-shadow: 0px 12px 40px rgba(20, 41, 63, 0.2);
    border-radius: 8px;
    margin-top: -117px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.form-area {
    padding-bottom: 133px;
}


.progress {
    margin-bottom: 10px;
    background: none;
}

.progress-indicator {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.progress-indicator span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    margin-right: 5px;
}

.step-label {
    font-size: 12px;
    text-align: center;
}

.card2 {
    margin-bottom: 20px;
    border: none;
    display: none;
}

.card2.active {
    display: block;
}



.btn-toolbar {
    margin-top: 20px;
}

.progress-bar {
    height: 20px;
}
.registration-label{
     font-weight: bold;
}
.btn-submit{
    /*background: cadetblue!important;*/
}
.text-check{
   padding: 50px 0px 0px 0px;
}
.text-check2{
   padding: 25px 0px 50px 0px;
}
@media (min-width: 1080px) {
  .botones-home a {
    width: 190px;
  }
}
