html,
body,
div,
span,
applet,
object,
iframe,
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,
button,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
}

input:focus,
select:focus,
select,
input.form-control:focus,
.custom-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-clip: padding-box;
}

input:focus,
input:active,
input:checked {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: padding-box;
}

textarea:focus {
    outline: none !important;
    outline-width: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: padding-box;
}

textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input:focus,
select:focus,
select,
input.form-input:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    /* color del texto */
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important;
}

.btn.btn-secondary {
    margin-inline-end: 24px;
    font-size: 16px;
    padding: 0 16px;
    min-width: inherit;
}

.small-button {
    padding: 0px 20px;
    border: 1px solid;
    font-size: 16px;
    height: 42px;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-button i {
    margin-inline-end: 8px;
    font-size: 16px;
}

.small-button.disabled {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #565656 !important;
    cursor: default;
    pointer-events: none;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.form-control:active {
    outline: none !important
}

.less768 {
    display: none !important;
}

.more768 {
    display: flex !important;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a.linksecondary {
    color: black !important;
    text-decoration: underline;
}

a.linksecondary:hover {
    color: #666 !important;
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

h5 {
    font-size: 0.83em
}

h6 {
    font-size: 0.63em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
    font-weight: 500;
    line-height: 1.0;
}

.h3,
h3 {
    line-height: 1.3;
}

.section-interior-button {
    display: flex;
    margin-bottom: 16px;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {

    .title {
        order: 1 !important;
    }

    .sub-title {
        order: 2 !important;
    }

    .more768 {
        display: none !important;
    }

    .less768 {
        display: flex !important;
    }

    .sect-progress-bar {
        order: 3 !important;
    }

    .sect-content {
        order: 4 !important;
    }

    .section-interior-button {
        justify-content: flex-end;
    }

    .internal-title {
        margin-top: -8px;
        padding: 0px;
        padding-bottom: 0px;
        order: 1;
    }

    .internal-title .title {
        padding-inline-end: 0px;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 0px;
        order: 0 !important;
    }

    .internal-title .sub-title-mobile {
        padding-inline-end: 0px;
        justify-content: flex-start;
        text-align: left;
        font-size: 16px;
    }

    .internal-title .title h2 {
        font-size: 24px;
        line-height: normal;
    }

    .sub-title-mobile {
        display: flex;
    }

    .sub-title h3 {
        font-size: 16px;
        font-size: bold;
        padding-top: 20px;
        order: 3;
    }

    .back-mobile {
        display: flex;
        font-size: 20px;
        margin-bottom: 24px;
        position: relative;
        margin-top: 0px;
    }

    .points-more-option {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .points-more-option i {
        font-size: 18px;
        font-weight: bold;
    }



}

@media (max-width: 576px) {

    .internal-title .title {
        padding-inline-end: 0px;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
    }

    .title h2 {
        font-size: 32px;
    }

    .back-mobile {
        display: flex;
        font-size: 20px;
        margin-bottom: 24px;
        position: relative;
        margin-top: 8px;
    }

    .title {
        padding-top: 0px;
    }

    .internal-title .title h2 {
        font-size: 20px;
        line-height: normal;
    }

    .title.alone h2 {
        font-size: 32px;
        margin-top: 0px;
    }

    .p-xs-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .btn.btn-secondary {
        margin-inline-end: 0;
        margin: 0;
        margin-bottom: 16px;
    }

    .btn.btn-secondary {
        color: #565656 !important;
        margin-inline-end: 0px;
        border: 0 !important;
        width: initial;
        min-width: initial;
        font-size: 16px;
        padding: 0;
        text-decoration: underline;
    }

    .btn.btn-secondary:hover {
        color: #000 !important;
        border: 0 !important;
        background-color: transparent !important
    }


}