﻿.ac-theme__white .navbar-brand .logo-assistcard {
    color: #EB0029;
}

.ac-theme__white .navbar {
    background-color: #ffffff;
}

.ac-theme__white .nav-item .nav-link {
    color: var(--bs-gray-darker);
}

    .ac-theme__white .nav-item .nav-link i {
        color: var(--bs-gray-dark);
    }

.ac-theme__white .btn-toggleSidebar i {
    color: var(--bs-gray-darker);
}

.ac-theme__red .navbar-brand .logo-assistcard {
    color: #ffffff;
}

.ac-theme__red .navbar {
    background-color: #EB0029;
}

.ac-theme__red .nav-item .nav-link {
    color: #ffffff;
}

    .ac-theme__red .nav-item .nav-link i {
        color: #ffffff;
    }

.ac-theme__red .btn-toggleSidebar i {
    color: #ffffff;
}

.nav-item:last-child a {
    padding-right: 0;
}

.nav-item .nav-link {
    /* font-size: 1rem; */
    /* font-weight: 400; */
    display: flex;
    line-height: 24px;
}

    .nav-item .nav-link i {
        font-size: 17px;
        margin-right: 4px;
    }

.navbar {
    min-height: 60px;
}

.navbar-brand-container {
    display: flex;
    align-items: center;
}

.navbar-brand {
    padding-bottom: initial;
    margin-left: 2rem;
    font-size: initial;
    white-space: nowrap;
    display: flex;
    padding-top: 0;
}

    .navbar-brand .logo-assistcard {
        font-size: 30px;
    }

    .navbar-brand .logo-adicional {
        max-width: 120px;
        max-height: 30px;
        /*margin-left: 16px;*/
    }
.container-logo-adicional {
    display: grid;
    place-content: center;
}

.btn-toggleSidebar {
    width: 44px;
    height: 44px;
    border: 0 none;
    background-color: transparent;
}

    .btn-toggleSidebar i {
        font-size: 1.75rem;
    }

.sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 513px;
    height: 100%;
    left: -513px;
    background: linear-gradient(145.22deg, #262626 5.84%, #000000 90.29%);
    transition: left 0.4s ease;
    z-index: 1051;
}

    .sidebar .with-personalized-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar.show {
        left: 0px;
        border-radius: 0px 15px 15px 0px;
        overflow: hidden;
    }

    .sidebar a {
        text-decoration: none;
    }

.sidebar-open {
    overflow: hidden;
}

.sidebar__separator {
    font-size: 0.75rem;
    line-height: 1rem;
    border-bottom: 1px solid var(--bs-gray-light);
    max-width: 215px;
    color: var(--bs-gray-dark);
    font-weight: 400;
    margin-left: 0.75rem;
}

.sidebar__section {
    padding-left: 0;
    padding-right: 0;
}

.sidebar__container {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 140px;
}

.sidebar__tittle {
    height: 70px;
    background-color: transparent;
    padding-left: 43px;
    padding-right: 31px;
}

    .sidebar__tittle h1 {
        color: white;
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
    }

.sidebar__btnClose {
    border: 0 none;
    background-color: transparent;
    color: white;
}

    .sidebar__btnClose i {
        font-size: 1.75rem;
    }

