html,
body {
    font-family: "Raleway", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    line-height: 1.8rem !important;
    font-size: 1rem !important;
    font-style: normal;
}

p,
span,
i {
    font-weight: 400 !important;
}

p.lead,
b.lead,
span.lead {
    font-size: 18px;
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
b,
.title-1,
.title-2,
.title-3 {
    font-weight: 700 !important;
}

.section-subtitle {
    font-family: "Roboto Mono", monospace !important;
    font-weight: 600;
    font-size: .7rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-header-hero {
    position: relative;
    background-color: #14191A !important;
}

.section-header-hero .blur {
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    background: rgba(0, 216, 216, 0.51);
    filter: blur(250px);
    -webkit-animation-name: blurRotate;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
}

@-webkit-keyframes blurRotate {
    0% {
        margin-top: 20px;
    }

    25% {
        margin-left: 20px;
    }

    50% {
        margin-top: -20px
    }

    75% {
        margin-right: 20px;
    }

    100% {
        margin-left: 0px;
    }
}

.gap-4 {
    gap: 4rem;
}

.gap-1 {
    gap: 1rem;
}

.btn-small {
    height: 40px;
    font-weight: 400;
}

.mw-100 {
    max-width: 100%;
}

.mw-320-px {
    max-width: 320px;
}

.border-radius {
    border-radius: 4px;
}

.font-mono {
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    font-size: .7rem;
    line-height: 1.4rem;
}

.font-monospace {
    font-family: "Roboto Mono", monospace;
}

.underline-detail {
    background-position: bottom;
    background-size: 100% 25%;
    background-repeat: no-repeat;
}

.underline-detail.orange {
    background-image: url('../images/underline-orange.png');
}

.underline-detail.purple {
    background-image: url('../images/underline-purple.png');
}

.underline-detail.teal {
    background-image: url('../images/underline-teal.png');
}

.underline-detail.yellow {
    background-image: url('../images/underline-yellow.png');
}

.underline-detail-double.orange {
    background-position: 50% 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-image: url('../images/underline-double-orange.png');
    max-width: fit-content;
}

.underline-detail-double.purple {
    background-image: url('../images/underline-double-purple.png');
    background-position: 50% 20px;
    background-size: 90%;
    background-repeat: no-repeat;
}

.fz-16 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.fz-18 {
    font-size: 18px !important;
    line-height: 27px !important;
}

.fz-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.fz-24 {
    font-size: 24px !important;
    line-height: 36px !important;
}

.fz-28 {
    font-size: 28px !important;
    line-height: 36px !important;
}

.z-9 {
    position: relative;
    z-index: 9;
}

a:hover {
    text-decoration: none !important;
}

.gradient-text-cyan {
    background: linear-gradient(to right, #029a99, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gap-2 {
    gap: 2rem !important;
}

.img-absolute-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.btn-topbar {
    padding: 7px 16px !important;
    height: 40px;
    font-size: 16px;
}

.blog-item-dark h2 {
    min-height: 82px;
}

.blog-item-dark {
    background: #14191A;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 40px 35px;
    position: relative;
}

b,
strong {
    font-weight: 700;
}

html body .fw-bolder {
    font-weight: 700 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fz-12 {
    font-size: 12px;
    line-height: 18px;
}


.line-marker {
    background: #00d8d8;
    height: 9px;
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.gray-box-blue-bordered {
    border: 1px solid #00D8D880;
    background: #F5F5F5;
    border-radius: 16px;
    padding: 40px 35px;
    position: relative;
}

.dark-box-blue-bordered {
    border: 1px solid #00D8D880;
    background: #233235;
    border-radius: 16px;
    padding: 40px 35px;
    position: relative;
}

/*NAVBAR DESKTOP*/
.newNavbar,
.newNavbarMobile,
#blog-topbar {
    width: 100%;
    height: 96px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #14191A !important;
}

.newNavbar .container,
.newNavbarMobile .container {
    display: flex;
    align-items: center;
}

.newNavbar__logo img {
    width: 136px;
    height: 40px;
}

.newNavbar__nav {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 5vw;
}

#blog-topbar .nav-link.menu-teal {
    font-family: "Roboto Mono", monospace;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 160% !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    padding: 13px 30px !important;
    background: #00D8D8;
    color: black !important;
    letter-spacing: 1px;
}

#blog-topbar a {
    text-transform: none !important;
}

#blog-topbar .searchIcon {
    filter: brightness(0) invert(1);
}

.newNavbar__nav a,
#blog-topbar a {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff !important;
    margin: 0 18px;
}

.newNavbar__nav a:hover,
#blog-topbar a:hover {
    text-decoration: none;
    color: #00D8D8;
}

.newNavbar__dropdown {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    transition: .4s;
}

.newNavbar__dropdown.oppened {
    display: block;
    opacity: 1;
}

.newNavbar .searchBox {
    display: none;
    position: fixed;
    left: 0;
    top: 96px;
}

.newNavbar .searchBox .searchform input[type="search"] {
    padding-left: 10px !important;
}

.newNavbar .searchBox.show {
    display: block;
}

.megaMenu {
    width: 75vw;
    max-width: 1050px;
    margin: 0 auto;
    background: #14191A;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.megaMenu__header {
    width: 100%;
    padding: 16px 48px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #00D8D8;
}

.megaMenu__header--title,
.megaMenu__header--description {
    font-size: 1rem;
    line-height: 1.6rem;
}

.megaMenu__header--description {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 4px 0 0;
}

