.b-lazy,
.swiper-lazy {
    opacity:0;
    transition: opacity 1s ease-out!important;
}

.b-loaded,
.swiper-lazy-loaded {
    opacity:1;
}
.swiper-lazy-loaded + .loader {
    display: none;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
}
.loader .spinner {
    position: relative;
    width: 40px;
}
.loader .spinner:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.loader .circular {
    animation: rotate73451 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash0175 1.5s ease-in-out infinite;
    stroke: #fff;
    stroke-linecap: round;
}
.loader.--dark .path {
    stroke: #01011F;
}
.loader.--blue .path {
    stroke: #29A8E0;
}
@keyframes rotate73451 {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash0175 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
  
  

.b-loaded + .loader {
    opacity: 0;
    z-index: -9999;
}



:root {
    --font-Glober: "Glober", sans-serif;
}
body {
    font-family: var(--font-Glober);    
    background-color: #FBFEFF;
}




/* Header */
#debug-navbar {
    display: none!important;
}

.header-topbar {
    padding: 12px 0;
    background-color: #16324B;
}
.header-topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-topbar .container .redes-sociais {
    display: flex;
    align-items: center;
    gap: 15px;
    
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-topbar .container .redes-sociais svg {
    display: block;
    fill: rgba(41, 168, 224, .5);
    width: 20px;
    height: 20px;
}
.header-topbar .container .redes-sociais a:hover svg {
    fill: #29A8E0;
}

.header-topbar .container .actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-topbar .container .actions .links {
    display: flex;
    align-items: center;
    gap: 30px;
    
    margin: 0;
    align-items: center;
    padding: 0;
    list-style: none;
}
.header-topbar .container .actions .links li {
    position: relative;
}
.header-topbar .container .actions .links li:not(:last-child)::after {
    content: '';
    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    margin: auto;
}
.header-topbar .container .actions .links a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 0;
}
.header-topbar .container .actions .links a:hover {
    color: #29A8E0;
    text-decoration: underline;
}
.header-topbar .container .actions .language-selector {
    position: relative;
    z-index: 9999999;
}
.header-topbar .container .actions .language-selector .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 8px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}
.header-topbar .container .actions .language-selector .dropdown-toggle:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
}
.header-topbar .container .actions .language-selector .dropdown-toggle::after {
    content: unset;
}
.header-topbar .container .actions .language-selector .dropdown-toggle .flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}
.header-topbar .container .actions .language-selector .dropdown-toggle .lang-text {
    transform: translateY(2px);
}
.header-topbar .container .actions .language-selector .dropdown-toggle .dropdown-arrow {
    margin-left: 4px;
    transition: transform .3s ease;
}
.header-topbar .container .actions .language-selector .dropdown.show .dropdown-arrow {
    transform: rotate(180deg);
}
.header-topbar .container .actions .language-selector .dropdown-menu {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.2);
    background: #1a1a1a;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    min-width: 180px;
    padding: 6px;
}
.header-topbar .container .actions .language-selector .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    transition: background .2s ease;
}
.header-topbar .container .actions .language-selector .dropdown-item:hover {
    background: rgba(255,255,255,.1);
}
.header-topbar .container .actions .language-selector .dropdown-item.active {
    background: rgba(255,255,255,.15);
    pointer-events: none;
}
.header-topbar .container .actions .language-selector .dropdown-item .flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}
.flag-icon.flag-br { background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGFyaWEtaGlkZGVuPSJ0cnVlIiByb2xlPSJpbWciIGNsYXNzPSJpY29uaWZ5IGljb25pZnktLXR3ZW1vamkiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPjxwYXRoIGZpbGw9IiMwMDlCM0EiIGQ9Ik0zNiAyN2E0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY5YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYxOHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjRkVERjAxIiBkPSJNMzIuNzI4IDE4TDE4IDI5LjEyNEwzLjI3MiAxOEwxOCA2Ljg3NXoiPjwvcGF0aD48Y2lyY2xlIGZpbGw9IiMwMDI3NzYiIGN4PSIxNy45NzYiIGN5PSIxNy45MjQiIHI9IjYuNDU4Ij48L2NpcmNsZT48cGF0aCBmaWxsPSIjQ0JFOUQ0IiBkPSJNMTIuMjc3IDE0Ljg4N2E2LjQwNiA2LjQwNiAwIDAgMC0uNjcyIDIuMDIzYzMuOTk1LS4yOSA5LjQxNyAxLjg5MSAxMS43NDQgNC41OTVjLjQwMi0uNjA0LjctMS4yOC44ODMtMi4wMDRjLTIuODcyLTIuODA4LTcuOTE3LTQuNjMtMTEuOTU1LTQuNjE0eiI+PC9wYXRoPjxwYXRoIGZpbGw9IiM4OEM5RjkiIGQ9Ik0xMiAxOC4yMzNoMXYxaC0xem0xIDJoMXYxaC0xeiI+PC9wYXRoPjxwYXRoIGZpbGw9IiM1NUFDRUUiIGQ9Ik0xNSAxOC4yMzNoMXYxaC0xem0yIDFoMXYxaC0xem00IDJoMXYxaC0xem0tMyAxaDF2MWgtMXptMy02aDF2MWgtMXoiPjwvcGF0aD48cGF0aCBmaWxsPSIjM0I4OEMzIiBkPSJNMTkgMjAuMjMzaDF2MWgtMXoiPjwvcGF0aD48L3N2Zz4='); }
.flag-icon.flag-us { background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGFyaWEtaGlkZGVuPSJ0cnVlIiByb2xlPSJpbWciIGNsYXNzPSJpY29uaWZ5IGljb25pZnktLXR3ZW1vamkiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPjxwYXRoIGZpbGw9IiNCMjIzMzQiIGQ9Ik0zNS40NDUgN0MzNC43NTIgNS44MDkgMzMuNDc3IDUgMzIgNUgxOHYyaDE3LjQ0NXpNMCAyNWgzNnYySDB6bTE4LThoMTh2MkgxOHptMC00aDE4djJIMTh6TTAgMjFoMzZ2Mkgwem00IDEwaDI4YzEuNDc3IDAgMi43NTItLjgwOSAzLjQ0NS0ySC41NTVjLjY5MyAxLjE5MSAxLjk2OCAyIDMuNDQ1IDJ6TTE4IDloMTh2MkgxOHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjRUVFIiBkPSJNLjA2OCAyNy42NzljLjAxNy4wOTMuMDM2LjE4Ni4wNTkuMjc3Yy4wMjYuMTAxLjA1OC4xOTguMDkyLjI5NmMuMDg5LjI1OS4xOTcuNTA5LjMzMy43NDNMLjU1NSAyOWgzNC44OWwuMDAyLS4wMDRhNC4yMiA0LjIyIDAgMCAwIC4zMzItLjc0MWEzLjc1IDMuNzUgMCAwIDAgLjE1Mi0uNTc2Yy4wNDEtLjIyLjA2OS0uNDQ2LjA2OS0uNjc5SDBjMCAuMjMzLjAyOC40NTguMDY4LjY3OXpNMCAyM2gzNnYySDB6bTAtNHYyaDM2di0ySDE4em0xOC00aDE4djJIMTh6bTAtNGgxOHYySDE4ek0wIDl6bS41NTUtMmwtLjAwMy4wMDVMLjU1NSA3ek0uMTI4IDguMDQ0Yy4wMjUtLjEwMi4wNi0uMTk5LjA5Mi0uMjk3YTMuNzggMy43OCAwIDAgMC0uMDkyLjI5N3pNMTggOWgxOGMwLS4yMzMtLjAyOC0uNDU5LS4wNjktLjY4YTMuNjA2IDMuNjA2IDAgMCAwLS4xNTMtLjU3NkE0LjIxIDQuMjEgMCAwIDAgMzUuNDQ1IDdIMTh2MnoiPjwvcGF0aD48cGF0aCBmaWxsPSIjM0MzQjZFIiBkPSJNMTggNUg0YTQgNCAwIDAgMC00IDR2MTBoMThWNXoiPjwvcGF0aD48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMi4wMDEgNy43MjZsLjYxOC40NDlsLS4yMzYuNzI1TDMgOC40NTJsLjYxOC40NDhsLS4yMzYtLjcyNUw0IDcuNzI2aC0uNzY0TDMgN2wtLjIzNS43MjZ6bTIgMmwuNjE4LjQ0OWwtLjIzNi43MjVsLjYxNy0uNDQ4bC42MTguNDQ4bC0uMjM2LS43MjVMNiA5LjcyNmgtLjc2NEw1IDlsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEw5IDlsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEwxMyA5bC0uMjM1LjcyNnptLTggNGwuNjE4LjQ0OWwtLjIzNi43MjVsLjYxNy0uNDQ4bC42MTguNDQ4bC0uMjM2LS43MjVsLjYxOC0uNDQ5aC0uNzY0TDUgMTNsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEw5IDEzbC0uMjM1LjcyNnptNCAwbC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMTMgMTNsLS4yMzUuNzI2em0tNi02bC42MTguNDQ5bC0uMjM2LjcyNUw3IDguNDUybC42MTguNDQ4bC0uMjM2LS43MjVMOCA3LjcyNmgtLjc2NEw3IDdsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEwxMSA3bC0uMjM1LjcyNnptNCAwbC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMTUgN2wtLjIzNS43MjZ6bS0xMiA0bC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMyAxMWwtLjIzNS43MjZ6TTYuMzgzIDEyLjlMNyAxMi40NTJsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMNyAxMWwtLjIzNS43MjZoLS43NjRsLjYxOC40NDl6bTMuNjE4LTEuMTc0bC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMTEgMTFsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEwxNSAxMWwtLjIzNS43MjZ6bS0xMiA0bC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMyAxNWwtLjIzNS43MjZ6TTYuMzgzIDE2LjlMNyAxNi40NTJsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMNyAxNWwtLjIzNS43MjZoLS43NjRsLjYxOC40NDl6bTMuNjE4LTEuMTc0bC42MTguNDQ5bC0uMjM2LjcyNWwuNjE3LS40NDhsLjYxOC40NDhsLS4yMzYtLjcyNWwuNjE4LS40NDloLS43NjRMMTEgMTVsLS4yMzUuNzI2em00IDBsLjYxOC40NDlsLS4yMzYuNzI1bC42MTctLjQ0OGwuNjE4LjQ0OGwtLjIzNi0uNzI1bC42MTgtLjQ0OWgtLjc2NEwxNSAxNWwtLjIzNS43MjZ6Ij48L3BhdGg+PC9zdmc+'); }
.flag-icon.flag-es { background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGFyaWEtaGlkZGVuPSJ0cnVlIiByb2xlPSJpbWciIGNsYXNzPSJpY29uaWZ5IGljb25pZnktLXR3ZW1vamkiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPjxwYXRoIGZpbGw9IiNDNjBBMUQiIGQ9Ik0zNiAyN2E0IDQgMCAwIDEtNCA0SDRhNCA0IDAgMCAxLTQtNFY5YTQgNCAwIDAgMSA0LTRoMjhhNCA0IDAgMCAxIDQgNHYxOHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjRkZDNDAwIiBkPSJNMCAxMmgzNnYxMkgweiI+PC9wYXRoPjxwYXRoIGZpbGw9IiNFQTU5NkUiIGQ9Ik05IDE3djNhMyAzIDAgMSAwIDYgMHYtM0g5eiI+PC9wYXRoPjxwYXRoIGZpbGw9IiNGNEEyQjIiIGQ9Ik0xMiAxNmgzdjNoLTN6Ij48L3BhdGg+PHBhdGggZmlsbD0iI0REMkU0NCIgZD0iTTkgMTZoM3YzSDl6Ij48L3BhdGg+PGVsbGlwc2UgZmlsbD0iI0VBNTk2RSIgY3g9IjEyIiBjeT0iMTQuNSIgcng9IjMiIHJ5PSIxLjUiPjwvZWxsaXBzZT48ZWxsaXBzZSBmaWxsPSIjRkZBQzMzIiBjeD0iMTIiIGN5PSIxMy43NSIgcng9IjMiIHJ5PSIuNzUiPjwvZWxsaXBzZT48cGF0aCBmaWxsPSIjOTlBQUI1IiBkPSJNNyAxNmgxdjdIN3ptOSAwaDF2N2gtMXoiPjwvcGF0aD48cGF0aCBmaWxsPSIjNjY3NTdGIiBkPSJNNiAyMmgzdjFINnptOSAwaDN2MWgtM3ptLTgtN2gxdjFIN3ptOSAwaDF2MWgtMXoiPjwvcGF0aD48L3N2Zz4='); }

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px #D9D9D9;

    z-index: 9999;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header.scrolling {
    background-color: rgba(22, 50, 75, 1);
    box-shadow: 0 0 0 2px #29A8E0;
    padding: 15px 0;
}
header._scrolling {
    padding: 10px 0;
}

header nav.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    height: 100%;
}
header .logo {
    position: relative;
    display: block;
    width: auto;
    height: 60px;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header._scrolling .logo,
header.scrolling .logo {
    height: 50px;
}
header .logo img {
    display: block;
    width: auto;
    height: 100%;    
    
    -o-object-fit: contain;
    object-fit: contain;

    opacity: 1;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .logo img.croped {
    position: absolute;
    top: 0;
    left: 0;
    
    opacity: 0;
}
header.scrolling .logo img {
    filter: brightness(100);
    opacity: 0;
}
header.scrolling .logo img.croped {
    opacity: 1;
}
header .itens-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    
    list-style: none;
    padding: 0;
    margin: 0;
}
header .itens-menu .item a {
    position: relative;
    display: block;
    width: fit-content;
    
    padding: 5px 7.5px;
    
    color: #2E2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    
    margin: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .itens-menu .item a:not(.botao) {
    transform: translateY(4px);
}
header.scrolling .itens-menu .item a {
    color: #fff;
}
header .itens-menu .item a:hover {
    color: #29A8E0;
    font-weight: 600;
}
header .itens-menu .item a:not(.botao)::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 0;
    
    background-color: #29A8E0;
    opacity: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .itens-menu .item a:hover::before {
    height: 2px;
    opacity: 1;
}
header .itens-menu .item .botao {
    display: block;
    width: fit-content;
    padding: 14px 50px;
    
    background-color: #29A8E0;
    border: none;
    border-radius: 100px;
    outline: none;
    
    color: #FFF;
    font-size: 12.247px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
header .itens-menu .item .botao span {
    display: block;
    transform: translateY(2px);
}
header .itens-menu .item .botao:hover {
    background-color: #16324B;
    color: #fff;
    box-shadow: 0 4px 0 0 #29A8E0;
    
    transform: translateY(-4px);
}
header .itens-menu .item .botao:active {
    background-color: #29A8E0;
    color: #fff;
    box-shadow: 0 0 0 0 #29A8E0;
    transform: translateY(0px);
}

/* @media (max-width: 992px) {
    header .navbar-desktop {
        transform: scale(.85);
        opacity: 0;
        z-index: -1;
        width: 0;
        overflow: hidden;
    }
    [data-mobile-status="open"] .logo {
        transform: scale(.8);
        opacity: 0;
    }
} */


header .open-menu-mobile,
[data-mobile-status="open"] .open-menu-mobile {
    display: flex;
    align-items: center;

    width: 40px;
    height: 40px;
    margin: auto 0;

    opacity: 0;
    z-index: -1;

    cursor: pointer;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@media (max-width: 992px) {
    header .open-menu-mobile {
        opacity: 1;
        transform: scale(1);
        z-index: 0;
    }
}



header .open-menu-mobile .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: auto;
}
header .open-menu-mobile .icon svg {
    display: block;
    fill: #151515;
    width: 100%;
    height: 100%;
}
header.scrolling .open-menu-mobile .icon svg {
    fill: #fff;
}
.header-mobile {
    position: fixed;
    top: 0;
    right: calc(-100% - 30px);
    
    background-color: #fff;
    
    width: 100%;
    /* max-width: calc(100% - 50px); */
    height: 100%;
    z-index: 99999;

    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
[data-mobile-status="open"] .header-mobile {
    right: 0;
}
.header-mobile .logo-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;

    width: 100%;
    height: auto;
    padding: 10px 30px;
}
.header-mobile .logo-mobile img {
    display: block;
    width: auto;
    height: 40px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-mobile .close-menu-mobile {
    display: flex;
    justify-content: center;
    align-items: center;

    width: auto;
    height: 50px;

    border-radius: 100px;
    background-color: rgba(255, 255, 255, .1);
}
.header-mobile .close-menu-mobile .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;

    cursor: pointer;
    margin: auto;
}
.header-mobile .close-menu-mobile .icon svg {
    display: block;
    fill: #151515;
    width: 100%;
    height: 100%;
}
.header-mobile .navbar-mobile {
    display: block;

    padding: 15px;
    margin: 0;
    list-style: none;
}
.header-mobile .navbar-mobile li.nav-item {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.header-mobile .navbar-mobile li.nav-item.n-group {
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
}
.header-mobile .navbar-mobile li.nav-item a{
    padding: 0;
    display: block;
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.header-mobile .navbar-mobile li.nav-item.active {
    background-color: #a5b8eb6b;
}
.header-mobile .navbar-mobile li.nav-item.pink.active {
    background-color: #FF2C8313;
}
.header-mobile .navbar-mobile li.nav-item.pink.active a {
    color: #FF2C83;
}
.header-mobile .navbar-mobile li.nav-item.orange.active {
    background-color: #F5440013;
}
.header-mobile .navbar-mobile li.nav-item.orange.active a {
    color: #F54400;
}
.header-mobile .navbar-mobile li.nav-item.red.active {
    background-color: #C8232813;
}
.header-mobile .navbar-mobile li.nav-item.red.active a {
    color: #C82328;
}




/* Title */




/* Contato */
section#contato {
    position: relative;
    
    padding: 125px 0;    

    z-index: 0;
}
section#contato::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    background: url('../img/bg-contato.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;

    filter: brightness(.4) contrast(1.1) saturate(0);
    
    z-index: -1;
}
section#contato::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;

    background-color: rgba(22, 50, 75, .57);

    z-index: -1;
}
section#contato h2.section-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 30px 0;
}
section#contato form .input {
    width: 100%;
    
    padding: 10px 20px;

    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);

    color: #F0F0F0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
section#contato form .input:hover{
    border-color: #29A8E0;
}
section#contato form .input:focus,
section#contato form .input:not(:placeholder-shown) {
    outline: none;
    border-color: #29A8E0;
    box-shadow: 0 0 0 1px #29A8E0;
}
section#contato form .botao {
    display: block;
    width: 100%;
    padding: 18px 72px;
    
    background-color: #29A8E0;
    border: none;
    border-radius: 100px;
    outline: none;
    
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
section#contato form .botao:hover {
    background-color: #fff;
    color: #29A8E0;
    box-shadow: 0 4px 0 0 #29A8E0;
    
    transform: translateY(-4px);
}
section#contato form .botao:active {
    background-color: #29A8E0;
    color: #fff;
    box-shadow: 0 0 0 0 #29A8E0;
    transform: translateY(0px);
}

