@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lato:wght@400;700;900&family=Montserrat:wght@300;400;500;600;700;800&display=swap");

* {
    font-family: "Lato", "Inter", "Montserrat", sans-serif !important;
    font-style: normal;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
}

:root {
    --primary: #233671;
    --blue-500: #2c3a57;
    --blue-400: #4f5f82;
    --blue-900: #182538;
    --white: #ffffff;
    --white-50: #f6f6f6;
    --yellow-800: #e1c477;
    --gray-700: #949494;
    --gray-400: #c4c4c4;
    --gray-500: #bcbcbc;
    --gray-300: #e2e3e8;
}

/* BOOTSTRAP */

.modal {
    z-index: 10000 !important;
}

.modal-dialog {
    max-width: 700px;
}

.btn-close {
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    color: var(--white);
    font-family: "Montserrat", "Lato", "Inter", sans-serif !important;
    border: none !important;
    font-size: 0.875rem !important;
}

.btn-primary:hover {
    filter: brightness(0.9);
}

.btn-light:hover {
    filter: brightness(0.9) !important;
}

.nav-link {
    color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secundary {
    color: var(--blue-500) !important;
}

.text-blue400 {
    color: var(--blue-400) !important;
}

.btn-light {
    color: var(--primary) !important;
}

.offcanvas {
    z-index: 100000 !important;
}

/* BUTTON ACTION TOP */

.button-action-top {
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* HEADER */

.header {
    z-index: 4000;
    max-width: 100vw;
    /* height: 100px; */
}

.header .nav-menu {
    min-width: 500px;
}

.header .languages {
    min-width: 89px;
    margin: 0px 10px;
}

.header ul li .nav-link {
    color: var(--white);
    font-weight: 500;
    font-size: 1.125rem;
}

.header nav ul li .nav-link:hover {
    filter: brightness(0.9);
}

.header nav ul li .active-link-menu {
    font-weight: 800;
}

.header nav .link-menu-contact.nav-link {
    max-width: 225px;
    min-width: 176px;
    color: var(--primary);
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    font-size: 0.875rem;
}

.header .navbar-mobile .navbar-toggler {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-color: var(--white);
    padding: 5px 10px;
}

.header .navbar-mobile .navbar-toggler .hamburguer {
    width: 28px;
    height: 3px;
    display: block;
    background-color: var(--white);
    border-radius: 2px;
}

.header .navbar-toggler {
    box-shadow: none;
    border: none;
}

.header .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header a.area-vip {
    margin: auto 0;
    color: var(--yellow-800);
    text-decoration: none;
    font-weight: bold;
    border-right: solid 1px var(--white);
    padding-right: 20px;
    padding: 10px 15px 10px 0px;
}

.header a.area-vip:hover {
    filter: brightness(0.9);
}

#mainNav .offcanvas {
    width: 100vw;
}

#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-weight: 700;
    color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
    color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
}

#mainNav {
    box-shadow: none;
    background-color: transparent;
}
#mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-brand:hover {
    color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}
#mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
#mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: var(--primary);
}
#mainNav.navbar-shrink .navbar-brand {
    color: #212529;
}
#mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
}

/* INTRO IMAGE */

.home-carousel {
    position: absolute !important;
    top: -10px;
    z-index: -1;
    width: 100vw;
}

.home .carousel .carousel-item img {
    width: 100vw !important;
    background-size: cover;
}

/* INTRO */

section.home-container-intro {
    margin-top: 300px;
}

section.home-container-intro h2 {
    font-weight: 900;
}

/* SECTION VIDEO */

.home-container-video {
    margin-top: 120px;
    margin-bottom: 80px;
}

.home-container-video h4 {
    color: var(--blue-500);
}

.home-container-video p {
    color: var(--gray-400);
    line-height: 150%;
}

.home-container-video-ul {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
    align-items: center;
}

/* .home-container-video ul li img {
    width: 60px;
} */

.home-container-video .video {
    margin-top: -70px;
}

@media (min-width: 992px) {
    .home-container-video .video {
        min-height: 400px;
    }
}

.home-container-video .video video {
    margin-right: -40px;
}

