#preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 9999;
    transition: all .3s;
}

    #preloder .loader {
        position: fixed;
        width: 70px;
        height: 70px;
        background: url(img/spinning-circle.gif) center center no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 50%;
        z-index: 99999999;
    }

.preloder-done {
    opacity: 0 !important;
    visibility: hidden;
}

.accessibilityElement {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}

/* MENU */
/*.navbar {
    background-color: rgb(255 255 255 / 50%);
    transition: all .3s;
}*/

.navbar.affix {
    background: rgb(255 255 255 / 90%);
}

.navbar .navbar-brand.logo {
    width: 75px;
}

.navbar:not(.affix) .navbar-brand.logo.filter-white {
    filter: brightness(0) invert(1);
}

.navbar .nav-link,
.navbar .nav-link.show {
    color: rgb(255 255 255 / 60%);
    font-size: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all .3s;
}

    .navbar .nav-item.active .nav-link,
    .navbar .nav-link.active,
    .navbar .nav-link.show,
    .navbar .nav-item.hover .nav-link,
    .navbar .nav-link:focus,
    .navbar .nav-link:hover {
        color: #fff;
    }

        .navbar .nav-item.active .nav-link:after,
        .navbar .nav-link.active:after,
        .navbar .nav-link.show:after,
        .navbar .nav-item.hover .nav-link:after,
        .navbar .nav-link.hover:after,
        .navbar .nav-link:hover:after,
        .navbar .nav-link:focus:after {
            content: '';
            position: absolute;
            bottom: 10px;
            height: 3px;
            width: 0;
            background: #255B79;
            z-index: 2;
            transition: 0;
        }

.navbar.affix .nav-item.active .nav-link:after,
.navbar.affix .nav-link.active:after,
.navbar.affix .nav-link.show:after,
.navbar.affix .nav-item.hover .nav-link:after,
.navbar.affix .nav-link.hover:after,
.navbar.affix .nav-link:hover:after,
.navbar.affix .nav-link:focus:after {
    content: '';
    position: absolute;
    bottom: 10px;
    height: 3px;
    width: 0;
    background: #255B79;
    z-index: 2;
    transition: 0;
}

.navbar.affix .nav-item.active .nav-link:after,
.navbar.affix .nav-link.active:after,
.navbar.affix .nav-link.show:after,
.navbar.affix .nav-item.hover .nav-link:after,
.navbar.affix .nav-link.hover:after,
.navbar.affix .nav-link:hover:after,
.navbar.affix .nav-link:focus:after {
    content: "";
    bottom: 10px;
}

.navbar button.nav-link .menu-arrow {
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url(img/menu/chevron-down-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}

.navbar .level-2 .nav-item.dropdown button.nav-link {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid rgb(255 255 255 / 20%) !important;
    width: 50px;
    height: 76px;
}

.navbar .level-3:nth-child(1n+3) .nav-item.dropdown button.nav-link {
    padding: 4.5px 12.5px;
    min-height: 30px;
}

.navbar .dropdown-menu {
    background-color: transparent;
}

.navbar.affix .dropdown-menu {
    margin-top: 0;
}

.navbar .dropdown-menu.level-3 .nav-item {
    margin-right: 0;
}

.navbar .dropdown-menu.level-3 .nav-link {
    height: auto;
}

.navbar .nav-item .dropdown-menu.level-4,
.navbar .nav-item .dropdown-menu.level-5 {
    padding-top: 10px !important;
    top: -10px;
    left: 100% !important;
}

.navbar .nav-item:nth-last-child(2) .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto !important;
}

.navbar .dropdown-item {
    color: rgb(255 255 255 / 50%);
    font-size: 20px;
    padding: 9px 15px;
    display: block;
    transition: all .2s linear;
}

    .navbar .dropdown-item:focus,
    .navbar .dropdown-item:hover,
    .navbar .dropdown-item.active {
        color: #fff;
        background-color: transparent;
        text-decoration: none;
    }

.menu-social .social-item {
    margin-bottom: 10px;
}

    .menu-social .social-item:last-child {
        margin-bottom: 0;
    }

    .menu-social .social-item img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }

.navbar .button-menu .btn {
    padding: 8px 20px;
}

.navbar .lang .link {
    color: #898989;
    padding: 4px 5px;
    text-decoration: none;
}

.navbar.affix .lang .link {
    color: #898989 !important;
}

.navbar .lang .link.active {
    color: var(--bs-primary);
    text-decoration: none;
}

.navbar.affix .lang .link.active {
    color: var(--bs-primary) !important;
}

.navbar .lang .lang-separator {
    border-top: 1px solid var(--bs-primary);
    width: 30px;
    height: 1px;
    margin: 0 4px;
    align-self: center;
}

.navbar.affix .lang .lang-separator {
    border-top: 1px solid var(--bs-primary) !important;
}

.navbar-toggler {
    border: none;
}

.navbar .navbar-toggler .icon-menu .icon-bar {
    background-color: var(--bs-primary);
}

.navbar.affix .navbar-toggler .icon-menu .icon-bar {
    background-color: var(--bs-primary) !important;
}

.navbar-toggler .icon-menu .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-left: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.collapsed .icon-menu .icon-bar {
    margin-left: 0;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-menu .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler .icon-menu .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-menu .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-menu .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-menu .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 17px
}

.navbar-toggler.collapsed .icon-menu .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.offcanvas .offcanvas-header {
    padding: 25px 40px 0 25px;
}

.offcanvas .btn-close {
    border-radius: 99px;
    border: 2px solid #000;
    padding: 10px;
}
/* END MENU */

/* BANNER */
.slider-home,
.slider-home img {
    height: 100vh;
}

