.main-menu, .main-menu ul li, .main-menu ul li.submenu, .topbar {
    position: relative
}

.btn.ghost, .main-menu .logo a, .main-menu ul li a {
    background: 0 0
}

.topbar {
    background: #111;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 13px;
    font-family: Poppins, sans-serif
}

.main-menu ul, .topbar span {
    align-items: center;
    display: flex
}

.card, .column h4, .main-menu ul li a {
    font-family: Poppins, sans-serif !important
}

.topbar a {
    color: #fff;
    text-decoration: none
}

.topbar span {
    margin-right: 15px;
    font-weight: 500;
    gap: 5px
}

.app-stores, .main-menu {
    justify-content: space-between
}

.main-menu {
    background: linear-gradient(to left, #f47120, #f98f16);
    display: flex;
    align-items: center;
    padding: 15px 30px;
    z-index: 10;
    color: #fff
}

.btn, .main-menu ul li a {
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

.main-menu .logo {
    font-size: 22px;
    font-weight: 700
}

.main-menu .logo a img {
    max-width: 250px;
    height: auto
}

.main-menu a.dark-orange {
    background: #f26d20
}

.main-menu a.no-border-white {
    border: none;
    font-size: 15px
}

.main-menu a.bg-white {
    background: #fff;
    color: #f89016
}

.menu-open-new.puntos {
    min-width: 60px !important;
    height: 46px
}

.main-menu a.bg-white:focus {
    color: #f26d20
}

.main-menu a.bg-white.puntos img {
    transition: .6s ease-in
}

.main-menu a.bg-white.puntos:hover img {
    transform: rotate(90deg)
}

.main-menu ul {
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0
}

.main-menu ul li button {
    background: 0 0;
    border: none
}

.main-menu ul li a {
    color: #fff;
    border-radius: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    gap: 5px
}

.main-menu ul li a.menu-open-new {
    min-width: 120px
}

.main-menu a.bg-white.puntos {
    flex-direction: row-reverse
}

.btn {
    border-radius: 40px;
    border: none;
    cursor: pointer
}

.btn.ghost {
    color: #fff;
    border: 2px solid #fff
}

.mega-menu {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #f5f5fa;
    display: none;
    padding: 0 0 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    color: #333;
    z-index: 1000;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center
}

.card, .col-left.scroll-container .card.selected, .column, .promo, .simple-links-reponsive a {
    position: relative
}

.card, .mini-grid .link-cards {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .05);
    font-weight: 500;
    cursor: pointer;
    text-align: center
}

.mega-menu.emp-per {
    top: 110px
}

.menu-item:hover .mega-menu {
    display: flex
}

.menu-item a img {
    width: 18px !important;
    height: auto
}

.column {
    flex: 1;
    min-width: 250px;
    padding: 15px 30px
}

.column.col-left {
    max-width: 450px;
    padding: 15px 30px 70px
}

.column.col-middle {
    max-width: 255px
}

.column.col-right {
    max-width: 600px
}

.column.border-right::after {
    content: "";
    position: absolute;
    right: 0;
    height: 410px;
    width: 1px;
    background: #d8d8ed;
    top: 55px
}

.column h4 {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 14px
}

.promo h5, .promo p {
    z-index: 1;
    font-family: Poppins, Sans-serif
}

.grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 12px
}

.grid.left {
    max-width: 500px
}

.grid.flex-column {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.grid.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1140px;
    width: 100%;
    padding-top: 30px
}

.card, .promo-cards.fdc {
    flex-direction: column
}

.grid.flex-wrap .card {
    min-width: 157px
}

.scroll-container {
    max-height: 460px;
    overflow-y: auto;
    max-width: 250px;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #cdcde8 #f8f8fc
}

.card, .search-box {
    overflow: hidden;
    display: flex
}

.scroll-container.scroll-responsive {
    max-height: 590px;
    width: 100%;
    max-width: 100%
}

.scroll-container::-webkit-scrollbar {
    width: 8px
}