section#contato .logo {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}
section#contato .logo img {
    display: block;
    width: 100%;
    height: auto;

    filter: brightness(100);
}





/* Estilo para placeholder */
section#contato input::placeholder,
section#contato textarea::placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Suporte para navegadores WebKit (Chrome, Safari, Edge) */
section#contato input::-webkit-input-placeholder,
section#contato textarea::-webkit-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Suporte para Firefox */
section#contato input::-moz-placeholder,
section#contato textarea::-moz-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Suporte para IE 10-11 */
section#contato input:-ms-input-placeholder,
section#contato textarea:-ms-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Suporte para Edge antigo */
section#contato input::-ms-input-placeholder,
section#contato textarea::-ms-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}





/* Footer */
footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    
    padding: 70px 0;
}
footer .footer-content .logo img {
    width: auto;
    height: 100px;
}
footer .footer-content .footer-menu {
    display: flex;
    align-items: center;    
}
footer .footer-content .footer-menu p {
    color: #0C1E2F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 15px 0 0;
}
footer .footer-content .footer-menu .footer-sociais {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-content .footer-menu .footer-sociais svg {
    display: block;
    fill: #16324B;
    width: 22px;
    height: 22px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
footer .footer-content .footer-menu .footer-sociais a:hover svg {
    fill: #29A8E0;
}
footer .footer-content .footer-selos img {
    width: auto;
    height: 100px;
    border-radius: 20px;
}

.base-footer {
    padding: 20px 0;
    background-color: #fff;
    border-top: 2px solid #29A8E0;
}
.base-footer .base-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.base-footer .base-list li {
    width: 33.33333%;
}
.base-footer p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.base-footer p.wtek {
    text-align: end;
}
.base-footer p.wtek a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;    
    margin: 0;
}
.base-footer p.wtek a:hover {
    color: #efb62c;
    text-decoration: underline;
}




/* Modal */
.modal-backdrop {
    z-index: 99998;
}
.modal {
    z-index: 99999;
}
.modal-content {
    border-radius: 20px;
    border: none;
}
.modal-content .modal-header .modal-title {
    font-size: 16px;
}
.modal-content .modal-header .close {
    display: block;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;

    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 100px;
    box-shadow: none;
    outline: none;
    font-size: 24px;
    line-height: 30px;
}
.modal-content .modal-header .close:hover {
    background-color: #EFEFF1;
}
.modal-content .alert-gray {
    background-color: #EFEFF1;
    border: 1px solid #E0E0ED;
    border-radius: 10px;
}
.modal-content #qrcode {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.modal-content .botao {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;

    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: #01011F;
    box-shadow: none;
    outline: none;
    
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 100% */
    text-align: center;
    text-decoration: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.modal-content .botao:hover {
    background-color: #a5b8eb;
}
[data-site="passarela-supermercados"] .modal-content .botao:hover {
    background-color: #FF2C83;
}
[data-site="via-atacadista"] .modal-content .botao:hover {
    background-color: #F54400;
}



/* Responsivo Mobile */
@media (max-width: 992px) {
    .header-topbar .container {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    header {
        width: 100%;
        left: 0;
        padding: 20px;
        border-radius: 0;
    }
    header.scrolling {
        padding: 10px 0;
    }
    header nav.nav-header {
        justify-content: space-between;
        gap: 0;
    }
    header .logo {
        display: block;
        margin: 0;
        height: 40px;
        margin-right: auto;
    }
    header .buttons-desktop .nav-cart span {
        display: none;
    }



    section#contato {
        padding: 50px 0;
    }
    section#contato .logo {
        display: block;
        margin-bottom: 50px;
    }



    footer .footer-content {
        flex-wrap: wrap;
        gap: 50px;
        padding: 30px 0;
    }
    footer .footer-content .logo {
        display: flex;
        justify-content: center;
    }
    footer .footer-content .logo img {
        width: calc(100% - 100px);
        height: auto;
        margin: 0 auto;
    }
    footer .footer-content .footer-menu {
        flex-wrap: wrap;
        width: 100%;
    }
    footer .footer-content .footer-menu p {
        width: 100%;
        text-align: center;
    }
    footer .footer-content .footer-menu .footer-sociais {
        justify-content: center;
        margin: 10px auto 0 auto;
    }
    footer .footer-content .footer-selos {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    footer .footer-content .footer-selos img {
        height: 75px;
        border-radius: 10px;
    }

    .base-footer .base-list {
        flex-wrap: wrap;
    }
    .base-footer .base-list li {
        width: 100%;
    }
    .base-footer .base-list li p {
        text-align: center;
    }
    .base-footer .scroll-top {
        margin: 20px 0;
    }


    .widget-icon {
        right: 30px!important;
        bottom: 40px!important;
    }
}