* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-overflow-scrolling: touch;
    font-family: 'Montserrat';
}

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

.btn.btn-orange {
    background-color: #ff6600;
    color: #fff;
    font-size: 12px;
    padding: 4px 25px;
}

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

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

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

.btn-create-account {
    min-width: 230px;
    min-height: 50px;
    font-size: 15px;
    color: #fff;
    background-color: rgba(255, 102, 0, 1);
    border-color: rgba(255, 102, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.btn-create-account:hover,
.btn-create-account:focus {
    background-color: rgba(255, 102, 0, 0.9);
    border-color: rgba(255, 102, 0, 1);
    color: #fff;
}

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

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

.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;
}

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

.container-topo-default .content-topo-default-extra .content-topo-default-extra-position>.content-topo-default-extra-position-left {
    width: 50%;
    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: 100px;
}

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

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

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-left>a {
    width: auto;
    height: 100px;
    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: 48px;
}

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

.container-topo-default .content-topo-default-nav .content-topo-default-nav-position>.content-topo-default-nav-position-right>nav {
    width: auto;
    height: 100px;
    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: 100px;
    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: #ff6600;
}

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

.container-banner>.content-banner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #1a44aa, #1c46ad, #1e48af, #204bb2, #224db5, #254fb7, #2752ba, #2a54bc, #2e57be, #315ac0, #355ec2, #3861c4);
    background-position: center;
    background-size: cover;
}

.container-banner>.content-banner-position {
    position: relative;
    width: 100%;
    height: auto;
    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: 400px;
    display: flex;
    flex-wrap: nowrap;
}

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

.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/home/cara-da-frete.webp');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 395px;
    height: 470px;
    border-radius: 15px;
    top: 60px;
    z-index: 2;
}

.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: 40px;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 600;
}

.container-banner>.content-banner-position .content-banner-position-title .content-banner-position-title-left>div>p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
}

.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-color: #fafaff;
}

.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: 150px;
}

.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 #123b9f;
    color: #123b9f;
    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 .content-footer-boxed-line {
    width: 100%;
    height: 2px;
    background-color: rgba(42, 66, 100, 0.1);
    position: relative;
}

.content-footer-boxed .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: #07172d;
}

.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: #6b6b82;
    font-weight: 500;
}

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

.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: #6b6b82;
}

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

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

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

}

.content-footer-created .content-footer-created-unity {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1px;
    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: #04142a;
    margin: 0 0 25px 0;
    padding: 0;
}

.content-footer-created .content-footer-created-unity .content-footer-created-left>p {
    font-size: 14px;
    color: #6b6b82;
    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;

}

.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-unity-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0 50px 0;
}

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

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

.content-unity-header>h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 34px;
    color: #fff;
    text-align: center;
}

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

.content-unity-header>p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.content-unity-header>p.grey {
    color: #6b6b82;
}

.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: 400px;
    max-height: 400px;
    background: url('../images/novo/home/cara-da-frete.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -75px;
}

.content-button-apresentation {
    width: 100%;
    height: 38px;
    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: 38px;
    border-radius: 18px;
    background-color: rgba(191, 182, 247, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-weight: 600;
    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-white {
    background-color: rgba(191, 182, 247, 0.2);
    color: #ffffff;
    margin-left: 15px;
}

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


.content-explanation-delivery {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #123b9f;
    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;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.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 img {
    position: relative;
    width: 35px;
    max-height: 35px;
}

.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-plan {
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-direction: column;

    background-color: transparent;
    padding: 5px 15px;
    font-size: 18px;
    border-left: 1px solid #eef2fd;
    margin-bottom: 25px;
    justify-content: center;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>h4 {
    margin: 0;
    color: #fff;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>span {
    margin: 0;
    color: #fff;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>.content-explanation-delivery-unity-body-plan>span>small {
    font-size: 12px;
}

.content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div>p {
    margin: 0;
    padding: 0;
    color: #d9e4ff;
    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-color: #f4f7ff;
    padding: 75px 0;
    color: #2a4264;
    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: #04142a;
}

.content-explanation-central .content-explanation-central-unity .content-explanation-central-unity-left>p {
    margin: 0 0 15px 0;
    padding: 0;
    color: #6b6b82;
    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: #6b6b82;
    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: #fff;
    padding: 75px 0;
    color: #2a4264;
    overflow: hidden;
}

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

.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: #6b6b82;
    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: #6b6b82;
    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-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: 160px;
    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;
    width: calc(33.33% - 20px);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    margin: 0 10px 15px 10px;
    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;
}

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

.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: #f4f4ff;
}

/* .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 #f60;
    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: #f60;
    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: #6b6b82;
    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 #f60;
    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: #f60;
    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: #6b6b82;
    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 #f60;
    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: #f60;
    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 #f60;
    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: #f60;
    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: #6b6b82;
    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: #6b6b82;
    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: #fff;

    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 #ff6600;
}

.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: 25px;
}

.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: 25px;
}

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

.menu-float .menu-float-body>ul>li>a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    color: #123b9f;
    line-height: 1.8;
}

.menu-float .menu-float-body>ul>li>a:hover {
    color: #ff6600d7;
    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;
}

.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;
    }

    .content-banner-position-btn {
        top: 150px;
        position: absolute;
        width: 45%;
    }
}

@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;
    }

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

    .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 {
        width: 299px;
        height: 362px;
    }

    /* 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: center;
    }

    .content-banner-position-btn .btn-contract {
        width: 100%;
    }

    .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;
    }

    /* INTEGRAÇÃO */
    .content-explanation-central {
        padding: 0 0 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 #f60;
        border-right: 4px solid #f60;
        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 #f60;
        border-right: 4px solid #f60;
        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: 80px 0 35px 0 !important;
    }

    .content-explanation-delivery .content-explanation-delivery-unity .content-explanation-delivery-unity-body>div {
        padding: 0;
    }

    .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;
    }

    /* 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;
    }

    .content-explanation-delivery {
        padding: 85px 0 75px 0;
    }
}

@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: #123b9f;
        z-index: 99;
        border-bottom: 3px solid #ff6600;
    }

    .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>img {
        width: 30px;
        cursor: pointer;
    }

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

    .menu-float {
        width: 86%;
        left: -86%;
    }

    .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;
    }
}


.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: 40px;
}

.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: #f60;
    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;
}