* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-overflow-scrolling: touch;
    font-family: 'Geist', sans-serif;
}

.container {
    position: relative;
    max-width: 1280px;
    min-height: 1px;
    margin: 0 auto;
}

.btn {
    border-radius: 0.8rem;
}

.btn:active {
    transform: scale(0.96);
}

.btn.btn-gradient {
    background: linear-gradient(50deg, #0041df, #002a97);
    color: #fff;
    font-size: 13px;
    padding: 4px 15px;
    text-align: center;
    transition: .3s all;
    border: none;
    border-radius: 2rem;
}

.btn.btn-orange {
    background-color: #0059ff;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    text-align: center;
    transition: .3s all;
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #003bff;
}

.btn.btn-white {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    padding: 8px 25px;
    border: 1px solid #fff;
}

.btn.btn-new {
    background-color: #0059ff;
    color: #fff;
    font-size: 12px;
    padding: 0 25px;
    height: 42px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: .3s all;
    text-align: center;
    width: fit-content;
}

.btn.btn-new:hover {
    box-shadow: 0 1px 6px rgb(32 33 36 / 50);
    opacity: 0.9;
}

/* Torna --angle animável */
@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 50deg;
}
.btn-create-account {
  min-width: 230px;
  min-height: 50px;
  font-size: 15px;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: aliceblue;
  background: linear-gradient(var(--angle), #0041df, #002a97);
  transition: --angle 0.6s ease;
}

.btn-create-account:hover,
.btn-create-account:focus {
  color: aliceblue;
  --angle: 150deg;
}

.btn-contract {
    max-width: 200px;
    min-width: 100px;
    min-height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #0059ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
}

.btn-contract:hover,
.btn-contract:focus {
    color: #fff;
    background-color: #003bff;
}

.container-topo-default {
    position: absolute;
    width: 100%;
    min-height: 1px;
    top: 0;
    left: 0;
    z-index: 2;
}

.container-topo-default .content-topo-default-extra {
    width: 100%;
    height: 60px;
    background: #00103b;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: baseline;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-left {
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-left>div {
    margin-right: 10px;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-left>div>a>img {
    height: 25px;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-right {
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-right>div:first-child {
    width: auto;
    height: 60px;
    display: flex;
    margin: 0 15px;
    align-items: center;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-right>div:first-child>a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-right>div:first-child>img {
    height: 25px;
    margin-right: 10px;
}


.container-topo-default .content-topo-default-nav {
    width: 100%;
    height: 80px;
    background: #001652;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position {
    width: 100%;
    height: 80px;
    display: flex;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-left {
    width: 200px;
    height: 80px;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-left>a {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-left>a>img {
    height: 34px;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right {
    width: calc(100% - 200px);
    height: 80px;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav>ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav>ul>li {
    width: auto;
    height: 80px;
    padding: 0 15px;
    display: flex;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav>ul>li:last-child {
    padding-right: 0;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav>ul>li>a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    transition: .3s all;
    text-decoration: none;
}

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav>ul>li>a:hover {
    color: #1d6cff;
}

.container-banner {
    position: relative;
    width: 100%;
    height: 810px;
    z-index: 1;
    padding-top: 160px;
    overflow: hidden;
}

.container-banner>.content-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 20% 80%, #000f9fb8, transparent 40%), radial-gradient(circle at 70% 20%, #00205c66, transparent 50%), radial-gradient(circle at 90% 70%, #000f9f66, transparent 40%);
    background-color: #0a1581;
    background-blend-mode: screen;
}

.container-banner>.content-banner-position {
    position: relative;
    width: 100%;
    height: 83%;
    z-index: 1;
}

.container-banner>.content-banner-position .content-banner-position-title {
    width: 100%;
    height: auto;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    justify-content: end;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-image {
    position: absolute;
    background-image: url(../images/novo/logo/branca-fb.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 80px;
    border-radius: 10px;
    top: 174px;
    right: 221px;
}

/* PONTO DE LUZ */
.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-luz-effect-image-left::after {
    content: '';
    position: absolute;
    top: 14%;
    left: 36%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(21 44 211 / 90%) 0%, rgb(255 255 255 / 0%) 70%);
    pointer-events: none;
    mix-blend-mode: screen;
}

/* TEXTURA */
.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-texture-effect-image-left::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background-image: url(../images/novo/home/textura-circular.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: -185px;
    left: 0%;
    border-radius: 10px;
    animation: rotating 90s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div:first-child {
    margin-bottom: 20px;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>h4 {
    font-size: 44px;
    margin: 5px 0 25px 0;
    color: #fff;
    font-weight: 900;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>ul {
    margin: 0 0 15px 20px;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>ul>li {
    margin-bottom: 15px;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>ul>li::marker {
    color: #1d6cff;
    font-size: 1.2em;
}

.container-banner>.content-banner-position .content-banner-position-image {
    position: relative;
    width: 100%;
    height: 325px;
}

.container-banner>.content-banner-position .content-banner-position-image .content-banner-position-image-icon {
    position: absolute;
    width: 100%;
    height: 600px;
    top: -295px;
    left: 0;
    background-image: url('../images/novo/setas.webp');
    background-size: cover;
    z-index: 3;
}

.container-banner>.content-banner-position .content-banner-position-footer {
    width: 100%;
    height: 280px;
}

.container-banner>.content-banner-position .content-banner-position-footer .content-banner-position-footer-center {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
}

.container-banner>.content-banner-position .content-banner-position-footer .content-banner-position-footer-center>div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-banner>.content-banner-position .content-banner-position-footer .content-banner-position-footer-center>div:first-child {
    margin-bottom: 15px;
}

.container-banner>.content-banner-position .content-banner-position-footer .content-banner-position-footer-center>div>h4 {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.container-banner>.content-banner-position .content-banner-position-footer .content-banner-position-footer-center>div>p {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.container-apresentation {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -25px;
    z-index: 3;
}

.container-apresentation .content-apresentation-boxed {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    margin-top: -60px;
    justify-content: center;
}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity {
    width: calc(25% - 20px);
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 25px;
    margin: 0 10px 20px 10px;
}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity>div {
    width: 100%;
    min-height: 1px;
    display: flex;

}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity>div:first-child {
    min-height: 100px;
    justify-content: center;
    align-items: center;
}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity>div:last-child {
    text-align: center;
    margin-top: 10px;
}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity>div>img {
    width: 100px;
}

.container-apresentation .content-apresentation-boxed>.content-apresentation-boxed-unity>div>h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #6e6e6e;
    line-height: 1.5;
}

.container-ticket {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: transparent;
    z-index: 1;
}

.container-ticket>.container-ticket-background {
    position: absolute;
    width: 100%;
    height: 200px;
    background-image: url('../images/novo/background.webp');
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.container-ticket .content-ticket-position {
    position: relative;
    width: 100%;
    min-height: 200px;
    display: flex;
    padding: 30px 0;
}

.container-ticket .content-ticket-position .content-ticket-position-left {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #fff;
}

.container-ticket .content-ticket-position .content-ticket-position-left>h4 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.container-ticket .content-ticket-position .content-ticket-position-left>small {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.container-ticket .content-ticket-position .content-ticket-position-right {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-ticket .content-ticket-position .content-ticket-position-right>h4 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.container-ticket .content-ticket-position .content-ticket-position-right>small {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.container-integration {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 150px 0 75px 0;
}

.container-integration .content-integration-head {
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 25px;
}

.container-integration .content-integration-head>h4 {
    font-size: 36px;
    color: #6d6e70;
    font-weight: 700;
    margin: 0 0 20px 0;
}

h4.flag::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    width: 50px;
    height: 6px;
    background-color: #123b9f;
    margin-left: -25px;
}

.container-integration .content-integration-head>p {
    font-size: 22px;
    color: #757575;
    font-weight: 500;
    margin: 0;
}

.container-integration .content-integration-body {
    width: 100%;
    min-height: 1px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.container-integration .content-integration-body>div {
    width: 16.66%;
    min-height: 1px;
}

.container-integration .content-integration-body>div>img {
    width: 75%;
}

.container-shipping {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 75px 0;
}

.container-shipping .content-shipping-boxed {
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-direction: column;
}

.container-shipping .content-shipping-boxed>.content-shipping-boxed-title {
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.container-shipping .content-shipping-boxed>.content-shipping-boxed-title>h4 {
    font-size: 36px;
    color: #6d6e70;
    font-weight: 700;
    margin: 0;
}

.container-shipping .content-shipping-boxed>.content-shipping-boxed-logo {
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-shipping .content-shipping-boxed>.content-shipping-boxed-logo>div {
    width: 20%;
    min-height: 120px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.container-shipping .content-shipping-boxed>.content-shipping-boxed-logo>div>img {
    width: 100%;
}

.content-footer-boxed {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    background: linear-gradient(180deg, #00103a, #001aa4 120%);
}

.content-footer-boxed .content-footer-boxed-header {
    width: 100%;
    height: 120px;
    display: flex;

}

.content-footer-boxed .content-footer-boxed-header>div:first-child {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

.content-footer-boxed .content-footer-boxed-header>div:last-child>img {
    width: 240px;
}

.content-footer-boxed .content-footer-boxed-header>div {
    display: flex;
    align-items: center;
}

.btn-version-outline {
    min-width: 50px;
    max-width: 150px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #0059ff;
    color: #0059ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    transition: .3s all;
}

.btn-version-outline:hover {
    color: #fff;
    background-color: #123b9f;
}

.content-footer-boxed .content-footer-boxed-header>div .btn-version-outline {
    margin-right: 10px;
}

.content-footer-boxed-line {
    width: 100%;
    height: 2px;
    background-color: rgb(255 255 255 / 10%);
    position: relative;
}

.content-footer-boxed-line>div {
    width: 120px;
    height: 7px;
    background-color: #123b9f;
    position: absolute;
    left: 0;
    top: -3px;
}

.content-footer-boxed .content-footer-boxed-body {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-wrap: nowrap;
    padding: 40px 0 20px 0;
}

.content-footer-boxed .content-footer-boxed-body>div {
    width: 100%;
    min-height: 1px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content-footer-boxed .content-footer-boxed-body>div>h4 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: aliceblue;
}

.content-footer-boxed .content-footer-boxed-body>div>span {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    line-height: 1;
}

.content-footer-boxed .content-footer-boxed-body>div>span>a {
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 500;
}

.content-footer-boxed .content-footer-boxed-extra {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.content-footer-boxed .content-footer-boxed-extra>div:first-child {
    width: 40%;
}

.content-footer-boxed .content-footer-boxed-extra>div {
    width: 20%;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.content-footer-boxed .content-footer-boxed-extra>div>h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #a7a7a7;
}

.content-footer-boxed .content-footer-boxed-extra>div>h4>a {
    color: #a7a7a7;
}

.content-footer-boxed .content-footer-boxed-extra>div img {
    height: 28px;
    margin-left: 10px;
}

.content-footer-created {
    width: 100%;
    height: 350px;
    background-color: #00103d;

}

.content-footer-created .content-footer-created-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left {
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left>h4 {
    font-size: 40px;
    color: aliceblue;
    margin: 0 0 25px 0;
    padding: 0;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left>p {
    font-size: 14px;
    color: #a7a7a7;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left>div {
    width: 100%;
    min-height: 1px;
    height: auto;
    display: flex;
    align-items: center;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left>div>a:last-child {
    margin-left: 10px;
}

.content-footer-created .content-footer-created-unity .content-footer-created-right {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.content-footer-created .content-footer-created-unity .content-footer-created-right>div {
    width: 300px;
    height: 362px;
    background-image: url('../images/novo/home/cara-da-frete.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1px;
}

.content-explanation-map {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #07172d;
    background: url('../images/novo/home/painel_001.webp'), #011648;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}

.content-explanation-map.felippe {
    background: url('../images/novo/home/felippe_001.jpeg'), #011648;
    background-size: cover;
    background-position: right;
    width: 100%;
    background-size: 38%;
    background-repeat: no-repeat;
}

.content-explanation-map.content-explanation-map-002 {
    background: none;
    background-color: #123b9f;
}

.content-explanation-map.content-explanation-map-003 {
    background: none;
    background-color: #fafaff;
}

.content-explanation-map .content-explanation-map-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-direction: column;
}

.content-explanation-banner {
    display: flex;
    justify-content: center;
    background-color: #000000;
    max-height: 557px;
    overflow: hidden;
}
.content-explanation-banner >img:last-child {
    z-index: 1;
    object-fit: cover;
    opacity: 0.05;
    animation: rotating 90s linear infinite;
}

.content-unity-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0 25px 0;
}
.content-unity-header-line {
    flex-direction: row;
    gap: 40px;
    font-size: 14px;
    color: #cbcbcb;
}

.content-unity-header.left {
    align-items: flex-start;
}

.content-unity-header.right {
    align-items: flex-end;
}

.content-unity-header>h4 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    max-width: 660px;
}

.content-unity-header>h4.white {
    color: white;
}

.content-unity-header>h4.grey {
    color: #04142a;
}

.content-unity-header>p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #cbcbcb;
    text-align: center;
    /* max-width: 400px; */
}

.content-unity-header>p.grey {
    color: #cbcbcb;
}
.content-unity-header>span.blue {
    color: #2a4264;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body {
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left {
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 26px;
    color: #fff;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>h4::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #fff;
    top: 0;
    left: -25px;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>h4>b {
    color: #ff6600;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #bdbdec;
}

.content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-right {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    justify-content: center;
}

.content-explanation-map.content-explanation-map-002 .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-right>div {
    position: absolute;
    width: 100%;
    max-width: 335px;
    height: 250px;
    max-height: 250px;
    background: url(/Assets/images/novo/logo/branca-fb.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content-button-apresentation {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
}

.content-button-apresentation.space {
    margin: 0 0 25px 0;
}

.content-button-apresentation.space-full {
    margin: 65px 0 35px 0;
}

.content-button-apresentation.left {
    justify-content: start;
}

.content-button-apresentation.right {
    justify-content: end;
}

.content-button-apresentation.right>span {
    color: #000;
}

.content-button-apresentation.left>span {
    color: #000;
}

.content-button-apresentation>span {
    color: #fff;
    min-width: 100px;
    height: 32px;
    border-radius: 0.8rem;
    background-color: rgba(191, 182, 247, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}

.content-button-apresentation>span.white {
    background-color: rgba(255, 255, 255, 0.9);
    color: #011648;
}

.content-button-apresentation>span.blue {
    background-color: #1c46ad;
    color: #ffffff;
}

.content-button-apresentation>span.soft-blue-black {
    background-color: rgba(191, 182, 247, 0.2);
    color: #000;
}

.content-button-apresentation>span.soft-blue-white {
    background: linear-gradient(48deg, #00103a, #001aa4);
    color: white;
}


.content-explanation-delivery {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #001652;
    padding: 75px 0;
}

.content-explanation-delivery .content-explanation-delivery-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-direction: column;
}


.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 25px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 25px;
    border-radius: 0.8rem;
    background-color: #00103d;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Ofusca todas as divs quando o container está em hover */
.content-explanation-delivery 
.content-explanation-delivery-unity 
.content-explanation-delivery-unity-body:hover > div {
    opacity: 0.5;
}

/* Remove o efeito de ofuscar e aplica o scale apenas na div com hover */
.content-explanation-delivery 
.content-explanation-delivery-unity 
.content-explanation-delivery-unity-body > div:hover {
    opacity: 1;
    transform: scale(1.05);
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div:nth-child(2) {
    box-shadow: rgb(0 89 255 / 25%) 0px 6px 24px 0px, rgb(0 89 255 / 67%) 0px 0px 0px 1px;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body > div:nth-child(2)::before {
    content: '';
    position: absolute;
    background: #0059ff;
    clip-path: polygon(50% 50%, 0% 100%, 50% 100%);
    width: 30px;
    height: 47px;
    top: -47px;
    left: 239px;

    /* border-left: 21px solid #001652;
    border-bottom: 24px solid #0059ff;
     */
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body > div:nth-child(2)::after {
    content: 'Mais popular';
    position: absolute;
    top: -24px;
    left: 253px;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 3px;

    padding: 6px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background-color: #0059ff;

    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body-plan-description > ul{
    list-style: none;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body-plan-description > p {
    color: aliceblue;
    font-weight: 600;
    font-size: 14px;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body-plan-description > ul > li {
    color: aliceblue;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body-plan-description > ul > li > i {
    color: #89dc65;
    font-size: 18px;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body-plan-description > ul > li.inative {
    i {
        color: #2a4264;
    }
    color: #2a4264;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-title {
    width: 100%;
    min-height: 1px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 25px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-title h4 {
    margin: 0 0 0 15px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-title i {
    color: #0059ff;
    font-size: 24px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan {
    width: 100%;
    display: flex;
    background-color: transparent;
    font-size: 18px;
    /* margin-bottom: 25px; */
    justify-content: start;
    align-items: baseline;
    gap: 10px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>p {
    font-size: 28px;
    font-weight: 600;
    margin: -4px;
    color: aliceblue;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>h4 {
    margin: 0 -5px 0 0;
    color: aliceblue;
    font-size: 14px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>span {
    margin: 0;
    color: aliceblue;
    font-size: 14px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan-additional {
    width: 100%;
    display: flex;
    background-color: transparent;
    font-size: 18px;
    margin: 10px 0 25px 0;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan-additional>p {
    font-size: 14px;
    font-weight: 600;
    margin: -6px;
    color: #a7a7a7;
}
.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan-additional>span {
    margin: 0;
    color: #a7a7a7;
    font-size: 10px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>p {
    margin: 0;
    padding: 0;
    color: #a7a7a7;
    font-size: 14px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 25px;
    background-color: #fff;
    top: 0;
    left: -25px;
}

.content-explanation-central {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background: linear-gradient(0deg, #00103a 42%, #0a1eb6);
    padding: 75px 0;
    color: white;
    overflow: hidden;
}

.content-explanation-central .content-explanation-central-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left {
    width: 100%;
    min-height: 1px;
    height: auto;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>h4 {
    margin: 25px 0 15px 0;
    padding: 0;
    font-size: 34px;
    color: aliceblue;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #a7a7a7;
    font-size: 18px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list {
    padding: 0 0 0 20px;
    border-left: 3px solid rgba(42, 66, 100, 0.1);
    display: flex;
    flex-direction: column;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list>span {
    position: relative;
    margin-bottom: 15px;
    color: #a7a7a7;
    font-size: 14px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list>span::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #123b9f;
    top: 0;
    left: -23px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list>span.orange::before {
    background-color: #ff6600;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list>span.green::before {
    background-color: #71c016;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>.content-explanation-central-unity-left-list>a {
    color: #123b9f;
    font-size: 16px;
    margin: 15px 0;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    height: auto;
    padding-top: 65px;
    padding-left: 25px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-right .content-explanation-central-unity-right-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-right .content-explanation-central-unity-right-image>div:nth-child(1) {
    width: 100%;
    height: 494px;
    background-image: url('../images/novo/home/tela_pedido_003.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 5px;
    background-color: #f7f9fc;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.05);
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left .content-explanation-white-central-unity-left-image-list {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 8px;
    justify-items: center;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left .content-explanation-white-central-unity-left-image-list>img {
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    transition: .3s all;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left .content-explanation-white-central-unity-left-image-list>img:hover {
    transform: scale(1.05);
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>h4 {
    font-size: 30px;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>p {
    font-size: 14px;
}



.content-explanation-default-image {
    background-image: url('../images/novo/home/cara-da-frete.webp');
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;
    top: 70px;
    border-radius: 8px;
    width: 315px;
    height: 410px;
    z-index: 2
}

.content-explanation-default-image-effect-right {
    background-image: url('https://www.skydropx.com/assets/landing5/blue-plus-bg-64787af64d2893c594069d23b549ed44cb02918d908cf7d3a6ac0074492314b1.svg');
    background-size: cover;
    position: absolute;
    right: -55px;
    top: 50%;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.content-explanation-default-image-effect-left {
    background-image: url('https://www.skydropx.com/assets/landing5/red-lines-bg-5c0f20b140ea9895386b2b97f280b5b0da1af7f0ca194441dd7d48c9533db36b.svg');
    background-size: cover;
    position: absolute;
    left: 75px;
    top: 15px;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.content-explanation-default-image>.left-bottom {
    position: absolute;
    width: 250px;
    border-radius: 15px;
    left: -140px;
    bottom: 25px;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.20);
}

.content-explanation-white {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #00103b;
    padding: 75px 0;
    overflow: hidden;
}

.content-explanation-white .content-explanation-white-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    padding: 0 15px 50px 15px;
}

.content-explanation-white .content-explanation-white-unity::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom right, rgb(21 44 211 / 70%) 0%, transparent 80%);
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 112%);
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    height: auto;
    padding-top: 65px;
    padding-right: 25px;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left>.content-explanation-white-unity-left-banner {
    width: 100%;
    max-width: 400px;
    height: 368px;
    background: url('../images/novo/banner/banner_integrar_transporte.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left>.content-explanation-white-unity-left-image-list {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left>.content-explanation-white-unity-left-image-list>div {
    width: calc(33.33% - 10px);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    transition: .3s all;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left>.content-explanation-white-unity-left-image-list>div:hover {
    transform: scale(1.05);
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-left>.content-explanation-white-unity-left-image-list>div>img {
    width: 100%;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>h4 {
    margin: 25px 0 15px 0;
    padding: 0;
    font-size: 34px;
    color: #04142a;
    text-align: left;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #a7a7a7;
    font-size: 18px;
    text-align: left;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list {
    padding: 0 20px 0 0px;
    border-right: 3px solid rgba(42, 66, 100, 0.1);
    display: flex;
    flex-direction: column;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>span {
    position: relative;
    margin-bottom: 15px;
    color: #a7a7a7;
    font-size: 13px;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>span>b {
    font-size: 14px;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>span::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #123b9f;
    top: 0;
    right: -23px;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>span.orange::before {
    background-color: #ff6600;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>span.green::before {
    background-color: #71c016;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>.content-explanation-white-unity-right-list>a {
    color: #123b9f;
    font-size: 16px;
    margin: 15px 0;
    text-align: right;
}

.content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    height: auto;
}

.content-explanation-white .content-explanation-white-unity>nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}
.content-explanation-white .content-explanation-white-unity>nav>ul>li>a {
    color: white;
    text-decoration: none;
}

.content-explanation-white .content-explanation-white-unity > nav > ul > li > a {
  color: white;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding-bottom: 6px;
}
/* EFEITO ONDA */
.content-explanation-white .content-explanation-white-unity > nav > ul > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 0;
  background-repeat: repeat-x;
  background-size: 20px 6px;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='6' xmlns='http://www.w3.org/2000/svg'><path d='M0 3 Q5 0 10 3 T20 3' fill='none' stroke='%231d6cff' stroke-width='2' /></svg>");
  transition: width 0.2s ease;
}

.content-explanation-white .content-explanation-white-unity > nav > ul > li > a.active {
  color: #1d6cff;
}
.content-explanation-white .content-explanation-white-unity > nav > ul > li > a.active::after {
  width: 100%; /* cresce até cobrir todo o texto */
}

.content-explanation-white-unity-explanation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: aliceblue;
    font-size: 18px;
    margin-top: 40px;
}
.content-explanation-white-unity-explanation > div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    height: auto;
}

.content-explanation-white-unity-explanation {
    transition: opacity 0.2s ease;
}
.content-explanation-white-unity-explanation.ng-enter {
    opacity: 0;
}
.content-explanation-white-unity-explanation.ng-enter-active {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.content-explanation-white-unity-explanation.ng-leave {
    opacity: 1;
}
.content-explanation-white-unity-explanation.ng-leave-active {
    opacity: 0;
    transition: opacity 0.2s ease;
}


.content-explanation-smartx-image {
    background-image: url('https://www.skydropx.com/assets/landing5/packing-678eff8a3d68047c24750f92839fd13965b8424fe7680327b86deeccbb53dcc6.webp');
    background-position: -64px 2px;
    background-size: 151%;
    position: absolute;
    left: 78px;
    top: 95px;
    border-radius: 8px;
    width: 364px;
    height: 276px;
    z-index: 2;
}

.content-explanation-smartx-image-effect-right {
    background-image: url('https://www.skydropx.com/assets/landing5/blue-plus-bg-64787af64d2893c594069d23b549ed44cb02918d908cf7d3a6ac0074492314b1.svg');
    background-size: cover;
    position: absolute;
    right: 48%;
    bottom: -20px;
    width: 120px;
    height: 120px;
    z-index: 1;
    margin-right: -60px;
}

.content-explanation-smartx-image-effect-left {
    background-image: url('https://www.skydropx.com/assets/landing5/red-lines-bg-5c0f20b140ea9895386b2b97f280b5b0da1af7f0ca194441dd7d48c9533db36b.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 15px;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.content-explanation-smartx-image>.left-bottom {
    position: absolute;
    width: 250px;
    border-radius: 15px;
    left: -85px;
    bottom: -75px;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
}

.content-explanation-smartx-image>.top-right {
    position: absolute;
    height: 156px;
    border-radius: 15px;
    right: -40px;
    top: -75px;
    box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.06);
}

.font-30 {
    font-size: 30px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.container-from-header {
    width: 100%;
    height: 140px;
    background-image: linear-gradient(to top, #1a44aa, #1c46ad, #1e48af, #204bb2, #224db5, #254fb7, #2752ba, #2a54bc, #2e57be, #315ac0, #355ec2, #3861c4);
}

.content-explanation-geral {
    position: relative;
    width: 100%;
    height: auto;
    height: 380px;
    background-color: #f6f6fb;
    padding: 55px 0;
    color: #2a4264;
}

.content-explanation-geral .content-explanation-geral-unity {
    position: relative;
    width: 100%;
    height: 320px;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-explanation-geral .content-explanation-geral-unity>h4 {
    margin: 0px 0 25px 0;
    padding: 0;
    font-size: 34px;
    color: #04142a;
}

.content-explanation-geral .content-explanation-geral-unity>p {
    margin: 0 0 25px 0;
    padding: 0;
    color: rgba(35, 51, 98, 0.50);
    font-size: 18px;
    text-align: center;
}

.content-explanation-shipping {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 420px;
    background-color: #f4f4ff;
    padding: 75px 0;
    color: #2a4264;
}

.content-explanation-shipping .content-explanation-shipping-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-explanation-shipping .content-explanation-shipping-unity>h4 {
    margin: 0px 0 75px 0;
    padding: 0;
    font-size: 34px;
    color: #04142a;
    font-weight: 500;
}

.content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece {
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece>div {
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 1.25rem;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    transition: .2s all;
    cursor: pointer;
    transform: scale(0.9);
}

.content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece>div:hover {
    transform: scale(1);
}

.content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece>div>img {
    height: 70px;
}

.content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece>div>.img-height-auto {
    height: auto;
}

.content-explanation-searching {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #fafaff;
    padding: 75px 0;
}

.content-explanation-searching .content-explanation-searching-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-direction: column;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-field {
    width: 100%;
    height: 280px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 2px rgba(152, 167, 204, 0.12);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-field>h4 {
    margin: 0px 0 25px 0;
    padding: 0;
    font-size: 34px;
    color: #04142a;
    font-weight: 500;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-field>p {
    margin: 0 0 25px 0;
    padding: 0;
    color: rgba(35, 51, 98, 0.50);
    font-size: 18px;
    text-align: center;
}

.form-group {
    position: relative;
    min-width: 300px;
    height: 60px;
    display: flex;
}

.form-group>input {
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 0.375rem;
    border: 1px solid rgba(35, 51, 98, 0.25);
    background: #ffffff;
    align-items: center;
    padding-left: 60px;
    color: #233362;
    text-align: left;
    text-overflow: ellipsis;
    outline: none;
}

.form-group>div {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group>div>img {
    width: 18px;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body {
    width: 100%;
    min-height: 280px;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div {
    width: calc(25% - 20px);
    min-height: 200px;
    background-color: #fff;
    box-shadow: rgba(152, 167, 204, 0.12) 0px 3px 14px 2px;
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    border-radius: 0.375rem;
    transition: .2s all;
    cursor: pointer;
    margin: 0 10px 15px 10px;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div:hover {
    transform: scale(0.95);
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div>div {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div>div>img {
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

.content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div>h4 {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.animate-enter {
    -webkit-transition: 1s linear all;
    /* Chrome */
    transition: 1s linear all;
    opacity: 0;
}

.animate-enter.animate-enter-active {
    opacity: 1;
}

.content-sub-nav-bar {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 75px 0;
    background-color: #001652;
}
.content-sub-nav-bar .content-image-container > img {
    width: -webkit-fill-available;
}

/* .content-sub-nav-bar .content-sub-nav-bar-unity{
    width: 100%;
    min-height: 100px;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
 } */

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-left {
    width: 0px;
    min-height: 100px;
    /* display: flex;
    align-items: center;
    justify-content: start; */
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right {
    width: 100%;
    min-height: 100px;
    /* display: flex; */
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li {
    position: relative;
    display: block;
    min-width: calc(20%);
    height: 120px;
    padding: 0 15px;
    margin: 0 0 15px 0;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a .content-sub-nav-bar-unity-right-icon {
    width: 50px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a .content-sub-nav-bar-unity-right-icon>div {
    width: 100%;
    height: 45px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a>span {
    margin-top: 10px;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>img {
    position: absolute;
    top: -8px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: rgb(244, 244, 255);
    border-radius: 50%;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a {
    width: 100%;
    height: 120px;
    padding: 0 15px 0 25px;
    white-space: nowrap;
    box-shadow: 12px 12px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 13px;
    color: #4d4f52;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: .3s all;
    margin-top: 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid transparent;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a:hover {
    background-color: #f4f4ff;
    color: #1c46ad;
    border: 1px solid #3046ad;
}

.content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a.active {
    background-color: #f4f4ff;
    color: #1c46ad;
    border: 1px solid #3046ad;
}

.content-explanation-comunication {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 420px;
    background-color: #1c46ad;
    padding: 75px 0;
    color: #2a4264;
    overflow: hidden;
}

.content-explanation-comunication .content-explanation-comunication-unity {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.content-explanation-comunication .content-explanation-comunication-unity-002 {
    position: relative;
    width: 100%;
    height: 250px;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-left {
    position: relative;
    width: calc(100% - 250px);
    min-height: 250px;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div:first-child {
    position: relative;
    width: 100%;
    height: 223px;
    background-image: url('../images/novo/banner/tickets_001.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 4px solid #000f9f;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}


.blue-plus {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('../images/novo/icons/effect/blue-plus.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.6;
}

.blue-plus.right-top {
    top: -40px;
    right: -40px;
}

.blue-plus.right-bottom {
    bottom: -40px;
    right: -40px;
}

.blue-plus.left-bottom {
    bottom: -40px;
    left: -40px;
}

.blue-plus.left-top {
    top: -40px;
    left: -40px;
}

.blue-plus.center-bottom {
    bottom: -40px;
    left: 50%;
    margin-left: -100px;
}


.green-lines {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('../images/novo/icons/effect/green-lines.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.6;
}

.green-lines.right-top {
    top: -40px;
    right: -40px;
}

.green-lines.right-bottom {
    bottom: -40px;
    right: -40px;
}

.green-lines.left-bottom {
    bottom: -40px;
    left: -40px;
}

.green-lines.left-top {
    top: -40px;
    left: -40px;
}


.circle-group {
    position: absolute;
    width: 193px;
    height: 150px;
    background-image: url('../images/novo/icons/effect/circle-group.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.6;
}

.circle-group.right-top {
    top: -42px;
    right: -75px;
}

.circle-group.right-bottom {
    bottom: -42px;
    right: -75px;
}

.circle-group.left-bottom {
    bottom: -42px;
    left: -75px;
}

.circle-group.left-top {
    top: -42px;
    left: -75px;
}

.red-dot {
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url('../images/novo/icons/effect/red-dot.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.6;
}

.red-dot.right-top {
    top: -50px;
    right: -50px;
}

.red-dot.right-bottom {
    bottom: -50px;
    right: -50px;
}

.red-dot.left-bottom {
    bottom: -50px;
    left: -50px;
}

.red-dot.left-top {
    top: -50px;
    left: -50px;
}

.red-dot.right-bottom-force {
    bottom: -80px;
    right: -50px;
}

.red-dot.left-bottom-force {
    bottom: -80px;
    left: -50px;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right {
    position: relative;
    width: 250px;
    min-height: 250px;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div:first-child {
    width: 100%;
    min-height: 1px;
    padding: 15px 0;
    background-color: #000f9f;
    margin-bottom: 15px;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div:last-child {
    width: 100%;
    min-height: 1px;
    padding: 10px 0;
    background-color: #fff;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div p {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 500;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left {
    position: relative;
    width: 250px;
    min-height: 200px;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div:first-child {
    position: relative;
    width: 100%;
    height: 255px;
    background-image: url('../images/novo/banner/pedidos_001.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 4px solid #000f9f;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right {
    position: relative;
    width: calc(100% - 250px);
    min-height: 200px;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div:first-child {
    width: 100%;
    min-height: 1px;
    padding: 15px 0;
    background-color: #000f9f;
    margin-bottom: 15px;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div:last-child {
    width: 100%;
    min-height: 1px;
    padding: 10px 0;
    background-color: #fff;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div p {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 500;
}






.content-explanation-comunication-002 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 420px;
    background-color: #f6f6fb;
    padding: 75px 0;
    color: #2a4264;
    overflow: hidden;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-right {
    position: relative;
    width: calc(100% - 250px);
    min-height: 250px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div:first-child {
    position: relative;
    width: 100%;
    height: 272px;
    background-image: url('../images/novo/banner/romaneios_001.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 4px solid #000f9f;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left {
    position: relative;
    width: 250px;
    min-height: 250px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div:first-child {
    width: 100%;
    min-height: 1px;
    padding: 15px 0;
    background-color: #000f9f;
    margin-bottom: 15px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div:last-child {
    width: 100%;
    min-height: 1px;
    padding: 10px 0;
    background-color: #1c46ad;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div p {
    margin: 0;
    padding: 0 5px 0 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}




.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right {
    position: relative;
    width: 250px;
    min-height: 300px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div:first-child {
    position: relative;
    width: 100%;
    height: 348px;
    background-image: url('../images/novo/banner/dashboards_001.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 4px solid #000f9f;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left {
    position: relative;
    width: calc(100% - 250px);
    min-height: 300px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div:first-child {
    width: 100%;
    min-height: 1px;
    padding: 15px 0;
    background-color: #000f9f;
    margin-bottom: 15px;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div:last-child {
    width: 100%;
    min-height: 1px;
    padding: 10px 0;
    background-color: #1c46ad;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div p {
    margin: 0;
    padding: 0 5px 0 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}





.content-explanation-plataform {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #fff;
    padding: 75px 0;
    color: #2a4264;
}

.content-explanation-plataform .content-explanation-plataform-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left {
    width: 100%;
    min-height: 1px;
    height: auto;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 34px;
    color: #04142a;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #a7a7a7;
    font-size: 18px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>a.btn {
    margin-top: 25px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left .content-explanation-white-plataform-unity-left-image-list {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left .content-explanation-white-plataform-unity-left-image-list>div {
    width: calc(20% - 10px);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    margin-right: 10px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    transition: .3s all;
    overflow: hidden;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left .content-explanation-white-plataform-unity-left-image-list>div:hover {
    transform: scale(1.05);
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left .content-explanation-white-plataform-unity-left-image-list>div>img {
    width: 100%;
    max-width: 180px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right {
    width: 100%;
    min-height: 1px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/novo/home/plataformas_002_otm.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.center {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f3f3f3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.center>img {
    width: 60px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline.two {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(1) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/tiny.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(2) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/tray.webp');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(3) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/bling.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(4) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/climba.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(5) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/loja-integrada.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: -15px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(6) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/nuvem-shop.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: -15px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(7) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/shopify.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right>.content-explanation-plataform-unity-right-circle>.outline>div:nth-child(8) {
    width: 60px;
    height: 60px;
    background-color: #fff;
    background-image: url('../images/novo/icons/plataform/vtex.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>h4 {
    font-size: 30px;
}

.content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>p {
    font-size: 14px;
}

.content-explanation-tracking {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 420px;
    background-color: #fff;
    color: #2a4264;
    overflow: hidden;
}

.content-explanation-tracking .content-explanation-tracking-unity {
    position: relative;
    width: 100%;
    min-height: 250px;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left {
    width: 100%;
    min-height: 420px;
    background-color: #ff6600;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    z-index: 2;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit {
    width: 512px;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:nth-child(2) {
    width: 100%;
    min-height: 50px;
    border-left: 6px solid #c14d00;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:nth-child(2) h4 {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:nth-child(2) p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child {
    width: 90%;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #fff;
    margin-top: 25px;
    padding: 0 25px;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 500;

}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child p>b {
    font-size: 24px;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right {
    width: 100%;
    min-height: 420px;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit {
    position: relative;
    width: 550px;
    min-height: 420px;
    display: flex;
    margin: 0px 0 0 0;
    justify-content: center;
    z-index: 1;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit>div:first-child {
    position: relative;
    width: 100%;
    max-width: 550px;
    max-height: 535px;
    background-image: url('../images/novo/home/notebook_001_x.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
}



.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit-002 {
    width: 512px;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    margin: 35px 0 75px 0;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit-002>div {
    width: 100%;
    min-height: 380px;
    background-image: url('../images/novo/home/notebook_002.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.06);
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit-002>div:first-child {
    position: relative;
    width: 100%;
    min-height: 120px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 1;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit-002 {
    position: relative;
    width: 512px;
    min-height: 420px;
    display: flex;
    align-items: center;
    margin-left: -1px;
    z-index: 1;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit-002>div:first-child>h4 {
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #123b9f;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right .content-explanation-tracking-unity-right-limit-002>div:first-child>h4>b {
    color: #fff;
    font-size: 34px;
}

.text-right {
    text-align: right !important;
}

.menu-float {
    padding: 0 50px 0 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.2em;
    background-color: #001652;

    height: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1030;
}

.menu-float:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
}

.menu-float:hover:before,
.menu-float:focus:before {
    left: -500px;
}

.menu-float .menu-float-header {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #123b9f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #89dc65;
}

.menu-float .menu-float-header .menu-float-header-icon {
    width: 100%;
    height: 50px;
}

.menu-float .menu-float-header .menu-float-header-middle {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-float .menu-float-header .menu-float-header-middle>img {
    height: 40px;
}

.menu-float .menu-float-header .menu-float-header-button-close {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    cursor: pointer;
}

.menu-float .menu-float-header .menu-float-header-button-close>img {
    height: 25px;
}

.menu-float .menu-float-body {
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 15px 25px;
}

.menu-float .menu-float-body>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-float .menu-float-body>ul>li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    gap: 20px;
}

.menu-float .menu-float-body>ul>li>img {
    height: 25px;
    opacity: 0.6;
}

.menu-float .menu-float-body>ul>li>i {
    font-size: 25px;
    color: aliceblue;
}

.menu-float .menu-float-body>ul>li>a {
    text-decoration: none;
    color: aliceblue;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.menu-float .menu-float-body>ul>li>a:hover {
    color: #1d6cff;
    transition: 0.2s;
}

.orange {
    text-decoration: underline #ff6600 !important;
    text-underline-offset: 4px;
}

.menu-float .menu-float-body>ul>li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-float .menu-float-body>ul>li:last-child>div {
    position: fixed;
    bottom: 25px;
    gap: 25px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    filter: brightness(0.8);
}

.menu-float .menu-float-body>ul>li:last-child>div>a {
    font-size: 15px;
}

.menu-float .menu-float-body .menu-float-body-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.menu-float .menu-float-body .menu-float-body-links>a>img {
    width: 40px;
    height: 40px;
}

.error-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0 150px 0;
    gap: 15px;
}

/* MOBILE */
@media (max-width: 596px) {
    .content-banner-position-title-left>div>p {
        display: none;
    }

    /* .content-banner-position-title-left>div:first-child::after {
        content: 'Facilite seus envios, satisfaça seus clientes e aumente suas vendas!';
        display: flex;
        width: 70%;
        height: 100%;
        font-size: 13px;
        color: #d7d7d7;
    } */

    .container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-image {
        width: 245px !important;
        height: 290px !important;
        top: 132px;
        right: -7px;
        z-index: -1;
    }

    .container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left {
        position: absolute;
        top: 40px;
        z-index: 2;
        width: 75%;
    }
}

@media (max-width: 767px) {
    .content-unity-header>h4 {
        font-size: 18px;
        margin: 0 0 5px 0;
        text-align: start;
    }

    /* HEADER */
    .container-from-header {
        height: 50px;
    }

    /* HOME */
    .container-topo-default {
        display: none;
    }

    /* CAROUSEL */
    .container-banner .carousel {
        position: absolute;
        top: 85%;
        min-width: 3000px;
    }
    .container-banner .carousel .carousel-group {
        gap: 20px;
        padding-right: 20px;
        animation: scrolling 40s linear infinite;
    }
    .container-banner .carousel .carousel-group .carousel-card > img{
        width: 100%;
        height: 80%;
    }
    .container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-texture-effect-image-left::after{
        width: 500px;
        height: 500px;
        top: -12%;
        left: 67%;
    }

    .container-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 600px;
        max-height: 600px;
        padding-top: 10px;
    }

    .content-banner-position-title-left>div>p {
        text-align: justify;
    }

    .container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>h4 {
        font-size: 25px;
    }

    .container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-right>.content-banner-position-title-right-image {
        display: none;
    }

    /* FUNCIONALIDADES */
    .content-sub-nav-bar {
        padding: 35px 0;
    }

    .content-unity-header>p {
        font-size: 13px;
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        margin: 15px;
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li {
        height: 60px;
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a {
        height: 60px;
        font-size: 12px;
        font-weight: 400;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a>span {
        margin-top: 0;
    }

    .content-banner-position-btn {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0;
    }

    .content-banner-position-btn .btn-contract {
        width: 80%;
        max-width: 170px;
        min-height: 40px;
        font-size: 14px;
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-left {
        min-height: auto;
    }

    .content-sub-nav-bar .content-sub-nav-bar-unity .content-sub-nav-bar-unity-right>ul>li>a .content-sub-nav-bar-unity-right-icon {
        justify-self: center;
    }

    .content-explanation-white-unity-explanation > div:last-child > img{
        max-width: -webkit-fill-available;
    }
    .content-explanation-white-unity-explanation > div:first-child{
        align-items: center;
        justify-content: center;

        p {
            text-align: center;
            font-size: 16px;
        }
    }

    .content-explanation-white-unity-explanation {
        flex-wrap: wrap;
        margin-top: 0;
    }

    /* INTEGRAÇÃO */
    .content-explanation-central {
        padding: 35px 0;
        min-height: auto;
    }

    .content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-right {
        display: none;
    }

    .content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>h4 {
        font-size: 18px;
    }

    .content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>p {
        font-size: 13px;
        text-align: justify;
    }

    .content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left .content-explanation-white-central-unity-left-image-list>img {
        height: 60px;
    }

    /* TRANSPORTE */
    .content-explanation-white {
        padding: 35px 0;
    }

    .content-explanation-white-unity-left {
        display: none;
    }

    .content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>h4 {
        font-size: 18px;
    }

    .content-explanation-white .content-explanation-white-unity .content-explanation-white-unity-right>p {
        font-size: 13px;
        text-align: justify;
    }

    /* GESTÃO */
    .content-explanation-comunication {
        padding: 35px 0;
    }

    .content-explanation-comunication .content-explanation-comunication-unity {
        margin-bottom: 0;
    }

    .content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-right {
        display: none;
    }

    .content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-left {
        width: 100%;
    }

    .content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div:first-child {
        border-top: 70px solid #579e34;
        border-left: 4px solid #579e34;
        border-right: none;
        border-radius: 5px;
        background-position: left;
    }

    .content-explanation-comunication .content-explanation-comunication-unity>.content-explanation-comunication-unity-left>div:first-child::before {
        content: 'Comunicação com as transporadoras via sistema';
        position: relative;
        top: -50px;
        left: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    .content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left {
        display: none;
    }

    .content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right {
        width: 100%;
    }

    .content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div:first-child {
        border-top: 70px solid #000f9f;
        border-right: 4px solid #000f9f;
        border-left: none;
        border-radius: 5px;
        background-position: left;
    }

    .content-explanation-comunication .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right>div:first-child::before {
        content: 'Visualize e acompanhe os pedidos do seu site';
        position: relative;
        top: -50px;
        left: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    /* EXPEDIÇÃO */
    .circle-group.left-top {
        display: none;
    }

    .content-explanation-comunication-002 {
        padding: 35px 0;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-left {
        display: none;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-right {
        width: 100%;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div:first-child {
        border-top: 70px solid #1c46ad;
        border-left: 4px solid #1c46ad;
        border-right: none;
        border-radius: 5px;
        background-position: left;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity>.content-explanation-comunication-unity-right>div:first-child::before {
        content: 'Expedição facilitada';
        position: relative;
        top: -50px;
        left: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-right {
        display: none;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left {
        width: 100%;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div:first-child {
        border-top: 70px solid #000f9f;
        border-right: 4px solid #000f9f;
        border-left: none;
        border-radius: 5px;
        background-position: left;
    }

    .content-explanation-comunication-002 .content-explanation-comunication-unity-002>.content-explanation-comunication-unity-left>div:first-child::before {
        content: 'Dashboards completos';
        position: relative;
        top: -50px;
        left: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
    }

    .content-envios {
        padding-top: 35px;
    }

    .blue-plus.right-top {
        display: none;
    }

    /* RASTREAMENTO */
    .content-button-apresentation.space-full {
        margin: 35px 0 35px 10px;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit {
        width: 100%;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:nth-child(2) h4 {
        font-size: 18px;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:nth-child(2) p {
        font-size: 13px;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child {
        position: relative;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        top: 40px;
        z-index: 99;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child p {
        font-size: 13px;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child p>b {
        font-size: 18px;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit,
    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left,
    .content-explanation-tracking .content-explanation-tracking-unity,
    .content-explanation-tracking {
        min-height: 320px;
        overflow: visible;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit-002,
    .content-explanation-tracking-unity-right {
        display: none;
    }

    /* PLANOS */
    .content-explanation-delivery {
        padding: 35px 0;
    }
    .content-unity-header-line{
        flex-direction: column;
        gap: 25px;
    }

    .content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body {
        display: inline-grid;
        gap: 35px;
    }

    .content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>p {
        font-size: 12px;
        text-align: justify;
    }

    /* BENEFICIOS */
    .content-explanation-map {
        padding: 35px 0;
        background-position: unset;
    }

    .content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>h4 {
        font-size: 20px;
    }

    .content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-left>div>p {
        font-size: 13px;
    }

    .content-explanation-map .content-explanation-map-unity>.content-explanation-map-unity-body>.content-explanation-map-unity-body-right {
        display: none;
    }

    /* PLATAFORMAS */
    .content-explanation-plataform {
        padding: 35px 0;
        min-height: 0;
    }

    .content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-right {
        display: none;
    }

    .content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>h4 {
        font-size: 18px;
    }

    .content-explanation-plataform .content-explanation-plataform-unity .content-explanation-plataform-unity-left>p {
        font-size: 13px;
        text-align: justify;
    }

    .content-explanation-central .carousel-bubble {
        min-width: 1500px;
        margin: 15px 0 25px 0 !important;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group {
        gap: 10px;
        padding-right: 10px;
        animation: scrolling 40s linear infinite;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group .carousel-bubble-card > img {
        width: 100px;
        height: 100px;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group .carousel-bubble-card::before {
        width: 100px;
        height: 100px;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group .carousel-bubble-card::after {
        width: 100px;
        height: 100px;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group-right {
        gap: 10px;
        padding-right: 10px;
        animation: scrolling-right 40s linear infinite;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group-right .carousel-bubble-card > img {
        width: 100px;
        height: 100px;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group-right .carousel-bubble-card::before {
        width: 100px;
        height: 100px;
    }
    .content-explanation-central .carousel-bubble .carousel-bubble-group-right .carousel-bubble-card::after {
        width: 100px;
        height: 100px;
    }

    /* FOOTER */
    .content-footer-created .content-footer-created-unity .content-footer-created-right {
        display: none;
    }

    .content-footer-created .content-footer-created-unity .content-footer-created-left>h4 {
        font-size: 20px;
    }

    .content-footer-created .content-footer-created-unity .content-footer-created-left {
        height: auto;
        align-items: center;
    }

    .content-footer-created {
        height: auto;
        padding: 35px 0;
        text-align: center;
    }

    .content-footer-created .content-footer-created-unity .content-footer-created-left>div {
        justify-content: center;
    }

    .content-footer-boxed .content-footer-boxed-header>div:first-child {
        display: none;
    }

    .content-footer-boxed .content-footer-boxed-header {
        align-items: center;
        justify-content: center;
    }

    .btn-create-account {
        min-width: 170px;
        min-height: 40px;
    }

    .content-footer-boxed .content-footer-boxed-body {
        width: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 15px;
    }

    .content-footer-boxed .content-footer-boxed-body>div {
        width: auto;
    }

    .content-footer-boxed .content-footer-boxed-body>div>h4 {
        font-size: 13px;
        margin: 0 0 10px 0;
    }

    .content-footer-boxed .content-footer-boxed-body>div>span {
        font-size: 13px;
    }

    .content-footer-boxed .content-footer-boxed-extra {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .content-footer-boxed .content-footer-boxed-extra>div:first-child {
        width: auto;
        border-top: 2px solid rgba(42, 66, 100, 0.1);
        padding-top: 15px;
    }

    .content-footer-boxed .content-footer-boxed-extra>div {
        width: auto;
    }

    .content-footer-boxed .content-footer-boxed-extra>div>h4 {
        font-size: 12px;
        text-align: center;
    }

    .content-explanation-shipping {
        padding: 0;
    }

    .content-explanation-shipping .content-explanation-shipping-unity>h4 {
        font-size: 18px;
        margin: 35px 0;
    }

    .content-explanation-shipping .content-explanation-shipping-unity>.content-explanation-shipping-unity-piece>div>img {
        height: 26px;
    }


    .content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-field>h4 {
        font-size: 18px;
    }

    .content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-field>p {
        font-size: 13px;
    }

    .content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div {
        width: calc(33.33% - 20px);
    }

    .content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div>div {
        height: 100px;
    }

    .content-explanation-searching .content-explanation-searching-unity>.content-explanation-searching-unity-body>div {
        min-height: 90px;
    }

    .red-dot.right-bottom {
        right: 0;
    }
}

@media (max-width: 1000px) {
    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-right {
        display: none;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit {
        width: 100%;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit>div:last-child {
        position: relative;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        top: 40px;
        z-index: 99;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit,
    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left,
    .content-explanation-tracking .content-explanation-tracking-unity,
    .content-explanation-tracking {
        min-height: 320px;
        overflow: visible;
    }

    .content-explanation-tracking .content-explanation-tracking-unity>.content-explanation-tracking-unity-left .content-explanation-tracking-unity-left-limit-002 {
        display: none;
    }

    /* FUNCIONALIDADES */
    .content-explanation-white .content-explanation-white-unity>nav>ul {
        flex-wrap: wrap;
    }
}


@media (max-width: 1199px) {
    .container-banner > .content-banner-position .content-banner-position-title .content-banner-position-title-right > .content-banner-position-title-right-image {
        right: 102px;
    }
}

@media (max-width: 378px) {
    .content-footer-boxed .content-footer-boxed-body {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

/* MENU SIDEBAR */
@media (min-width: 768px) {

    .content-container-mobile,
    .home-banner-info-blue-mobile {
        display: none;
    }

    .box-blue-menu-desktop {
        background-color: #123b9f;
        width: 100%;
        height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../images/export/banner-menu-slim.jpg');
        opacity: 0.9;
    }

    .content-container-desktop-flex {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .content-weight {
        width: 40px;
        height: 40px;
    }

    .header-slim-mobile {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, #00103a, #001aa4 120%);
        z-index: 99;
        border-bottom: 3px solid #89dc65;
    }

    .header-slim-mobile .header-slim-mobile-container {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .header-slim-mobile .header-slim-mobile-container .header-slim-mobile-icon>i {
        font-size: 35px;
        color: aliceblue;
    }

    .header-slim-mobile .header-slim-mobile-container .header-slim-mobile-logo>a>img {
        width: 170px;
    }

    .menu-float {
        width: 85%;
        left: -87%;
    }

    .menu-float.active::before {
        content: '';
        display: flex;
        width: 1000px;
        height: 100lvh;
        background-color: #0000004b;
        z-index: -1;
        position: absolute;
        left: 100%;
    }

    .menu-float.active {
        -moz-transform: translate(100%, 0);
        -webkit-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
        padding-right: 0;
    }

    .content-explanation-banner {
        display: none;
    }
    
    /* FLUXO */
    .content-sub-nav-bar .content-image-container{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .content-sub-nav-bar .content-image-container > img {
        max-width: 740px;
        width: auto;
    }
}


.timeline {
    max-width: 640px;
    margin: auto;
}

.timeline>div>p {
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
}

.timeline>div {
    border-top: 2px dashed;
    border-color: #3861c4 !important;
    margin: 0;
    padding: 20px 30px;
    counter-increment: section;
    position: relative;
}

.timeline>div:nth-child(even):before,
.timeline>div:nth-child(odd):before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 24px;
    background-color: #3861c4;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.timeline>div:nth-child(even):before {
    right: 100%;
    margin-right: -12px;
    margin-top: 12px;
}

.timeline>div:nth-child(odd):before {
    left: 100%;
    margin-left: -12px;
    margin-top: 12px;
}

.timeline>div:nth-child(even) {
    border-left: 2px dashed;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 20px;
}

.timeline>div:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 20px;
}

.timeline>div:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.timeline>div:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-header-logo {
    position: relative;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.card-header-logo>div {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    cursor: pointer;
    background-color: #f4f4ff;
}

.card-header-logo>div:hover {
    background-color: #ffffff;
}

.card-header-logo {
    border: 1px solid #e7e7e7;
}

.card-header-logo>div:first-child {
    border-right: 1px solid #e7e7e7;
}

.card-header-logo>div:first-child>img {
    max-height: 55px;
}

.card-header-logo>div>div {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    border-radius: 50%;
    background-color: #000f9f;
    color: #fff;
    transition: .3s all;
    transform: scale(1);
    z-index: 9;
}

.card-header-logo>div>div:hover {
    background-color: rgb(233, 95, 3);
    transform: scale(1.3);
}

.card-header-logo>div>div>i {
    font-size: 14px;
}

.icon-account {
    color: white;
    margin-bottom: 3px;
}

.carousel {
    min-width: 5000px;
    z-index: 10;
    overflow: hidden;
    display: flex;

    >* {
        flex: 0 0 100%;
    }
}

.carousel-group {
    display: flex;
    gap: 80px;
    padding-right: 80px;
    will-change: transform;
    animation: scrolling 60s linear infinite;
}

.carousel-card {
    width: 100%;
    color: white;
    border-radius: 24px;
    justify-content: center;
    min-height: 83px;

    >img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        border-radius: 24px;
        filter: brightness(2);
    }
}

/**
    CARROSSEL DE BOLHAS
*/
.carousel-bubble {
    position: relative;
    min-width: 3000px;
    z-index: 10;
    display: flex;

    >* {
        flex: 0 0 100%;
    }
}

.carousel-bubble-group {
    display: flex;
    gap: 30px;
    padding-right: 30px;
    will-change: transform;
    animation: scrolling 100s linear infinite;
}

.carousel-bubble-group-right {
    display: flex;
    gap: 30px;
    padding-right: 30px;
    will-change: transform;
    animation: scrolling-right 100s linear infinite;
}

.carousel-bubble-card {
    width: 100%;
    color: white;
    border-radius: 24px;
    justify-content: center;
    min-height: 83px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;

    >img {
        width: 130px;
        height: 130px;
        object-fit: contain;
        object-position: center;
        border-radius: 24px;
        filter: brightness(2);
        border-radius: 50%;
        z-index: 1;
    }
}

.carousel-bubble-card:hover {
    transform: scale(1.05);
}

/* BORDA GRADIENTE */
.carousel-bubble-card::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom right, #012ea700 12%, #0034ff);
    z-index: 0;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 1.8px), #ffffff calc(100% - 1px));
}

/* FUNDO */
.carousel-bubble-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: 0;
    background: linear-gradient(33deg, rgb(0 16 59) 40%, rgb(0 24 152) 100%);
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolling-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}