.slider-in {
    height: 100%;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    position: absolute;
    height: 100%;
    display: table;
    top: 0;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
    filter: brightness(0) invert(1);
}

    .slider .owl-nav .owl-prev:hover,
    .slider .owl-nav .owl-next:hover {
        transition: 0.2s ease-in-out;
        filter: none;
    }

    .slider .owl-nav .owl-prev.disabled,
    .slider .owl-nav .owl-next.disabled {
        cursor: default;
        opacity: .5;
    }

        .slider .owl-nav .owl-prev.disabled:hover,
        .slider .owl-nav .owl-next.disabled:hover {
            filter: brightness(0) invert(1);
        }

.slider .banner_count .dash {
    background-color: var(--bs-primary);
    width: 50px;
    height: 2px;
}

.slider .banner_count {
    position: absolute;
    bottom: 35px;
    right: 170px;
    z-index: 999;
}

.slider.banner_side-bar {
    position: absolute;
    bottom: 8%;
    left: 6%;
    z-index: 999;
}

.slider .banner_icon {
    margin-bottom: 20px;
}

    .slider .banner_icon:last-child {
        margin-bottom: 0;
    }

    .slider .banner_icon img {
        height: 20px;
        width: 20px;
        filter: brightness(0) invert(1);
    }

.owl-banner .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
}

    .owl-banner .owl-nav .owl-prev,
    .owl-banner .owl-nav .owl-next {
        position: relative !important;
        z-index: 99;
    }

    .owl-banner .owl-nav .owl-next {
        margin-left: 10px;
    }

        .owl-banner .owl-nav .owl-prev img,
        .owl-banner .owl-nav .owl-next img {
            width: 50px;
            height: 50px;
            border-radius: 100%;
        }