/* CAROUSEL DE MARCAS */

.home-container-parceiras {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.home-container-parceiras .carousel-marcas {
    display: flex;
    padding: 0px 20px;
    justify-content: space-around;
    min-height: 200px;
}

.home-container-parceiras .carousel-marcas img {
    width: 10%;
}

.home-container-parceiras .carousel-control-prev {
    opacity: 0;
}

.home-container-parceiras .carousel-control-next {
    opacity: 0;
}

/* SECTION ABOUT */

.home-container-about {
    margin-top: 80px;
    background-color: var(--primary);
    padding: 5.125rem 0px;
    position: relative;
    overflow: hidden;
}

.home-container-about h4 {
    font-family: "Montserrat", "Lato", "Inter", sans-serif !important;
}

.home-container-about .icons {
    width: 45px;
}

.home-container-about .icon-larger {
    width: 60px;
    margin-top: -3px;
}

.home-container-about .img-escritorio img {
    background-size: cover;
}

.home-container-about .year-about {
    width: fit-content;
    position: absolute;
    bottom: 40px;
    right: 0px;
}

/* PARTNERS */

.home-container-parceiras ul {
    max-width: 100%;
    margin-right: 0;
}

/* QUALITIES */

.home-container-qualities {
    /* margin-top: 150px; */
    padding: 5rem 0;
}

.home-container-qualities h5 {
    color: var(--gray-900);
    font-weight: 600;
    line-height: 150%;
}

/* SECTION DEPOSITIONS */

.home-container-depositions {
    /* margin-top: 150px; */
    /* padding: 7rem 0px; */
    padding: 5rem 0;
    padding-bottom: 17rem;
    background-color: #f8fbff;
}

.home-container-depositions .carousel-indicators {
    top: 400px;
}

.home-container-depositions .carousel-indicators .indicators {
    width: 11px;
    height: 11px;
    background-color: var(--primary);
    border-radius: 50%;
}

.carousel-indicators {
    opacity: 1;
    background-color: var(--gray-500);
}

.home-container-depositions .carousel .carousel-control-next,
.home-container-depositions .carousel .carousel-control-prev {
    background-color: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto 0px;
    opacity: 1;
}

/* .home-container-depositions .carousel .carousel-control-next {
    margin-right: -50px;
}

.home-container-depositions .carousel .carousel-control-prev {
    margin-left: -50px;
} */

.home-container-depositions .carousel .card-depositions {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.home-container-depositions .carousel p {
    color: var(--blue-400);
    line-height: 150%;
    font-size: 0.875rem;
}

.home-container-depositions .carousel b {
    color: var(--blue-500);
    font-size: 0.875rem;
}

.home-container-depositions .carousel span {
    color: var(--blue-400);
    font-size: 0.875rem;
}

/* SECTION ACTION */

.home-container-action {
    background-color: var(--gray-300);
    position: relative;
}

.content-action {
    overflow: hidden;
    position: relative;
}

.home-container-action .container {
    padding: 6rem 0px;
}

.home-container-action .img-friendl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}

.home-container-action .word-one {
    position: absolute;
    top: 0px;
    left: -100px;
}

.home-container-action .word-two {
    position: absolute;
    top: 0px;
    right: -200px;
    opacity: 0.4;
}

.home-container-action .row {
    position: relative;
    z-index: 2000;
}

/* FOOTER */

.container-footer {
    width: 100%;
    position: relative;
}

footer .footer {
    width: 100%;
    background-color: var(--primary);
    padding: 65px 0px;
    padding-bottom: 10px;
}

footer .footer button {
    font-size: 0.875rem;
    font-family: "Montserrat", "Lato", "Inter", sans-serif !important;
    color: var(--primary);
    font-weight: 600;
}

footer .footer button.btn:hover {
    filter: brightness(0.9);
    color: var(--primary);
}

footer .footer .footer-divider div {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

footer .footer .footer-two p {
    color: var(--white);
    font-family: "Lato", "Inter", "Montserrat", sans-serif !important;
    line-height: 150%;
}

footer .footer ul li {
    font-size: 0.875rem;
    font-weight: 500;
    /* line-height: 140%; */
}

footer .footer .footer-information h4 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", "Lato", "Inter", sans-serif !important;
}

footer .footer .footer-endereco ul li {
    list-style: disc;
}

footer .footer .footer-three .nav-link:hover {
    filter: brightness(0.9);
}

footer .img-year {
    width: 500px;
    position: absolute;
    /* background: url("../assets/home/year.png"); */
}

footer .container {
    position: relative;
}

footer .img-year {
    position: absolute;
    bottom: 60px;
    left: -120px;
}

/* SOBRE NÓS */

/* INTRO */

.about-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/sobre/img-intro.jpg") no-repeat center;
    /* opacity: 0.62; */
    background-size: cover;
    width: 100vw;
    height: 695px;
}