.scroll-container::-webkit-scrollbar-track {
    background: #f8f8fc;
    border-radius: 10px
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #cdcde8;
    border-radius: 10px
}

.card {
    border-radius: 14px;
    padding: 15px 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 100px;
    max-width: 168px;
    background: 0 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #333;
    transition: .5s ease-in-out
}

.b-white-submenu, .card.selected, .search-box {
    background: #fff
}

.card img {
    transition: transform .5s, opacity .5s
}

.card:hover, .col-left.scroll-container .card.selected {
    background-image: linear-gradient(180deg, #f89016 0, #f26d21 100%);
    color: #fff
}

.card:hover img.icon-normal, .col-left.scroll-container .card.selected img.icon-normal {
    display: none !important
}

.card:hover img.icon-hover, .col-left.scroll-container .card.selected img.icon-hover {
    display: block !important
}

.card:hover::before, .col-left.scroll-container .card.selected::before {
    content: "";
    background: url("../images/bi-ic-arrow_active.png") center/20px no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.card i {
    font-size: 16px;
    min-width: 20px
}

.search-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 25px
}

.search-box .search-form {
    margin: 10px auto !important;
    width: 100%
}

.search-box input[type=search] {
    flex: 1;
    padding: 10px 15px !important;
    border: none !important;
    outline: 0 !important;
    font-size: 14px !important;
    max-height: 33px !important
}

.search-box .search-submit {
    background: url(../images/bi-ic-search.png) center center/30px no-repeat !important;
    width: 13px !important;
    height: 31px;
    right: 1rem;
    top: 1px
}

.promo.dark, .promo.orange {
    width: 48%;
    min-height: 345px;
    padding: 40px 30px 0;
    overflow: hidden;
    text-decoration: none
}

.search-box button {
    background: 0 0;
    padding: 10px 15px;
    border: none;
    cursor: pointer
}

.promo-cards {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.promo {
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px
}

.promo-cards.fdc .promo {
    min-height: 100px;
    max-width: 270px
}

.promo.dark .img-promo, .promo.orange .img-promo {
    transition: .6s ease-in-out;
    height: auto;
    max-width: none;
    object-fit: contain;
    position: absolute
}

.promo-cards.fdc .promo h5 {
    max-width: 115px
}

.promo-cards.fdc .promo.orange {
    background: linear-gradient(to bottom right, #ffae00, #ff7a00)
}

.promo-cards.fdc .promo.orange .img-promo {
    width: 303px;
    bottom: -6rem
}

.promo-cards.fdc .promo.dark {
    background: linear-gradient(to bottom right, #6b6b6b, #333)
}

.promo-cards.fdc .promo.dark .img-promo {
    width: 220px;
    bottom: -3rem
}

.promo.orange {
    background: linear-gradient(to bottom right, #ff7a00, #ffae00);
    justify-content: flex-start
}

.promo.orange .img-promo {
    bottom: -6rem;
    left: -11rem;
    width: 190%
}

.promo-cards.fdc .promo.dark, .promo-cards.fdc .promo.orange {
    width: 100%;
    align-items: flex-end;
    padding-top: 20px
}

.promo:hover .img-promo {
    transform: scale(1.09)
}

.promo-cards.fdc .arrow {
    bottom: 1rem
}

.promo.dark {
    background: linear-gradient(to bottom right, #333, #6b6b6b);
    justify-content: flex-start
}

.promo.dark .img-promo {
    bottom: -2rem;
    left: -3rem;
    width: 140%
}

.promo h5 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #fff
}

.app-stores p, .promo p {
    font-size: 14px
}

.promo p {
    margin: 0;
    color: #fff
}

.arrow {
    position: absolute;
    right: 1.5rem;
    bottom: 2rem
}

.b-white-submenu {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 16px;
    padding: 30px 20px;
    position: absolute;
    bottom: -12.5rem;
    left: 0;
    min-width: 152px;
    max-width: 125px;
    width: 100%
}

.b-white-submenu a {
    font-size: 14px;
    color: #111 !important;
    font-weight: 400;
    padding: 0 0 10px !important;
    display: flex !important;
    gap: 15px !important;
    border-bottom: 1px solid #e9e9f4 !important;
    border-radius: 0 !important
}

.icon-close, .icon-menu {
    transition: opacity .3s
}

.mega-menu-responsive {
    position: fixed;
    top: 12.3%;
    right: -100%;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    background: #f5f5fa;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .1);
    transition: right .3s ease-in-out;
    z-index: 9998;
    overflow-y: auto;
    padding: 0 10px
}

.mega-menu-responsive.open {
    right: 0
}

.mega-menu-responsive .menu-inner {
    padding: 0 15px 20px;
    position: relative
}

.m-top-1 {
    margin-top: 1rem
}

.m-top-2 {
    margin-top: 2rem
}

.app-stores {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0 0 0 10px
}

.app-stores .links-apps {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center
}

.app-stores .links-apps a {
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px
}

.content-search-box-responsive {
    width: 100%;
    background: #f5f5fa;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 15px;
    max-width: 90%
}

.content-search-box-responsive .search-box {
    margin-bottom: 10px
}

.simple-links-reponsive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px;
    gap: 15px
}

.simple-links-reponsive a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 0 0 15px
}

.content-link-cards span, .content-redes-responsive p {
    font-weight: 400;
    font-size: 14px
}

.simple-links-reponsive a::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0
}

.mini-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.content-link-cards, .content-redes-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.content-link-cards span {
    margin-top: 1rem;
    color: #333
}

.mini-grid .link-cards {
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    height: 67px;
    width: 69px;
    text-decoration: none;
    color: #333
}

.content-redes-responsive .grid-redes-responsive {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%
}

.ico-back-submenu-responsive {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-bottom: 10px
}

@media (max-width: 1366px) {
    .main-menu {
        justify-content: center;
        flex-wrap: wrap
    }

    .main-menu ul {
        gap: 5px
    }

    .mega-menu {
        top: 200px
    }
}

@media (max-width: 1100px) {
    .main-menu ul li a {
        padding: 10px
    }

    .main-menu ul li a.menu-open-new {
        min-width: auto
    }
}

@media (max-width: 1024px) {
    .main-menu ul li a {
        font-size: 11px
    }

    .promo-cards {
        flex-wrap: wrap;
        width: 100%
    }

    .promo.dark, .promo.orange {
        width: 100%;
        min-height: 215px
    }

    .promo.orange .img-promo {
        bottom: -8rem;
        left: -8rem;
        width: 400px
    }

    .promo.dark .img-promo {
        bottom: -4rem;
        left: -3rem;
        width: 305px
    }
}

@media (max-width: 900px) {
    .mnu-desktop-new, .topbar {
        display: none
    }

    .mnu-responsive-new {
        display: flex !important;
        justify-content: space-between !important;
        position: fixed;
        width: 100%;
        top: 0
    }

    .promo-cards.fdc .promo {
        max-width: 100%
    }

    .main-menu ul li a {
        font-size: 13px
    }

    .banner-superior-paginas {
        margin-top: 47px;
    }
}

@media (max-width: 568px) {
    .main-menu.mnu-responsive-new {
        padding: 0px 15px
    }

    .main-menu.mnu-responsive-new .logo a img {
        width: 180px;
        height: auto
    }

    .mega-menu-responsive {
        top: 93px
    }
}

@media (max-width: 430px) {
    .main-menu.mnu-responsive-new ul li a.mini-submenu {
        font-size: 11px;
        padding: 10px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center
    }

    .main-menu.mnu-responsive-new ul li a span {
        display: none
    }

    .b-white-submenu {
        left: -4rem
    }

    .b-white-submenu a {
        width: 100% !important;
        height: auto !important;
        justify-content: flex-start;
        align-items: center;
        display: flex !important
    }
}