.regulation-page {
    width: 100%;
    background: #000;
}

.regulation-section {
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: radial-gradient(ellipse 1000px 300px at 50% 2%, rgb(44 137 137 / 15%) 0%, rgb(11 35 35 / 10%) 30%, rgb(11 35 35 / 0%) 70%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    padding: 200px 0 80px 0 !important;
}

.regulation-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: url(../../images/site/figma/regulation/farmacia-fundo-1-417837.png) no-repeat right bottom / 100% 75%;
    opacity: 0.22;
    pointer-events: none;
    z-index: 0;
}

.regulation-section > * {
    position: relative;
    z-index: 1;
}

.reg-topbar-art {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: auto;
    object-fit: cover;
    object-position: left top;
    pointer-events: none;
}

.reg-hero-logo {
    position: absolute;
    left: 39.91px;
    top: 125px;
    width: 306px;
    height: 124px;
    object-fit: cover;
}

.reg-hero-nav {
    position: absolute;
    left: 505.91px;
    top: 171px;
    width: 521px;
    height: 31px;
}

.reg-hero-nav a {
    position: absolute;
    top: 0;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.reg-hero-nav a.home {
    left: 0;
    width: 48px;
    color: var(--accent);
    text-decoration: underline;
}

.reg-hero-nav a.programacao {
    left: 67px;
    width: 125px;
}

.reg-hero-nav a.hoteis {
    left: 211px;
    width: 58px;
}

.reg-hero-nav a.patrocinadores {
    left: 283px;
    width: 141px;
}

.reg-hero-nav a.contato {
    left: 443px;
    width: 78px;
}

.reg-cta {
    position: absolute;
    left: 1069.91px;
    top: 168px;
    width: 170px;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #ebb586;
    background: linear-gradient(90deg, rgba(183, 99, 18, 1) 19%, rgba(99, 63, 27, 0.77) 29%, rgba(249, 128, 11, 0.76) 51%, rgba(120, 72, 25, 0.81) 75%, rgba(109, 67, 26, 0.36) 83%, rgba(222, 117, 14, 1) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
}

.reg-cta img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 20px;
}

.reg-regulation-block {
    position: relative;
    z-index: 2;
}

.reg-regulation-title {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: 10px;
}

.reg-regulation-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.02;
    color: var(--accent);
}

.reg-flash-1 {
    background: radial-gradient(ellipse 130px 10px at 50% 50%, rgb(226 78 12 / 25%) 0%, rgba(193, 62, 0, 0.08) 40%, rgb(1 1 1) 60%), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, 0 0;
    background-size: 100% 100%, auto;
    z-index: 1;
    position: absolute;
    height: 10px;
    width: 130px;
    top: 215px;
    left: calc(100% / 2 - 75px);
    margin-left: 50px;
}

.reg-flash-2 {
    background: radial-gradient(ellipse 300px 70px at 60% 50%, rgb(226 78 12 / 20%) 0%, rgba(193, 62, 0, 0.08) 70%, rgb(1 1 1) 100%), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, 0 0;
    background-size: 100% 100%, auto;
    z-index: 0;
    position: absolute;
    height: 150px;
    width: 400px;
    bottom: 500px;
}

.reg-banners {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
}

.reg-banners img {
    height: 900px;
    object-fit: cover;
}

.reg-bottom-note {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.reg-bottom-note img {
    width: 60%;
}

.reg-footer-brand {
    position: absolute;
    left: 42px;
    top: 80px;
    width: 402px;
    height: 121px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .regulation-section {
        transform: scale(0.5);
        transform-origin: top center;
        width: 1290px;
        height: 1774px;
    }
}