.newNavbar__overlay.oppened {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.megaMenu__content {
    color: #fff;
}

.megaMenu__content__item {
    padding: 36px 48px 16px;
}

.megaMenu__content--link {
    width: fit-content;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #EEFF88;
}

.megaMenu__content--link:after {
    content: url('../images/arrow-right-yellow.svg');
    margin-left: 12px;
    line-height: 0;
    opacity: 0;
    transition: .4s;
}

.megaMenu__content--link:hover {
    color: #EEFF88;
    text-decoration: none;
}

.megaMenu__content--link:hover:after {
    opacity: 1;
}

.megaMenu__content.dock-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.megaMenu__content.solutions-content {
    display: flex;
    justify-content: space-between;
}

.solutions-content .solutions {
    width: 40%;
    background: #00D8D814;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px;
}

.solutions-content .solutions {
    &::-webkit-scrollbar {
        width: 8px;
    }

    &::-webkit-scrollbar-track {
        background: #15282a;
    }

    &::-webkit-scrollbar-thumb {
        background: #303435;
    }

    &::-webkit-scrollbar-thumb:hover {
        background: #00D8D8;
    }
}

.solutions-content .solutions .megaMenu__content__item {
    padding: 0 48px;
}

.solutions-content .solutions .megaMenu__content__item:first-child {
    padding-top: 10px;
}

.solutions-content .solutions .megaMenu__content__item:last-child p {
    border-bottom: 0 !important;
    padding-bottom: 16px !important;
}

.solutions-content .solutions .megaMenu__content__item p {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    padding-bottom: 10px;
}

.megaMenu__content.solutions-content .solutions__items {
    width: 60%;
    padding: 36px 48px;
    background: #14191A;
    border-radius: 8px;
}

.solutions__items .solutions__item {
    opacity: 0;
    display: none;
    transition: .4s;
}

.solutions__items .solutions__item.show {
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.solutions__item .solutions__item--link {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 12px 24px;
    font-weight: 700;
    color: #00D8D8;
    text-decoration: none;
}

.solutions__item .solutions__item--link:hover {
    color: #EEFF88 !important;
}

.solutions__item .solutions__item--link:after {
    content: url('../images/arrow-right-cyan.svg');
    margin-left: 12px;
    line-height: 0;
    opacity: 0;
    transition: .4s;
}

.solutions__item .solutions__item--link:hover:after {
    opacity: 1;
}

.bg-dock-one {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url('../images/bg-dock-one.jpg') !important;
    background-position: top right !important;
}

@media only screen and (max-width:768px) {
    .newNavbar {
        display: none !important;
    }

    .newNavbarMobile {
        display: flex !important;
    }
}

/*NAVBAR MOBILE*/
.newNavbarMobile {
    display: none;
}

.newNavbarMobile .container {
    justify-content: space-between;
}

.newNavbarMobile__logo {
    width: 85%;
}

.newNavbarMobile__hamburguer {
    width: 15%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.newNavbarMobile__hamburguer img.svg-closed {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.newNavbarMobile__hamburguer img.svg-oppened {
    width: 25px;
    height: auto;
    object-fit: contain;
}

.newNavbarMobile .newNavbarMobile__nav,
.newNavbarMobile .newNavbarMobile__hamburguer .svg-oppened,
.newNavbarMobile.oppened .newNavbarMobile__hamburguer .svg-closed {
    display: none;
}

.newNavbarMobile.oppened .newNavbarMobile__nav,
.newNavbarMobile.oppened .newNavbarMobile__hamburguer .svg-oppened {
    display: flex;
}

.newNavbarMobile .newNavbarMobile__nav {
    width: 100vw;
    height: calc(100vh - 96px);
    position: fixed;
    top: 96px;
    left: 0;
    background: #14191A;
}

.newNavbarMobile .newNavbarMobile__nav .menuMobile,
.newNavbarMobile .newNavbarMobile__nav .dropdownMobile {
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.newNavbarMobile .newNavbarMobile__nav .menuMobile a,
.menuItems a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #00D8D8;
    margin: 0 0 18px 0;
    border-bottom: solid 1px #FFFFFF2E;
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newNavbarMobile .newNavbarMobile__nav .menuMobile a:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS43MDQ5MiA2LjVMOC4yOTQ5MiA3LjkxTDEyLjg3NDkgMTIuNUw4LjI5NDkyIDE3LjA5TDkuNzA0OTIgMTguNUwxNS43MDQ5IDEyLjVMOS43MDQ5MiA2LjVaIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+PC9zdmc+')
}

.menuItems a:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzA0OTIgNi41TDguMjk0OTIgNy45MUwxMi44NzQ5IDEyLjVMOC4yOTQ5MiAxNy4wOUw5LjcwNDkyIDE4LjVMMTUuNzA0OSAxMi41TDkuNzA0OTIgNi41WiIgZmlsbD0iIzAwRDhEOCIvPgo8L3N2Zz4K')
}

.newNavbarMobile .newNavbarMobile__nav .dropdownMobile {
    color: white;
}

.dropdownMobile .dropdownMobile__content__item {
    padding: 16px 0 8px;
    border-bottom: solid 1px #FFFFFF2E;
}

.dropdownMobile .dropdownMobile__content__item:last-child {
    border-bottom: 0 !important;
}

.dropdownMobile .dropdownMobile__title {
    display: flex;
    align-items: center;
    color: #00d8d8;
    text-decoration: none;
}

.dropdownMobile .dropdownMobile__title svg {
    display: inline-block;
    margin-right: 16px;
}

.dropdownMobile .dropdownMobile__content--link {
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    color: #00d8d8;
}

.dropdownMobile .dropdownMobile__content--link:hover {
    color: #EEFF88;
}

.newNavbarMobile .dropdownMobile .menuItems {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.newNavbarMobile .dropdownMobile .menuItems a:first-child {
    margin-top: 16px;
}

.newNavbarMobile .dropdownMobile .menuItems a:last-child {
    border-bottom: 0;
}



.inner-box {
    width: 100%;
    height: 100%;
    min-height: 350px;
    padding: 150px 48px 16px 16px;
    color: white;
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('../images/degrade.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-box b,
.inner-box span {
    z-index: 9;
}

.inner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}

.inner-box:hover img {
    transform: scale(1.2);
}

.new-button {
    width: fit-content;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem !important;
    color: #000;
    background: #00d8d8;
    border-radius: 4px;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
    line-height: 1rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.new-button.teal {
    border-color: #00d8d8;
    background: #00d8d8;
    color: #000;
}

.new-button.teal:hover,
.new-button.black:hover {
    color: #000;
    border-color: #EEFF88;
    background: #EEFF88;
}

.new-button.black {
    background: #14191A;
    color: white;
}

.button-underline {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-decoration: underline;
    margin-left: 32px;
}

.box-teal {
    background: #00d8d8;
    color: black;
    height: 100%;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-falecomdock {
    padding-top: 10.25rem !important;
}

section ul {
    margin-bottom: 0 !important;
}

section ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 16px 0;
    padding-left: 0 !important;
    font-size: 16px;
    line-height: 24px;
}

section ul li:before {
    display: none !important;
}

section ul li img {
    display: inline-block;
    margin-right: 8px;
    width: 24px;
}

img.contain {
    object-fit: contain;
}

.fwb {
    font-weight: bold;
    min-height: 20px !important;
}

.subtitle {
    color: #00d8d8;
    font-weight: 600;
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.form-p {
    font-size: 1.1rem;
}

.position-relative {
    position: relative;
}

.accordionsactips .card:first-child {
    border-top: 0;
}

.accordionsactips .card:last-child {
    border-bottom: 0;
}

.accordionsactips .card button.btn-link {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 30px 0 0;
    background-image: url('../images/icon-close-new.svg');
}

.accordionsactips .card button.btn-link.collapsed {
    background-image: url('../images/icon-open-black.svg');
    color: #000;
}

.accordionsactips .card .card-body {
    padding: 0 0 10px;
}

.accordionsactips .card .card-body p a {
    color: #00d8d8 !important;
}

.arrowMobile {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.bg-form {
    background: #F8F8F8;
    border-radius: 8px;
    padding: 16px 24px 32px;
}

.bg-light {
    background: rgba(246, 246, 246, 1) !important;
}

.bg-dark {
    background: rgba(20, 25, 26, 1) !important;
}

.bg-color-dark {
    background-color: rgba(20, 25, 26, 1) !important;
}

.bg-dark p,
.bg-dark ul li {
    color: #fff;
}

.bg-radial-dark-mid {
    background: radial-gradient(circle,
            #14191a 0%,
            /* Center color */
            #14191a 20%,
            /* Center color extends to 20% */
            #123132 100%
            /* Border color */
        );
}

.icon-box-redesign {
    border: solid 3px #109d9d !important;
    background: #142222;
}


.round-8 {
    border-radius: 8px;
}

.round-16 {
    border-radius: 16px;
}

.round-80 {
    border-radius: 80px;
}

.border-yellow {
    border: solid 1px #EEFF88 !important
}

.border-light {
    border: solid 1px #00000017 !important
}

.border-bottom-light {
    border-bottom: solid 1px #00000017 !important
}

.no-border-mobile {
    border-bottom: 0;
}

.border-teal {
    border: solid 1px #00D8D8 !important;
}

.border-light-teal {
    border: solid 1px #00D7D940 !important
}

.h-40 {
    height: 40px;
}

.owl-new-clients .owl-item {
    min-height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7 input[type=file] {
    cursor: pointer;
    width: 100%;
    background: white;
    border: 1px solid rgba(111, 122, 121, .36);
    border-radius: 0;
    height: unset;
    padding: 1.2rem !important;
    font-family: "Roboto", sans-serif !important;
    font-size: .875rem;
    line-height: 0.7rem;
    text-transform: none !important;
}

.wpcf7 input[type=file]:after {
    content: 'Escolher arquivo';
    display: inline-block;
    background: #D1D1D1;
    color: #000;
    min-width: 125px;
    padding: 10px 6px;
    border-radius: 16px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: -5px;
    font-size: .8rem;
}

.wpcf7-form-control.has-spinner.wpcf7-submit.button.teal {
    border-radius: 4px !important;
}

/*ANIMAÇÕES CSS*/
@keyframes float {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-15px)
    }

    100% {
        transform: translatey(0)
    }
}

.floating {
    animation: float 15s ease-in-out infinite
}

@keyframes floatLeft {
    0% {
        transform: translatex(-15)
    }

    25% {
        transform: translatey(55px)
    }

    50% {
        transform: translatey(45px)
    }

    75% {
        transform: translatex(30)
    }

    100% {
        transform: translatey(0)
    }
}

.floatingLeft {
    animation: floatLeft 25s ease-in-out infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.pulse {
    animation: pulse 15s ease-in-out infinite
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.spin {
    -webkit-animation: spin 1300s infinite linear;
}

/*HEADER HERO*/
.section-header-hero h1.title-2 {
    font-size: 48px;
    line-height: 60px;
}

.section-header-hero p {
    font-size: 20px;
    line-height: 30px;
}

/*HOME - HEADER HERO*/
@media only screen and (min-width: 990px) {
    body.page-template-pg-home-redesign .section-header-hero h1.title-2 {
        font-size: 2.6vw;
        line-height: 3vw;
    }

    body.page-template-pg-home-redesign .section-header-hero p {
        font-size: 1.3vw;
        line-height: 1.75vw;
    }
}

/*CARROSSEL DE POSTS*/
.posts-carousel .owl-stage-outer {
    display: grid;
}

.posts-carousel .owl-item {
    height: 100%;
}

.blog-item {
    background-color: #F8F8F8;
    padding: 16px;
    border-radius: 16px;
    height: 100%;
    border: solid 1px #EAEAEA;
}

.blog-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.blog-item .category {
    width: fit-content;
    margin-bottom: 12px;
    padding: 4px 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    color: #000;
    border: solid 1px #0000001A;
    border-radius: 8px;
}

.blog-item-content {
    padding-bottom: 46px;
}

.blog-item-content p {
    color: #14191A;
}

.blog-item h2,
.blog-item h3 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 700 !important;
    margin-bottom: 12px;
    letter-spacing: .4px;
}

.d-md-grid .blog-item h2,
.d-md-grid .blog-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item .new-button {
    height: 40px;
    position: absolute;
    bottom: 20px;
}

.new-button.btn-blog {
    font-family: "Raleway", sans-serif !important;
    text-transform: none;
    padding: 16px 20px !important;
    border-radius: 8px;
}

.new-button.btn-blog.btn-outline {
    background: transparent !important;
    border: solid 1px #00D8D8;
    color: #00D8D8 !important;
}

.owl-carousel.posts-carousel .owl-nav button.owl-prev {
    right: 2.5rem !important;
}

/*ACQUIRING COMPONENTS*/
.acquiring-as-a-service {
    background-color: #F6F6F6;
}

.acquiring-as-a-service .icon-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.acquiring-as-a-service .icon-boxes .icon-box-redesign {
    background-color: #14191AE0;
    height: 100%;
}

.acquiring-as-a-service .icon-boxes .icon-box-redesign p {
    margin-bottom: 0;
}

.acquiring-as-a-service .icon-boxes .icon-box-redesign:last-child {
    border: 0 !important;
    outline: dashed 4px #00D8D8;
    background-color: #00D8D8 !important;
}

.acquiring-advantages .icon-box-redesign {
    padding: 24px 16px !important;
    height: 100%;
}

.acquiring-advantages .icon-box-redesign img {
    margin-bottom: 12px;
}

.acquiring-advantages .icon-box-redesign p {
    margin-bottom: 0;
}

.acquiring-banner {
    background-size: cover;
    background-position: top right;
    margin: 0 !important;
    padding: 32px 24px;
}

.captura-btn {
    min-width: 204px;
    width: fit-content;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem !important;
    color: #000 !important;
    background: #F1F1F1;
    border: solid 1px #0000001A;
    border-radius: 4px;
    font-optical-sizing: auto;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    margin-right: 16px;
}

.captura-btn.active {
    background: #00d8d8;
    border: solid 1px #00d8d8;
}

.capturas-de-transacao .captura-img {
    border-radius: 8px;
}

.capturas-de-transacao .captura-presencial ul.list-inline {
    display: flex;
}

.capturas-de-transacao .captura-presencial ul.list-inline li {
    width: auto !important;
    margin-right: 36px;
}

#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-prev,
#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-next {
    font-size: 3rem;
    color: #00d8d8;
}

#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-prev:hover,
#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent !important;
}

#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
}

#Wrapper .capturas-de-transacao .owl-carousel .owl-nav button.owl-next {
    right: -0.5rem;
}

.modal-flag {
    width: 860px;
    max-width: 90%;
    background: #14191A;
    border-radius: 8px;
    padding: 32px;
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
}

#open-flag-modal,
#close-modal-flag {
    cursor: pointer;
}

/*BANKING COMPONENTS*/
.box-border {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 16px 20px 24px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .2s;
}

.box-border:hover {
    border-color: rgba(16, 157, 157, 1);
}

.box-border p {
    margin: 8px 0 24px;
}

.box-black {
    background: rgba(20, 25, 26, 1);
    border: solid 3px #00D7D91A;
    padding: 16px 20px 24px;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 24px;
}

.box-black b {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
}

.box-black p,
.box-black ul li {
    font-size: 16px;
    line-height: 24px;
}

/*CARDS-CREDIT HEADER HERO ANIMATION*/
.header-animation .cards {
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.header-animation .cards div.items img {
    position: absolute;
    z-index: 9;
}

.header-animation .cards div.items img.card1 {
    top: 40%;
    left: -120px;
}

.header-animation .cards div.items img.card2 {
    z-index: 9;
    bottom: 0;
    left: 30%;
}

.header-animation .cards div.items img.card3 {
    right: -140px;
    top: 175px;
}


/* FRAUD PREVENTION PAGE*/
.big-icon {
    margin-right: 18px;
    width: 58px;
}

.col-12.d-md-none.owl-carousel.owl-loaded.owl-drag {
    padding: 0px;
}

.svg-biometria {
    top: 26% !important;
    right: 6vw !important;
}

.card-button button {
    background: #0F4949;
    padding: 15px 30px;
    border: 0px;
    border-radius: 5px;
}

.card-button button[aria-expanded="true"] {
    background: #00d8d8;
    color: black !important;
}

.gap-20 {
    gap: 20px;
}


/*HOME COMPONENTS*/
.counter-clean h4 {
    color: #00D8D8 !important;
    font-family: "Roboto Mono", monospace !important;
    font-size: 90px;
    line-height: 110px;
}

.solution-box {
    background-image: linear-gradient(140deg, #ECECEC, #D6D6D6);
    padding: 4rem;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.solution-box.dock-one {
    overflow: visible;
}

.solution-box .text {
    font-size: 18px;
}

.icon-box-transparent .icon {
    background: #00d8d8;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-content: center;
    text-align: center;
}

.icon-box-transparent img {
    margin: auto;
}

.icon-box-transparent {
    border: 2px solid rgba(0, 215, 217, 0.45);
    border-radius: 9px;
    background: #0a1e20;
    padding: 1rem;
}

.col-12.owl-clientes-todos {
    padding: 15px !important;
}

.navigation-padded .owl-prev {
    right: 55% !important;
}

.navigation-padded .owl-next,
.navigation-padded .owl-prev {
    left: initial !important;
    top: -60px !important;
    background: #00d8d8 !important;
    height: 32px !important;
    width: 32px !important;
    border-radius: 8px;
}

.navigation-padded .owl-prev {
    right: 60px !important;
}

.navigation-padded .owl-next {
    right: 0px !important;
}

.navigation-padded.big-arrow .owl-next,
.navigation-padded.big-arrow .owl-prev {
    height: 51px !important;
    width: 51px !important;
}

.hide-dots .owl-dots {
    display: none !important;
}

#beneficios .navigation-padded .owl-prev {
    right: 55px;
    padding: 4px 0 4px 5px !important;
}

#beneficios .navigation-padded .owl-next {
    right: 15px !important;
    padding: 4px 0 4px 6px !important;
}

.news-card-round .img-holder {
    overflow: hidden;
    position: relative;
    height: 230px;
    border-radius: 9px;
}

.news-card-round .title-6 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: black;
    min-height: 58px;
}

.content-heading span {
    font-family: "Roboto Mono";
    font-weight: 700 !important;
    font-size: .8rem;
    text-transform: uppercase;
    color: black;
    border: 2px solid #d7d7d7;
    border-radius: 9px !important;
    padding: 10px;
}

.news-card-round .new-button.teal {
    height: 40px;
    font-weight: normal;
}

.news-card-round {
    background: #F8F8F8;
    padding: 1rem;
    border-radius: 9px;
}

.description-text {
    font-size: 18px;
    line-height: 27px;
}

.banner-cta {
    background: linear-gradient(90deg, rgb(16, 50, 51) 0%, rgb(20, 25, 26) 51%, rgb(0, 0, 0) 100%);
    padding: 2rem 4rem;
    border-radius: 10px;
    color: white;
}

#fique-por-dentro .owl-posts .owl-nav.disabled {
    display: block !important;
}

/*HOME - BIG NUMBERS*/
.row-full {
    height: 100% !important;
}

.card-flip {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-flip div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 24px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.card-flip .front,
.card-flip .back {
    border-radius: 8px;
}

.card-flip .back {
    transform: rotateY(180deg);
}

.card-flip.flipped {
    transform: rotateY(180deg);
}

.card-fade {
    border-radius: 8px;
    padding: 24px;
    height: 100%;
}

.card-front1.fadded b,
.card-front1.fadded p,
.card-front1.fadded img,
.card-front1.fadded span,
.card-back1.fadded b,
.card-back1.fadded p,
.card-back1.fadded img,
.card-back1.fadded span {
    animation: opacity 5.5s linear;
}

.card-front2.fadded b,
.card-front2.fadded p,
.card-front2.fadded img,
.card-front2.fadded span,
.card-back2.fadded b,
.card-back2.fadded p,
.card-back2.fadded img,
.card-back2.fadded span {
    animation: opacity 8s linear;
}

.card-front3.fadded b,
.card-front3.fadded p,
.card-front3.fadded img,
.card-front3.fadded span,
.card-back3.fadded b,
.card-back3.fadded p,
.card-back3.fadded img,
.card-back3.fadded span {
    animation: opacity 5s linear;
}

.card-front4.fadded b,
.card-front4.fadded p,
.card-front4.fadded img,
.card-front4.fadded span,
.card-back4.fadded b,
.card-back4.fadded p,
.card-back4.fadded img,
.card-back4.fadded span {
    animation: opacity 4.4s linear;
}


.card-back3.card-dockone {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url('../images/bg-dock-one.jpg') !important;
    background-position: top right !important;
}

html[lang="es"] .row-big-numbers {
    min-height: auto !important;
}

.big-number-card {
    width: 100%;
    height: calc(100% - 32px);
    margin: 16px;
    position: relative;
    border-radius: 8px;
}

.big-number-label {
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 8px;
    gap: 4px;
    font-size: 11px;
    font-family: "Roboto Mono", monospace;
}

.big-number-card b.number {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold !important;
}

.big-number-card hr {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    border: 0;
    margin: 25px 0;
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .9;
    }
}


.bg-gray {
    background-color: #6f7a79;
}

.hide-dots .owl-dots {
    display: none !important;
}

.col-12.col-md-8 .big-number-card hr {

    background: rgba(255, 255, 255, 0.2);

}

.acquiring-banner {
    border: solid 3px #00D7D940 !important;
}

@media only screen and (min-width: 992px) {

    .owl-new-clients .owl-dots,
    .owl-new-clients .owl-nav {
        display: none !important;
    }

    .owl-ods .owl-dots {
        display: none !important;
    }

    .owl-banking-solution-cards .owl-dots {
        display: none !important;
    }

    .owl-posts .owl-dots {
        display: none !important;
    }

    #beneficios .owl-clientes-todos .owl-dots {
        display: none !important;
    }

    #spread-power .underline-detail-double.orange {
        background-size: 90%;
        background-position: 50% 26px;
        margin: 0 auto;
    }

    .owl-carousel.owl-ods .owl-nav button.owl-prev {
        right: 2.5rem !important;
    }

    #antifraude-transacional .icon-box-redesign {
        min-height: 330px;
    }

    #background-check .icon-box-redesign {
        min-height: 330px;
    }

    .min-h-md-50 {
        min-height: 50%;
    }

    .bg-image-service {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .solution-box {
        min-height: 350px;
        position: relative;
    }

    .solution-box.dock-one {
        min-height: 0 !important;
        padding: 3rem;
    }

    .solution-box.dock-one .bg-image-service {
        bottom: -10px;
    }

    .section-default {
        padding-top: 4.25rem !important;
        padding-bottom: 4.5rem !important;
    }

    .section-header-hero .new-button.teal.scroll-to-section {
        min-width: 100px !important;
    }
}