.dropdown-item,
.dropdown-item:hover {
    color: var(--primary);;
}

.container-intro {
    margin-top: 250px;
}

.about-container-intro span {
    font-size: 0.75rem;
}

.about-container-intro h2 {
    font-weight: 900;
}

.about-container-intro p {
    font-size: 1.125rem;
    line-height: 150%;
}

/* TIME */

.about-container-time {
    margin-top: 695px;
    padding: 5rem 16px;
}

.about-container-time ul:not(.dropdown-menu) {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.about-container-intro span {
    font-size: 0.75rem;
}

.about-container-time h4 {
    color: var(--blue-500);
}
.about-container-time p {
    color: var(--blue-400);
    line-height: 150%;
}

.about-container-time .action-download span {
    color: var(--primary);
    font-size: 1.125rem;
}

.about-container-time ul li img {
    width: 60px;
}

.about-container-time .img-time-escritorio img {
    position: relative;
    margin-left: -80px;
    margin-top: 20px;
    max-width: 700px;
    /* z-index: 1000; */
}

.about-container-time .img-action-branch img {
    margin-left: 160px;
    margin-top: -20px;
}

/* BRANCHS */

/* .about-container-branch {
    margin-top: 100px;
} */

.about-container-branch .modal .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.125rem;
    color: var(--gray-500);
    font-family: "Montserrat", "Lato", "Inter", sans-serif;
    font-weight: 600;
    line-height: 150%;
}

.about-container-branch .branchs {
    max-width: 1650px;
    margin: 0 auto;
    /* position: relative;
    width: 100vw;
    padding: 0 10px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    height: 400px;
    */
}

.about-container-branch .branchs .carousel-indicators {
    top: 700px;
}

.about-container-branch .branchs .matriz {
    border-radius: 5px;
    position: relative;
    /* width: calc((100% / 5) - 40px); */
    min-width: 250px;
    height: 400px;
    margin: 0 8px;
}

.about-container-branch .branchs .santos {
    background: linear-gradient(
            180deg,
            rgba(224, 224, 224, 0) 62.73%,
            #4f4f4f 106.71%
        ),
        url("../assets/sobre/branch-sp.png") no-repeat center;
    background-size: cover;
}

.about-container-branch .branchs .sp {
    background: linear-gradient(
            180deg,
            rgba(224, 224, 224, 0) 62.73%,
            #4f4f4f 106.71%
        ),
        url("../assets/sobre/branch-santos.png") no-repeat center;
    background-size: cover;
}

.about-container-branch .branchs .paranagua {
    background: linear-gradient(
            180deg,
            rgba(224, 224, 224, 0) 62.73%,
            #4f4f4f 106.71%
        ),
        url("../assets/sobre/branch-pr.png") no-repeat center;
    background-size: cover;
}

.about-container-branch .branchs .viracopos {
    background: linear-gradient(
            180deg,
            rgba(224, 224, 224, 0) 62.73%,
            #4f4f4f 106.71%
        ),
        url("../assets/sobre/branch-vr.png") no-repeat center;
    background-size: cover;
}

.about-container-branch .branchs .guarulhos {
    background: linear-gradient(
            180deg,
            rgba(224, 224, 224, 0) 62.73%,
            #4f4f4f 106.71%
        ),
        url("../assets/sobre/branch-gr.png") no-repeat center;
    background-size: cover;
}

