#frame-container {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: all;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25)
}

#frame-container[data-state=closed] {
    visibility: hidden;
    opacity: 0
}

@media screen and (min-width:1270px) {}

@media only screen and (width>=1270px) and (width<=1366px) and (height<=800px) {}

#widget-container iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0
}

#widget-container[data-color-scheme=default] {
    --color-esmeralda: #0059b3;
    --color-rio: #fff;
    --color-asfalto: #000;
    --color-glamour: rgba(137, 137, 137, .4980392157);
    --color-medianoche: #d0021b;
    --color-costero: #669c34;
    --color-nefritis: #e5eef7;
    --color-stellarsilence: var(--color-rio);
    --color-saharin: var(--color-esmeralda);
    --color-vishned: var(--color-esmeralda);
    --color-penas: inherit;
    --color-rainbowinspire: inherit
}

#widget-container[data-design=default] {
    --border-corner: 16px;
    --button-corner: 5px;
    --border-corner-inner: calc(var(--border-corner) - 2px);
    --is-default-design: #000;
    --help-button-title-color: var(--color-asfalto);
    --help-button-icon-background: var(--color-asfalto)
}

@media not all and (pointer:coarse) {}

#widget-container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none
}

@media screen and (min-width:1270px) {}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.tmb___pbNNS:hover {
    opacity: .8;
}
.tmb___pbNNS:after {
    display:  none!important;
}

.textSeo {
    color: #333;
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .localeMobHeaderSelect___HCxpZ~.headerLogo___H_wLB {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .categoryMenu___xY6mi {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
        grid-auto-flow: unset;
        grid-auto-columns: unset;
    }
    .categoryMenu___xY6mi>* {
        width: 100%!important;
    }
    .categoryMenu___xY6mi>*:nth-child(n+7) {
        display: none!important;
    }
    .promoBody___W0IsD>*:nth-child(n+7) {
        display: none!important;
    }
}
@media (max-width: 460px) {
    .logo___wgE6k {
        width: 102px;
    }
}