
/*
@media (min-width: 769px) {
    .content-wrapper {
        max-width: 768px;
    }
}
@media (min-width: 1025px) {
    .content-wrapper {
        max-width: 1024px;
    }
}
@media (min-width: 1201px) {
    .content-wrapper {
        max-width: 1200px;
    }
}
@media (min-width: 1301px) {
    .content-wrapper {
        max-width: 1300px;
    }
}*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.header--floating {
    background: rgba(255,255,255,0.6);
    /*background: red;*/
}
.header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    transition: padding ease-out 0.2s;
}

@media (min-width: 960px) {
    .header__wrapper {
        width: 90%;
    }
}
.header--floating .header__wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.header__logo-container {
    flex-grow: 0;
    flex-shrink: 0;
}
.header__logo {
    height: clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 5.6391)), 4.375rem);
    width: auto;
    aspect-ratio: 3;
    object-fit: contain;
    transition: transform ease-out 0.2s;
}
.header--floating .header__logo {
    transform: scale(0.8);
}
.header__menu-container {
    flex-grow: 1;
    display: none;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1025px) {
    .header__menu-container  {
        display: flex;
    }
}
.header__menu-list {
    list-style-type: none;
    display: flex;
    gap: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 3.0132)), 2rem);
    align-items: center;
    margin: 0;
    font-family: var(--font-pt-sans);
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.641rem) * 2.1818)), 1rem);
}
.header__menu-item {
    position: relative;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.header__menu-item--has-submenu:after {
    content: "\ea29";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    translate: 0 1px;
    font-size: 0.875rem;
    color: #ffffff;
}
.header__menu-item-label {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
}
.header__submenu-list {
    position: absolute;
    top: calc( 100% - 5px );
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 2px;
    border-radius: 8px;
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    align-items: center;
    width: 180px;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-out 0.3s;
}
.header__submenu-list:before {
    content: "\ea29";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    translate: 0 1px;
    font-size: 1.125rem;
    color: #ffffff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, 0.75rem) rotate(180deg);
}
.header__menu-item:hover .header__submenu-list {
    opacity: 1;
    pointer-events: auto;
}
.header__submenu-item {
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.641rem) * 2.1818)), 1rem);
}
.header__submenu-link {
    display: block;
    padding: 0.75rem 0.5rem;
    color: #403E3E;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease-out 0.1s;
}
.header__submenu-link:hover {
    background: #A7131A;
    color: #ffffff;
}
.header__submenu-text-container {}




#menu-main-menu {
    list-style-type: none;
    display: flex;
    gap: clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 3.0132)), 2rem);
    align-items: center;
    margin: 0;
    font-family: var(--font-pt-sans);
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.641rem) * 2.1818)), 1rem);
}
#menu-main-menu > .menu-item {
    position: relative;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#menu-main-menu > .menu-item.menu-item-has-children:after {
    content: "\ea29";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    translate: 0 1px;
    font-size: 0.875rem;
    color: #000000;
}
#menu-main-menu > .menu-item > a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 700;
}
#menu-main-menu > .menu-item > .sub-menu {
    position: absolute;
    top: calc( 100% - 5px );
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 2px;
    border-radius: 8px;
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    align-items: center;
    width: 180px;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-out 0.3s;
}
#menu-main-menu > .menu-item > .sub-menu:before {
    content: "\ea29";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    translate: 0 1px;
    font-size: 1.125rem;
    color: #ffffff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 2rem;
    transform: translate(-50%, 0.75rem) rotate(180deg);
}
#menu-main-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}
#menu-main-menu > .menu-item > .sub-menu > .menu-item {
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.641rem) * 2.1818)), 1rem);
}
#menu-main-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 0.75rem 0.5rem;
    color: #403E3E;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease-out 0.1s;
}
#menu-main-menu > .menu-item > .sub-menu > .menu-item > a:hover {
    background: #A7131A;
    color: #ffffff;
}
.header__submenu-text-container {}


