html {
    overflow-x: hidden;
}

#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;
    left: -5000px;
}

.ratio img {
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}
.bg-white {
    padding: 75px 0;
}
.bg-grey {
    background: #F4F4F4;
    padding: 75px 0;
}
.bg-blue {
    padding: 75px 0;
    background: #1e6eb7;
    color: #FFF;
}
    .bg-blue a {
        color: #f4f4f4;
    }
    .bg-blue .title{
        color: #FFF;
    }
    .bg-blue .title {
        color: #FFF;
    }
    /* HEADER / MENU */
    #header .navbar {
        background: #fff;
        box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
    }

#header .navbar-brand img {
    height: 50px;
}

#header .navbar-nav .nav-item {
    margin-right: 50px;
}

    #header .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

#header .navbar-nav .nav-link {
    color: #134780;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

#header .navbar .dropdown-menu {
    margin-top: -5px;
    border: 0;
    background: #7c94cd;
    padding: 0;
}

    #header .navbar .dropdown-menu .dropdown-menu {
        margin-left: 0;
    }

    #header .navbar .dropdown-menu .dropdown-item {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        white-space: normal;
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
        transition: all .3s;
    }

    #header .navbar .dropdown-menu li:last-child .dropdown-item {
        border-bottom: 0;
    }

    #header .navbar .dropdown-menu .dropdown-item.active,
    #header .navbar .dropdown-menu .dropdown-item:hover,
    #header .navbar .dropdown-menu .dropdown-item:focus {
        color: #fff;
        background: #134780;
    }

#header .navbar .search i {
    transform: scale(-1, 1);
}

#header .navbar .search.close .nav-link.show i:before,
#header .navbar .search .nav-link.show i:before {
    content: "\f00d";
}

.nav-link-eff:hover .nav-link:before {
    width: 100%;
    transition: width .3s;
}

.nav-link-eff .nav-link:before {
    left: 0;
}

.nav-link-eff .nav-link:after {
    transition: width .8s;
    right: 0;
}

.nav-link-eff:hover .nav-link:after {
    width: 100%;
    transition: 0s;
    background: transparent;
}

.nav-link-eff .nav-link:before,
.nav-link-eff .nav-link:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 5px;
    height: 2px;
    width: 0;
    background: #134780;
    transition: 0;
}

.nav-link-eff .nav-link.active:before,
.active .nav-link-eff .nav-link:before {
    width: 100%;
    background: #134780;
}

.navbar-toggler.collapsed {
    border: none;
    background: transparent !important;
}
#header {
    top: -250px;
}
#header .navbar .offcanvas-header {
    background: #f7f7f7;
}

#header .navbar .offcanvas.show .nav-link {
    color: #000;
}

#header .navbar .offcanvas.show .nav-item {
    margin-right: 0;
}

#header .navbar .offcanvas.show .dropdown-menu,
#header .navbar .offcanvas.show .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

    #header .navbar .offcanvas.show .dropdown-menu .dropdown-item {
        color: #000;
        padding-bottom: 0;
        border-bottom: 0;
    }

    #header .navbar .offcanvas.show .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 20px;
    }

/* toggler */
.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .icon-bar {
        background-color: #134780;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .navbar-toggler:hover {
        background: transparent !important;
    }

    .navbar-toggler .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-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler .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-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
    }

    .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
/* end toggler */
/* END HEADER / MENU */