@media only screen and (max-width: 768px) {
    .owl-ods .owl-nav {
        display: none !important;
    }

    .modal-flag {
        height: 80%;
        top: 120px;
        overflow-x: scroll;
    }

    .modal-flag h2 {
        font-size: 1.2rem;
    }

    .owl-carousel.owl-ods .owl-stage-outer {
        display: flex;
        width: 100vw !important;
        margin-left: -20px !important;
    }

    .owl-banking-solution-cards .new-button {
        width: 100%;
    }

    #beneficios .owl-clientes-todos .owl-stage-outer {
        height: 290px;
    }

    #maximizar-eficiencia .item.bg-gray.icon-box-redesign {
        height: 190px;
    }

    #cartao-de-credito .icon-box-redesign {
        min-height: 155px;
    }

    .title-5 {
        font-size: 18px !important;
        line-height: 27px !important;
        text-align: left !important;
    }

    #big-numbers {
        padding-bottom: 1.75rem !important;
    }

    .gap-1rem {
        gap: 1rem !important;
    }

    .owl-posts .owl-nav,
    #fique-por-dentro .owl-posts .owl-nav.disabled {
        display: none !important;
    }

    .title-spread {
        font-size: 1.8rem !important
    }

    .underline-detail-double.orange {
        background-position: 50% 20px;
        background-size: 90%;
    }

    .underline-detail-double.purple {
        display: block;
        background-position: 0% 100%;
    }

    .big-number-card {
        margin: 16px 0 !important;
    }

    .big-number-card b.number {
        font-size: 34px;
        line-height: 30px;
        margin: 16px 0;
        display: block;
    }

    /*SOLUTION BOX*/
    .solution-box {
        padding: 2rem;
    }

    .grid-solutions {
        padding: 0 !important;
    }

    .dock-one .bg-image-service {
        margin-left: -3.2rem;
        min-width: 140%;
    }

    .bg-image-service {
        display: block;
        margin: 2rem auto -2rem auto;
    }

    .icon-box-transparent {
        margin-bottom: 1rem;
    }

    #embedded-finance .grid-three-columns {
        padding: 0;
    }

    #embedded-finance .icon-box-wrapper img {
        margin-bottom: 0;
        margin-top: 24px;
        width: 72px !important;
        height: 72px !important;
    }

    #embedded-finance .text-center,
    #embedded-finance .text-right {
        text-align: left !important;
    }

    #embedded-finance .m-auto {
        margin: 0 !important;
    }



    /*HEADER HERO*/
    .section-header-hero h1.title-2 {
        font-size: 32px;
        line-height: 48px;
    }

    .section-header-hero p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-header-hero .new-button.teal.scroll-to-section {
        min-width: 100% !important;
        margin: 0 !important;
    }

    .counter-clean-holder {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    .section-falecomdock {
        padding-top: 7.25rem !important;
    }

    .no-padding-mobile {
        padding: 0;
    }

    .mobile-center {
        margin-left: auto;
        margin-right: auto;
    }

    .button {
        font-size: .9rem !important;
    }

    .col-12.col-lg-6.col-xxl-5.block-wrapper {
        padding-right: 15px !important;
    }

    .section-highlight-block .block-wrapper {
        text-align: left;
    }

    .section-highlight-block .bg-image {
        order: 0 !important;
    }

    .list-column {
        grid-template-columns: 1fr 1fr;
        display: grid !important;
    }

    .wpcf7-form-control.has-spinner.wpcf7-submit.button.teal {
        width: 100%;
    }

    /*COMPONENTE - section-clients*/
    .owl-new-clients .owl-stage,
    .owl-posts .owl-stage {
        padding-left: 0 !important;
    }


    /*PG-SOLUCAO ACQUIRING*/
    .acquiring-as-a-service .icon-boxes {
        grid-template-columns: 1fr;
    }

    #acquiring-as-a-service ul {
        max-width: 100% !important;
    }

    .owl-acquiring-solution-cards {
        width: 100vw;
    }

    .owl-acquiring-solution-cards .owl-stage {
        padding-left: 0 !important;
        margin-bottom: 24px;
    }

    .acquiring-banner {
        background-image: none !important;
        padding: 0;
        overflow: hidden;
    }

    .acquiring-banner .col-12 {
        padding: 0;
    }

    .acquiring-banner h3,
    .acquiring-banner p,
    .acquiring-banner b,
    .acquiring-banner a {
        margin-left: 16px;
        margin-right: 16px;
    }

    .acquiring-banner h3 {
        margin-top: 24px;
    }

    .acquiring-banner .new-button.teal {
        font-size: 14px;
        width: calc(100% - 32px);
        height: 48px;
    }

    #captura-de-transacao .nav-pills {
        flex-wrap: nowrap;
    }

    #captura-de-transacao .captura-btn {
        min-width: fit-content;
        font-size: 15px;
        height: 47px;
    }

    .capturas-de-transacao .captura-presencial ul {
        flex-direction: column;
    }

    .capturas-de-transacao .captura-presencial ul li {
        width: 100%;
    }

    #capturaOnline br {
        display: none;
    }

    .fullw-mobile {
        width: 100vw !important;
    }

    /*PG-SOLUCAO BANKING*/
    .box-border {
        margin-right: 16px;
    }

    .owl-banking-solution-cards .owl-item div {
        height: 100%;
    }

    .owl-banking-solution-cards .owl-stage {
        padding-left: 2rem !important;
    }

    /*CARDS-CREDIT HEADER HERO ANIMATION*/
    .header-animation .cards div.items img {
        max-width: 50%;
    }

    .header-animation .cards div.items img.card1 {
        left: -50px;
    }

    .header-animation .cards div.items img.card3 {
        right: -50px;
        top: 125px;
    }
}