.slider .main-slide {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-slide img {
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

.slider-in .main-slide img {
    height: 500px;
    overflow: hidden;
}

.slider .main-slide .bg-overlay {
    background-color: rgb(174 174 174 / 70%);
}

.slider .main-slide .slide-content {
    position: relative;
    color: #fff;
}

.slider .main-slide .banner-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.slider .main-slide .slide-content .slide-title {
    font-size: 90px;
    font-weight: 500;
    margin-bottom: 25px;
}

    .slider .main-slide .slide-content .slide-title p:first-child {
        margin-bottom: 0;
    }

.slider .main-slide .slide-content .slide-text {
    font-size: 20px;
    line-height: 1.5;
}

.btn-banner {
    background: #13717c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11px 24px;
    border-radius: 15px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
}

    .btn-banner:hover {
        background: #0c545c;
        color: #fff;
    }

.owl-banner .owl-stage-outer, .owl-banner .owl-stage, .owl-banner .owl-item {
    cursor: default;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
    cursor: grab;
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    height: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 2%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 2%;
}

.owl-carousel .owl-nav button {
    z-index: 99;
    transition: all .5s;
}

    .owl-carousel .owl-nav button.disabled {
        opacity: .2;
    }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    height: 100%;
    display: table;
    top: 0;
}

.owl-nav .center-table {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav button img {
    height: 30px;
    width: 30px;
    filter: brightness(0) invert(1);
}

.owl-nav .owl-prev img {
    /* transform: rotate(90deg); */
}

.owl-nav .owl-next img {
    transform: rotate(180deg);
}

button.disabled,
button.disabled:hover {
    opacity: .5;
    cursor: auto;
}

.owl-dots {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
}

.owl-dot span {
    border: 2px solid var(--bs-secondary) !important;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: var(--bs-secondary) !important;
}
/* END BANNER */

/* CONTENT */
.main-title {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #255B79;
}

.main-subtitle {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

.icon-title {
    font-size: 24px;
    margin-bottom: 35px;
}

.separator {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

    .separator:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 120px;
        height: 4px;
        background: #e2e2e2;
        height: 8px;
        width: 170px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .separator.left:before {
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

.bg-img {
    background-size: cover;
    background-position: 0% -30%;
    background-repeat: no-repeat;
}

.bg-img-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    style ="background-color: @backgroundOverlay;";
    min-height: 100vh;
}

.title-dash {
    font-size: 20px;
    margin-bottom: 15px;
}

.dash {
    width: 30px;
    height: 1px;
    background-color: var(--bs-primary);
    margin-bottom: 5px;
}

.owl-nav.disabled {
    display: none;
}

.content-title-2col {
    padding-top: 110px;
    padding-bottom: 110px;
}

.position-relative.py-5 + .content-title-2col {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-title-2col + .content-title-2col {
    padding-top: 0;
    padding-bottom: 0;
}

.content-title-2col .content {
    margin-top: 80px;
}

.bg-primary.text-white span.font-title {
    color: #fff;
}

.content-title-2col.bg-primary.text-white {
    padding-top: 100px !important;
}

.content-title-2col .progress-bar-container {
    width: 50%;
    margin: 50px auto;
}

.content-title-2col .progress-bar {
    background-color: #386d8b;
    width: 3%;
    height: 3px;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
}

.content-title-2col .progress-bar-shadow {
    background-color: #898989;
    width: 97%;
    height: 1px;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
    opacity: 0.5;
}

.title-top,
.title-bottom {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

.title-top {
    top: -112px;
}

.title-bottom {
    top: 88px;
}

    .title-top:after,
    .title-bottom:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        height: 144px;
        width: 2px;
    }

.title-top:after {
    top: 40px;
    background: linear-gradient(0deg, rgb(56 109 139) 0%, rgb(56 109 139) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.title-bottom:before {
    bottom: 40px;
    background: linear-gradient(0deg, rgb(255,255,255,1) 0%, rgb(255,255,255,1) 50%, rgba(56 109 139) 50%, rgba(56 109 139) 100%);
}

.title-top.no-absolute {
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    text-align: center;
    color: #5A5A5A;
}

    .title-top.no-absolute:after {
        top: 40px;
        background: #386D8B;
    }

    .title-top.no-absolute + .row {
        padding-top: 170px;
    }

.btn-bordered {
    background-color: #fff;
}

    .btn-bordered:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        top: 50%;
        background-color: #959595;
        z-index: -1;
    }

.button-for-border {
    background-color: #fff;
    width: fit-content;
    padding-right: 20px;
}

.grid-layout.row-align-center .row {
    align-items: center;
}
/* END CONTENT */

/* OUR TECHNOLOGY */
.tecnologia-section {
    padding-top: 48px;
    padding-bottom: 144px;
}

.navigation-bar {
    margin-bottom: 20px;
}

    .navigation-bar .title {
        border-radius: 8px;
        border: 1px solid #fff;
        color: #fff;
        padding: 5px;
        text-transform: uppercase;
        transition: 0.3s ease-in-out;
    }

        .navigation-bar .title:hover,
        .navigation-bar .title.active-title {
            cursor: pointer;
            background-color: white;
            color: var(--bs-primary);
            transition: 0.3s ease-in-out;
        }

.element-slider-Block-swiper .swiper-slide {
    color: #d5d5d5;
    border: 1px solid #D2D2D2;
    min-height: 150px;
    max-height: 30%;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
    transition: 0.3s ease-in-out;
}

.element-slider-Block-swiper .swiper-slide-active {
    background-color: white;
    min-height: 500px;
    max-height: 100%;
    margin-left: 100px;
    margin-right: 150px !important;
    transition: 0.1s ease-in-out;
}

.element-slider-Block-swiper .swiper-slide svg .fill-arrow {
    fill: rgb(213 213 213 / 100%) !important;
}

.element-slider-Block-swiper .swiper-slide.swiper-slide-active svg .fill-arrow {
    fill: #386d8bff !important;
}

.element-slider-Block-swiper .subtitle {
    font-size: 24px;
    color: #5A5A5A;
}

.element-slider-Block-swiper .swiper-slide-active .number-items {
    color: var(--bs-primary);
}

.element-slider-Block-swiper .number-items .dash {
    width: 20px;
    height: 1px;
    background-color: #d5d5d5;
    margin: 5px;
}

.element-slider-Block-swiper .swiper-slide-active .number-items .dash {
    background-color: var(--bs-primary);
}

.element-slider-Block-swiper .icon-next svg {
    width: 27px;
    height: 27px;
    transition: 0.3s ease-in-out;
}

    .element-slider-Block-swiper .icon-next svg:hover {
        width: 47px;
        height: 47px;
        transition: 0.3s ease-in-out;
    }

.element-slider-Block-swiper .item-text {
    font-size: 18px;
}

.element-slider-Block-swiper .swiper-slide.swiper-slide-active .item-content {
    display: block;
    animation: fadeIn 0.3s;
}

.element-slider-Block-swiper .swiper-slide .item-content {
    display: none;
}

.tecnologia-section .progress-bar {
    background-color: white;
    width: 3%;
    height: 3px;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
}

.tecnologia-section .progress-bar-shadow {
    background-color: white;
    width: 97%;
    height: 1px;
    transition: 0.5s ease-in-out;
    border-radius: 20px;
    opacity: 0.5;
}
/* END OUR TECHNOLOGY */


/* TIMELINE */
.our-history {
    height: 70vh;
}

.our-history-swiper .swiper-slide {
    cursor: default;
}

.bar-previous {
    content: "";
    background-color: #386d8bff;
    width: 100%;
    height: 3px;
    transition: 0.1s ease-in-out;
}

.circle {
    content: "";
    background-color: #386d8bff;
    width: 52px;
    height: 25px;
    border-radius: 100%;
    transition: 0.1s ease-in-out;
}

.bar-after {
    content: "";
    background-color: #386d8bff;
    width: 100%;
    height: 3px;
    transition: 0.1s ease-in-out;
}

.our-history .buttons-container {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.our-history .swiper-button-prev {
    left: auto;
    right: 75px;
}

.our-history .swiper-slide:nth-last-of-type(1) .bar-after {
    opacity: 0;
}

.our-history .swiper-slide-next + .swiper-slide .bar-after {
    background-color: rgb(213 213 213 / 100%);
}

.our-history .swiper-slide-next + .swiper-slide .circle {
    box-shadow: rgba(56, 109, 139, 0.25) 0px 0px 0px 10px;
}

.our-history .swiper-slide-next + .swiper-slide ~ .swiper-slide .bar-previous {
    background-color: rgb(213 213 213 / 100%);
}

/* END TIMELINE */



/* WHERE WE ARE MAP */
.pin-map {
    width: 100px;
}

.pin-text {
    font-size: 24px;
}
/* END WHERE WE ARE MAP */

/*ICONS LIST*/
.article-img {
    max-width: 200px;
}
/*END ICONS LIST*/

/* COUNTER BLOCK */
.count-block .holder {
    color: #386d8bff;
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
}

    .count-block .holder .icon {
        position: relative;
        top: 0;
        filter: brightness(0) invert(1);
        transition: top .3s;
    }

    .count-block .holder:hover .icon {
        top: -10px;
    }

.count-block .info {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

.count-block .txt {
    font-size: 75px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
}


.count-block .description {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    color: #959595;
}

.count-block .dash {
    content: "";
    background-color: #386d8bff;
    /*margin-left: 37px;*/
    width: 35%;
    height: 2px;
    border-radius: 20%;
}
/* END COUNTER BLOCK */

/* BIG BLOCKS */
.big-blocks {
    overflow: hidden;
}

    .big-blocks .big-block-content {
        padding: 50px 90px;
    }

        .big-blocks .big-block-content .intro {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

.card-related {
    background: inherit;
}

    .card-related.related-offer img {
        height: 100% !important;
        object-fit: cover;
    }

    .card-related .intro {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* END BIG BLOCKS */

/* OWL PARTNERS */
.logo-partnership {
    margin: 0 auto;
}

.owl-logos img {
    height: 100px;
    max-height: 100px;
    max-width: 200px;
    margin: auto;
    object-fit: contain;
}

.owl-logos .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-logos .owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-logos.owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-logos .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-logos .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-logos .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-logos span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-logos .owl-nav button:focus {
    outline: none;
}

.carousel-logos {
    background-size: 100% 55%;
    background-position: top;
}
/* END OWL PARTNERS */

/*SOBRE NOS*/
.dashed {
    border: none;
    border-top: 5px dotted #085079;
    color: #fff;
    background-color: #fff;
    height: 1px;
}
/* PRODUCTS */
.about {
    background: #fff;
    padding: 110px 0px 120px;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 56px;
}

    .section-title.extra .title {
        margin-bottom: 24px;
    }

    .section-title .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 13px;
        color: #242424;
        font-weight: 500;
        position: relative;
    }

        .section-title .title .borda {
            position: absolute;
            width: 10%;
            height: 3px;
            bottom: -15px;
            left: 45%;
            background: #aedef8;
        }

.about .box {
    position: relative;
    background-image: linear-gradient(50deg, #fff 0%, #fff 100%);
    z-index: 1;
    /*background: #fff;*/
    box-shadow: 0px 30px 20px 0px rgba(0, 37, 93, 0.15);
    border-radius: 15px;
}

    .about .box::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(50deg, #2a6d94 0%, #aedef8 100%);
        border-radius: 15px;
        z-index: -1;
        transform: scale(0.1);
        transition: transform 0.3s linear;
        opacity: 0;
    }

    .about .box:hover::before {
        opacity: 1;
        transform: scale(1);
    }

    .about .box .inner-box {
        width: 100%;
        position: relative;
        z-index: 99;
        padding: 27px 25px 35px;
        transition: 0.3s ease-in;
    }

        .about .box .inner-box .icon {
            font-size: 55px;
            line-height: 1;
        }

            .about .box .inner-box .icon i {
                background-image: linear-gradient(50deg, #2a6d94 0%, #aedef8 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                transition: background 0.8s ease-in;
            }

    .about .box:hover .inner-box .icon i {
        background-image: linear-gradient(50deg, #fff 0%, #fff 100%);
        transition: background 0.8s ease-in;
    }

    .about .box .inner-box .icon img {
        width: 55px;
        height: 55px;
    }

    .about .box .inner-box .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        color: #242424;
        transition: all 0.3s ease-in;
    }

    .about .box .inner-box .text {
        color: #555;
        line-height: 1.8;
        transition: all 0.3s ease-in;
    }

    .about .box:hover .inner-box .title,
    .about .box:hover .inner-box .text {
        color: #fff;
    }
/* END PRODUCTS */

/* SERVICE */
.feature {
    position: relative;
    padding: 110px 0px 83px;
}

    .feature .section-title {
        margin-bottom: 47px;
    }

    .feature .left-feature .feature-box .icon {
        margin-left: 20px;
    }

    .feature .left-feature .feature-box .details {
        text-align: right;
    }

    .feature .right-feature .center-feature {
        text-align: center;
        justify-content: center;
    }

    .feature .left-feature .feature-box .icon {
        margin-left: 20px;
    }

    .feature .right-feature .feature-box .icon {
        margin-right: 20px;
    }

    .feature .right-feature .feature-box .details {
        text-align: left;
    }

    .feature .feature-box {
        position: relative;
        margin-bottom: 30px;
        display: flex;
        transition: all 0.3s ease-in;
    }

        .feature .feature-box .icon-area {
            display: flex;
        }

            .feature .feature-box .icon-area .icon {
                align-self: center;
            }

        .feature .feature-box .icon {
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 70px;
            font-size: 55px;
            border-radius: 50%;
            position: relative;
        }

            .feature .feature-box .icon i {
                background-image: linear-gradient(50deg, #2a6d94 0%, #aedef8 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

        .feature .feature-box .details {
            flex: 1;
        }

            .feature .feature-box .details .title {
                font-size: 24px;
                line-height: 34px;
                font-weight: 500;
                color: #242424;
                margin: 26px 0px 19px;
            }

            .feature .feature-box .details .text {
                font-size: 16px;
                line-height: 26px;
                margin-bottom: 8px;
            }

.feature-circle-inner {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

    .feature-circle-inner:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        z-index: -9;
    }

    .feature-circle-inner i {
        font-size: 12px;
        font-weight: 900;
        color: #0250c5;
    }
/* END SERVICE */

/* CHARACTERISTICS */
.characteristics .title-characteristics {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}

.characteristics .icon-box i {
    font-size: 55px;
    line-height: 70px;
    background-image: linear-gradient(50deg, #2a6d94 0%, #aedef8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* END CHARACTERISTICS */

/* OWL CLIENTES */
.owl-clients img {
    max-width: 200px;
    margin: auto;
}
/* END OWL CLIENTES */

/* VIDEO */
.video:before {
    content: "";
    background-image: url(https://media.istockphoto.com/id/1567730884/pt/foto/modern-garbage-truck-and-caucasian-waste-collector.jpg?s=2048x2048&w=is&k=20&c=1Y5ak_eFcemPBgAfc6Q4e6qhukgtVWE46Foy5t91sJ8=);
    background-size: cover;
    background-position: center center;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.video .overlay-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: rgb(247 249 255 / 90%);
    z-index: -1;
}

.video .play-video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 105px;
    height: 105px;
    background: var(--bs-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all .3s;
}

    .video .play-video:hover {
        background: var(--bs-secondary);
        color: var(--bs-primary);
    }
/* END VIDEO */

/* VERSA */
.versa .video-wrapper .video-box {
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 37, 93, 0.15);
}

.versa .fun-box .inner-content {
    height: 210px;
    padding: 40px 20px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 37, 93, 0.15);
}

    .versa .fun-box .inner-content:hover {
    }

    .versa .fun-box .inner-content .icon {
        position: relative;
        width: 85px;
        height: 85px;
        margin: 0 auto 15px auto;
        transition: all .3s;
    }

.versa .fun-box:hover .inner-content .icon {
    transform: translateY(-10px);
}

.versa .fun-box .inner-content .icon img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 99px;
}

.versa .fun-box .inner-content .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #bdbdbd;
    animation: rotate 10s linear infinite;
}

.versa .fun-box:hover .inner-content .icon::after {
    content: "";
    border: 1px dashed var(--bs-primary);
}

.versa .fun-box .categori {
    color: #242424;
}

.versa .fun-box .inner-content .description {
    display: none;
}

.versa .fun-box:hover .inner-content .description {
    display: block;
}

.versa .fun-box:hover .inner-content .categori {
    display: none;
}

.versa .fun-box .inner-content.mt-custom {
    margin-top: 30px;
}

.versa .fun-box .inner-content.mb-custom {
    margin-top: -30px;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
/* END VERSA */

/* sobre-nos-banner */

.sobre-nos-banner {
    position: relative;
    height: 100vh;
}

    .sobre-nos-banner .content-text-animated {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

        .sobre-nos-banner .content-text-animated .content {
            color: #fff;
            font-size: 70px;
            font-weight: 500;
            height: 120px;
        }

    .sobre-nos-banner .words {
        overflow: hidden;
    }

    .sobre-nos-banner span {
        display: block;
        height: 100%;
        padding-left: 10px;
        animation: spin_words 8s infinite;
    }

    .sobre-nos-banner .bg-img-banner {
        width: 100%;
        object-fit: cover;
    }


    .sobre-nos-banner .swiper {
        height: 100%;
        width: fit-content;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
/* sobre-nos-banner END */

/* Tecnololias */
.tecnologias-section {
    position: relative;
    min-height: 100vh;
    height: 100%;
}

    .tecnologias-section .swiper {
        width: 100%;
        height: 100%;
    }

    .tecnologias-section .tecnologia-swiper .swiper-slide {
        background-size: cover;
        background-position: center center;
        height: auto;
    }

    .tecnologias-section .tecnologia-swiper .container {
        padding-top: 180px;
        padding-bottom: 120px;
        min-height: 100vh;
    }

    .tecnologias-section .slide-img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .tecnologias-section .dash {
        background-color: white;
        height: 2px;
        width: 40%;
        border-radius: 10px;
    }

    .tecnologias-section .content-container {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: white;
    }

    .tecnologias-section .font-title {
        font-weight: 500;
    }

    .tecnologias-section .btn-primary {
        border: 2px white solid;
        color: white;
        animation: fade-in;
    }

        .tecnologias-section .btn-primary:hover {
            background-color: white;
            color: #255B79 !important;
        }

    .tecnologias-section .progress-bar-container {
        position: absolute;
        width: 100%;
        bottom: 5%;
        color: white;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .tecnologias-section .progress-bar-container .content {
            width: 250px;
        }

    .tecnologias-section .progress-bar-default:after {
        content: "";
        position: absolute;
        top: 0;
        left: 1px;
        width: 99%;
        height: 3px;
        background: white;
        border-radius: 20px;
        z-index: -1;
    }

    .tecnologias-section .progress-bar {
        background-color: var(--bs-primary);
        width: 3%;
        height: 3px;
        transition: 0.5s ease-in-out;
        border-radius: 20px;
    }
/* Tecnololias END */

/* Vantagens */
.vantagens-banner-section .banner-container {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.vantagens-banner-section .dash {
    height: 2px;
    width: 40%;
    border-radius: 10px;
}

.vantagens-banner-section .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .vantagens-banner-section .banner-content .font-title,
    .vantagens-banner-section .banner-content .font-80 {
        font-weight: 500;
    }

.sustentabilidade-section .solucoes_vertical-dash {
    height: 150px;
    background-color: #386d8b;
    width: 2px;
    padding: 0;
}

.sustentabilidade-section .dash {
    height: 2px;
    width: 70px;
    border-radius: 10px;
}

.contactos-section .dash {
    background-color: #386d8b;
    width: 50px;
    height: 2px;
}

.seguranca-section .module-title {
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}
/* Vantagens END */

/* change-for-better-section */
.change-for-better-section {
    position: relative;
}

    .change-for-better-section .pt-130 {
        padding-top: 130px;
    }

    .change-for-better-section .mt-90 {
        margin-top: 90px;
    }

    .change-for-better-section .module-title {
        font-size: 76px;
        line-height: 1.1;
    }

    .change-for-better-section .background {
        width: 90%;
        height: 100%;
        position: absolute;
    }
/* change-for-better-section END */


/* soluções Page */
.solucoes_vertical-dash {
    height: 150px;
    background-color: #386d8b;
    width: 2px;
    padding: 0;
}

.title-container {
    position: absolute;
    top: 140px;
    color: var(--bs-primary);
    z-index: 5;
}

.solucoes-banner-section .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 230px;
    padding-bottom: 200px;
    min-height: 100vh;
}

    .solucoes-banner-section .banner-content .font-title,
    .solucoes-banner-section .banner-content .font-80 {
        font-weight: 500;
    }

.solucoes-swiper-section .swiper-slide img {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
    cursor: pointer;
    object-fit: cover;
}

.solucoes-swiper-section .swiper-slide .custom-hover {
    transition: all 0.5s;
}

    .solucoes-swiper-section .swiper-slide .custom-hover:hover {
        background-color: transparent !important;
        transition: all 0.5s;
    }

.solucoes-swiper-section .swiper-slide .content {
    font-size: 30px;
    line-height: 1;
}

.solucoes-swiper-section .swiper-scrollbar {
    background-color: #E2E2E2;
}

    .solucoes-swiper-section .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: var(--bs-primary);
    }

.list-content-margin-negative:first-child {
    margin-top: 50px;
}

.list-content-margin-negative + .list-content-margin-negative {
    margin-top: 100px;
}

.list-content-margin-negative .content {
    position: relative;
    margin-top: 80px;
    margin-left: -100px;
    min-height: 365px;
    z-index: 1;
}

    .list-content-margin-negative .content.right {
        margin-right: -100px;
        margin-left: auto;
    }

    .list-content-margin-negative .content p:nth-child(2) {
        margin-bottom: 6px;
    }

    .list-content-margin-negative .content .hide-content {
        max-height: 330px;
        overflow: hidden;
        margin-bottom: 65px;
    }

        .list-content-margin-negative .content .hide-content.no-hide-content {
            max-height: 100%;
            overflow: hidden;
            margin-bottom: 0;
        }

        .list-content-margin-negative .content .hide-content .btn-show-content {
            left: 50%;
            transform: translateX(-50%);
            bottom: 30px;
        }

    .list-content-margin-negative .content .no-hide-content .btn-show-content {
        display: none;
    }

    .list-content-margin-negative .content .hide-content .btn-show-content .btn-show-more {
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        padding: 5px 5px 5px 10px;
        display: flex;
        align-items: center;
        border-radius: 99px;
    }

        .list-content-margin-negative .content .hide-content .btn-show-content .btn-show-more img {
            filter: brightness(0) invert(1);
        }

        .list-content-margin-negative .content .hide-content .btn-show-content .btn-show-more.primary {
            border: 1px solid var(--bs-primary);
            color: var(--bs-primary);
        }

            .list-content-margin-negative .content .hide-content .btn-show-content .btn-show-more.primary img {
                filter: none;
            }
/* soluções Page END*/

/* OTIMIZACAO DE CURSO ! CONTAINER-FLUID CONTENT IMAGE FLUID */
.image-margin-0-section .vertical-dash {
    height: 150px;
    background-color: var(--bs-primary);
    width: 2px;
    padding: 0;
}
/* OTIMIZACAO DE CURSO ! CONTAINER-FLUID CONTENT IMAGE FLUID END  */

/* list switch */
.list-switch-position .title-section {
    color: #386D8B;
    font-size: 76px;
}

.list-switch-position .content-title {
    color: #5A5A5A;
    font-size: 30px;
}
/* end list switch */

/* contactos Section */
.contactos-banner-section .banner-container {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contactos-banner-section img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contactos-banner-section .dash {
    height: 2px;
    width: 40%;
    border-radius: 10px;
}

.contactos-banner-section .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contactos-banner-section .banner-content .font-title,
    .contactos-banner-section .banner-content .font-80 {
        font-weight: 500;
    }

.contactos-page-contactos-section .left-col,
.contactos-page-contactos-section .right-col {
    height: 100%;
}

.contactos-page-contactos-section .right-col-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 370px;
}

.contactos-page-contactos-section .right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
}

.contactos-page-contactos-section .custom-pt {
    padding-top: 110px;
}

/* contactos Section END */

/* ACCORDION */
.accordion-gray .accordion-button {
    background-color: #E9E8E9;
    color: #707070;
    font-size: 22px;
    padding: 8px 16px;
}

    .accordion-gray .accordion-button:not(.collapsed) {
        background-color: #bfbfbf;
        color: #454545;
    }

    .accordion-gray .accordion-button .title {
        margin-left: 30px;
    }

    .accordion-gray .accordion-button:before {
        content: "+";
        position: absolute;
        font-size: 34px;
        margin-left: 0;
    }

    .accordion-gray .accordion-button:not(.collapsed):before {
        content: "-";
        top: -2px;
        margin-left: 3px;
    }

    .accordion-gray .accordion-button:after {
        content: none;
    }
/* END ACCORDION */
/* BUTTON TOP */
.btn-top {
    background-color: #386d8bff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 3%;
    right: 2%;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    visibility: hidden;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
    transition: .3s;
}

    .btn-top img {
        width: 20px;
        height: 20px;
    }
/* END BUTTON TOP */

/* FOOTER */
footer {
    background-color: #F1F1F1;
    color: #959595;
    font-size: 14px;
    line-height: 1.5;
}

    footer.bg-img {
        background-position: 0% -135%;
    }

        footer.bg-img .footer-margin {
            padding-top: 70px;
            padding-bottom: 230px;
        }

    footer .row.border-bottom {
        border-color: #707070 !important;
    }

    footer .menu-social .social-item img {
        filter: brightness(0) invert(0.6);
    }

    footer .shape {
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
    }

    footer .nav-menu-footer .nav-link {
        font-size: 22px;
        color: #959595;
    }

    footer .copyright {
        color: #fff;
        background-color: rgb(42 109 148 / 90%);
    }

        footer .copyright a {
            color: var(--bs-secondary);
        }

        footer .copyright .nav .nav-item:first-child .nav-link {
            padding-left: 0;
        }

        footer .copyright .nav .nav-link {
            color: #fff;
            padding: 5px;
            border-right: 1px solid #fff;
        }

        footer .copyright .nav .nav-item:last-child .nav-link {
            border-right: 0;
        }
/* END FOOTER */

/* COOKIES */
.cc--netsigma {
    --cc-bg: #FFF;
    --cc-primary-color: #112954;
    --cc-secondary-color: #112954;
    --cc-btn-primary-bg: #255B79;
    --cc-btn-primary-color: var(--cc-bg);
    --cc-btn-primary-hover-bg: #aedef8;
    --cc-btn-primary-hover-color: #fff;
    --cc-btn-secondary-bg: #ebebeb;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #000;
    --cc-btn-secondary-hover-color: #FFF;
    --cc-cookie-category-block-bg: #ebeff9;
    --cc-cookie-category-block-border: #ebeff9;
    --cc-cookie-category-block-hover-bg: #dbe5f9;
    --cc-cookie-category-block-hover-border: #dbe5f9;
    --cc-cookie-category-expanded-block-hover-bg: #ebeff9;
    --cc-cookie-category-expanded-block-bg: #ebeff9;
    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;
    --cc-toggle-readonly-bg: #cbd8f1;
    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-off-bg: #8fa8d6;
    --cc-toggle-readonly-knob-bg: var(--cc-bg);
    --cc-separator-border-color: #f1f3f5;
    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);
    --cc-btn-border-radius: 0 0 0 0 / 0 0;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    --cc-border-radius: 0;
}

#s-c-bn:hover {
    background: #b0b0b0;
}

.c-bn, .c-bn:hover {
    text-transform: uppercase;
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover, #s-c-bn:hover {
    color: #FFF;
}

.cc_div .title {
    font-size: 1em;
    display: block;
    margin: 0;
}

    .cc_div .title::before {
        content: none;
    }
/* END COOKIES */

/* CAMIAO SECTION */
.camiao-section {
    position: relative;
}

    .camiao-section .truck {
        width: 100%;
        position: relative;
    }

    .camiao-section .las {
        font-size: 180%;
        color: black;
        transition: all 0.3s ease-in-out;
    }

    .camiao-section .spot {
        position: relative;
        background-color: #fff;
        border-radius: 99%;
        text-align: center;
        padding: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

        .camiao-section .spot:hover {
            background-color: var(--bs-primary);
            transition: all 0.3s ease-in-out;
            cursor: pointer;
        }

            .camiao-section .spot:hover .las {
                color: white;
                transition: all 0.3s ease-in-out;
            }

    .camiao-section .spot-container {
        position: absolute;
        /* background: white; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

        .camiao-section .spot-container .spot-content {
            background: #fff;
            position: absolute;
            top: 120%;
            left: 50%;
            min-width: 270px;
            width: 100%;
            transform: translateX(-50%);
            display: none;
            flex-direction: column;
            align-items: center;
            padding: 18px;
            transition: all 0.3s ease-in-out;
        }

        .camiao-section .spot-container .spot:hover + .spot-content {
            display: flex;
            transition: all 0.3s ease-in-out;
        }

    .camiao-section #spot-container-0 {
        top: 29%;
        left: 8%;
    }

    .camiao-section #spot-container-1 {
        top: 70%;
        left: 12%;
    }


    .camiao-section #spot-container-2 {
        top: 62.5%;
        left: 44%;
    }


    .camiao-section #spot-container-3 {
        top: 31%;
        right: 18.5%;
    }

    .camiao-section #spot-container-4 {
        top: 45%;
        right: 14%;
    }

    .camiao-section .fs-12 {
        font-size: 13px;
    }

    .camiao-section .fs-16 {
        font-size: 16px;
    }
/*END CAMIAO SECTION*/

@media (max-width: 1600px) {
    .element-slider-Block-swiper .swiper-slide-active {
        margin-left: auto;
        margin-right: 30px !important;
    }

    .count-block .txt {
        font-size: 45px;
    }

    .count-block .description {
        font-size: 15px;
    }
}

@media(max-width:1400px) {
    .our-history {
        height: 90vh;
    }

    .swiper-button-prev {
        left: 85%;
    }

    .our-history {
        height: 90vh;
    }

    .swiper-button-prev {
        left: 85%;
    }
}

@media(max-width:1314px) {
    .change-for-better-section .description {
        font-size: 20px;
    }
}

@media(max-width: 1200px) {
    .content-title-2col {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .vantagens-banner-section + section .content-title-2col {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media(max-width: 1140px) {
    .sobre-nos-banner .wrapper {
        font-size: 50px;
        top: 25%;
        left: 10%;
    }
}

@media (max-width: 992px) {
    .navbar .nav-link, .navbar .nav-link.show {
        font-size: 30px;
    }

    .navbar .level-2 .nav-item.dropdown button.nav-link {
        height: 61px;
    }

    .owl-carousel .owl-stage-outer {
        overflow: inherit !important;
    }

    .vantagens-banner-section .banner-container {
        height: 100%;
    }

    .sobre-nos-banner .content-text-animated .content {
        font-size: 50px;
        height: 75px;
    }

    .slider .main-slide .slide-content .slide-title {
        font-size: 50px;
    }

    .change-for-better-section .background {
        width: 100%;
    }

    .vantagens-banner-section .banner-content,
    .main-slide .banner-content {
        padding-top: 210px;
        padding-bottom: 150px;
    }

    .element-slider-Block-swiper .swiper-slide-active {
        width: calc(100% - 30px) !important;
        margin-right: 9px !important;
    }

    .element-slider-Block-swiper .swiper-slide.swiper-slide-prev {
        margin-right: 7px !important;
        margin-left: 21px;
    }

    .list-content-margin-negative .content {
        margin-top: 0;
        margin-left: 0;
        min-height: 100%;
    }

        .list-content-margin-negative .content.right {
            margin-right: 0;
        }

    .contactos-page-contactos-section .right-col {
        padding: 0;
    }

    .contactos-page-contactos-section .right-col-content {
        padding-bottom: 110px;
    }

    .our-history .swiper-slide-next .circle {
        box-shadow: rgba(56, 109, 139, 0.25) 0px 0px 0px 10px;
    }

    .our-history .swiper-slide-next .bar-after {
        background-color: rgb(213 213 213 / 100%);
    }

    .our-history .swiper-slide-next + .swiper-slide .bar-previous {
        background-color: rgb(213 213 213 / 100%);
    }

    .list-switch-position .title-section {
        font-size: 40px;
        line-height: 1.2;
    }

    .count-block .holder {
        padding: 30px 0;
    }

    .title-top:after,
    .title-bottom:before,
    .sustentabilidade-section .solucoes_vertical-dash,
    .solucoes_vertical-dash,
    .image-margin-0-section .vertical-dash {
        height: 94px;
    }

    .title-top {
        top: -80px;
    }

        .title-top:after {
            top: 33px;
        }

        .title-top.no-absolute {
            padding-bottom: 140px;
        }

            .title-top.no-absolute + .row {
                padding-top: 0;
            }

    .title-bottom {
        top: 55px;
    }

        .title-bottom:before {
            bottom: 32px;
        }

    .change-for-better-section .pt-130 {
        padding-top: 0;
    }

    .change-for-better-section .mt-90 {
        margin-top: 0;
    }

    footer.bg-img .footer-margin {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .font-title,
    .font-80 {
        font-size: 50px !important;
        line-height: 1.3 !important;
    }

    .font-50 {
        font-size: 42px !important;
    }

    .font-40 {
        font-size: 32px !important;
    }

    .font-30 {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-7 > * {
        flex: 0 0 auto;
        width: calc(100% / 7);
    }

    .row-cols-lg-8 > * {
        flex: 0 0 auto;
        width: calc(100% / 8);
    }

    .row-cols-lg-9 > * {
        flex: 0 0 auto;
        width: calc(100% / 9);
    }

    .row-cols-lg-10 > * {
        flex: 0 0 auto;
        width: calc(100% / 10);
    }

    .row-cols-lg-11 > * {
        flex: 0 0 auto;
        width: calc(100% / 11);
    }

    .row-cols-lg-12 > * {
        flex: 0 0 auto;
        width: calc(100% / 12);
    }

    .offcanvas {
        width: 46% !important;
    }
}

@media (max-width: 768px) {
    .slider .main-slide .slide-content .slide-title {
        font-size: 30px;
    }

    .slider .main-slide .slide-content .slide-text {
        font-size: 16px;
        line-height: 1.3;
    }

    .sobre-nos-banner .content-text-animated .content {
        font-size: 50px;
        line-height: 1.2;
        height: 75px;
    }

    .solucoes-swiper-section .swiper-slide .content * {
        font-size: 24px;
    }

    .owl-banner .owl-nav .owl-prev img,
    .owl-banner .owl-nav .owl-next img {
        width: 30px;
        height: 30px;
    }

    .slider .banner_count {
        display: none;
    }

    .navigation-bar .title * {
        font-size: 13px !important;
    }

    .content-title-2col .container.py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .accordion-gray .accordion-button {
        font-size: 20px;
        line-height: 1.3;
    }

    .accordion .accordion-item.mb-4:last-child {
        margin-bottom: 0 !important;
    }

    .font-title, .font-80 {
        font-size: 40px !important;
    }

    .font-50 {
        font-size: 32px !important;
    }

    .font-40 {
        font-size: 30px !important;
    }

    .font-30 {
        font-size: 28px !important;
    }

    .font-28 {
        font-size: 26px !important;
    }

    .font-26 {
        font-size: 24px !important;
    }

    .font-24 {
        font-size: 22px !important;
    }

    .font-22 {
        font-size: 20px !important;
    }

    .font-20 {
        font-size: 18px !important;
    }

    .font-18 {
        font-size: 16px !important;
    }
}

@media (max-width:765px) {
    .camiao-section #spot-container-3 .spot-content,
    .camiao-section #spot-container-4 .spot-content {
        left: auto;
        right: 0;
        transform: none;
    }

    .camiao-section #spot-container-0 .spot-content,
    .camiao-section #spot-container-1 .spot-content {
        left: 0;
        right: auto;
        transform: none;
    }
}

@media (max-width: 576px) {
    .navbar .nav-link, .navbar .nav-link.show {
        font-size: 24px;
    }

    .owl-banner .owl-nav {
        right: 15px;
        bottom: 15px;
    }

        .owl-banner .owl-nav .owl-prev img,
        .owl-banner .owl-nav .owl-next img {
            width: 25px;
            height: 25px;
        }

        .owl-banner .owl-nav .owl-next {
            margin-left: 5px;
        }


    .title-dash {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .solucoes-swiper-section .swiper-slide .content * {
        font-size: inherit;
    }

    .content-title-2col .content {
        margin-top: 30px;
    }

    footer .grid-layout .g-5,
    .banner-content .g-5,
    .grid-layout .g-5 {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem;
    }

    .btn-top {
        font-size: 7px;
        width: 40px;
        height: 40px;
        bottom: 2%;
        right: 2%;
    }

        .btn-top img {
            width: 12px;
            height: 12px;
        }


    .contactos-page-contactos-section .address-title {
        font-size: 50px;
    }

    .our-history .swiper-slide-active .circle {
        box-shadow: rgba(56, 109, 139, 0.25) 0px 0px 0px 10px;
    }

    .our-history .swiper-slide-active .bar-after {
        background-color: rgb(213 213 213 / 100%);
    }

    .our-history .swiper-slide-next .bar-previous {
        background-color: rgb(213 213 213 / 100%);
    }

    .contactos-page-contactos-section .title-contacts {
        font-size: 50px;
    }

    .article-img {
        max-width: 120px;
        margin: auto;
    }

    .font-title,
    .font-80 {
        font-size: 30px !important;
    }
}

@media (max-width: 420px) {
    .slider .main-slide .slide-content .slide-title,
    .slider .main-slide .slide-content .slide-text {
        line-height: 1.1;
    }

    .contactos-page-contactos-section .address-title {
        font-size: 30px;
    }

    .contactos-page-contactos-section .title-contacts {
        font-size: 30px;
    }
}