/* BANNER */
.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;
    height: 100vh;
}

    .slider .main-slide > img {
        object-fit: cover;
        position: absolute;
        object-position: center center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .slider .main-slide .slide-content {
        position: relative;
        padding: 180px 10px;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
    }
.content-banner {
    max-width: 320px;
    margin: auto;
    background: #ffffff9e;
    padding: 50px;
    color: #747577;
}
        

.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 {
    z-index: 99;
    transition: all .5s;
}

    .owl-carousel .owl-nav button.disabled {
        opacity: .5;
    }

.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: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav i {
    color: #2c2c2c;
    font-size: 40px;
    display: -webkit-inline-box;
    transition: all .3s;
}

button.disabled,
button.disabled:hover {
    opacity: .5;
    cursor: auto;
}

.owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.owl-dot span {
    border: 2px solid #ffffff;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #1d83c0;
}
/* END BANNER */

/* BREADCRUMB */
.breadcrumb-item.active {
    color: #134780;
}

.breadcrumb {
    font-weight: 600;
}

nav .breadcrumb .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/* END BREADCRUMB */

/* CONTENT */
.title {
    color: #2e87bc;    
    position: relative;
    padding: 6px 13px;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}
    .title::after {
        content: '';
        display: block;
        width: 75px;
        height: 4px;
        background: #747577;
        margin: 15px auto;
    }
/* END CONTENT */


/* SERVIÇOS */
.section-services {
    background-color: #e8e8e8;
}

.service .service-title {
    color: #134780;
    font-size: 25px;
    line-height: 1.2;
}

.service .resume {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.wow.scaleOutIn {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

@media (prefers-reduced-motion:reduce), print {
    .wow.scaleOutIn {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@keyframes scaleOutIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.scaleOutIn {
    -webkit-animation-name: scaleOutIn;
    animation-name: scaleOutIn;
}

.owl-services.owl-carousel .owl-nav {
    position: absolute;
    top: -56px;
    left: auto;
    right: 0;
}

    .owl-services.owl-carousel .owl-nav button {
        border: 1px solid #808080;
        height: 50px;
        width: 50px;
    }

        .owl-services.owl-carousel .owl-nav button:hover {
            border: 1px solid #808080;
            background: #808080;
        }

        .owl-services.owl-carousel .owl-nav button.owl-prev {
            left: -105px;
            right: 0;
        }

    .owl-services.owl-carousel .owl-nav .center-table {
        display: block;
    }

    .owl-services.owl-carousel .owl-nav i {
        color: #808080;
        font-size: 28px;
        display: block;
    }

    .owl-services.owl-carousel .owl-nav button:hover i {
        color: #fff;
    }

    .owl-services.owl-carousel .owl-nav button.disabled:hover,
    .owl-services.owl-carousel .owl-nav button.disabled:hover i {
        background: none;
        color: #808080;
        cursor: default;
    }

.card-service {
    transition: all .3s;
}

    .card-service:hover {
        background: #134780;
    }

    .card-service .icon-service {
        width: 60px;
        height: 60px;
    }

    .card-service:hover .icon-service,
    .card-service:hover .service-title {
        filter: brightness(0) invert(1);
    }

    .card-service .service-title {
        font-size: 24px;
        line-height: 1.3;
        color: #134780;
    }

    .card-service:hover .btn-azul {
        background: #fff;
        color: #134780;
    }

#verticalTab {
    padding: 17px 20px;
}

    #verticalTab .nav-link {
        position: relative;
        background: transparent;
        font-size: 18px;
        color: #000;
        padding-left: 32px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        #verticalTab .nav-link.active {
            color: #134780;
            font-weight: 700;
        }

            #verticalTab .nav-link.active:before {
                background: #134780
            }

        #verticalTab .nav-link:before {
            content: "";
            position: absolute;
            top: 10px;
            left: 7px;
            width: 8px;
            height: 60%;
            background: #e8e8e8;
            transition: all .3s;
        }

        #verticalTab .nav-link:hover:before {
            background: #134780;
        }

#verticalTabContent {
    margin-bottom: 100px;
}

    #verticalTabContent .tab-content-title {
        font-size: 36px;
    }

    #verticalTabContent .btn-azul.know-more {
        font-size: 16px;
        line-height: 1;
        padding: 15px 30px;
    }
/* END SERVIÇOS */

/* FAQS */
.faqs-bg:before {
    content: "";
    position: absolute;
    top: -4%;
    left: -65%;
    width: 174%;
    height: 110%;
    background-image: var(--bg-faqs);
    z-index: -1;
    background-size: cover;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

    .accordion-item .accordion-button {
        color: #134780;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
    }

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #134780;
    box-shadow: inset 0 calc(1px * -1) 0 #b5b5b5;
}

.accordion-body {
    line-height: 1.4;
    font-size: 16px;
}
/* END FAQS */

/* PORTFOLIO PROJECTS */
.btn-filter {
    color: #727272;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    border: 0;
}

    .btn-filter.active,
    .btn-filter:hover {
        color: #134780;
        font-weight: bold;
    }

.project {
    background: #d6d6d6;
    transition: all .3s;
}

    .project:hover {
        background: #134780;
    }

    .project .content-project {
        height: 100%;
        transition: all .3s;
    }

        .project .content-project:before {
            content: "";
            width: 25%;
            height: 100%;
            background: url(/css/img/icon.svg);
            background-position: 0 15px;
            background-repeat: no-repeat;
            background-size: 157%;
            top: 0;
            right: 0;
            position: absolute;
            display: inline-block;
            filter: brightness(0) invert(1);
        }

        .project .content-project .title-project {
            color: #134780;
            font-size: 24px;
            line-height: 1.3;
            width: 75%;
        }

    .project:hover .content-project .title-project {
        color: #fff;
    }

