* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
span.colordorado {
    color: #bd935f;
    text-transform: uppercase;

}

p.texto {
    font-size: 21px;
    color: #5b5b5b;
    margin-top: 15px;
    padding-bottom: 20px;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.label-footer, h1, h10, .texto {
    cursor: default;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1 {
    font-size: 36px;
    color: #5b5b5b;
}

h1, h2, h3, h4, h5, h6 h9 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}