.about-container-branch .branchs h4 {
    /* margin-top: 330px; */
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}

.about-container-branch .branchs .information {
    transition: 200ms opacity;
    top: 0px;
    height: 100%;
    background: rgba(71, 71, 71, 0.67);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    font-weight: 600;
    line-height: 140%;
    opacity: 0;
    cursor: pointer;
}

.about-container-branch .branchs .active {
    transition: 200ms opacity;
    opacity: 1;
}

.about-container-branch .carousel-branch-mobile {
    margin-bottom: 150px;
    margin-top: 50px;
}

.about-container-branch .carousel-branch-mobile .carousel-indicators {
    top: 450px;
}

.about-container-branch .carousel-branch-mobile .carousel-indicators button {
    background-color: var(--primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* AWARDS */

.about-container-awards {
    margin-top: 100px;
    padding: 100px 0;
    background-color: var(--white-50);
}

.about-container-awards p {
    color: var(--blue-400);
    line-height: 150%;
    font-size: 1.125rem;
}

/* ACTION TIME */

.about-container-action-time {
    background: linear-gradient(
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.8)
        ),
        url("../assets/sobre/contact-action.png") no-repeat center;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
}

.about-container-action-time .container .row {
    position: relative;
    /* padding: 150px 0 !important; */
    padding: 5rem 16px;
}

.about-container-action-time .container .row div {
    position: relative;
    z-index: 1000;
}

.about-container-action-time img {
    position: absolute;
    padding: 200px 0;
    top: -200px;
    z-index: 1000;
}

.about-container-action-time img:nth-child(1) {
    left: -400px;
    opacity: 0.5;
}

.about-container-action-time img:nth-child(2) {
    right: -900px;
    opacity: 0.5;
}

/* SERVICES */

.services-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/services/img-intro.jpg") no-repeat center;
    /* opacity: 0.62; */
    background-size: cover;
    width: 100vw;
    height: 695px;
}

.container-intro h2 {
    font-weight: 900;
}

/* SECTION SERVICES */

.services-container-services {
    margin-top: 695px;
    /* margin-bottom: 100px; */
    padding: 5rem 16px;
}

.services-container-services h2 {
    font-weight: 900;
}

.services-container-services p {
    color: var(--blue-400);
    font-size: 1.125rem;
}

.services-container-services .service {
    margin-top: 100px;
    position: relative;
}

@media (max-width: 576px) {
    /*.services-container-services .service {*/
    /*    margin-top: 0;*/
    /*}*/

    .service-odd-1 {
        margin-top: 80px !important;
    }

    .services-container-services {
        padding: 3rem 16px;
    }
}

.services-container-services .service-odd .arrow {
    position: absolute;
    left: -50px;
    top: 64px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .services-container-services .service-odd .arrow {
        position: absolute;
        left: -25px;
        top: 64px;
    }
}

@media (min-width: 1400px) {
    .services-container-services .service-odd .arrow {
        position: absolute;
        left: -25px;
        top: 64px;
    }
}

.service .service-info {
    position: relative;
}

.services-container-services .service-odd .arrow img {
    max-width: 155px;
}

.services-container-services .service-pair .arrow {
    position: absolute;
    right: -45px;
    top: 68px;
    z-index: -1;
}

.services-container-services .service-pair .arrow img {
    width: 300px;
}

@media (min-width: 1200px) {
    .services-container-services .service-pair .arrow {
        position: absolute;
        right: -15px;
        top: 68px;
    }
}

.services-container-services .service-odd .import {
    top: 75px;
}

.services-container-services .service-pair .acessoria img {
    width: 180px;
}

.services-container-services .service-pair .arrow.acessoria {
    right: -25px;
}

@media (min-width: 1200px) {
    .services-container-services .service-pair .acessoria img {
        width: 250px;
    }
}

/* .services-container-services .service-pair .acessoria {
    left: 300px;
    top: 160px;
} */

.services-container-services .service-odd .tech {
    top: 75px;
}

.services-container-services .service ul li {
    list-style: disc;
    color: var(--blue-400);
    line-height: 150%;
}

/* JOBS */

