body {
    max-width: 100vw !important;
    font-family: "Albert Sans";
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: var(--primary);
    min-height: 100vh;
}

body,
html {
    position: relative !important;
}

:root {
    --primary-color: #2e4b56;
    --secondary-color: #f27121;
    --white: #ffffff;
    --light-gray: #d9d9d9;
    --black: #000000;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.mokoko,
.contrast,
h2 > b {
    font-family: "Mokoko", sans-serif;
}

.padding-custom {
    padding-right: 84px;
}

.m-custom {
    margin-top: auto;
    margin-bottom: 45%;
}

.mb-custom {
    margin-bottom: 45px;
    margin-top: 75px;
}

h1 {
    line-height: 45px;
    font-weight: 300;
    color: #2e4b56;
    font-size: 3rem;
    letter-spacing: -1.44px;
}

@media (max-width: 992px) {
    h1 {
        line-height: 25px;
    }
}

/* Header css */

.LanguageDropDown {
    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-toggle {
        padding: 0px;
        border: none;
        background-color: transparent;
        color: var(--primary-color);
    }

    .dropdown-menu {
        padding: 0px;
        border: none;
    }

    .dropdown-item {
        font-size: 18px;
        padding: 0px;
        opacity: 0.7;
    }

    .dropdown-item:hover {
        background-color: transparent;
        opacity: 1;
    }
}

.top-header i {
    font-size: 20px;
}

.top-header {
    background-color: var(--primary-color);
    padding: 12px 150px;
    color: var(--white);
    font-weight: 500;

    a {
        display: flex;
        align-items: center;
    }
}

.bottom-header {
    background-color: var(--white);
    z-index: 999;
    position: sticky;
    top: 0%;
    padding: 30px 150px;
}

.mobile-header {
    background-color: white;
    z-index: 999;
    position: fixed;
}

.nav-link {
    color: var(--primary-color);
    font-weight: 600;
}

.nav-item {
    margin-left: 25px;
}

.navbar-collapse {
    flex-grow: 0;
}

/* Header mobile */

.HoverDropdown {
    top: 9px;
    left: -3px;
}

.LanguageNavItem i {
    position: relative;
    top: 0px;
    left: 30px;
}

.mobile-hamburger {
    text-decoration: none;
    color: black;
}

.mobile-header {
    top: 0px;
    padding: 31px 29px;
}

.mobile-offcanvas-header {
    padding: 20px 29px;
}

.mobile-offcanvas-menu a {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    border: 2px solid var(--light-gray);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.LanguageAccordionButton {
    padding: 15px !important;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}

.LanguageAccordion {
    --bs-border-width: 2px;
    --bs-border-color: var(--light-gray);
    --bs-border-radius: 20px;
}

.LanguageAccordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: transparent !important;
    box-shadow: none;
}

.LanguageAccordionHr {
    color: var(--light-gray);
    height: 2px;
}

.LanguageOption {
    background-color: transparent;
    border: none;
    padding: 15px;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}

/* Footer styles */
footer {
    overflow: clip;
}

.footer-hover a:hover {
    opacity: 0.8;
}

.footer-hover a {
    transition: opacity 0.2s ease-in-out;
}

.container-large {
    padding-left: 240px;
    padding-right: 240px;
}

.top-footer {
    padding: 103px 233px;
    background-color: var(--primary-color);
}

.fs-custom1 {
    font-size: 20px;
}

.subscribe-button {
    width: fit-content;
    position: absolute;
    right: 4px;
    top: 3px;
    padding: 8px;
    font-size: 12px;
}

.subscribe-input {
    padding: 7px 0px;
    position: relative;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 8px;
}

.subscribe-input input {
    background-color: transparent;
    border: none;
    color: var(--white);
    width: 100%;
    padding-right: 76px;
}

.subscribe-input input:focus {
    outline: none;
}

.subscribe-title {
    color: var(--white);
    padding: 0px;
}

.mid-footer {
    padding: 95px 240px;
    background-color: var(--primary-color);
}

.image-container {
    align-items: center;
    display: flex;
    max-width: 130px;
    width: 100%;

    p {
        font-size: 12px;
    }
}

.image-container a {
    width: 100%;
}

.image-container img {
    width: 100%;
}

.bottom-footer img {
    max-width: 35px;
    width: 100%;
    margin-left: 10px;
}

.bottom-footer {
    background-color: var(--white);
    color: var(--primary-color);
    font-weight: 600;
    padding: 18px 0px;
    font-size: 10px;
}

.mobile-top-footer,
.mobile-mid-footer {
    background-color: var(--primary-color);
}

.mobile-logo-footer {
    padding: 46px 0px;
}

.about-us-row {
    padding: 30px 20px;
}

.about-us-row a {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}

.mobile-mid-footer {
    padding: 60px 0px;
}

.mobile-bottom-footer {
    padding: 10px 80px;
    background-color: var(--white);
    font-size: 10px;

    img {
        width: 17px;
    }
}

/* Main styles */

main {
    background-size: 125vw auto;
    background-position: center center;
    background-position: -30em 0em;
    background-repeat: repeat-y;
}

a {
    text-decoration: none;
    color: white;
}

.b-orange {
    font-weight: 700 !important;
    font-family: "Mokoko", sans-serif !important;
    color: var(--secondary-color) !important;
}

h1 span strong {
    font-family: "Mokoko", sans-serif !important;
}

h2 span strong {
    font-family: "Mokoko", sans-serif !important;
}

h3 span strong {
    font-family: "Mokoko", sans-serif !important;
}

p span strong {
    font-family: "Mokoko", sans-serif !important;
}

.fw-300 {
    font-weight: 300;
}

.fw-600 {
    font-weight: 600;
}

.white-button {
    border: none;
    background-color: var(--white);
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 8px;
}

.b-none {
    border: none;
}

.home-banner-container {
    aspect-ratio: 21 / 9;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}

.invisible-button {
    transition: all 0.2s ease-in-out;
    background: transparent;
    border: 2px solid var(--primary-color);
    font-weight: 700;
    color: var(--primary-color);
    border-radius: 6px;
}

.invisible-button:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.invisible-button.force-hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.select-type-container button {
    padding: 15px 0px;
    width: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 20px;
}

.best-brand-container {
    margin-top: 75px;
    margin-bottom: 55px;
}

.best-brand-card img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

.best-brand-card img:hover {
    transform: scale(1.1);
}

.best-brand-card {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    padding: 0px;
    max-height: 650px;
    height: 100vh;

    span {
        font-size: 20px;
    }
}

.best-brand-title {
    margin-bottom: 32px;

    p {
        margin-bottom: 11px;
    }
}

.w-transp-btn {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

@media (max-width: 992px) {
    .w-transp-btn {
        margin-bottom: 25px;
    }
}

.w-transp-btn:hover {
    background-color: var(--white);
    color: var(--black);
}

.look-brands-button {
    width: 100%;
    border-radius: 17px;
    padding: 10px 0px;
    font-weight: 700;
}

.best-brand-content {
    display: block;
    padding: 21px 21px;
    width: 100%;
    color: var(--white);
    font-weight: 400;
}

.best-brand-title {
    font-size: 20px;
}

.look-brands-button {
    font-size: 16px;
}

.events-container {
    margin-bottom: 200px;
}

.events-image-box {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
}

.events-image-box img {
    object-fit: cover;
    border-radius: 15px;
    height: 100%;
    width: 100%;
}

.NormalCardSwiper2,
.NormalCardSwiper3,
.NormalCardSwiper4,
.NormalCardSwiper1 {
    .swiper-button-next,
    .swiper-button-prev {
        top: 40% !important;

        i {
            color: var(--white) !important;
        }
    }
}

.NormalCardSwiper3 {
    img {
        width: 100%;
    }
}

.NormalCardSwiper4 {
    img {
        width: 100%;
    }
}

.normal-events-view-swiper {
    .swiper-button-next,
    .swiper-button-prev {
        top: 50% !important;

        i {
            color: var(--white);
        }
    }
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
}

.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.see-event-button {
    font-size: 12px;
    border-width: 2px;
    border-radius: 10px;
    padding: 12px 10px;
}

.events-image-content span {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    display: flex;
}

.news-container {
    color: var(--primary-color);
}

.news-content {
    display: flex;
    align-items: self-end;
    height: 100vh;
    max-height: 100px;
    position: relative;
    overflow: hidden;
    padding: 30px 18px;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 0px 0px 25px 25px;
}

.news-image {
    position: relative;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
}

.hover-news-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20%;
}

.caption-button {
    padding: 9px 55px;
    border-radius: 20px;
}

.news-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.news-data {
    font-size: 10px;
}

@media (min-width: 1080px) {
    .news-image:hover {
        img {
            filter: brightness(0.6);
            transform: scale(1.05);
        }
    }
}

.news-title {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0px 14px;
    margin-top: 10px;
}

.news-row {
    height: 100%;
}

.custom-padding {
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.bottom-home-row {
    border-radius: 20px;
    background-color: var(--primary-color);

    img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        object-fit: cover;
        height: 100%;
    }
}

.home-bottom-banner {
    margin-bottom: 120px;
    margin-top: 140px;
}

.home-banner-content {
    padding: 50px 33px;

    h3 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    p {
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 23px;
    }
}

.learn-more-button {
    border-radius: 20px;
    padding: 14px 60px;
    font-size: 12px;
}

.mrgnt-20 {
    margin-top: 55px;
}

.buyerModal-content {
    padding: 0px 49px;
    border-radius: 16px;
}

.filter-header {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.filter-name {
    color: var(--primary-color);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: var(--primary-color);
    font-weight: 700;
}

.solid-button {
    transition: all 0.2s ease-in-out;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--white);
    border-radius: 20px;
    font-weight: 700;
}

.solid-button:hover {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

/* !OBSERVAÇÃO! A MAIORIA DOS ESTILOS DOS SLIDES DO DISCOVER ESTÃO NO SCRIPT DO SWIPER NA PAGINA SITE.BLADE DENTRO DO INIT*/

.fade-mask::before,
.fade-mask::after {
    border-radius: 30px;
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    /* largura da faixa do degradê */
    height: 100%;
    z-index: 10;
    /* acima dos slides */
    pointer-events: none;
    /* permite clique nos slides */
}

.fade-mask::before {
    left: 0;
    background: linear-gradient(to right, #2e4b56 0%, rgba(46, 75, 86, 0) 100%);
}

.fade-mask::after {
    right: 0;
    background: linear-gradient(to left, #2e4b56 0%, rgba(46, 75, 86, 0) 100%);
}

.discover-swiper {
    clip-path: inset(-50% 0% 0% 0%);
    background: linear-gradient(
        to right,
        rgba(46, 75, 86, 0.2),
        rgba(0, 0, 0, 0)
    );
    background-color: var(--primary-color);
    padding: 50px 0px !important;
    overflow: visible !important;
    border-radius: 30px;

    .swiper-slide img {
        -webkit-mask-image: linear-gradient(
            to bottom,
            black 20%,
            transparent 230%
        );
        border: 1px solid rgba(46, 75, 86, 0.2);
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    i {
        color: var(--white);
        /* font-size: 32px; */
        /* padding: 10px 10px;
        background-color: var(--white);
        color: var(--primary-color);
        border-radius: 50%; */
    }

    .swiper-button-prev {
        left: 40px;
    }

    .swiper-button-next {
        right: 50px;
    }
}

.discover-title {
    color: var(--primary-color);
    margin-bottom: 130px;
}

.discover-title span {
    margin-bottom: 0px;
}

.discoverSlideContent {
    text-align: center;
    height: 100%;
    color: var(--white);
    flex-direction: column;
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 8%;

    span {
        font-size: 20px;
    }

    small p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
    }
}

.learnMore-slide-button {
    max-width: 125px;
    padding: 8px 24px;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid var(--white);
}

.discover-container {
    overflow: hidden;
    margin-bottom: 70px;
    margin-top: 75px;
}

.show-content {
    .learnMore-slide-button {
        display: block;
    }
}

.hide-content {
    bottom: 5%;

    .learnMore-slide-button {
        display: none;
    }
}

@media (max-width: 1536px) {
    .discover-slide .hide-content {
        bottom: 5%;
    }
}

.form-container {
    padding-top: 51px;
    padding-bottom: 180px;
    padding-left: 370px;
    padding-right: 370px;
}

.form-input {
    margin-bottom: 20px;
    width: 100%;
}

.password-recover {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 300;
}

.login-button {
    padding: 20px 175px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.not-registered-col a {
    color: var(--primary-color);
    font-size: 20px;
}

.form-input {
    color: var(--primary-color);
    padding: 22px 44px;
    border: 2px solid #2e4b56;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 300;
    background-color: transparent;
}

.form-input::placeholder {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 300;
}

.register-button {
    padding: 20px 140px;
}

.register-top-button,
.brand-top-button {
    padding: 15px 0px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.solid-button-selected {
    pointer-events: none;
    background-color: var(--primary-color);
    color: var(--white);
    border: 2px solid var(--primary-color);
}

.success-ball {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: var(--primary-color);

    i {
        font-size: 80px;
        color: var(--white);
    }
}

.GoBack-button {
    margin-top: 36px;
    padding: 20px 175px;
    border-radius: 15px;
}

.remember-label {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 300;
}

.normal-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 500px;
    height: 100vh;
    width: 100%;
    border-radius: 20px;
    font-weight: 300;
}

.event-text {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
}

.event-date {
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 14px;
}

.passed-events-grid {
    padding-top: 55px;
    padding-bottom: 30px;
}

.banner-container {
    padding-top: 70px;
    padding-bottom: 75px;
}

.brand-title-container {
    margin-bottom: 75px;
}

.brand-title-container h3 p {
    margin-bottom: 0px;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 300;
}

.brand-title-container p {
    margin-bottom: 0px;
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 300;
}

.list-button {
    border-radius: 15px;
    padding: 15px;
    background-color: var(--white);
}

.list-button-mobile {
    background-color: transparent;
    border: none;
    color: var(--primary-color);
}

.grid-card-content {
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.grid-card {
    aspect-ratio: 1/1;

    img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    img:hover {
        transform: scale(1.1);
    }

    .grid-card-content-gradient:hover img {
        transform: scale(1.1);
    }
}

.BrandAccordionButton {
    background-color: transparent;
    padding: 5px 0px;
    border-bottom: 2px solid var(--light-gray);
}

.brand-grid {
    padding-bottom: 125px;
}

.custom-checkbox {
    accent-color: var(--primary-color);
    height: 24px;
    width: 24px;
}

.custom-checkbox:checked {
    background-color: var(--primary-color);
}

.brand-filter-canvas {
    border-radius: 25px 0px 0px 25px;
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 0px 32px;
    max-width: 600px;
    width: 100vw !important;
}

.filter-option {
    color: var(--primary-color);
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;

    a {
        color: var(--primary-color);
        font-size: 24px;
        font-weight: 600;
    }
}

.collapsed {
    border: none !important;
}

.collapsed:focus {
    box-shadow: none !important;
}

.BrandAccordionHeader {
    button {
        color: var(--primary-color);
        font-size: 24px;
        font-weight: 600;
    }
}

.BrandAccordionButton:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--primary-color);
}

.clear-filter-button {
    border: none;
    background-color: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
}

.brand-filter-search {
    padding: 15px 0px;
}

.brand-filter-search-custom {
    margin-bottom: 20px;
}

.filter-offcanvas-header h5 {
    font-size: 38px;
    color: var(--primary-color);
}

.BrandAccordionItem {
    border-bottom: none !important;
    margin-bottom: 20px;
}

.set-filter-row {
    margin-bottom: 20px;
}

.news-search-input {
    padding: 15px 29px;
    width: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    background-color: transparent;
    font-size: 20px;
}

.news-search i {
    color: var(--primary-color);
    position: absolute;
    font-size: 20px;
    right: 34px;
    top: 22px;
}

.news-search-button {
    border-radius: 20px;
    margin-top: 22px;
    font-size: 0.75rem;
    padding: 10px 0px;
    width: 100%;
}

.news-search-col {
    padding-right: 70px;
}

.archive-button {
    border-radius: 20px;
    padding: 18px 0px;
}

.archive-icons a {
    color: var(--primary-color);
    font-size: 33px;
}

.news-grid-card {
    transition: all 0.3s ease;
    border-radius: 20px;
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
    float: left;
}

.news-grid-card img {
    transition: all 0.2s ease;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.passed-grid-card {
    border-radius: 20px;
    margin-bottom: 10px;

    img {
        border-radius: 20px;
        object-fit: inherit;
        width: 100%;
        height: 100%;
    }
}

.small-card {
    height: 445px;
}

.big-card {
    height: 465px;
}

.news-grid {
    padding: 75px 0px;
}

.news-grid-card-content {
    transition: all 0.3s ease;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 0 20px 24px;
    flex-direction: column;
    bottom: 0;
    /* top: 56%; */
    /* right: 39%; */
    display: flex;
    max-width: 60%;
    color: var(--white);

    .b-orange {
        font-size: 12px;
    }
}

.news-grid-card:hover img {
    filter: blur(1px) brightness(70%);
}

.show-news-content {
    opacity: 1 !important;
}

.hide-news-content {
    opacity: 0 !important;
}

.NewsViewBannerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NewViewVideoText {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 400;
}

.NewViewVideoDate {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.NewsViewBannerText {
    margin-top: 105px;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video-container img {
    height: 100%;
    width: 100%;
    max-height: 700px;
    border-radius: 20px;
    object-fit: cover;
    filter: brightness(50%);
}

.play-button {
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: 2;
    border-radius: 50%;
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    font-size: 28px;
}

#yt {
    width: 100%;
    height: 700px;
    border-radius: 5px;
}

.NewsViewPhraseRow {
    padding: 0px 280px;
}

.NewsViewPhraseText {
    text-align: center;
    padding: 60px 70px;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    background-color: transparent;
    color: #2e4b56;
    font-size: 32px;
    font-weight: 500;

    i {
        font-size: 35px;
        margin-bottom: 23px;
    }
}

.NewsViewCard {
    max-height: 400px;
    height: 100vh;
}

.NewsViewCard i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    top: 0%;
    left: 0%;
    font-size: 2rem;
}

.NewsViewCard:hover {
    i {
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }
}

.NewsViewCard img {
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.custom-fs {
    font-size: 48px !important;
}

.RelatedNewsCard {
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.RelatedNewsCard img {
    filter: brightness(0.7);
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.RelatedNewsCardContent {
    bottom: 6%;
    left: 5%;
    color: var(--white);

    .b-orange {
        font-size: 12px;
    }
}

.RelatedNewsTitle {
    margin-bottom: 105px;
    margin-top: 30px;
}

.NewsViewTitleRow {
    padding: 70px 0px;
}

.RelatedNewsContainer {
    padding-bottom: 105px;
}

.AboutBrazilianText {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
}

.AboutBrazilianText p {
    font-size: 20px;
}

.AboutTextContainer,
.AboutTextContent p {
    color: var(--primary-color);
    font-size: 20px;
}

.AboutBrazilianContainer .col-12 {
    display: flex;
    justify-content: center;
}

.AboutBrazilianContainer p {
    font-size: 20px;
}

.AboutBrazilianImage img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.AboutVideoContainer {
    padding-top: 110px;
    padding-bottom: 145px;
}

.AboutTextContainer .AboutTextTitle {
    margin-bottom: 75px;
}

.AboutTextTitle h2 {
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: 300;
}

.AboutTextContainer .AboutTextContent {
    padding-right: 103px;

    a {
        color: #2e4b56;
        line-break: anywhere;
        text-decoration: underline;
    }
}

.AboutBrazilianImage img {
    max-height: 450px;
}

.AboutFootwearContainer {
    padding-top: 75px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1300px) {
    .AboutBrazilianText {
        padding-right: 0px;
    }
}

.AboutBrazilianContainer {
    margin-top: 110px;
}

.ContactIcon {
    font-size: 50px;
    color: var(--primary-color);
}

.ContactIconText {
    a {
        color: #2e4b56;
        font-weight: 700;
    }

    color: var(--primary-color);
    font-weight: 300;
    font-size: 16px;
}

.ContactInfoContainer {
    padding-top: 120px;
    padding-bottom: 120px;
}

.FaqAccordionItem {
    color: var(--primary-color);
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid var(--light-gray);
    border-radius: 0px !important;
    background-color: transparent !important;

    i {
        transition: all 0.2s ease-in-out;
    }
}

.FaqAccordionItem .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: transparent !important;
    box-shadow: none;

    i {
        transform: rotate(45deg);
    }
}

.FaqAccordion {
    --bs-accordion-bg: transparent !important;
}

.FaqAccordionButton {
    color: var(--primary-color);
    justify-content: space-between;
    padding: 32px 0px;
    padding-right: 26px;
}

.FaqAccordionButton::after {
    display: none;
}

.FaqTitle {
    margin-top: 125px;
    margin-bottom: 31px;
}

.AgreementContainer p,
li {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
}

.privacyContainer p,
li, .privacyContainer a {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
}

.AgreementContainer,
.privacyContainer {
    padding-bottom: 120px;
}

.terms-spacing {
    margin-bottom: 18px;
}

.EventViewDate {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 24px;
    justify-content: start;
    display: flex;

    span {
        margin-top: auto;
    }
}

.event-view-location {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 24px;
    justify-content: start;
    display: flex;
}

.EventViewText {
    margin-top: 35px;
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.EventBrandCard img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.EventBrandCard {
    height: fit-content;

    h3 {
        color: var(--primary-color);
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 23px;
    }

    p {
        color: var(--primary-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
}

.EventBrandsGridContainer h1 {
    margin-top: 79px;
    margin-bottom: 54px;
}

.ViewAllBrands {
    padding: 10px 100px;
    border-radius: 15px;
}

.BrandLogoButtons {
    padding: 18px 5px;
    border-radius: 18px;
}

.BrandSocialIcons {
    flex-wrap: wrap;
}

.BrandSocialIcons a {
    color: var(--primary-color);
    margin-bottom: 10px;
    i {
        font-size: 2.5rem;
        margin-left: 21px;
    }
}

.BrandSocialLogo img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.bg-dark {
    background-color: #000000;
    height: 20px;
}

.BrandSpecsContainer {
    margin-top: 125px;
}

.CollectionTitle {
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
}

.BrandViewFreeText {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
}

.BrandVideoContainer {
    margin-top: 30px;
}

.BrandViewFreeTitle {
    color: #2e4b56;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 55px;

    span {
        line-height: 43px;
        padding: 0px;
        margin-bottom: 10px;
    }
}

.ytVideo,
#ytVideo {
    height: 100vh;
    max-height: 700px;
    width: 100%;
}

.BrandVideoTitle {
    color: 400;
    color: var(--primary-color);
    font-size: 48px;
}

.BrandVideoText {
    color: #2e4b56;
    font-size: 20px;
    border-top: 20px;
    padding-bottom: 20px;
}

.BrandSpecsTitle {
    font-size: 28px;
    color: var(--primary-color);
}

.BrandSpecsText {
    max-width: 270px;
    font-size: 18px;
    color: var(--primary-color);
}

.Wid100 {
    max-width: 100%;
}

.ModalFilterType hr {
    height: 2px;
    background-color: black;
    border: none;
    margin: 0px;
}

.ModalFilterOptions {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 7px;

    label {
        color: var(--primary-color);
        font-weight: 500;
    }
}

.ModalFilterName {
    color: var(--primary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.ModalFilterType {
    margin-top: 36px;
}

.mt-custom {
    margin-top: 70px;
}

.pt-custom {
    padding-top: 70px;
}

.mt-custom2 {
    margin-top: 50px;
}

.SearchBarInput {
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 12px 26px;
}

.NewsTagList {
    border: none;
    color: var(--primary-color);
    font-size: 24px;
}

.NewsMobileCard {
    aspect-ratio: 1 / 1;
    position: relative;
    margin-top: 39px;
    margin-bottom: 20px;

    img {
        filter: brightness(0.7);
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.NewsMobileCardContent {
    padding: 0px 20px;
    font-size: 14px;
    color: var(--white);
    position: absolute;
    max-width: 300px;
    top: 75%;
    left: 0%;
}

.EventCardText {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    p {
        margin: 0px;
    }
}

.EventCardContent {
    margin-top: 19px;
}

.SingleEventCard {
    aspect-ratio: 21 / 9;

    img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.DoubleEventCard {
    aspect-ratio: 1/1;

    img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
    }
}

.EventCardDate {
    font-size: 12px;
    text-align: end;
}

.MobileEventCard {
    aspect-ratio: 1/1;

    img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .EventCardDate {
        font-size: 11px;
    }

    .EventCardText {
        font-size: 16px;
    }
}

.TripleEventCard {
    aspect-ratio: 1/1;

    img {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1/1;
    }
}

.grid-card.product-mode {
    display: flex;
}

.brand-product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    z-index: 2;
    text-align: start;
}

.grid-card-content-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(46, 75, 86, 0.8),
        rgba(0, 0, 0, 0)
    );
}

.FutureEventsCards {
    margin-top: 35px;
}

.NormalSwiperDotted img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NormalSwiperDotted2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.DottedSwiperPagination {
    bottom: -30px !important;
}

.DottedSwiperPagination2 {
    bottom: -30px !important;
}

.PrivacyPolicyTitle {
    margin-top: 55px;
    color: var(--primary-color);

    p {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 400;
    }
}

.terms-container a {
    font-weight: 600;
    color: var(--primary-color);
}

.CatalogButton {
    border-radius: 15px;
    margin-bottom: 26px;
    text-align: start;
    padding: 11px 22px;
    font-size: 20px;
}

.DownloadAll {
    padding: 16px 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
}

.offcanvas-title {
    color: var(--primary-color);
    font-size: 31px;
    font-weight: 600;
}

#CardImageView .modal-content {
    border: none !important;
    background-color: transparent !important;

    i {
        color: var(--white);
        font-size: 32px;
    }
}

.CardImageViewSlide img {
    height: 90vh;
    border-radius: 15px;
    object-fit: contain;
    width: 80%;
}

.EventBrandCardContent {
    .position-absolute {
        color: var(--white);
        top: 70%;
        left: 0%;

        span {
            font-size: 28px;
        }

        a {
            font-size: 10px;
        }
    }
}

.remove-bottom {
    bottom: -10px !important;
}

.EventBrandSwiper {
    overflow: visible !important;
    margin-bottom: 75px;
}

.ArchiveOptionDownload {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

#DownloadArchives {
    .offcanvas-title {
        padding-left: 10px;
        font-size: 31px;
        font-weight: 600;
        color: var(--primary-color);
    }
}

.BrandSuggestedTags {
    font-size: 10px;
    padding: 5px 0px;
    width: 100%;
    border-radius: 15px;
}

.BrandSuggestedTagsCol {
    padding: 0px 5px;
    margin-top: 20px;
}

.passed-events-title {
    margin-top: 100px;
}

.MobileOffcanvasFooter {
    margin-top: 19px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;

    .col-1 {
        margin-top: 28px;
        width: 40px;
        padding: 0px 31px;
    }

    a {
        font-size: 40px;
        display: flex;
        color: var(--primary-color);
        justify-content: center;
        text-align: center;
    }
}

.error-404-container {
    padding-top: 150px;
    padding-bottom: 200px;

    p {
        color: var(--primary-color);
        font-size: 20px;
    }

    img {
        width: 100%;
    }
}

.go-back-button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 0px;
    border-radius: 15px;
}

.tox-promotion {
    display: none;
}

.tox-statusbar__branding {
    display: none;
}

.language-dropdown .dropdown-menu {
    border: 2px solid #2e4b56;
    border-radius: 15px;

    .dropdown-item {
        font-weight: 300 !important;
        font-size: 20px;
        margin-left: 22px;
        transition: all 0.2s ease;
    }

    .dropdown-item:hover {
        background-color: transparent;
    }
}

.language-dropdown .dropdown-toggle::after {
    display: none;
}

.language-dropdown .dropdown-menu .country-search {
    width: 100%;
}

.brand-card {
    position: relative;

    img {
        width: 100%;
        object-fit: cover;
    }
}

.brand-card-content {
    height: 100%;
    max-height: 80px;
    color: var(--white);
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 70%;
    left: 5%;

    span {
        font-size: 24px;
    }
}

.search-bar-row {
    background-color: #f2f2f2;
    padding: 10px 31px;
}

.sugested-tags-row {
    padding: 0px 38px;
}

.SearchBarContainer {
    padding: 0px !important;
}

.custom-mb {
    margin-bottom: 50px;
}

.custom-pagination .page-link {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: var(--primary-color);
    border: none;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
}

.custom-pagination .page-link:hover {
    transform: translateY(-2px);
}

.custom-pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}

.custom-pagination .active span {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.custom-pagination .text-muted {
    display: none;
}

.custom-pagination .page-link {
    color: var(--primary-color);
    position: relative;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
    color: transparent;
    position: relative;
}

.custom-pagination .page-item:first-child .page-link::after,
.custom-pagination .page-item:last-child .page-link::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    color: var(--primary-color);
}

.custom-pagination .page-item:first-child .page-link::after {
    content: "\f053";
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.custom-pagination .page-item:last-child .page-link::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
}

.component-4 {
    padding-left: 150px;
    padding-right: 150px;
    color: var(--primary-color);
    font-size: 20px;

    .text {
        border-left: 2px solid var(--primary-color);
        padding-left: 50px;
    }
}

.invisible-input {
    padding-left: 5%;
    opacity: 0;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    background-color: transparent;
    width: 100%;
    height: 60px;
    z-index: 10;
}

@media (max-width: 992px) {
    .custom-pagination .page-item:first-child .page-link::after {
        content: "Back";
        font-size: 15px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .custom-pagination .page-item:last-child .page-link::after {
        content: "Next";
        font-family: "Font Awesome 6 Free";
        font-size: 15px;
        font-weight: 900;
    }
}

@media (max-width: 1750px) {
    main {
        background-position: -18em 0em;
    }
}

@media (max-width: 1536px) {
    .best-brand-title {
        font-size: 16px;
    }

    .look-brands-button {
        font-size: 12px;
    }

    .hover-news-caption {
        top: 50%;
        left: 10%;
    }

    .news-title {
        font-size: 13px;
    }

    .news-data {
        font-size: 9px;
    }

    .small-card {
        height: 360px;
    }

    .big-card {
        height: 375px;
    }

    .discover-swiper {
        span {
            font-size: 16px;
        }
    }
}

@media (max-width: 1440px) {
    .container-large {
        padding-left: 185px;
        padding-right: 185px;
    }
}

@media (max-width: 1280px) {
    .container-large {
        padding-left: 130px;
        padding-right: 130px;
    }

    .best-brand-title {
        font-size: 14px;
    }

    .look-brands-button {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    .CardImageViewSlide img {
        height: 50vh;
    }

    .news-and-trends-caption {
        .caption-button {
            display: none !important;
        }
    }

    .best-brand-card {
        max-height: 150px;
    }

    body,
    html {
        overflow-x: hidden !important;
    }

    main {
        margin-top: 95px;
    }

    .invisible-input {
        padding-left: 10%;
    }

    .container-large {
        padding-left: 31px;
        padding-right: 31px;
    }

    .best-brand-content {
        p {
            font-size: 20px;
        }
    }

    .look-brands-button {
        padding: 10px 90px;
        font-size: 16px;
    }

    .see-event-button {
        margin-bottom: auto;
        margin-top: auto;
        display: flex;
        align-items: center;
        max-height: 48px;
        font-size: 10px;
        padding: 12px 30px;
    }
}

@media (max-width: 768px) {
    .brand-product-title {
        font-size: 16px;
    }

    .RelatedNewsTitle {
        margin-bottom: 50px;
    }

    .invisible-input-row {
        margin-top: 20px;
    }

    .brand-top-button {
        margin-bottom: 2px;
        margin-top: 10px;
    }

    .pt-custom {
        padding-top: 40px;
    }

    .error-404-container {
        p {
            font-size: 14px;
        }

        img {
            width: 50%;
        }
    }

    .go-back-button {
        width: 50%;
        padding: 10px 0px;
        font-size: 12px;
    }

    .banner-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .FutureEventsTitle {
        margin-bottom: 20px;
    }

    .passed-events-title {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .passed-events-title {
        margin-top: 0px;
    }

    .FutureEventsCards {
        margin-top: 0px;
    }

    .BrandSpecsText {
        font-size: 12px;
    }

    .BrandSpecsTitle {
        font-size: 15px;
    }

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

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

    .ytVideo,
    #ytVideo {
        height: 50vh;
    }

    h1 {
        font-size: 2rem;
    }

    .text-center-smsc {
        text-align: center;
    }

    .home-banner-container {
        aspect-ratio: 1 / 1;
    }

    .select-type-container button {
        width: 100%;
        padding: 10px 28px;
        font-size: 12px;
    }

    .best-brand-content {
        margin-top: 70px;
        padding: 33px 21px;

        p {
            font-size: 16px;
        }
    }

    .best-brand-title {
        font-size: 20px;
    }

    .look-brands-button {
        padding: 6px 34px;
        font-size: 10px;
    }

    .events-container {
        margin-bottom: 50px;
    }

    .news-title {
        font-size: 16px;
    }

    .news-data {
        font-size: 11px;
    }

    .news-content {
        padding: 19px 20px;
    }

    .bottom-home-row {
        img {
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
        }
    }

    .home-banner-content {
        display: flex;
        flex-direction: column;
        padding: 15px 33px;

        h3 {
            font-size: 20px;
            font-weight: 700;
            padding-bottom: 16px;
        }

        p {
            font-size: 14px;
        }
    }

    .home-bottom-banner {
        margin-bottom: 170px;
        margin-top: 80px;
    }

    .play-button {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .BrandVideoContent {
        .BrandVideoTitle {
            font-size: 28px;
        }

        .BrandVideoText {
            font-size: 16px;
        }
    }

    .BrandViewFreeText {
        font-size: 16px;
    }

    .BrandViewFreeTitle {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 28.159px;
    }

    .BrandSocialIcons {
        display: flex;
    }

    .BrandSocialIcons i {
        font-size: 2.3rem;
        margin-left: auto;
        margin-right: auto;
    }

    .BrandLogoButtons {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 12px;
    }

    .BrandSiteButton {
        padding: 18px 0px;
        font-size: 11px;
    }

    .BrandSpecsContainer {
        margin-top: 60px;
        padding-left: 44px;
    }

    .BrandSpecsTitle img {
        width: 25px;
        height: 25px;
    }

    .EventDescribeContainer .EventViewDate,
    .event-view-location {
        margin-bottom: auto;
        text-align: end;
        font-size: 11px;
    }

    .EventDescribeContainer .EventViewTitle h1 {
        font-size: 28px;
    }

    .FaqTitle {
        margin-top: 55px;
        margin-bottom: 0px;
    }

    .ContactInfoContainer {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .AboutBrazilianContainer {
        margin-top: 55px;
    }

    .AboutFootwearContainer {
        padding-top: 0px;

        .AboutBrazilianText {
            padding-right: 0px;
            margin-top: 75px;
        }
    }

    .AboutBrazilianImage img {
        max-height: 240px;
    }

    .AboutTextContainer .AboutTextContent {
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
        margin-bottom: 55px;
    }

    .AboutTextTitle h2 {
        font-size: 1.65rem;
    }

    .AboutVideoContainer {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .AboutBrazilianText {
        font-size: 1rem;

        h1 {
            font-size: 1.8rem;
        }
    }

    .MbCustom {
        margin-bottom: 50px;
    }

    .RelatedNewsCardContent {
        bottom: 10%;
        left: 7%;
    }

    .RelatedNewsCard {
        height: 40vh;
        padding-left: 0px;
    }

    .custom-fs {
        font-size: 31px !important;
    }

    .NewsViewPhraseRow {
        padding: 0px;
    }

    .NewsViewPhraseText {
        text-align: start;
        font-size: 17px;
        padding: 38px 29px;
    }

    .NewViewVideoDate {
        font-size: 20px;
    }

    .NewViewVideoText {
        font-size: 16px;
    }

    .news-search-input {
        font-size: 16px;
    }

    .news-search i {
        top: 19px;
        right: 23px;
    }

    .brand-title-container h1 {
        font-size: 24px;
    }

    .brand-title-container p {
        font-size: 20px;
    }

    .banner-container {
        margin-top: 35px;
    }

    .brand-title-container {
        margin-bottom: 0px;
    }

    .normal-banner {
        max-height: 200px;
        font-size: 28px;
    }

    .login-button {
        padding: 20px 109px;
    }

    .not-registered-col a {
        color: var(--primary-color);
        font-size: 17px;
    }

    .remember-label {
        color: var(--primary-color);
        font-size: 14px;
    }

    .password-recover {
        font-size: 13px;
    }

    .form-input {
        padding: 10px 22px;
        border-radius: 15px;
    }

    .form-container {
        padding-top: 51px;
        padding-bottom: 180px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .show-content {
        display: flex;
    }

    .hide-content {
        display: none;
    }

    .discoverSlideContent {
        left: 0% !important;
        right: 0%;
        padding: 0px 45px;

        span {
            text-align: center;
            font-size: 19px;
        }
    }

    .learnMore-slide-button {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 23px;
        font-size: 10px;
    }

    .discover-swiper {
        border-radius: 0px;
    }

    .discover-swiper {
        .discover-slide {
            img {
                -webkit-mask-image: linear-gradient(
                    to bottom,
                    black 40%,
                    transparent 115%
                );
            }
        }
    }

    .buyerModal-content {
        padding: 0px 20px;
    }
}

.blur {
    filter: blur(5px);
    user-select: none;
}

.events-image-col {
    margin-bottom: 70px;
}

.BrandSocialContainer {
    margin-top: 60px;

    img {
        border-radius: 50%;
    }
}

.events-banner {
    margin-bottom: 70px;
}

.EventViewBanner {
    margin-bottom: 50px;
}

.user-filters-dropdown .form-input {
    padding: 15px;
}

.invisible-input-content {
    transition: all 0.3s ease-in-out;
    left: 0%;
    position: absolute;
    top: 26%;
    left: 0%;
    z-index: -1;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
}

.custom-border {
    opacity: 1;
    border: 2px solid var(--primary-color);
}

.left-custom {
    left: 3%;
}

.invisible-input-text {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.custom-animation-fade {
    transform: translateY(-50px);
}

.invisible-input-container {
    overflow: hidden;
}

.invisible-input-row {
    margin-bottom: 30px;
}

.FilterSwiperLoop .swiper-wrapper {
    transition-timing-function: linear !important;
}

.news-search-container {
    margin-top: 35px;
}

.BrandLogoButtons {
    line-break: anywhere;
}

iframe {
    border-radius: 20px;
}

.video-container iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
}

.swiper-end {
    justify-content: end !important;
}

.swiper-start {
    justify-content: start !important;
}

.NewsViewBannerImage img {
    border-radius: 20px;
}

.NewsViewBannerImage {
    padding-bottom: 20px;
    padding-top: 20px;
}

.w-70 {
    width: 70% !important;
}

.bf-logo-mb {
    margin-bottom: 30px;
}

strong {
    font-weight: 600 !important;
}

.ContactIconText p {
    margin-bottom: 0px !important;
    font-size: 20px;
}

@media screen and (max-width: 1919px) {
    .ContactIconText p {
        font-size: 19px;
    }
}

.news-and-trends-caption {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.news-brand-swiper {
    padding-top: 90px !important;
}

.see-more-news-button {
    padding: 7px 17px;
    border-radius: 20px;
}

.news-preview {
    width: 100%;
    padding: 10px;
    background-color: var(--secondary-color);
    color: var(--white);
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    text-align: center;
}

.news-preview h4 {
    font-size: 20px;
}

.component-18-image {
    h3 {
        color: var(--primary-color);
        font-size: 2.5rem;
    }

    img {
        width: 100%;
        border-radius: 20px;
    }
}

.component-1,
.component-9,
.component-18 {
    color: var(--primary-color);
}

.component-18-text {
    padding: 0px 55px;
    color: var(--primary-color);
    font-size: 20px;
}

.component-18-date {
    font-size: 16px !important;
}

.component-1-title,
.component-9-title,
.component-10-title {
    h3 {
        font-size: 2.5rem;
        font-weight: 300;
        color: var(--primary-color);
    }

    h5 {
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--primary-color);
    }

    p {
        margin-bottom: 25px;
        margin-top: 20px;
        color: var(--primary-color) !important;
    }
}

.component-1-image img {
    width: 100%;
    border-radius: 20px;
}

.component-1-sub-text,
.component-10-sub-text {
    margin-top: 15px;
}

.component-10-sub-text p:not(.p-custom-credits) {
    font-size: 20px;
}

.component-7 img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.component-10-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.component-10-image img {
    width: 100%;
    border-radius: 20px;
}

.component-12 {
    padding: 0px 150px;
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .component-12 {
        padding: 0px 0px;
    }
}

.component-12-swiper {
    .swiper-slide {
        img {
            width: 100%;
            border-radius: 20px;
        }
    }
}

.component-15 {
    padding: 0px 150px;
    color: var(--primary-color);

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .component-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .component-4 .text {
        padding-left: 20px;
    }

    .component-15 {
        padding: 0px 0px;
    }

    .component-18-text {
        padding: 0px 0px;
    }
}

.small-component-image {
    padding: 0px 150px;
}

@media (max-width: 992px) {
    .small-component-image {
        padding: 0px 0px;
    }
}

.component-17 {
    img {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide {
        height: initial;
    }

    .image-subtitle {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 2;

        span {
            color: var(--white);
        }
    }

    .swiper-slide::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 140px;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.55) 100%
        );
        border-radius: 20px;
    }
}

.component-1-text .parte2 {
    display: none;
}

.component-1-text {
    font-size: 20px;
}

.component-1-resto {
    font-size: 20px;

    p {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .component-1-text .parte2 {
        display: block;
    }
}

.home-bottom-banner h1 {
    color: white;
}

.component-9-img {
    height: 600px;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .component-9-img {
        height: 450px;
    }
}

.component-9-slide {
    aspect-ratio: 1/1;
}

.component-9-slide img {
    filter: brightness(0.8);
    height: 100%;
}

.component-9-slide-content {
    bottom: 3%;
    left: 5%;

    button {
        border-radius: 20px;
        padding: 5px 15px;
    }
}

.component-16-title {
    color: var(--primary-color);
}

.component-3 {
    p {
        font-size: 20px;
    }
}

.component-13 p {
    font-size: 20px;
}

.component-16 p {
    color: var(--primary-color);
}

.component-12-title {
    font-size: 20px;
}

.component-12-title h1 {
    margin-bottom: 24px;
}

.more-events-button {
    padding: 5px 30px;
}

.discover-slide-link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.FreeTextContainer {
    span {
        margin-bottom: 0;
    }
}

.brand-wrapper {
    position: relative;
    display: inline-block;
    gap: 10px;
}

.certified-badge {
    position: absolute;
    top: 5px;
    right: 30px;
    width: 20px !important;
    height: 20px !important;
}

.verified-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    /* width: 20px!important;
    height: 20px!important; */
    color: #2e4b56;
}

.p-custom-credits {
    font-size: 14px;
}

.pd-bottom-custom {
    padding-bottom: 50px;
}