/* SEARCH BAR */
.header__searchbar-container {
    display: none;
}
@media (min-width: 768px) {
    .header__searchbar-container {
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
    }
}
.header__searchbar {
    background: #ffffff;
    border-radius: 99px;
    overflow: hidden;
}
.is-form-id-17 {}
#is-search-input-17 {
    width: 150px;
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.641rem) * 2.1818)), 1rem) !important;
}
.is-form-id-17 .is-search-submit {
    border: 0 !important;
    background: transparent !important;
}
.is-form-id-17 .is-search-icon {
    color: #A7131A;
    background: transparent;
    border: 0;
}
.is-form-id-17 .is-search-icon svg path {
    fill: #A7131A;
}



/* FOOTER */

.footer {}
.footer__main {
    background: #F8F8F8;
}
.footer__wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.75rem;
}
@media (min-width: 768px) {
    .footer__wrapper {
        grid-template-columns: 1fr 2fr;
    }
}
.footer__main-detail-container {
}
.footer__main-logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.footer__main-logo {
    height: clamp(2rem, calc(2rem + ((1vw - 0.48rem) * 3.0075)), 3rem);
    width: auto;
}
.footer__main-logo-text {
    font-size: clamp(0.75rem, calc(0.75rem + ((1vw - 0.48rem) * 0.4511)), 0.9rem);
    color: #a7131a;
    font-weight: 700;
    letter-spacing: 0.42em;
    font-family: var(--font-urbanist);
}
.footer__main-address-container {
    font-size: 0.75rem;
    font-family: var(--font-inter);
    color: rgba(64, 62, 62, 0.5);
    font-family: var(--font-inter);
}
.footer__main-address {
    margin-bottom: 2.5rem;
}
.footer__main-social-media-container {
    display: flex;
    gap: 1.5rem;
}
.footer__main-social-media {
    font-size: 2rem;
}
.footer__main-social-media-link {
    color: rgba(64, 62, 62, 0.5);
}
.footer__main-social-media-link--instagram {
    color: #AC378B;
}
.footer__main-social-media-link--twitter {
    color:#4DA8E8;
}
.footer__main-social-media-link--facebook {
    color: #465B97;
}
.footer__main-social-media-link--youtube {
    color: #E93323;
}
.footer__main-social-media-link--tiktok {
    color: #292929;
}
.footer__main-social-media-link--whatsapp {
    color: #50AB34;
}
.footer__main-social-media-link--spotify {
    color: #65D46E;
}
.footer__menu-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .footer__menu-container {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .footer__menu-group {
        flex: 1 0 auto;
    }
}
.footer__menu-title {
    font-family: var(--font-raleway);
    font-size: clamp(0.875rem, calc(0.875rem + ((1vw - 0.48rem) * 1.1278)), 1.25rem);
    color: #403E3E;
    margin-top: 0;
    margin-bottom: 2rem;
}
.footer__menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: var(--font-inter);
}
.footer__menu-item {

}
.footer__menu-link {
    color: rgba(64, 62, 62, 0.5) !important;
    text-decoration: none;
}
.footer__menu-link:hover {
    color: rgba(64, 62, 62, 1) !important;
}
.footer__copyright-container {
    background: #2D2D2D;
    font-size: clamp(0.625rem, calc(0.625rem + ((1vw - 0.48rem) * 0.7519)), 0.875rem);
    font-family: var(--font-jost);
}
.footer__copyright-container p {
    margin: 0;
}
.footer__copyright-container a {
    color: #ffffff;
}
.footer__copyright-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
}
@media (min-width: 768px) {
    .footer__copyright-wrapper {
        flex-direction: row;
        gap: 2.5rem;
    }
}
.footer__copyright-center-col {
    text-align: center
}
@media (min-width: 768px) {
    .footer__copyright-center-col {
        flex-grow: 1;
        text-align: left
    }
}


.rmp_menu_trigger {
    display:none !important;
}
#mobile-menu-toggle-trigger {
    color: #ffffff;
    font-size: 24px;
}
@media (min-width: 768px) {
    .header__mobile-menu-toggle {
        display: none;
    }
}