.jobs-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/jobs/img-intro.png") no-repeat center;
    /* opacity: 0.62; */
    background-size: cover;
    width: 100vw;
    height: 695px;
}

.jobs-container-vacancies {
    padding-top: 5rem;
    margin-top: 695px;
    position: relative;
}

.jobs-container-vacancies .img-friendl {
    height: 100%;
    max-width: 500px !important;
    height: auto;
    background-size: cover;
}

.jobs-container-vacancies .img-jobs {
    position: relative;
}

/* .jobs-container-vacancies .img-jobs img:nth-child(1) {
    position: absolute;
    left: -80px;
    top: 60px;
    max-width: 250px;
} */

.jobs-container-vacancies form div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.jobs-container-vacancies form div label {
    text-align: start;
    /* font-size: 1.125rem; */
    color: var(--blue-400);
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.jobs-container-vacancies form div input {
    width: 100%;
    border: none;
    border-bottom: solid 1px var(--blue-500);
    color: var(--blue-500);
    font-weight: 500;
}

.jobs-container-vacancies form select {
    color: var(--blue-500);
    background-color: transparent;
}

.jobs-container-vacancies form textarea {
    border: none;
    border-bottom: solid 1px var(--blue-400);
    resize: none;
}

.jobs-container-vacancies form .input-file input[type="file"] {
    display: none;
}

.jobs-container-vacancies form .input-file label {
    background-color: var(--blue-400);
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    font-family: "Montserrat", "Lato", "Inter", sans-serif;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
}

.jobs-container-vacancies form .input-file label.file {
    background-color: var(--primary);
    opacity: 1;
}

.jobs-container-vacancies form .input-file label:hover {
    filter: brightness(0.9);
}

.jobs-container-vacancies p {
    color: var(--gray-500);
    line-height: 150%;
}

/* CONTACT */

.contact-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/contact/escritorio.jpg") no-repeat center;
    opacity: 0.92;
    background-size: cover;
    width: 100vw;
    height: 1000px;
}

.contact-container {
    margin-top: 200px;
    margin-bottom: 162px;
}

.contact-container .form-group {
    padding: 40px;
    background-color: var(--white);
    border-radius: 8px;
}

.contact-container .form-group form div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.contact-container .form-group form div label {
    /* font-size: 1.125rem; */
    color: var(--blue-400);
}

.contact-container .form-group form div input {
    border: 0;
    border-bottom: solid 1px var(--blue-500);
    padding-bottom: 8px;
    padding-top: 0px;
    padding-right: 4px;
    font-size: 1rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.contact-container .form-group form div select {
    border: none;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-top: 0px;
    margin-top: 1px;
    background: transparent;
    border-bottom: solid 1px var(--blue-400);
    font-size: 1.125rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.contact-container .form-group form div textarea {
    resize: none;
    border: none;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-top: 0px;
    border-bottom: solid 1px var(--blue-400);
    font-size: 1.125rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.contact-container .text-information {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    padding-left: 40px;
}

.contact-container .text-information img:nth-child(1) {
    max-width: 40px;
}

.contact-container .text-information span {
    font-size: 0.75rem;
    font-weight: bold;
}

.contact-container .text-information h4 {
    font-weight: 900;
}

.contact-container .text-information p {
    line-height: 150%;
    max-width: 284px;
    /* font-size: 1.125rem; */
}

.contact-container .text-information ul li img {
    width: 18px;
    height: 18px;
}

/* .contact-container .text-information ul {
    display: flex;
    gap: 30px;
    align-items: center;
} */

/* TECHNOLOGY */

.technology-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/technology/escritorio.jpg") no-repeat center;
    opacity: 0.92;
    background-size: cover;
    width: 100vw;
    height: 695px;
}

.technology-container-cards {
    margin-top: 695px;
    /* margin-bottom: 130px; */
    padding: 5rem 16px 5rem 16px;
}

.technology-container-cards .number {
    margin-bottom: 60px;
}

.technology-container-cards span {
    color: var(--blue-400);
    font-family: "Inter", "Lato", "Montserrat", sans-serif;
}

.technology-container-cards p {
    color: var(--blue-400);
    /* font-size: 1.125rem; */
}

/* PRIVACY */

.privacy-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/privacy/img-intro.png") no-repeat center;
    opacity: 0.92;
    background-size: cover;
    width: 100vw;
    height: 534px;
}

.privacy-container-intro {
    margin-top: 230px;
}

.privacy-container {
    margin-top: 300px;
    margin-bottom: 120px;
}

.privacy-container p {
    color: var(--blue-400);
    font-size: 1.125rem;
    line-height: 150%;
}

/* CONDITIONS */

.conditions-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/conditions/img-intro.jpg") no-repeat center;
    opacity: 0.92;
    background-size: cover;
    width: 100vw;
    height: 534px;
}