.details-project .details-title {
    font-size: 22px;
    color: #000;
}

.details-project {
    font-size: 16px;
}

.content-project {
    font-size: 16px;
    line-height: 1.4;
}

.owl-project .owl-nav .owl-next i,
.owl-project .owl-nav .owl-prev i {
    color: #fff;
}

.owl-project .owl-nav button .center-table {
    transition: all .3s;
}

.owl-project:hover .owl-nav button .center-table {
    background: rgb(19 71 128 / 60%);
}

.owl-project .owl-item {
    justify-content: center;
}

.mfp-arrow:before {
    content: "\f284";
    font-weight: 900;
    font-family: bootstrap-icons !important;
    color: #FFF;
    font-size: 30px;
    line-height: 50px;
}

.mfp-arrow-right.mfp-arrow:before {
    content: "\f285";
}
/* END PORTFOLIO PROJECTS */

/* SEPARATOR */
.separator {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
}

    .separator img {
        max-height: 100px;
    }

    .separator .title-separator {
        font-size: 40px;
        line-height: 1.3;
    }

    .separator .btn-white {
        background: #fff;
        color: #1e4880;
        font-weight: 700;
        text-transform: uppercase;
        padding: 7px 45px;
        display: inline-block;
    }

        .separator .btn-white:hover {
            background: #1e4880;
            color: #fff;
        }

    .separator .text-background .content-separator p:last-child {
        margin-bottom: 0;
    }

    .separator .title-separator img {
        filter: brightness(0) invert(1);
    }
/* END SEPARATOR */

/* BLOCO VANTAGENS */
.block-background-advantages {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

    .block-background-advantages .advantage {
        padding: 30px 25px;
        transition: all .3s;
    }

        .block-background-advantages .advantage:hover {
            background: #134780;
        }

            .block-background-advantages .advantage:hover img {
                filter: brightness(0) invert(1);
            }

            .block-background-advantages .advantage:hover .card-body {
                color: #fff;
            }

        .block-background-advantages .advantage .icon-advantage {
            width: 60px;
            height: 60px;
        }

        .block-background-advantages .advantage .card-body {
            font-size: 18px;
            line-height: 1.3;
        }

            .block-background-advantages .advantage .card-body p:last-child {
                margin-bottom: 0;
            }
/* END BLOCO VANTAGENS */

/* FASES */
.stage .card-body {
    font-size: 18px;
    line-height: 1.3;
}
/* END FASES */

/* COMPARATIVO */
.compare {
    background-size: cover;
    background-repeat: no-repeat;
}

    .compare .icon-title,
    .compare .title {
        filter: brightness(0) invert(1);
    }

    .compare .description {
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
    }

    .compare .bg-white.txt-azul {
        width: 70%;
    }

    .compare .content-compare {
        font-size: 16px;
        line-height: 1.3;
    }
/* END COMPARATIVO */

/* CONTACTOS */
.card-box {
    padding: 15px;
}

    .card-box img {
        margin: 0 auto 15px auto;
        width: 80px;
        height: 50px;
    }

    .card-box .description {
        line-height: 1.3;
    }

        .card-box .description p:last-child {
            margin-bottom: 0;
        }

.embed-responsive-map {
    position: relative;
    overflow: hidden;
}

    .embed-responsive-map .embed-responsive-item {
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: calc(100% + 70px);
        margin-top: -70px;
    }

#form-contactos .form-floating .form-control,
#form-contactos .form-floating .form-select {
    border: 1px solid #b5b5b5;
    border-radius: 0;
}

#form-contactos .form-floating .form-control,
#form-contactos .form-floating label {
    font-size: 15px;
    line-height: 1.3;
    color: #000;
}

#form-contactos .form-floating label {
    text-transform: uppercase;
}

#form-contactos .form-text,
#form-contactos .form-check-label {
    font-size: 14px;
    line-height: 1.3;
    color: #FFF;
}

#form-contactos .form-check .form-check-input {
    height: 15px;
    width: 15px;
    margin-top: 7px;
}

