.one-bv,
.one-bv * {
    box-sizing: border-box;
}
.one-bv-section {
    width: 100%;
}
.one-bv-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--one-bv-row-gap, 24px);
}
.one-bv-col {
    min-width: 0;
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    align-content: center;
}
html body .one-bv .one-bv-row > .one-bv-col {
    display: flex !important;
    flex-wrap: wrap !important;
}
.one-bv-col--h-left { text-align: left; justify-content: flex-start; }
.one-bv-col--h-center { text-align: center; justify-content: center; }
.one-bv-col--h-right { text-align: right; justify-content: flex-end; }
html body .one-bv .one-bv-col--h-left {
    justify-content: flex-start !important;
    text-align: left !important;
}
html body .one-bv .one-bv-col--h-center {
    justify-content: center !important;
    text-align: center !important;
}
html body .one-bv .one-bv-col--h-right {
    justify-content: flex-end !important;
    text-align: right !important;
}
html body .one-bv .one-bv-col--h-left > .one-bv-block {
    justify-content: flex-start !important;
    text-align: left !important;
}
html body .one-bv .one-bv-col--h-left .one-bv-subfila,
html body .one-bv .one-bv-col--h-left .one-bv-subfila-col {
    justify-content: flex-start !important;
}
html body .one-bv .one-bv-col--h-center > .one-bv-block {
    justify-content: center !important;
    text-align: center !important;
}
html body .one-bv .one-bv-col--h-center .one-bv-subfila,
html body .one-bv .one-bv-col--h-center .one-bv-subfila-col {
    justify-content: center !important;
}
html body .one-bv .one-bv-col--h-right > .one-bv-block {
    justify-content: flex-end !important;
    text-align: right !important;
}
html body .one-bv .one-bv-col--h-right .one-bv-subfila,
html body .one-bv .one-bv-col--h-right .one-bv-subfila-col {
    justify-content: flex-end !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--h-left {
    justify-content: flex-start !important;
    text-align: left !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--h-center {
    justify-content: center !important;
    text-align: center !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--h-right {
    justify-content: flex-end !important;
    text-align: right !important;
}
.one-bv-col--v-top { align-items: flex-start; align-content: flex-start; }
.one-bv-col--v-middle { align-items: center; align-content: center; }
.one-bv-col--v-bottom { align-items: flex-end; align-content: flex-end; }
html body .one-bv .one-bv-col--v-top {
    align-items: flex-start !important;
    align-content: flex-start !important;
}
html body .one-bv .one-bv-col--v-middle {
    align-items: center !important;
    align-content: center !important;
}
html body .one-bv .one-bv-col--v-bottom {
    align-items: flex-end !important;
    align-content: flex-end !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--v-top {
    align-items: flex-start !important;
    align-content: flex-start !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--v-middle {
    align-items: center !important;
    align-content: center !important;
}
html body .one-bv .one-bv-subfila-col.one-bv-col--v-bottom {
    align-items: flex-end !important;
    align-content: flex-end !important;
}
.one-bv-subfilas {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.one-bv-subfila {
    display: flex;
    flex-wrap: wrap;
    gap: var(--one-bv-subfila-gap, 10px);
    width: 100%;
    text-align: left;
}
.one-bv-subfila-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: var(--one-bv-subfila-gap, 10px);
    width: 100%;
    align-items: stretch;
}
.one-bv-subfila-col {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
    text-align: left;
    height: 100%;
}
.one-bv-subfila-col-1 { flex-basis: calc(8.333% - 10px); grid-column: span 1; }
.one-bv-subfila-col-2 { flex-basis: calc(16.666% - 10px); grid-column: span 2; }
.one-bv-subfila-col-3 { flex-basis: calc(25% - 10px); grid-column: span 3; }
.one-bv-subfila-col-4 { flex-basis: calc(33.333% - 10px); grid-column: span 4; }
.one-bv-subfila-col-5 { flex-basis: calc(41.666% - 10px); grid-column: span 5; }
.one-bv-subfila-col-6 { flex-basis: calc(50% - 10px); grid-column: span 6; }
.one-bv-subfila-col-7 { flex-basis: calc(58.333% - 10px); grid-column: span 7; }
.one-bv-subfila-col-8 { flex-basis: calc(66.666% - 10px); grid-column: span 8; }
.one-bv-subfila-col-9 { flex-basis: calc(75% - 10px); grid-column: span 9; }
.one-bv-subfila-col-10 { flex-basis: calc(83.333% - 10px); grid-column: span 10; }
.one-bv-subfila-col-11 { flex-basis: calc(91.666% - 10px); grid-column: span 11; }
.one-bv-subfila-col-12 { flex-basis: 100%; grid-column: span 12; }
@media (min-width: 768px) {
    .one-bv-col-1 { flex-basis: calc(8.333% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-2 { flex-basis: calc(16.666% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-3 { flex-basis: calc(25% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-4 { flex-basis: calc(33.333% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-5 { flex-basis: calc(41.666% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-6 { flex-basis: calc(50% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-7 { flex-basis: calc(58.333% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-8 { flex-basis: calc(66.666% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-9 { flex-basis: calc(75% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-10 { flex-basis: calc(83.333% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-11 { flex-basis: calc(91.666% - var(--one-bv-row-gap, 24px)); }
    .one-bv-col-12 { flex-basis: 100%; }
}
.one-bv-block {
    margin-bottom: 16px;
}
.one-bv-col > .one-bv-block,
.one-bv-subfila > .one-bv-block,
.one-bv-subfila-col > .one-bv-block {
    margin-bottom: 0;
}
.one-bv-col > .one-bv-container,
.one-bv-subfila > .one-bv-container,
.one-bv-subfila-col > .one-bv-container,
.one-bv-container-row > .one-bv-container,
.one-bv-container-col > .one-bv-container {
    align-self: stretch !important;
    height: 100% !important;
    min-height: 100%;
}
.one-bv-subfila .one-bv-card {
    margin-bottom: 0;
}
.one-bv-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
}
.one-bv-container[role="link"] {
    cursor: pointer;
}
.one-bv-container--dir-column {
    height: 100%;
    align-content: flex-start;
}
.one-bv-container > .one-bv-block,
.one-bv-container > .one-bv-block--boton-predefinido {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}
.one-bv-container--dir-column > .one-bv-block--boton,
.one-bv-container--dir-column > .one-bv-block--boton-predefinido {
    margin-top: auto;
}
.one-bv-container-row {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
    align-items: inherit;
    justify-content: inherit;
    width: 100%;
}
.one-bv-container-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.one-bv-container-col {
    min-width: 0;
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: inherit;
}
.one-bv-container-col.one-bv-col--h-left {
    justify-content: flex-start !important;
    text-align: left !important;
}
.one-bv-container-col.one-bv-col--h-center {
    justify-content: center !important;
    text-align: center !important;
}
.one-bv-container-col.one-bv-col--h-right {
    justify-content: flex-end !important;
    text-align: right !important;
}
.one-bv-container-col.one-bv-col--v-top {
    align-items: flex-start !important;
    align-content: flex-start !important;
}
.one-bv-container-col.one-bv-col--v-middle {
    align-items: center !important;
    align-content: center !important;
}
.one-bv-container-col.one-bv-col--v-bottom {
    align-items: flex-end !important;
    align-content: flex-end !important;
}
.one-bv-container-col-1 { flex-basis: calc(8.333% - 10px); }
.one-bv-container-col-2 { flex-basis: calc(16.666% - 10px); }
.one-bv-container-col-3 { flex-basis: calc(25% - 10px); }
.one-bv-container-col-4 { flex-basis: calc(33.333% - 10px); }
.one-bv-container-col-5 { flex-basis: calc(41.666% - 10px); }
.one-bv-container-col-6 { flex-basis: calc(50% - 10px); }
.one-bv-container-col-7 { flex-basis: calc(58.333% - 10px); }
.one-bv-container-col-8 { flex-basis: calc(66.666% - 10px); }
.one-bv-container-col-9 { flex-basis: calc(75% - 10px); }
.one-bv-container-col-10 { flex-basis: calc(83.333% - 10px); }
.one-bv-container-col-11 { flex-basis: calc(91.666% - 10px); }
.one-bv-container-col-12 { flex-basis: 100%; }
.one-bv-container-row > .one-bv-block,
.one-bv-container-row > .one-bv-block--boton-predefinido,
.one-bv-container-col > .one-bv-block,
.one-bv-container-col > .one-bv-block--boton-predefinido {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}
.one-bv-container--h-left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
}
.one-bv-container--h-center {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.one-bv-container--h-right {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}
.one-bv-container--height-auto {
    align-self: stretch !important;
}
.one-bv-container--height-full {
    height: 100% !important;
    min-height: 100% !important;
    align-self: stretch !important;
}
.one-bv-container--dir-row.one-bv-container--v-top {
    align-content: flex-start !important;
    align-items: flex-start !important;
}
.one-bv-container--dir-row.one-bv-container--v-middle {
    align-content: center !important;
    align-items: center !important;
}
.one-bv-container--dir-row.one-bv-container--v-bottom {
    align-content: flex-end !important;
    align-items: flex-end !important;
}
.one-bv-container--dir-column.one-bv-container--v-top {
    justify-content: flex-start !important;
}
.one-bv-container--dir-column.one-bv-container--v-middle {
    justify-content: center !important;
}
.one-bv-container--dir-column.one-bv-container--v-bottom {
    justify-content: flex-end !important;
}
.one-bv-title {
    font-family: var(--one-font-family-titles, inherit);
    color: var(--one-color-titulos, inherit);
    font-weight: 800;
    line-height: 1.12;
}
.one-bv-title p,
.one-bv-title h1,
.one-bv-title h2,
.one-bv-title h3,
.one-bv-title h4,
.one-bv-title h5,
.one-bv-title h6 {
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
}
.one-bv-text p,
.one-bv-label p,
.one-bv-btn p,
.one-bv-inline-text p {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-align: inherit;
}
.one-bv-label p,
.one-bv-btn p {
    display: inline;
}
.one-bv-title--display { font-size: clamp(40px, 6vw, 72px); }
.one-bv-title--h1 { font-size: clamp(34px, 4.5vw, 52px); }
.one-bv-title--h2 { font-size: clamp(28px, 3.5vw, 38px); }
.one-bv-title--h3 { font-size: 22px; }
.one-bv-text {
    line-height: 1.58;
    color: var(--one-color-texto, inherit);
}
.one-bv .one-bv-text b,
.one-bv .one-bv-text strong,
.one-bv .one-bv-text b *,
.one-bv .one-bv-text strong *,
.one-bv .one-bv-title b,
.one-bv .one-bv-title strong,
.one-bv .one-bv-title b *,
.one-bv .one-bv-title strong * {
    font-weight: 700 !important;
}
.one-bv-text--lead {
    font-size: 18px;
}
.one-bv-text--small {
    font-size: 14px;
}
.one-bv-formulario-configurable {
    display: block;
    max-width: 100%;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}
.one-bv-formulario-configurable--instancia {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
.one-bv-formulario-configurable > form {
    width: 100%;
    max-width: 100%;
    background: inherit;
    color: inherit;
}
.one-bv-formulario-configurable > form > .row {
    margin-left: 0;
    margin-right: 0;
}
.one-bv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .18s ease;
}
.one-bv-btn--primario {
    background: #FFC940;
    color: #0A2540 !important;
}
.one-bv-btn--secundario {
    background: #0A2540;
    color: #fff !important;
}
.one-bv-btn--outline {
    background: transparent;
    border-color: currentColor;
    color: inherit !important;
}
.one-bv-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    max-width: 100%;
    padding: 6px 14px;
    border-radius: 999px;
    background: #FFF3BF;
    color: #A66500;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none !important;
}
.one-bv-label:hover {
    color: #A66500;
    text-decoration: none !important;
}
.one-bv-image img {
    display: block;
    width: 100%;
    height: auto;
}
.one-bv-image-bg {
    display: block;
    max-width: 100%;
    background-repeat: no-repeat;
}
.one-bv-video {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none !important;
    box-sizing: border-box;
}
.one-bv-video-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.one-bv-video-wrap > .one-bv-video {
    width: 100%;
    max-width: 100%;
}
.one-bv-video-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    width: 100%;
}
.one-bv-video-list .one-bv-video {
    width: 100%;
}
.one-bv-video:hover {
    color: inherit;
    text-decoration: none !important;
}
.one-bv-video:not(.one-bv-video--boton) {
    width: 100%;
}
.one-bv-video-link--disabled {
    cursor: default;
}
.one-bv-video-media {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: inherit;
    background: #0A2540;
    box-sizing: border-box;
}
.one-bv-video-media img,
.one-bv-video-media video,
.one-bv-video-media iframe,
.one-bv-video-color,
.one-bv-video-empty {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.one-bv-video-media iframe {
    border: 0;
}
.one-bv-video-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}
.one-bv-video-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #0A2540;
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
    font-size: 22px;
    box-sizing: border-box;
}
.one-bv-video-media > .one-bv-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.one-bv-video-play-triangle {
    display: block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid currentColor;
}
.one-bv-video-play--cuadrado {
    border-radius: 0;
}
.one-bv-video-play--redondeado {
    border-radius: 12px;
}
.one-bv-video--player {
    padding: 0;
}
.one-bv-video-player {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: inherit;
    background: #000000;
}
.one-bv-video-player iframe,
.one-bv-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    background: #000000;
}
.one-bv-video-caption {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.35;
}
.one-bv-video-caption--dentro_abajo,
.one-bv-video-caption--dentro_arriba {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 14px 16px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,.45);
    pointer-events: none;
}
.one-bv-video-caption--dentro_abajo {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,.62), rgba(0,0,0,0));
}
.one-bv-video-caption--dentro_arriba {
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.56), rgba(0,0,0,0));
}
.one-bv-video-caption--sin-degrade {
    background: transparent !important;
}
.one-bv-video-caption strong {
    font-size: 18px;
}
.one-bv-video-caption span {
    opacity: .78;
}
.one-bv-video--boton {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    padding-right: 0;
}
.one-bv-gallery {
    width: 100%;
}
.one-bv-gallery--manual {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.one-bv-gallery-banner {
    width: 100%;
}
.one-bv-gallery-item {
    margin: 0;
    overflow: hidden;
}
.one-bv-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.one-bv-texto-copete {
    margin-bottom: .65em;
    font-weight: 600;
}
.one-bv-blog-post {
    display: block;
    width: 100%;
}
.one-bv-blog-post-img {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
}
.one-bv-blog-post-img img {
    display: block;
    width: 100%;
    height: auto;
}
.one-bv-blog-post h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}
.one-bv-blog-post h3 a {
    color: inherit;
    text-decoration: none;
}
.one-bv-blog-post-copete {
    margin-bottom: 12px;
}
.one-bv-blog-post-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
}
.one-bv-attachment-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid currentColor;
    border-radius: 6px;
    color: inherit;
    text-decoration: none !important;
    font-weight: 700;
}
.one-bv-attachment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid currentColor;
    line-height: 1;
}
.one-bv-inline-icon-text {
    display: inline-flex;
    align-items: center;
    gap: .4em;
}
.one-bv-inline-icon-text .one-botonera-icono-wrap {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    color: currentColor !important;
}
.one-bv-inline-icon-text svg {
    display: block !important;
    width: 1em !important;
    height: 1em !important;
    color: currentColor !important;
}
.one-bv-inline-icon-text svg[fill]:not([fill="none"]),
.one-bv-inline-icon-text svg [fill]:not([fill="none"]) {
    fill: currentColor !important;
}
.one-bv-inline-icon-text svg[stroke]:not([stroke="none"]),
.one-bv-inline-icon-text svg [stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}
.one-bv-icon,
.one-bv-card-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.one-bv-icon,
.one-bv-card-icon {
    font-size: 26px;
}
.one-bv-icon .one-bv-icon-box,
.one-bv-icon .one-botonera-icono-wrap {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    font-size: inherit;
}
.one-bv-card-icon .one-botonera-icono-wrap {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: transparent !important;
    color: currentColor;
    font-size: inherit;
}
.one-bv-icon svg {
    width: 1em !important;
    height: 1em !important;
    color: currentColor !important;
}
.one-bv-card-icon svg {
    width: 1em !important;
    height: 1em !important;
    color: currentColor !important;
}
.one-bv-icon svg[stroke]:not([stroke="none"]),
.one-bv-icon svg [stroke]:not([stroke="none"]),
.one-bv-card-icon svg[stroke]:not([stroke="none"]),
.one-bv-card-icon svg [stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}
.one-bv-icon svg[fill]:not([fill="none"]),
.one-bv-icon svg [fill]:not([fill="none"]),
.one-bv-card-icon svg[fill]:not([fill="none"]),
.one-bv-card-icon svg [fill]:not([fill="none"]) {
    fill: currentColor !important;
}
.one-bv-card,
.one-bv-box {
    display: block;
    border: 1px solid #E4E8F0;
    border-radius: 18px;
    padding: 22px;
    background: #fff;
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(10, 37, 64, .08);
}
.one-bv-card h3,
.one-bv-box h3 {
    margin: 10px 0 8px;
    font-size: 20px;
}
.one-bv-card p,
.one-bv-box p {
    margin: 0;
}
@media (max-width: 767px) {
    .one-bv-subfila-cols {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .one-bv-subfila-col {
        flex-basis: 100% !important;
        width: 100% !important;
        grid-column: 1 / -1 !important;
    }
    .one-bv-container-col {
        flex-basis: 100% !important;
        width: 100% !important;
    }
    .one-bv-subfila .one-bv-card {
        flex-basis: 100% !important;
        width: 100% !important;
    }
    .one-bv-container {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}
.one-bv-box--barra_lateral {
    border-left: 6px solid #FFC940;
}
.one-bv-box--barra_inferior {
    border-bottom: 6px solid #FFC940;
}
.one-bv-box--oscura {
    background: #0A2540;
    color: #fff;
    border-color: #0A2540;
}
.one-bv-box--oscura h3,
.one-bv-box--oscura p {
    color: #fff;
}