.sidebar ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

    .sidebar ul li {
        margin-bottom: 21px;
    }

        .sidebar ul li:last-child {
            /*border-bottom: 1px solid rgba(255, 255, 255, 0.05)*/
        }

        .sidebar ul li a {
            position: relative;
            text-decoration: none;
            font-size: 16px;
            padding-left: 56px;
            font-weight: 400;
            display: block;
            width: 100%;
            color: rgba(217, 217, 217, 0.50);
            font-family: Work Sans, Arial, Helvetica, sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

            .sidebar ul li a:not([href]):not([tabindex]) {
                color: rgba(217, 217, 217, 0.50);
                text-decoration: none;
            }

            .sidebar ul li a:hover {
                color: rgba(217, 217, 217, 0.85);
            }

            .sidebar ul li a:not([href]):not([tabindex]):focus,
            .sidebar ul li a:not([href]):not([tabindex]):hover {
                color: rgba(217, 217, 217, 0.85);
                text-decoration: none;
                cursor: pointer;
            }

        /*.sidebar ul li.active a {
            background: var(--bs-gray-light);
        }*/

        .sidebar ul li.active ul {
            transition: all 0.5s
        }


    .sidebar ul ul {
        position: static;
        display: none
    }

    .sidebar ul.show {
        display: block;
        margin-top: 20px;
        transition: all 0.5s;
    }

    .sidebar ul ul li {
        line-height: 42px;
        border-top: none;
        margin-bottom: 20px;
    }

        .sidebar ul ul li a {
            color: rgba(217, 217, 217, 0.65);
            font-family: Work Sans, Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            padding-left: 85px;
        }

    .sidebar ul li.active ul li a {
        color: rgba(217, 217, 217, 0.65);
    }

        .sidebar ul li.active ul li a:hover {
            color: rgba(217, 217, 217, 0.85);
        }

    .sidebar ul li a i {
        position: absolute;
        top: 50%;
        right: 35px;
        transform: translateY(-50%);
        transition: transform 0.4s;
        color: #727272;
        font-size: 24px;
    }

        .sidebar ul li a i.rotate {
            transform: translateY(-50%) rotate(90deg)
        }


.sidebar__section.countrySelector {
    padding-bottom: 42px;
    padding-top: 20px;
    padding-left: 48px;
    padding-right: 46px;
}

.countrySelector__isocode {
    border-right: 1px solid white;
    padding-right: 11px;
    margin-right: 10px;
    height: 30px;
}

    .countrySelector__isocode img {
        max-width: 21px;
    }

.countrySelector__tittle {
    font-size: 1rem;
    padding-left: 5px;
    color: #FFF;
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.countrySelector__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
    border: 1px solid #F5F5F5;
    line-height: 31px;
    padding: 0 21px;
    color: #f5f5f5;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

    .countrySelector__link:hover {
        color: #262626;
        background-color: #F5F5F5;
    }

.countrySelector__tooltip-link {
    align-self: flex-start;
    margin-top: -4px;
    margin-left: 4px;
}

    .countrySelector__tooltip-link.desktop {
        z-index: 1051;
        right: -16px;
        top: -9px;
    }

.sidebar-open .countrySelector__tooltip-link.desktop {
    z-index: 1050;
}


.separador {
    line-height: 30px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.sidebar__footer {
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #EB0029;
    border-radius: 0px 0px 15px 0px;
    padding-left: 54px;
    padding-right: 49px;
    padding-bottom: 2rem;
}

.sidebar ul.social-links {
    width: initial;
    display: flex;
    align-items: center;
}

    .sidebar ul.social-links li {
        margin-bottom: 0;
    }

        .sidebar ul.social-links li a {
            padding-left: 0;
            margin-left: 21px;
        }

            .sidebar ul.social-links li a img {
                width: 21px;
            }

.sidebar__footer-llamanos .icon-phone {
    color: #ffffff;
    color: white;
    font-size: 23px;
    margin-right: 10px;
}

.sidebar__footer-llamanos .text {
    color: #FFF;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.sidebar__footer-llamanos .number {
    color: #FFF;
    font-family: Work Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

/* menu lateral */
.fade {
    transition: opacity 0.15s linear;
}

.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .sidebar-backdrop.fade {
        opacity: 0;
        visibility: hidden;
    }

    .sidebar-backdrop.show {
        opacity: 0.5;
        visibility: visible;
    }


/* HEADER version 2 con version 4 */

header.version-2 .container-header {
    --bs-gutter-x: 0.75rem;
    padding-right: var(--bs-gutter-x, 0.5rem);
    padding-left: var(--bs-gutter-x, 0.5rem);
}

.header-V2 header {
    height: 70px;
    background-color: #C62828;
    display: flex;
    align-items: center;
}

    .header-V2 header .nav-link {
        font-size: 12px;
    }

.header-V2 .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: transparent;
}

.header-V2 a.navbar-brand-hamburguer {
    display: none;
}

.header-V2 .btn-flag-selector {
    display: flex;
}

    .header-V2 .btn-flag-selector span {
        color: white;
    }

.header-V2 i.mdi {
    line-height: 16px;
    margin-right: 5px;
    font-size: 1.5em;
    vertical-align: middle;
}

.header-V2 [class^="mdi-"], .header-V2 [class*=" mdi-"] {
    font-family: "assistcard-icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .header-V2 [class^="mdi-"]:before, .header-V2 [class*=" mdi-"]:before {
        display: inline-block;
        padding-top: 4px;
        color: white;
    }

.header-V2 .mdi-phone:before {
    content: "\e918";
}

.header-V2 .mdi-hospital:before {
    content: "\e919";
}

.header-V2 .mdi-account-key:before {
    content: "\e91a";
}

.header-V2 .mdi-cash-usd:before {
    content: "\e948";
}

.header-V2 .mdi-menu:before {
    padding-top: 0;
    content: "\e938";
}

.header-V2 header .navbar-toggler {
    border: none;
}

.header-V2 header .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .header-V2 header .navbar-toggler .navbar-toggler-icon {
        font-size: 1.5em;
        color: white;
        background-image: none;
        display: flex;
        align-items: center;
    }

@media (max-width: 991px) {
    .header-V2 .mainNavBar {
        position: fixed;
        background: rgba(100, 100, 100, 0.95);
        top: 70px;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        height: 100%;
        text-align: left;
        z-index: 10;
        display: block;
        margin-left: -280px;
        transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        padding: .5rem 1rem;
    }

        .header-V2 .mainNavBar a, .header-V2 .mainNavBar ul {
            text-align: left !important;
            display: block;
            border-bottom: 1px solid #ced4da;
        }

        .header-V2 .mainNavBar [class^="mdi-"]:before, .header-V2 .mainNavBar [class*=" mdi-"]:before {
            color: #343a40 !important
        }

        .header-V2 .mainNavBar a small, .header-V2 .mainNavBar ul small {
            display: inline;
        }

    .header-V2 .navBarExpanded {
        margin-left: 0;
        background-color: #f9f9f9;
    }

    .header-V2 .reviewSliderContainer {
        display: block;
    }

        .header-V2 .reviewSliderContainer li {
            display: inline-block;
        }

    .header-V2 .featuresItem {
        max-width: 50% !important;
    }

    .header-V2 .appsBlock .inner {
        padding-left: 265px;
    }

    .header-V2 .widthLimiter {
        padding: 0 !important;
        margin: 0 !important;
        border-left: none !important;
    }

    .header-V2 .borderRight {
        border: none;
    }

    .header-V2 a.navbar-brand-hamburguer {
        display: block !important;
        margin: 0 auto;
    }

    .header-V2 .mainNavBar a.navbar-brand {
        display: none;
    }

    .navBarExpanded ul li.nav-item, .navBarExpanded ul li.nav-item a.text-light, .navBarExpanded ul li.nav-item a.text-light img {
        color: #343a40 !important;
        display: flex;
        flex-flow: wrap;
        flex-grow: 1;
    }

    .separador {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .header-V2 .mainNavBar {
        width: 100%;
        margin-left: -100%;
        max-width: inherit !important;
    }

    .header-V2 .navBarExpanded {
        margin-left: 0;
    }
}

.nav.nav-mobile-buttons .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    line-height: 24px;
    padding: 10px;
}

    .nav.nav-mobile-buttons .nav-item .nav-link i {
        margin-right: 0px;
    }

.nav.nav-mobile-buttons .nav-item .dropdown-menu {
    min-width: initial;
}

.nav.nav-mobile-buttons .nav-item .dropdown-toggle::after {
    margin-top: 8px;
}

.pointer-events-none {
    pointer-events: none !important;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    header .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-toggleSidebar {
        width: 48px;
        height: 29px;
    }

    .navbar-brand {
        padding-top: 3px;
        padding-left: 4px;
        margin-left: 4px;
        margin-right: 8px;
    }

        .navbar-brand .logo-assistcard {
            font-size: 26px;
        }

    .nav.nav-mobile-buttons .nav-item .nav-link {
        font-size: 1rem;
        font-weight: 400;
        display: flex;
        line-height: 24px;
        padding: 6px;
    }

    .sidebar__footer {
        flex-direction: column;
        padding-bottom: 0px;
        justify-content: center
    }

    .sidebar__footer-llamanos {
        margin-bottom: 5px
    }

        .sidebar__footer-llamanos a .number {
            font-size: 20px
        }

    .sidebar ul li a {
        padding-right: 20px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .sidebar.show, .sidebar__footer {
        border-radius: 0;
    }

    .sidebar__footer {
        padding-left: 1rem;
        padding-right: 0rem;
    }

    .sidebar__tittle, .sidebar__section.countrySelector {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sidebar ul li a {
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: 0px;
    }

        .sidebar ul li a i {
            right: 20px;
        }

    .sidebar ul ul li a {
        font-size: 16px;
        padding-left: 48px;
    }

    .sidebar__tittle {
        padding-left: 15px;
    }

    .sidebar ul.social-links li a {
        margin-left: 0px;
    }
}


/* B2C */

.isB2c .navbar .navbar-brand {
    display: flex;
}

    .isB2c .navbar .navbar-brand .logo-assistcard {
        margin-right: 10px;
    }

.isB2c .navbar .nav-item .nav-link {
    color: inherit;
}

.pre-header {
    background-color: #E5E5E5;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .pre-header ul {
        list-style-type: none;
        margin-bottom: 0;
        text-decoration: none;
    }

        .pre-header ul li {
            padding-left: 28px;
        }

            .pre-header ul li a {
                color: #676767;
                font-family: Roboto, Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
                text-decoration: none;
                display: flex;
                align-items: center;
            }

                .pre-header ul li a i {
                    margin-right: 6px;
                }

@media (min-width: 768px) {
    header.version-2 .navbar-brand .logo-assistcard {
        font-size: 1.45rem;
    }

    header.version-2 .btn-toggleSidebar {
        border-radius: 12px;
        border: 1px solid #C3C3C3;
        background: #FBFBFB;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
        padding: 0;
        height: 39px;
        width: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        header.version-2 .btn-toggleSidebar i {
            font-size: 21px;
        }

    header.version-2 .navbar {
        min-height: 87px;
    }

    header.version-2 .mainNavBar ul.navbar-nav {
        display: none !important;
    }

        header.version-2 .mainNavBar ul.navbar-nav li a {
            color: #5B5D6B;
            text-align: center;
            font-family: Work Sans, Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: uppercase;
            padding-bottom: 10px;
            padding-top: 0;
        }

            header.version-2 .mainNavBar ul.navbar-nav li a.active,
            header.version-2 .mainNavBar ul.navbar-nav li a:active {
                background-color: var(--bs-dropdown-link-hover-bg);
            }

    header.version-2 .mainNavBar {
        display: flex !important;
        justify-content: end;
        flex: 1 1 auto;
    }

        header.version-2 .mainNavBar.isNotHome {
            display: flex !important;
            justify-content: center;
            flex: initial
        }

        header.version-2 .mainNavBar ul.navbar-nav li {
            margin-left: 13px;
            margin-right: 13px;
            position: relative;
            padding: 10px;
        }

            header.version-2 .mainNavBar ul.navbar-nav li.destacada {
                border: 1px solid #EE0029;
            }

            header.version-2 .mainNavBar ul.navbar-nav li:after {
                content: ' ';
                border-bottom: 2px solid #5B5D6B;
                position: absolute;
                width: 8px;
                transition: width .25s;
            }

        header.version-2 .mainNavBar ul.navbar-nav ul.dropdown-menu li {
            margin-left: 10px;
            padding: 0;
            margin-right: 10px;
        }

            header.version-2 .mainNavBar ul.navbar-nav ul.dropdown-menu li a {
                color: #5B5D6B;
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                text-transform: initial;
                padding: 10px;
                font-family: Roboto, Arial, Helvetica, sans-serif;
            }

            header.version-2 .mainNavBar ul.navbar-nav ul.dropdown-menu li:after {
                display: none;
            }

        header.version-2 .mainNavBar ul.navbar-nav li:has(.active):after {
            border-color: #EE0029;
        }

        header.version-2 .mainNavBar ul.navbar-nav li:hover:after {
            width: calc(100% - 20px);
            border-color: #EE0029;
        }

        header.version-2 .mainNavBar ul.navbar-nav li:hover > a {
            color: #EE0029;
        }

    header.version-2 .dropdown-toggle::after {
        display: none;
    }

    header.version-2 .navbar-nav .dropdown-menu {
        position: absolute;
        top: 45px;
    }

    header.version-2 .dropdown:hover > .dropdown-menu {
        display: block;
    }

    header.version-2 .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    header.version-2 .mainNavBar ul.navbar-nav {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    header.version-2 .mainNavBar ul.navbar-nav {
        margin-left: auto;
        display: flex !important;
    }

    /*    Fix USER STORY 140547*/
    header.version-2 .container-header {
        max-width: 1366px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: content-box;
    }
}

@media (min-width: 1400px) {
    header.version-2 .mainNavBar ul.navbar-nav {
        margin-left: auto;
        display: flex !important;
    }
}

@media (max-width: 1286px) {
    header.version-2 .mainNavBar ul.navbar-nav li {
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        padding: 10px;
    }
}

/* Language Switcher */

.collapseLanguageSwitch-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .sidebar-open .collapseLanguageSwitch-container {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
}

.language-switcher-open .collapseLanguageSwitch-container {
    z-index: 1052;
}

.languageSwitch-container {
    padding-top: 3px;
}

.btn.languageSwitch {
    border: 0 none;
    box-shadow: none;
    font-size: 14px;
    color: #EE0029;
    line-height: 28px;
    display: flex;
    align-items: center;
    padding-top: 2px;
    text-transform: uppercase;
}

    .btn.languageSwitch.collapsed {
        color: #5B5D6B;
    }

    .btn.languageSwitch .icon-web {
        font-size: 20px;
        margin-right: 7px;
    }

    .btn.languageSwitch .icon-select-chevron-down {
        margin-left: 8px;
    }

    .btn.languageSwitch:hover {
        color: #EE0029;
        box-shadow: none;
    }

.languageSwitch-container.mobile .btn.languageSwitch.collapsed {
    color: #d9d9d9;
}

.languageSwitch-container.mobile .btn.languageSwitch {
    color: #d9d9d9;
}

.collapseLanguageSwitch {
    position: absolute !important;
    padding: 0;
    border-radius: .5rem !important;
    right: 23px;
    z-index: 1051;
    top: 62px;
}

    .collapseLanguageSwitch .card.card-body {
        border-radius: 0.5rem !important;
        padding: 0.5rem;
    }

        .collapseLanguageSwitch .card.card-body a {
            display: inline-block;
            white-space: nowrap;
            color: #5B5D6B;
            leading-trim: both;
            text-edge: cap;
            font-family: "Work Sans", Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            padding: 8px;
            text-decoration: none;
        }

            .collapseLanguageSwitch .card.card-body a:hover {
                color: #EE0029;
            }

.languageSwitcher-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .languageSwitcher-backdrop.fade {
        opacity: 0;
        visibility: hidden;
    }

    .languageSwitcher-backdrop.show {
        opacity: 0.5;
        visibility: visible;
    }

@media (max-width: 767.98px) {
    .languageSwitcher-backdrop {
        z-index: 1051;
    }

    .collapseLanguageSwitch {
        z-index: 1053;
    }
}

@media (min-width: 768px) {
    .languageSwitch-container.mobile {
        display: none;
        visibility: hidden;
    }
}

header.version-2 .navbar {
    min-height: 73px;
}

#mainNavBar {
    align-items: center;
    flex-wrap: nowrap;
    gap: .5rem;
}

    #mainNavBar > ul.navbar-nav {
        flex: 1 1 auto;
        min-width: 0;
        overflow: visible;
    }

    #mainNavBar > ul.nav {
        flex: 0 0 auto;
        margin-left: auto !important;
        gap: .25rem;
    }

    #mainNavBar .nav-link {
        font-size: 14px;
        padding: .25rem .5rem;
        line-height: 1.25;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: clamp(96px, 20vw, 220px);
    }

    #mainNavBar ul.nav .nav-link {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* ====== LOGOS ====== */
.navbar-brand-container,
.navbar-brand {
    display: flex;
    align-items: center;
}

    .navbar-brand .logo {
        height: clamp(32px, 3.2vh, 36px);
        width: auto;
        object-fit: contain;
    }

.container-logo-adicional:empty {
    display: none;
}

@media (min-width: 1200px) {
    .navbar-brand .logo.logo-adicional {
        max-height: 36px;
    }
}