#form-contactos .form-check .form-check-label {
    margin-left: -4px;
    font-weight: 600;
}

.alert {
    font-size: 18px;
}

.alert p:last-child {
    margin-bottom: 0;
}
/* END CONTACTOS */

/* FOOTER */
footer {
    background-color: #1e6eb7;
    color: #fff;
    font-size: 14px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF54;
    padding: 15px 0 10px;
}

    footer .logo img {
        height: 95px;
    }

    footer .social-media img {
        height: 25px;
        width: 25px;
    }

    footer .social-media .nav-link .social-link {
        color: #fff;
    }

.footer-menu {
    background: #134780;
}

    .footer-menu .nav .nav-item .nav-link {
        margin-right: 5px;
        padding-right: 5px !important;
        border-right: 1px solid #fff;
        line-height: 1;
    }

        .footer-menu .nav .nav-item .nav-link:hover,
        .copyright a:hover {
            text-decoration: underline;
        }

    .footer-menu .nav .nav-item:last-child,
    .footer-menu .nav .nav-item:last-child .nav-link {
        margin-right: 0;
        border-right: 0;
    }

.copyright {
    font-size: 12px;
}

    .copyright a {
        color: #fff;
    }
/* END FOOTER */

/* COOKIES */
.overlay-cookies {
    background: rgb(0 0 0 / 80%);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

    .overlay-cookies.cookies-hide {
        display: none;
    }

.bg-wgt-cookies {
    position: fixed;
    width: 30%;
    background: #fff;
    z-index: 9999;
    padding: 40px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    color: #134780;
}

    .msg_cookies a:hover {
        color: #08274a;
    }

.bg-wgt-cookies .popup_total {
    text-transform: uppercase;
    color: #3c3c3b;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: underline;
    }

.jq_cookies_close {
    background: #2C87BE;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

    .jq_cookies_close:hover {
        background: #08274a;
    }
/* END COOKIES */
/*FOOTER*/
footer .nav-link {
    color: #FFF;
}
footer .nav-link:hover {
    color: #FFF;
    text-decoration: underline;
}
/* END BACK TO TOP */

/* ERRO 404 */
.slider.page404 .container {
    height: 76px !important;
}

    .slider.page404 .container .row {
        display: none;
    }

.bg-error-404 {
    height: 80vh;
    -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;
}

.texto-404.title-40 {
    font-size: 90px;
    line-height: 90px;
}

/* END ERRO 404 */
@media (max-width: 1200px) {
    .faqs-bg:before {
        width: 165%;
    }

    .bg-wgt-cookies {
        width: 50%;
    }
}

@media (max-width: 992px) {
    #header .navbar .offcanvas.show .nav-link.active,
    #header .navbar .offcanvas.show .dropdown-menu .dropdown-item.active {
        color: #7c94cd;
        background: transparent;
    }

    .nav-link-eff .nav-link:before,
    .nav-link-eff .nav-link:after {
        content: none;
    }

    .faqs-bg:before {
        width: 185%;
    }

    .footer-menu .nav .nav-item .nav-link {
        margin-right: 0;
        padding-right: 0 !important;
        border-right: 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .slider .main-slide .slide-content {
        padding: 100px 10px;
    }

        .slider .main-slide .slide-content .slide-title {
            font-size: 40px;
        }

    .slider .main-slide .slide-content {
        font-size: 16px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .title {
        font-size: 24px;
    }

    .icon-title {
        width: 30px;
    }

    .title-24 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .title-38 {
        font-size: 30px !important;
        line-height: 1.5 !important;
    }

    .separator .title-separator {
        font-size: 24px;
    }

    .service .service-title {
        margin-top: 10px;
    }

    .owl-services {
        margin-top: 30px;
    }

    #verticalTabContent .tab-content-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .project .content-project .title-project {
        font-size: 20px;
        line-height: 1.3;
    }

    .card-box img {
        width: 50px;
        height: 25px;
    }

    .details-project .details-title {
        font-size: 18px;
    }

    .compare .intro {
        border-bottom: 0 !important;
    }

    .compare .content-compare {
        border-bottom: 1px solid rgb(255 255 255 / 20%) !important;
    }

        .compare .content-compare .text-break {
            width: fit-content;
            background: #fff;
            color: #134780;
            padding: 5px 10px;
            margin: auto;
            margin-bottom: 7px;
        }

    .bg-wgt-cookies {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .bg-wgt-cookies {
        width: 90%;
    }
}