@media only screen and (min-width: 768px)and (max-width: 1439px) {

    .megaMenu__content.solutions-content {
        overflow-x: scroll;
        max-height: 600px;
    }

    .solution-box.dock-one.flat-box-link .text {
        max-width: 400px !important;
    }

    .grid-md-three-columns {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .section-header-hero .row {
        min-height: auto !important;
    }
}

@media only screen and (min-width: 768px)and (max-width: 1279px) {
    .solution-box {
        position: relative;
        padding-bottom: 23rem;
    }

    .bg-image-service {
        position: absolute;
        margin: 0px;
        bottom: 0;
        margin: 0px !important;
        width: auto;
        min-width: auto !important;
    }

}

@media only screen and (min-width: 1440px)and (max-width: 1919px) {
    #background-check .icon-box-redesign {
        min-height: 270px;
    }

    #antifraude-transacional .icon-box-redesign {
        min-height: 250px;
    }
}

@media only screen and (min-width: 1920px) {
    #background-check .icon-box-redesign {
        min-height: 210px;
    }

    #antifraude-transacional .icon-box-redesign {
        min-height: 215px;
    }
}

.lead {
    font-size: 18px;
    line-height: 27px;
}

#Wrapper .owl-carousel.black-bullets .owl-dots .owl-dot:not(.active) {
    background: black;
}

/*CARDS-CREDIT PAGE*/
.float-right {
    float: right;
}

#cartao-multibeneficio .two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: black;
    background: #BCFBFB;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    height: 24px;
    line-height: 23px;
    margin-left: auto;/
}

.font-size-24 {
    font-size: 24px !important;
    line-height: 36px !important;
}

.font-size-12 {
    font-size: 12px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #FFF;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 10px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.table-container {
    padding: 25px;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;

    color: #fff;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #dbdbdb;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.comparison-table th {
    background-color: #14191A;
    color: #00cccc;
}

.comparison-table tbody tr:nth-child(odd) {
    background-color: #14191A;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #0D3333;
}

.comparison-table td img {
    width: 24px;
    height: 24px;
}

.comparison-table tbody tr td:first-child {
    text-align: left;
    padding-left: 20px;
    display: flex;
    /* Use flexbox */
    align-items: center;
    justify-content: space-between;
    /* Space between text and icon */
}

/* Remove border from the first <th> */
.comparison-table th:first-child {
    border: none;
    border-top-left-radius: 10px;
    /* Add border-radius to the top-left corner */
    background-color: #14191A;
}

/* Add border-radius to specific corners */
.comparison-table th:first-of-type {
    border-top-left-radius: 10px;
}

.comparison-table th:last-child {
    border-top-right-radius: 10px;
}

.comparison-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.comparison-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.comparison-table tbody tr:nth-child(1) td:first-child {
    border-top-left-radius: 10px;
}

.comparison-table thead th:nth-child(2) {
    border-top-left-radius: 10px;
    width: 13%;
}