/* DENUNCIATIONS */

.denunciations-img-intro {
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
            88.2deg,
            #243569 1.23%,
            #45527a 28%,
            rgba(35, 54, 113, 0.69) 60.08%,
            rgba(35, 54, 113, 0) 83.11%
        ),
        url("../assets/denunciations/img-intro.jpg") no-repeat center;
    opacity: 0.92;
    background-size: cover;
    width: 100vw;
    height: 534px;
}

.denunciations-container {
    margin-bottom: 100px;
}

.denunciations-container form.form-group-denunciations {
    padding: 40px;
    box-shadow: 0px 0px 5px 0px #bababa;
    padding-bottom: 20px;
    padding-top: 50px;
}

.denunciations-container form.form-group-denunciations div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.denunciations-container form.form-group-denunciations div label {
    font-size: 1.125rem;
    color: var(--blue-400);
}

.denunciations-container form.form-group-denunciations div input {
    border: 0;
    border-bottom: solid 1px var(--blue-400);
    padding-bottom: 8px;
    padding-top: 0px;
    padding-right: 4px;
    font-size: 1.125rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.denunciations-container form.form-group-denunciations div select {
    border: none;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-top: 0px;
    margin-top: 1px;
    background: transparent;
    border-bottom: solid 1px var(--blue-400);
    font-size: 1.125rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.denunciations-container form.form-group-denunciations div textarea {
    resize: none;
    border: none;
    padding-bottom: 8px;
    padding-right: 4px;
    padding-top: 0px;
    border-bottom: solid 1px var(--blue-400);
    font-size: 1.125rem;
    font-family: "Lato", "Montserrat", "Inter", sans-serif;
}

.denunciations-container
    form.form-group-denunciations
    div.input-file-denunciations
    input[type="file"] {
    display: none;
}

.denunciations-container
    form.form-group-denunciations
    div.input-file-denunciations
    label {
    background-color: var(--blue-400);
    font-size: 1rem;
    color: var(--white);
    font-weight: 600;
    font-family: "Montserrat", "Lato", "Inter", sans-serif;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
}

.denunciations-container
    form.form-group-denunciations
    div
    label.file-item-active {
    background-color: var(--primary);
    opacity: 1;
}

@media (max-width: 576px) {
    .owl-item.active {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .ship-img {
        width: 100%;
    }
}

@media (max-width: 1700px) {
    .ship-img {
        width: 600px;
    }
}

@media (max-width: 1407px) {
    .ship-img {
        width: 500px;
    }
}

.table-withoutborder > :not(:first-child) {
    border-top: 0;
}

/* ini: Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#F27620; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* .box{
    width: 300px;
    height: 300px;
    background: #1a237e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
} */
.container-loading {
    height: 15px;
    width: 105px;
    display: flex;
    position: relative;
}
.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #233671;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}
.circle:first-child {
    position: absolute;
    top:0;
    left:0;
    animation: grow 500ms linear 0ms infinite;
  }
.circle:first-child {
    position: absolute;
    top:0;
    left:0;
    animation: grow 500ms linear 0ms infinite;
}
.circle:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    animation: grow 500ms linear 0s infinite reverse;
}
@keyframes grow {
    from {transform: scale(0,0); opacity: 0;}
    to {transform: scale(1,1); opacity: 1;}
}

@keyframes move {
    from {transform: translateX(0px)}
    to {transform: translateX(45px)}
}