.box-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {

    .border-separator-right {
        border-right: 1px solid rgba(128, 128, 128, 0.2);
    }

    .owl-clientes-todos .owl-stage-outer {
        height: 75px;
    }

    .grid-three-columns-big-mid {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        gap: 2rem;
    }

    .grid-five-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 2rem;
    }

    .grid-six-columns {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 1rem;
    }

    .two-column-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .two-column-list li {
        flex: 1 1 calc(50% - 10px);
        box-sizing: border-box;
    }
}


/* faixa música FOOTER */
.newsletter {
    background: #00D8D8 !important;
    padding: 48px 0px !important;
}

.newsletter .hs-button.primary.large {
    background: #000 !important;
    color: #FFF !important;
}

@media only screen and (max-width: 991px) {

    .owl-posts .owl-dots .owl-dot span,
    .owl-banking-solution-cards .owl-dots .owl-dot span,
    .owl-new-clients .owl-dots .owl-dot span {
        height: 0px;
    }

    #Wrapper .owl-posts .owl-dots .owl-dot,
    #Wrapper .owl-banking-solution-cards .owl-dots .owl-dot {
        background: black;
    }

    #Wrapper .owl-carousel .owl-dots .owl-dot,
    #Wrapper .owl-carousel .owl-dots .owl-dot.active {
        width: 8px;
        height: 8px;
        min-height: 8px;
        min-width: 8px;
    }

    #beneficios .owl-clientes-todos .owl-nav {
        display: none !important;
    }

    #beneficios .owl-clientes-todos .owl-dots {
        gap: 4px !important;
    }

    .height-500 {
        min-height: 500px;
    }

    .height-250 {
        min-height: 250px;
    }

    .height-280 {
        min-height: 280px;
    }

    .height-320 {
        min-height: 320px;
    }

    .card-fade p {
        max-width: none !important;
    }

    #Wrapper .owl-clientes-todos .owl-nav {
        position: absolute;
        transform: translateX(-50%) !important;
        bottom: -20px !important;
        top: initial !important;
        left: 50%;
        right: initial !important;
        gap: 1rem;
        display: flex;
    }

    #Wrapper .owl-clientes-todos .owl-nav button {
        position: initial !important;
        transform: none !important;
    }

    .owl-ods .icon-box-redesign {
        min-height: 160px;
    }

    #background-check .owl-ods .icon-box-redesign {
        min-height: 250px;
    }

    #cartao-private-label .owl-ods .icon-box-redesign {
        min-height: 240px;
    }

    .owl-acquiring-solution-cards.icon-box-redesign {
        min-height: 190px;
    }

    .comparison-table tbody tr td:first-child {
        min-width: 280px;
    }

    .comparison-table th,
    .comparison-table td {
        min-width: 200px;
    }

    .icon-box-redesign {
        margin: 5px !important;
        margin-bottom: 1rem !important;
    }

    .table-container {
        overflow: scroll;
    }

    .comparison-table {
        padding-top: 1rem;
    }
}


@media only screen and (max-width:400px) {
    .owl-ods .icon-box-redesign {
        min-height: 190px;
    }

    #background-check .owl-ods .icon-box-redesign {
        min-height: 280px;
    }

    #cartao-private-label .owl-ods .icon-box-redesign {
        min-height: 300px;
    }

    .owl-acquiring-solution-cards.icon-box-redesign {
        min-height: 230px;
    }

    #cartao-multibeneficio .owl-ods .icon-box-redesign {
        min-height: 180px;
    }
}

.bg-gray hr {
    border-color: #6f7a79;
}

.bg-light-black {
    background: #14191A !important;
}

.bg-dark-gray {
    background: #303435 !important;
}

.icon-box-redesign {
    border: solid 3px #00D7D940 !important;
    background: #142222;
}

.bg-light-gray {
    background-color: #e9f0ef;
}

.list-16 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.list-18 {
    font-size: 18px !important;
    line-height: 28px !important;
}

.round-8 {
    border-radius: 8px;
}

.round-15 {
    border-radius: 15px;
}

.title-teal-rounded {
    padding: 8px 16px 8px 16px;
}

.box-gray {
    background: #303435 !important;
    padding: 30px 30px 30px 30px;
}

.accordionRedesign .card {
    border-radius: 9px;
    border: solid 3px #124A4B !important;
    margin-bottom: 1.5rem;
    background: #142222;
}

.accordionRedesign .card button.btn-link.collapsed {
    background-image: url('../images/icon-open-white.svg') !important;
    color: #000;
    background-position: 95% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.accordionRedesign .card .card-body {
    border-top: 1px solid #109d9d;
}

.accordionRedesign .card button.btn-link {
    width: 100%;
    background: 0 0;
    border: 0;
    background-image: url('../images/icon-close-yellow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
    background-size: 15px !important;

}

.pointer {
    cursor: pointer;
}

.bg-radial-dark-mid {
    background: radial-gradient(circle,
            #14191a 0%,
            /* Center color */
            #14191a 20%,
            /* Center color extends to 20% */
            #123132 100%
            /* Border color */
        );
}

.custom-card-image {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.custom-card-image .initial-image {
    position: relative;
    z-index: 1;
}

.custom-card-image .hover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.7s ease-in, left 1s ease-in;
}

.custom-card-image:hover .hover-image {
    opacity: 1;
}

.custom-card-image .card-image:hover .initial-image {
    opacity: 1;
    transition: opacity 0.7s ease-in, right 1s ease-in;
}


/* NOVO FOOTER REDESIGN */
.newFooter {
    width: 100%;
    padding: 40px 0 60px;
    background: #000;
    color: #fff;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.newFooter__social {
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0 16px;
}

.newFooter__social a {
    margin-left: 24px;
}

.newFooter__social svg:hover {
    opacity: .8;
}

.newFooter .border-footer {
    border-top: solid 1px #111;
    padding-top: 36px;
}

.newFooter__block--text {
    margin: 0;
    font-weight: bold;
}

.newFooter__block--subtitle {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 4px;
    padding: 0;
    color: #00D8D8;
    text-align: left;
    border: 0;
    background: transparent;
    outline: none;
    cursor: default !important;
}

.newFooter__block--subtitle-small {
    display: block;
    font-size: 15px;
    color: #00D8D8;
}

.newFooter__block--subtitle-small small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.newFooter__block--nav {
    list-style: none;
    padding: 0;
    margin: 8px 0 16px !important;
}

.newFooter__block--nav li {
    margin: 0 !important;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.newFooter__block--nav li:before {
    display: none !important;
}

.newFooter__block--nav:hover li a {
    opacity: .6;
    transition: .2s;
}

.newFooter__block--nav li a {
    font-weight: 400 !important;
    color: #fff;
    text-decoration: none;
}

.newFooter__block--nav li a:hover {
    color: #fff;
    opacity: 1;
}

.w-50 {
    width: 50%
}

.newFooter .link-tel {
    color: white !important;
    display: inline;
}

.newFooter .link-tel:hover {
    color: #EEFF88 !important;
}

.newFooter .link-relatorio {
    display: block;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Roboto Mono", monospace;
}

.newFooter .last-row {
    border-top: solid 1px #111;
    padding-top: 40px;
}

.newFooter .last-row .title-saiba {
    font-weight: bold !important;
    font-size: 1rem;
}

.newFooter .last-row a {
    display: inline;
    text-decoration: underline;
    color: white;
}

.newFooter .last-row a:hover {
    color: #EEFF88;
}

.newFooter .last-row .section-subtitle {
    font-size: 0.9rem;
}

footer a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .pb-mobile-0 {
        padding-bottom: 0 !important;
    }

    .w-50 {
        width: 100%
    }

    .newFooter {
        text-align: left !important;
    }

    .newFooter__block {
        max-height: 38px;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
        transition: ease-in .5s;
    }

    .newFooter__block::after {
        content: url('../images/chevron_down.png');
        display: block;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 1;
    }

    .newFooter__block--subtitle {
        padding: 4px 0 10px;
        z-index: 9;
        position: relative;
    }

    .newFooter__block--subtitle-small {
        margin-top: 8px;
    }

    .newFooter__block.showNav {
        max-height: 1000px;
    }

    .newFooter__block.showNav::after {
        content: url('../images/chevron_up.png');
    }

    .newFooter__social {
        margin: 0;
    }

    .newFooter__social a {
        margin-left: 15px;
    }

    .newFooter__social svg {
        max-width: 20px;
        height: auto;
    }
}

.floating-icon {
    position: fixed;
    bottom: 16px;
    right: 24px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .4s;
    z-index: 99;
}

.floating-icon:hover {
    transform: scale(1.03);
}



.card-img-top.initial-image.pointer {
    margin: auto;
}

#nossos-cartoes .owl-ods .owl-nav {
    display: none;
}

@media only screen and (max-width:768px) {
    .owl-ods .owl-nav {
        display: none !important
    }

    ul.inputs-list {
        display: block;
    }

    .bg-form-box {
        margin-bottom: 0 !important;
    }
}

/*Página BPP*/
.page-template-pg-legado-servicos {
    margin-top: 96px;
}

.page-template-pg-legado-servicos .bpp-telefone {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-pg-legado-servicos .floating-icon,
.page-template-pg-legado-servicos .newFooter {
    display: none !important;
}

.page-template-pg-legado-servicos footer.footer {
    padding: 16px 0;
    background-color: #00d8d8
}

.page-template-pg-legado-servicos footer.footer .socials {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem
}

.page-template-pg-legado-servicos footer.footer .socials a {
    height: 20px;
    display: flex;
    align-items: end;
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: .2s
}

.page-template-pg-legado-servicos footer.footer .socials a:hover {
    opacity: .8
}

@media screen and (max-width: 500px) {
    .page-template-pg-legado-servicos footer.footer {
        text-align: center
    }

    .page-template-pg-legado-servicos footer.footer .socials {
        justify-content: center;
        margin-top: 2rem
    }
}

/*Página relatório de ouvidoria | demonstrativos financeiros | emissão pública nota publica*/
.pg-relatorio-de-ouvidoria .item a,
.pg-demonstrativos-financeiros .item a,
.pg-emissao-publica-nota-comercial .item a {
    background: #E9F0EF;
    min-height: 44px;
    border-radius: 8px;
    margin: 0 0 12px;
    padding: 0 16px;
    color: black;
    font-size: 1rem;
}

.pg-emissao-publica-nota-comercial .inputs-list li {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {

    .hs-form-field,
    .hs-submit,
    .hs_full_name,
    .pg-emissao-publica-nota-comercial .hs_full_name {
        margin-bottom: 24px !important;
    }
}

/*Página ESG*/
details.relatorio-igualdade>summary {
    padding: 8px 0;
    cursor: pointer;
}

details.relatorio-igualdade>summary:focus {
    outline: none;
}

details.relatorio-igualdade>summary::-webkit-details-marker {
    display: none;
}

details.relatorio-igualdade>summary {
    list-style: none;
    background: transparent;
}

details.relatorio-igualdade a {
    color: #00d8d8 !important;
    text-decoration: none;
    display: block;
    margin: 8px 0;
}

details.relatorio-igualdade p {
    margin-bottom: 0;
}

details.relatorio-igualdade br {
    display: none
}

details.relatorio-igualdade>summary::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    float: right;
    border: solid 2px cyan;
    border-left-color: transparent;
    border-bottom-color: transparent;
    margin-right: 0.6rem;
    margin-top: 10px;
    transition: transform 0.2s;
    transform: rotate(135deg) translate(-20%, 20%);
}

details.relatorio-igualdade[open]>summary::after {
    transform: rotate(-45deg) translate(-20%, 20%);
}


/* Página Portal Fornecedor */

#saiba_mais .acquiring-banner {
    padding: 29px 24px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.h-40 {
    height: 40px;
}

.grid-seven-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.box-transparent-bordered {
    border-bottom: 1px solid #FFFFFF14;
    border-top: 1px solid #FFFFFF14;
    border-left: 1px solid #FFFFFF14;
}

.box-transparent-bordered:last-child {
    border-right: 1px solid #FFFFFF14;
    border-radius: 0 8px 8px 0;
}

.box-transparent-bordered:first-child {
    border-radius: 8px 0 0px 8px;
}


/* Página Plataforma de dados */
.pg-plataforma-de-dados .section-security {
    background-image: url('../images/grafism-seguranca-da-informacao-1.png') !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.pg-plataforma-de-dados #blog .category {
    font-size: 14px;
    border: 1px solid white;
}

@media only screen and (max-width: 768px) {
    .noPaddingMobile {
        padding-left: 0;
        padding-right: 0;
    }

    .noRoundedMobile {
        border-radius: 0 !important;
    }

    .pg-plataforma-de-dados .section-header-hero .new-button.teal.scroll-to-section {
        min-width: fit-content !important;
    }

    .pg-plataforma-de-dados .section-header-hero .row {
        padding-bottom: 0;
    }

    .pg-plataforma-de-dados #combine-solucoes {
        padding-bottom: 0
    }

    .pg-plataforma-de-dados .section-security {
        background-size: 200% !important;
        background-position: bottom !important;
    }

    .pg-plataforma-de-dados .blog-cta-mobile-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

/*Página Transparencia e Conformidade*/
.pg-transparencia-e-conformidade {
    .certification-wrapper {
        border-radius: 16px;
        border: solid 1px #00000026;
    }

    .certification-wrapper p {
        font-size: 18px;
    }

    .certification-wrapper span {
        color: #000;
        margin: -5px 0 8px 0;
    }

    .img-wrapper {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        padding: 0 2rem;
    }

    .certification-wrapper img {
        height: 150px;
        width: auto;
        object-fit: contain;
        padding: 0;
    }

    .column-transparencia .icon-box-redesign {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: .4s;

        &:hover {
            background: white !important;
            border-color: white !important;

            b.c-yellow,
            p.c-white {
                color: #14191A !important;
            }
        }
    }

    .column-transparencia .icon-box-redesign img {
        width: 46px;
        height: 46px;
        object-fit: contain;
    }

    .column-transparencia .icon-box-redesign .new-button {
        height: 40px !important;
    }

    @media only screen and (max-width: 500px) {
        .certification-wrapper .content-wrapper {
            padding: 2rem 1.5rem !important;
        }

        .img-wrapper {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: 200px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            border-bottom-left-radius: 0;
        }
    }
}

/* Página Carreira */
body.pg-carreira .section-bem-estar {
    background-size: 50%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

body.pg-carreira .banner-codigo-conduta {
    padding: 48px;
    background-size: cover;
}

body.pg-carreira .vacanciesDesktop tbody tr:last-of-type {
    border-bottom: 0 !important;
}

body.pg-carreira #Wrapper .owl-carousel.depoimentos-carousel .owl-nav button,
body.pg-carreira #Wrapper .owl-carousel.valores-carousel .owl-nav button {
    position: static !important;
    transform: none !important;
    width: 51px !important;
    height: 51px !important;
}

body.pg-carreira #Wrapper .owl-carousel.depoimentos-carousel .owl-nav {
    height: auto;
    position: absolute;
    bottom: -70px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

body.pg-carreira #Wrapper .owl-carousel.valores-carousel .owl-nav {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 110%;
    left: -5%;
    display: flex;
    justify-content: space-between;
}

body.pg-carreira .depoItem .depoItemImage {
    width: 180px;
    height: 180px;
    border-radius: 4px;
}

body.pg-carreira .valoresItem {
    min-height: 280px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

body.pg-carreira .valoresItem div {
    max-width: 65%;
    z-index: 2;
}

body.pg-carreira .valoresItem .valoresImg {
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

body.pg-carreira .dockSymbol {
    max-width: 500px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-60%);
}

body.pg-carreira .slideItem {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
    margin-left: 24px;
}

body.pg-carreira .slideItemImage {
    object-fit: cover;
    width: 250px;
    height: 250px
}

body.pg-carreira .linha {
    position: absolute;
    white-space: nowrap;
    font-size: 0;
    height: 100%;
}

body.pg-carreira #carousel {
    position: absolute;
    white-space: nowrap;
    width: 48%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    bottom: -40px
}

body.pg-carreira #carousel img {
    width: auto;
    z-index: 999999;
    vertical-align: middle;
}

body.pg-carreira .centerHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.rtl {
    -webkit-animation: scrollRtL 30s linear infinite;
    animation: scrollRtL 30s linear infinite;
    animation-play-state: running;
    -webkit-animation-play-state: running;
}

@-webkit-keyframes scrollRtL {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-400%, 0);
    }
}

@keyframes scrollRtL {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-400%, 0);
    }
}


@media only screen and (max-width: 500px) {
    body.pg-carreira .header-hero-buttons .new-button {
        width: 100%;
    }

    body.pg-carreira #carousel {
        width: 100%;
        position: relative;
        height: 280px;
        margin-top: -80px;
    }

    body.pg-carreira .section-bem-estar {
        background-image: none;
    }

    body.pg-carreira .dockSymbol {
        top: 50%;
        transform: translate(-50%, 50%);
        max-width: 100%;
    }

    body.pg-carreira .banner-codigo-conduta {
        height: 650px;
        padding: 36px 24px;
        margin-top: 80px;
    }

    body.pg-carreira .banner-codigo-conduta h2.title-3 {
        font-size: 24px;
        line-height: 30px;
    }

    body.pg-carreira .banner-codigo-conduta .fz-18 {
        font-size: 16px;
        line-height: 24px;
    }

    body.pg-carreira .banner-codigo-conduta .new-button {
        font-size: .9rem;
        width: 100%;
    }

    body.pg-carreira .depoItem {
        flex-direction: column;
    }

    body.pg-carreira .depoItem .depoItemImage {
        margin: 0 auto 24px;
    }

    body.pg-carreira .depoItem b {
        display: block;
        margin-top: 12px;
    }

    body.pg-carreira .valores-carousel .owl-stage-outer {
        width: 100vw !important;
    }

    body.pg-carreira .depoimentos-carousel,
    body.pg-carreira .valores-carousel {
        margin-bottom: 100px;
    }

    body.pg-carreira #Wrapper .owl-carousel.valores-carousel .owl-nav {
        top: auto;
        bottom: -120px;
        justify-content: center;
    }

    body.pg-carreira .valoresItem {
        padding-left: 30px !important;
        padding-right: 20px !important;
    }

    body.pg-carreira .valoresItem div {
        max-width: 100%;
        padding-top: 200px
    }

    body.pg-carreira .valoresItem .valoresImg {
        width: 100%;
        height: auto;
        object-fit: cover;
        left: 0;
    }

    body.pg-carreira .vacancyItem__btn .new-button {
        font-size: .8rem
    }
}

@media only screen and (max-width: 991px) {

    body.pg-carreira #Wrapper .owl-carousel .owl-dots .owl-dot,
    body.pg-carreira #Wrapper .owl-carousel .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        min-height: 8px;
        min-width: 8px;
        border-radius: 50%;
        margin: 0;
    }

    body.pg-carreira #Wrapper .owl-carousel .owl-dots .owl-dot span,
    body.pg-carreira #Wrapper .owl-carousel .owl-dots .owl-dot.active span {
        display: none;
    }
}

/* Página Dock One */
.d-grid {
    display: grid;
}

.lh-20 {
    line-height: 20px !important;
}

.fw-400 {
    font-weight: 400 !important;
}


#porque_dock_one .grid-1-2-1-columns {
    grid-template-columns: 10vw 1fr 10vw;
}

#porque_dock_one .grid-four-columns.items {
    grid-template-columns: 10vw 1fr 1fr 1fr 10vw;
}

.icon-box-light-gray:not(.box-5):not(.box-6):not(.box-11):not(.box-12),
.border-space-holder:not(.box-5):not(.box-6) {
    border-right: 1px solid #1CC0C0;
}

.icon-box-light-gray.box-6,
.icon-box-light-gray.box-12,
.border-space-holder.box-6 {
    border-right: 1px solid #1CC0C0;
}

.border-space-holder {
    min-height: 80px;
    border-top: 1px solid #1CC0C0;
}

.pt-6-rem {
    padding-top: 6rem;
}

.pb-6-rem {
    padding-bottom: 6rem;
}

.py-6-rem {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.grid-1-2-1-columns {
    grid-template-columns: 1fr 2fr 1fr;
}

.overflow-hidden {
    overflow: hidden;
}

.borders-side {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

.borders-side-teal {
    border-left: 1px solid #1CC0C0;
    border-right: 1px solid #1CC0C0;
}

.borders-side-black {
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
}

.border-side-left-teal {
    border-left: 1px solid #1CC0C0;
}

.border-side-right-teal {
    border-right: 1px solid #1CC0C0;
}

.border-side-right-black {
    border-right: 1px solid #313131;
}

.possibility-card {
    border-top: 1px solid #313131;
    padding: 24px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.possibility-card:hover {
    border: 1px solid #00D8D880 !important;
}

.possibility-card:hover .image-wrapper::before {
    opacity: 0;
}

.possibility-card:not(.box-4) {
    border-right: 1px solid #313131;
}


.border-space-holder-black:not(.box-4) {
    border-right: 1px solid #313131;
}

.border-space-holder-black {
    min-height: 80px;
    border-top: 1px solid #313131;
}


.postagens-home {
    background: white;
}

.featured .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 1;
}

.featured .new-button.teal {
    height: 40px;
}


.spacing-5 {
    letter-spacing: 0.05em;
}

.section-big {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

.section-medium {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.fz-40 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.fz-17 {
    font-size: 17px !important;
    line-height: 26px !important;
}

.fz-14 {
    font-weight: 400 !important;
    line-height: 18px !important;
}

.fixed-title {
    max-width: 540px;
    margin: auto;
}

.round-16 {
    border-radius: 16px;
}

.separator-blue {
    height: 3.5px;
    background: #00d8d8;
    display: block;
    max-width: 60px;
    margin: auto;
}

.icon-box-light-gray {
    border-top: 1px solid #1CC0C0;
    padding: 24px;
    z-index: 2;
    transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

.icon-box-light-gray .title-5 {
    color: #14191A !important;
    font-weight: 600 !important;
}

.icon-box-light-gray .text {
    color: #14191A !important;
    font-weight: 400 !important;
}

.icon-hover {
    display: none;
}

.icon-box-light-gray:not(.empty-box):hover .icon-initial {
    display: none;
}

.icon-box-light-gray:not(.empty-box):hover .icon-hover {
    display: block;
}

.icon-box-light-gray:not(.empty-box):hover {
    background: #14191A;
}

.icon-box-light-gray:not(.empty-box):hover .text {
    color: white !important;
}

.icon-box-light-gray:not(.empty-box):hover .title-5 {
    color: #00D8D8 !important;
}

.bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

#espalhe-o-poder .text-wrapper,
.section-header-hero .text-wrapper {
    max-width: 1024px;

}

.section-header-hero.video .video-full {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 28%);

}

.video-holder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgb(20, 25, 26) 0%, rgba(20, 25, 26, 0.55) 18%, rgba(20, 25, 26, 0.25) 100%);
    z-index: 1;
}

.floating-text {
    margin-top: 4rem;
}

.section-header-hero.video .row {

    align-items: baseline;
}

.centered-boxes {
    border: 1px solid #FFFFFF1A;
}

.z-2 {
    z-index: 2;
}

#espalhe-o-poder {
    padding: 148px 0px !important;
}

.bg-linear-top-right-blue {
    background: linear-gradient(15deg, rgb(20, 25, 26) 0%, rgb(20, 25, 26) 84%, rgb(4, 85, 85) 100%);
}

#sobre-dock-one {
    background: #f6f6f6;
}



@media only screen and (min-width: 992px) {

    .section-header-hero.video .new-button.teal.scroll-to-section {
        min-width: 230px !important;
    }

    .centered-boxes.repeater-1 {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .centered-boxes.repeater-3 {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

@media only screen and (max-width: 991px) {

    #porque_dock_one .border-redesign {
        padding: 0rem 2rem;
    }

    #porque_dock_one .grid-1-2-1-columns {
        grid-template-columns: calc(2rem + 15px) 0fr 1fr 0fr calc(2rem + 15px);
    }

    .featured .content-wrapper {
        padding: 16px;
    }

    #destaques .borders-side {
        padding: 3rem 10px 0px 10px !important
    }

    .pt-6-rem {
        padding-top: 0rem;
    }

    h2.pt-6-rem {
        padding-top: 3rem;
        padding-bottom: 2rem !important;
    }

    #multiplas-possibilidades .text.text-md-center {
        padding-bottom: 2rem;
    }

    .border-space-holder.box-6 {
        border-left: 0px;
    }

    .border-space-holder.box-1 .icon-box-light-gray {
        border-right: 0px !important;
    }

    #porque_dock_one .grid-four-columns {
        grid-template-columns: 1fr !important;
    }

    .icon-box-light-gray:not(.box-5):not(.box-6):not(.box-11):not(.box-12),
    .border-space-holder:not(.box-5):not(.box-6) {
        border-right: 0 !important;
    }

    .icon-box-light-gray.empty-box,
    .border-space-holder.border-space-holder:not(.box-6),
    .border-space-holder-black:not(.box-4) {
        display: none;
    }

    .no-border-mobile {
        border: 0px !important;
    }

    #sobre-dock-one .underline-detail-double.orange {
        background-position: 50% 38px !important;
    }

    .featured.big .font-size-24 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .section-big {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .grid-four-columns {
        grid-template-columns: 1fr;
    }

    .floating-text {
        margin-top: 2rem;
    }

    .centered-boxes.repeater-1 {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .centered-boxes.repeater-3 {
        border-bottom-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {

    .section-header-hero.video .row {
        min-height: 100vh !important;
    }

    .section-header-hero.video .video-full {
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, 35%);
        width: 120%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .padding-borders {
        padding-left: 80px;
        padding-right: 80px;

    }
}

@media only screen and (min-width: 1441px) {
    .padding-borders {
        padding-left: 160px;
        padding-right: 160px;

    }
}

@media only screen and (max-width:500px) {
    .underline-detail-double.orange {
        background-position: 50% 75px !important;
    }
}


.boxTitle {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #121619;
    z-index: 9;
    padding-top: 10px;
}

.bg-color-dark {
    background-color: #121619 !important;
}

.pinnedSection .container .borders-side-black {
    display: flex;
}

.imageColumn {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: solid 1px #313131
}

.imageContainer {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.imageContainer img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    transition: opacity 0.1s ease;
    object-fit: cover;
}

.imageContainer img.active {
    opacity: 1;
}

.contentColumn {
    width: 50%;
}

.contentColumn .boxContent {
    height: 100vh;
    padding: 0 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: solid 1px #313131;
}

/* Página Dock One*/
body.pg-dock-one {
    .dock-shine {
        background: linear-gradient(110deg, white, 45%, #00d8d8, 55%, white);
        background-size: 260% auto;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textShine 3s ease-out infinite alternate;
    }

    #operacao-eficiente {
        border-bottom: 1px solid #313131;
    }

    #operacao-eficiente .col-md-6 .border-side-right-black {
        padding-bottom: 6rem
    }

    .banner-eficiente {
        min-height: 580px;
        border: solid 1px #124A4B;
        max-width: 80%;
        margin: 0 auto;
        background-size: cover;
        background-position: bottom;
    }

    .banner-eficiente img {
        position: absolute;
    }

    .banner-eficiente img.img-eficiente-1 {
        left: -40px;
        bottom: 30px;
    }

    .banner-eficiente img.img-eficiente-2 {
        right: -40px;
        bottom: 150px;
    }

    .banner-eficiente img.img-eficiente-3 {
        right: 90px;
        bottom: 70px;
    }

    .banner-eficiente img.img-eficiente-4 {
        right: -60px;
        bottom: 20px;
    }
}

@media only screen and (max-width:500px) {
    .py-6-rem {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    body.pg-dock-one {
        .banner-eficiente {
            max-width: 90%;
            min-height: 800px;
            border: 0 !important;
            margin-bottom: 4rem;
        }

        .banner-eficiente .fz-18 {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .banner-eficiente img.img-eficiente-1 {
            max-width: 120px;
        }

        .banner-eficiente img.img-eficiente-2,
        .banner-eficiente img.img-eficiente-3,
        .banner-eficiente img.img-eficiente-4 {
            max-width: 75px;
        }

        .banner-eficiente img.img-eficiente-3 {
            right: 40px;
        }

        .banner-eficiente img.img-eficiente-4 {
            right: -40px;
            bottom: 40px;
        }

        .banner-eficiente img.img-eficiente-3 {
            right: 50px;
            bottom: 90px;
        }

    }
}

@keyframes textShine {
    to {
        background-position: -200%;
    }
}


/* Página Dock Console*/
body.pg-dock-console .underline-detail-double.orange {
    background-position: 100% 25px !important;
    background-size: 90% !important;
    padding-bottom: 10px;
    display: inline-block;
}

body.pg-dock-console .underline-detail-double.purple {
    background-image: url('../images/underline-purple2.png');
    background-position: 50% 30px;
    background-size: 100%;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    display: inline-block;
}

.accordionRedesign.accordionSeguranca .card {
    border: solid 3px #124A4B !important;
}

.accordionRedesign.accordionSeguranca .card .card-body {
    border-top: 0;
}

.accordionRedesign .card button.btn-link.collapsed {
    color: white !important;
    font-weight: 400;
}

.accordionRedesign .card button.btn-link {
    color: #00d8d8 !important;
    font-weight: bold;
    font-size: 18px;
}

body.pg-dock-console .video-dock-one {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
    z-index: 1;
    border-radius: 8px;
    opacity: .2;
}

body.pg-dock-console .section-modulos {
    border-top: solid 1px #6F7A7959;
    border-bottom: solid 1px #6F7A7959;
    background-image: url('../images/pg-dock-console-bg-modulos.png');
    background-size: cover;
    background-color: #14191A;
}

@media only screen and (max-width:500px) {
    body.pg-dock-console .accordionRedesign .card button.btn-link {
        padding-right: 50px;
    }

    body.pg-dock-console .section-modulos {
        background-image: url('../images/pg-dock-console-bg-modulos-mobile.png');
    }

    body.pg-dock-console .underline-detail-double.orange,
    body.pg-dock-console .underline-detail-double.purple {
        display: inline;
    }

    body.pg-dock-console .video-dock-one {
        width: 250%;
        max-width: 250%;
        border-radius: 0;
    }
}

/* Blog Redesign */

.blog-banner-content {
    display: flex;
    align-items: center;
    background-color: #14191A !important;
    color: #fff !important;
    border-radius: 16px;
    overflow: hidden;
}

.blog-banner-content .text {
    width: 50%;
    padding: 50px;
}

.blog-banner-content .category {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #00D8D8;
    color: #00D8D8;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: "Roboto Mono", monospace;
}


.blog-banner-content .meta {
    font-size: 12px;
    font-family: "Roboto Mono", monospace;
    display: flex;
    gap: 25px;
    text-transform: uppercase;
    margin-top: 30px;
}

.blog-banner-content .image {
    width: 50%;
    height: 100%;
}

.blog-banner-content .image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-item:hover {
    border: solid 1px #00d8d8;
}

.blog-item:hover .category {
    background: #00d8d8;
    border: solid 1px #00d8d8;
}

.blog-item:hover h2 {
    color: #00d8d8 !important;
}

.categories-list {
    gap: 8px;
}

.cat-link {
    color: #14191A !important;
    border: 1px solid #0000001A;
    padding: 9px 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
}

.cat-link:hover {
    background: #00d8d8;
}

.insights-card {
    position: relative;
    width: 100%;
    min-height: 500px;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    border: 1px solid #14191a;
    cursor: pointer;
}

.trilha-card {
    height: 280px;
    min-height: 0;
}

.insights-card a {
    color: white;
}

.insights-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.insights-card .post-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.insights-card .category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #14191A;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Mono", monospace;
    border: 1px solid white;
}

.insights-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.insights-card:hover {
    border: 1px solid #00D8D8 !important;
}

.insights-card:hover .title {
    color: #00D8D8 !important;
}

.insights-card:hover .category {
    border-color: #00D8D8 !important;
    color: #00D8D8 !important;
}

.grid-trilha {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.single-post .blog-banner-content {
    background: none !important;
    color: #14191A !important;
}

.single-post .blog-banner-content img {
    border-radius: 16px;
}

.single-post .blog-banner-content .category {
    color: #14191A;
    background: #00D8D8;
    font-weight: 700 !important;
}

.single-post .blog-banner-content .text {
    padding-left: 15px;
}

.single-post .content-post {
    border-top: 1px solid #DDD;
    margin-top: 2rem;
    padding-top: 2rem;
}

html .single-post .content-post li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.75rem !important;
    width: 20px !important;
    height: 20px !important;
    background: url("../images/list-icon_1.svg") no-repeat center center !important;
    background-size: contain !important;
}

.breadcrumbs-container .breadcrumbs a {
    font-size: 15px;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    color: #14191A;
    font-weight: 600;
    text-decoration: none !important;
}

.breadcrumbs .divider {
    margin: 0px 10px;
}

.breadcrumbs-container .breadcrumbs .active {
    color: #00d8d8;
}

.section-default.pt-0 {
    padding-top: 0px !important;
}

.section-default.pb-0 {
    padding-bottom: 0px !important;
}

#blog-topbar .navbar .hamburger-inner,
#blog-topbar .navbar .hamburger-inner::before,
#blog-topbar .navbar .hamburger-inner::after {
    background: white !important;
}


@media (max-width: 767px) {
    .topbar .navbar .navbar-collapse::before {
        background: #14191a !important;
    }

    .cat-link {
        margin-bottom: 9px;
        padding: 4px 8px;
        display: inline-block;
    }

    .blog-banner-content .text,
    .blog-banner-content .image {
        width: 100%;
    }

    .blog-banner-content .text {
        padding: 20px;
        order: 2;
    }

    .blog-banner-content {
        flex-direction: column;
        border-radius: 0px;
    }

    .section-default.blog-banner {
        padding: 0;
    }

    .section-default.blog-banner .container {
        padding: 0;
    }

    .blog-banner-content .meta span,
    .blog-banner-content .meta {
        display: block !important;
        width: 100%;
    }


}

@media (min-width: 768px) {

    html .single-post #Wrapper {
        padding-top: 110px !important;
    }

    body.blog #Wrapper,
    body.pg-fluid #Wrapper {
        padding-top: 100px !important;
    }

    .grid-trilha .trilha-card:nth-child(1) {
        width: 24%;
    }

    .grid-trilha .trilha-card:nth-child(2) {
        width: 32%;
    }

    .grid-trilha .trilha-card:nth-child(3) {
        width: 16%;
    }

    .grid-trilha .trilha-card:nth-child(4) {
        width: 24%;
    }

    .grid-trilha .trilha-card:nth-child(5) {
        width: 24%;
    }

    .grid-trilha .trilha-card:nth-child(6) {
        width: 24%;
    }

    .grid-trilha .trilha-card:nth-child(7) {
        width: 32%;
    }

    .grid-trilha .trilha-card:nth-child(8) {
        width: 16%;
    }
}

/* Tokenização */

.image-box-hover-overlay {
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.image-box-hover:hover .image-box-content {
    display: none;
    transition: all 0.4s;
}

.image-box-hover:hover .image-box-hover-overlay {
    opacity: 0.8;
}

.image-box-hover .image-box-hover-content {
    z-index: 80;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0px 20px;
    transition: all 0.4s;
}

.image-box-hover:hover .image-box-hover-content {
    display: block !important;
    transition: all 0.4s;
}

.image-box-hover {
    min-height: 400px;
    cursor: pointer;
}

.image-box-content {
    z-index: 80;
    position: absolute;
    bottom: 20px;
}

.border-top {
    border: 1px solid #dfdfdf;
}

#sobre-tokenizacao {
    min-height: 660px;
    align-items: center;
    display: flex;
}

.icon-box-redesign.bg-teal {
    background-color: #00d8d8 !important;
}

@media (max-width: 768px) {

    html body .grid-two-columns-mobile {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .fz-18 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .section-header-hero .bg-image {
        height: 100%;
    }

    .underline-detail-mobile {
        font-size: 1.7rem !important;
    }

    .image-box-hover .image-box-content {
        display: none;
    }

    .image-box-hover .image-box-hover-content {
        display: block !important;
    }

    #sobre-tokenizacao {
        padding-bottom: 40rem;
        padding-top: 0rem;
    }

    .noGapMobile {
        gap: 0 !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {

    .mercados-template .section-header-hero {
        padding-top: 10rem;
    }

    .mercados-template #prevencao-fraudes {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .single-mercados .title-3 {
        font-size: 24px;
        line-height: 28px;
    }

    .single-mercados #dock-aliado,
    .single-mercados #dock-aliado .container {
        padding: 0;
    }

    .single-mercados #dock-aliado .rounded-16 {
        border-radius: 0px;
    }

    .bg-grey-alt {
        background-color: #E9E9E9;
    }

    .single-mercados #prevencao-fraudes {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

.bg-grey-alt {
    background-color: #E9E9E9;
}