

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-100;
    filter: blur(5px);
  }

.bg-primary {
    background: transparent !important;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background-color: rgba(22,34,57,0.95);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #cbcbcb;
}

.img-banner {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    animation: movebounce 5s linear infinite;
}

.img-fundo-so {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
    animation: movebounce2 5s linear infinite;
}

#fig_1 {
    position: absolute;
    top: 130px;
    left: 340px;
    width: 150px;
    height: 100px;
    line-height: normal;
    text-align: center;
  }

  #fig_2 {
    position: absolute;
    top: 135px;
    left: 640px;
    width: 150px;
    height: 100px;
    line-height: normal;
    text-align: center;
  }

  #fig_3 {
    position: absolute;
    top: 135px;
    left: 925px;
    width: 150px;
    height: 100px;
    line-height: normal;
    text-align: center;
  }

  #fig_4 {
    position: absolute;
    top: 420px;
    left: 490px;
    width: 150px;
    height: 100px;
    line-height: normal;
    text-align: center;
  }

  #fig_5 {
    position: absolute;
    top: 420px;
    left: 780px;
    width: 150px;
    height: 100px;
    line-height: normal;
    text-align: center;
  }

  .img-fundo-so figcaption:hover {
    -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
  }

.img-avulso{
    position: absolute;
    animation: movebounce2 5s linear infinite;
    left: 50px;
    bottom: 100px;

}

.img-avulso-1{
    position: absolute;
    animation: movebounce 5s linear infinite;
    left: 300px;
    top: 100px;

}

.img-avulso-3{
    position: absolute;
    animation: movebounce 5s linear infinite;
    right: 300px;
    top: 150px;

}

.img-avulso-4{
    position: absolute;
    animation: movebounce2 5s linear infinite;
    right: 350px;
    top: 600px;

}

.img-avulso-5{
    position: absolute;
    animation: movebounce 5s linear infinite;
    left: 10px;
    top: 100px;

}

.img-avulso-6{
    position: absolute;
    animation: movebounce 5s linear infinite;
    left: 300px;
    top: 2000px;

}

.img-avulso-7{
    position: absolute;
    animation: movebounce2 5s linear infinite;
    left: 1700px;
    top: 2000px;
}

.img-avulso-8{
    position: absolute;
    animation: movebounce 5s linear infinite;
    left: 1200px;
    top: 2100px;
}

.img-avulso-9{
    position: absolute;
    animation: movebounce 5s linear infinite;
    left: 200px;
    top: 2550px;
}

.img-avulso-10{
    position: absolute;
    animation: movebounce2 5s linear infinite;
    left: 200px;
    top: 3300px;
}

.card-fundo-so{
    display: none;
    visibility: hidden;
}

.banner-card{
    animation: 0.8s ease 0s infinite alternate none running itupdown;
}

@keyframes itupdown{
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.banner {
    width: 100%;
    height: 800px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: #f2f5f9 !important;
    background-image: url("../img/bg_new.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    display: flex;
    text-align: left;
    vertical-align: middle;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .it-video-bg {
    background-color: #051423da !important;
    background-image: url("../img/bg-1-1.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    height: 500px;
    position: relative;
    }

    .it-video-shape-2 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .it-video-shape-1 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .it-video-shape-3 {
        position: absolute;
        top: 70px;
        left: 55px;
        animation: rotate2 4s linear infinite;
    }

    .it-video-shape-4 {
        position: absolute;
        bottom: 135px;
        left: 51%;
        animation: rotate2 4s linear infinite;
    }

    .it-video-shape-5 {
        position: absolute;
        right: 173px;
        bottom: 65px;
        animation: movebounce2 1s infinite alternate;
    }

    .it-video-shape-6 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .it-video-shape-7 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .it-video-shape-8 {
        position: absolute;
        top: 70%;
        left: 90%;
        animation: rotate2 10s linear infinite;
    }

    .it-video-play a.play {
        height: 80px;
        width: 80px;
        line-height: 80px;
        border-radius: 50%;
        font-size: 20px;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
        color: #0AB99D;
        background-color: #ffffff;
    }

    .it-video-play a.play::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 80%;
        height: 80%;
        background-color: rgba(255, 255, 255, 0.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

    .it-video-play a.play::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 60%;
        height: 60%;
        transform: scale(1.5);
        border: 1px solid rgba(255, 255, 255, 0.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

    .it-video-play a.text {
        font-size: 20px;
        font-weight: 500;
        display: block;
        color: #FFFFFF;
    }

    @keyframes rotate2{
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes borderanimate2{
        0% {
            transform: translate(-50%, -50%) scale(1);
        }
        60% {
            opacity: 1;
        }
        
        100% {
            transform: translate(-50%, -50%) scale(2.5);
            opacity: 0;
        }
    }

    .quem_somos_text h3{
        color: #FFFFFF;
    }

    .quem_somos_text h2{
        color: #FFFFFF;
    }

    .quem_somos_text h1{
        color: #FFFFFF;
    }

    .quem_somos_text h4{
        color: #FFFFFF;
    }

    .quem_somos_text h5{
        color: #FFFFFF;
    }

    .quem_somos_text h6{
        color: #FFFFFF;
    }

    .quem_somos_text p{
        color: #FFFFFF;
    }


    .it-newsletter-height {
        height: 295px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        position: relative;
    }

    .theme-bg {
        background: #0AB99D;
    }

    .it-newsletter-shape-1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .it-newsletter-shape-2 {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .it-newsletter-shape-3 {
        position: absolute;
        bottom: 15px;
        left: 150px;
        animation: rotate2 8s linear infinite;
    }

    .it-newsletter-shape-4 {
        position: absolute;
        top: 15px;
        right: 150px;
        animation: rotate2 8s linear infinite;
    }

    .it-section-title {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .it-newsletter-left span {
        color: #FFFFFF;
        font-size: 18px;
    }

    .it-newsletter-right {
      
    }

    .p-relative {
        position: relative;
    }

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

    .it-newsletter-right input {
        border-radius: 10px;
        background-color: #FFFFFF;
        border: none;
        padding: 0 25px;
        padding-right: 210px;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
    }

    .it-newsletter-right button.it-btn {
        height: 58px;
        line-height: 58px;
    }

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background-color: rgba(44, 70, 118, 0.95);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-light);
        color: var(--bs-light);
    }

    .img-avulso{
        visibility: hidden;
    }
    
    .img-avulso-1{
        visibility: hidden;
    
    }
    
    .img-avulso-3{
        visibility: hidden;
    
    }

    .img-avulso-4{
        visibility: hidden;
    
    }

    .img-avulso-5{
        visibility: hidden;
    
    }

    .img-avulso-6{
        visibility: hidden;
    
    }

    .img-avulso-7{
        visibility: hidden;
    
    }

    .img-avulso-8{
        visibility: hidden;
    
    }

    .img-avulso-9{
        visibility: hidden;
    
    }

    .img-avulso-10{
        visibility: hidden;
    
    }

    .img-fundo-so{
        display: none;
        visibility: hidden;
    }

    .card-fundo-so{
        display:block;
        visibility: visible;
    }

    .banner-card{
        animation-duration: 0s !important;
    }

    .swiper-slide {
        text-align: center;
      }

    .quem_somos_text h3{
        text-align: center;
    }

    .quem_somos_text h2{
        text-align: center;
    }

    .quem_somos_text h1{
        text-align: center;
    }

    .quem_somos_text h4{
        text-align: center;
    }

    .quem_somos_text h5{
        text-align: center;
    }

    .quem_somos_text h6{
        text-align: center;
    }

    .quem_somos_text p{
        text-align: center;
    }

    .btn-saiba{
        display: none;
    }

    .competencias{
        text-align: center;
        margin-top: 3em;
    }

    .competencias-img{
        display: flex;
        justify-content: center;
    }

    .newsletter-new{
        text-align: center;
    }

    .img-banner {
        width: 100%;
        height: 100%;
        background-color: transparent !important;
        display: flex;
        justify-content: center;
        animation-duration: 0s !important;
    }

    .banner {
        width: 100%;
        height: auto;
        left: 0;
        bottom: 0;
    }

    .texto-banner{
        margin-top: 10px;
        text-align: center;
    }

    .bg-new{
        margin-top: 90px !important;
      }

    #bg-video {
        border-radius: 0px !important;
    }

    .video-overlay {
        border-radius: 0px !important;
    }

    .main-banner .caption {
        margin-top: 10px !important;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(52, 82, 137, 0.95);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }

}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
    background-image: url(../img/bg_new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    section.features{
        height: 240px;
    }

    .features-container{
        height: 100%;
    }

    .features-row{
        height: 100%;
    }

    .feature {
        margin-top: -75px;
    }

    .container-noticias{
        max-width: 90%;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }

    .img-avulso{
        visibility: hidden;
    }
    
    .img-avulso-1{
        visibility: hidden;
    
    }
    
    .img-avulso-3{
        visibility: hidden;
    
    }

    .img-avulso-4{
        visibility: hidden;
    
    }

    .img-avulso-5{
        visibility: hidden;
    
    }

    .img-avulso-6{
        visibility: hidden;
    
    }

    .img-avulso-7{
        visibility: hidden;
    
    }

    .img-avulso-8{
        visibility: hidden;
    
    }

    .img-avulso-9{
        visibility: hidden;
    
    }

    .img-avulso-10{
        visibility: hidden;
    
    }

    .img-fundo-so{
        visibility: hidden;
    }

    .card-fundo-so{
        display: block;
        visibility: visible;
    }

    .banner-card{
        animation-duration: 0s !important;
    
    }

    .quem_somos_text h3{
        text-align: center;
    }

    .quem_somos_text h2{
        text-align: center;
    }

    .quem_somos_text h1{
        text-align: center;
    }

    .quem_somos_text h4{
        text-align: center;
    }

    .quem_somos_text h5{
        text-align: center;
    }

    .quem_somos_text h6{
        text-align: center;
    }

    .quem_somos_text p{
        text-align: center;
    }

    .btn-saiba{
        display: none;
    }

    .competencias{
        text-align: center;
        margin-top: 3em;
    }

    .competencias-img{
        display: flex;
        justify-content: center;
    }

    .newsletter-new{
        text-align: center;
    }

    .contact-img-new{
        display: none;
    }
}

@media (max-width: 767px) {
    .banner-card-2{
        margin-top: 100px !important;
    }
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }

    .img-banner {
        width: 100%;
        height: 100%;
        background-color: transparent !important;
        display: flex;
        justify-content: center;
        animation-duration: 0s !important;
    }

    .banner {
        width: 100%;
        height: auto;
        left: 0;
        bottom: 0;
    }

    .texto-banner{
        margin-top: 10px;
        text-align: center;
    }

    
    .img-avulso{
        visibility: hidden;
    }
    
    .img-avulso-1{
        visibility: hidden;
    
    }
    
    .img-avulso-3{
        visibility: hidden;
    
    }

    .img-avulso-4{
        visibility: hidden;
    
    }

    .img-avulso-5{
        visibility: hidden;
    
    }

    .img-avulso-6{
        visibility: hidden;
    
    }

    .img-avulso-7{
        visibility: hidden;
    
    }

    .img-avulso-8{
        visibility: hidden;
    
    }

    .img-avulso-9{
        visibility: hidden;
    
    }

    .img-avulso-10{
        visibility: hidden;
    
    }

    .card-fundo-so{
        display: block;
        visibility: visible;
    }

    .quem_somos_text h3{
        text-align: center;
    }

    .quem_somos_text h2{
        text-align: center;
    }

    .quem_somos_text h1{
        text-align: center;
    }

    .quem_somos_text h4{
        text-align: center;
    }

    .quem_somos_text h5{
        text-align: center;
    }

    .quem_somos_text h6{
        text-align: center;
    }

    .quem_somos_text p{
        text-align: center;
    }

    .btn-saiba{
        display: none;
    }

    .competencias{
        text-align: center;
        margin-top: 3em;
    }

    .competencias-img{
        display: flex;
        justify-content: center;
    }

    .newsletter-new{
        text-align: center;
    }

    .contact-img-new{
        display: none;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

hr {
    background: linear-gradient(to right, #cbcbcb, #ffffff);
    height: 10px;
  }

  .divider{
    background: linear-gradient(#fafafa, #f0f0f0, #fafafa);
    height: 100px;
  }

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.shape-seta{
    position: absolute;
    width: 1400px;
    z-index: inherit;
}

.text-seta{
    text-align: right;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.1);
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

.feature {
    background-color: #fafafae9 !important;
    background-image: url("../img/testimonial_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: 50px;
}

.container-noticias{
    max-width: 80%;
}

.solu_grad{
    /*background-image: linear-gradient(red, yellow);*/
}

.fundo-banner {
    background-image: url("../img/home-one-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@keyframes movebounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(15px);
    }
    100% {
      transform: translateY(0);
    }
  }

  @keyframes movebounce2 {
    0% {

      transform: translateX(0);
    }
    50% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(0);
    }
  }

.service {
    background-color: #fafafae9 !important;
    background-image: url("../img/fundo_cinza_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.contact {
    background-color: #003F71 !important;
    background-image: url("../img/bg-2_new.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.contact-img-new{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
}

.testimonial {
    background-color: #fafafae9 !important;
    background-image: url("../img/fundo_cinza_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.faq-section {
    background-color: #fafafae9 !important;
    background-image: url("../img/fundo_cinza_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.quem-somos {
    background-color: #fafafa !important;
    background-image: url("../img/bg_2.png");
    background-position: left center, left bottom;
    background-repeat: no-repeat;
    background-size: 200px auto;
}

.quem-somos-2 {
    background-color: #fafafa !important;
    background-image: url("../img/bg_crianca.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1399px) {
    #fig_1 {
        position: absolute;
        top: 100px;
        left: 285px;
        width: 150px;
        height: 100px;
        line-height: normal;
        text-align: center;
    }

    #fig_2 {
        position: absolute;
        top: 100px;
        left: 545px;
        width: 150px;
        height: 100px;
        line-height: normal;
        text-align: center;
    }

    #fig_3 {
        position: absolute;
        top: 100px;
        left: 790px;
        width: 150px;
        height: 100px;
        line-height: normal;
        text-align: center;
    }

    #fig_4 {
        position: absolute;
        top: 365px;
        left: 415px;
        width: 150px;
        height: 100px;
        line-height: normal;
        text-align: center;
    }

    #fig_5 {
        position: absolute;
        top: 365px;
        left: 665px;
        width: 150px;
        height: 100px;
        line-height: normal;
        text-align: center;
    }

    .features-container{
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .img-fundo-so {
        display: none;
        visibility: hidden;
    }

    .card-fundo-so {
        display: flex;
        visibility: visible;
    }

    .contact-img-new{
        display: none;
    }

    .bg-new{
        margin-top: 90px !important;
      }

    #bg-video {
        border-radius: 0px !important;
    }

    .video-overlay {
        border-radius: 0px !important;
    }

    .main-banner .caption {
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .contact {
        background-position: 0%;
        background-size: cover;
    }

    .contact-img-new{
        display: none;
    }
}

/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-white);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/




/* Slider */

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    background-image: url("../img/bg_1.webp");
    background-position: right;
    background-repeat: no-repeat;
  }

  .geral_bg{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fafafae9 !important;
    background-image: url("../img/testimonial_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: -10;
  }
  
  #bg-video {
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    object-fit: cover;
  }

  .bg-new{
    height: 450px;
    width: 1500px;
    margin-top: 150px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    position: relative;
  }
  
  #bg-video::-webkit-media-controls {
      display: none !important;
  }
  
  .video-overlay {
      position: absolute;
      background-color: #000000;
      background: linear-gradient(180deg, #30663770 35%, #144c7dd7 100%);
      width: 100%;
      height: 100%;
      border-radius: 50px;
  }
  
  .main-banner .caption {
    text-align: center;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
  }
  
  .main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .main-banner .caption h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
  }
  
  @media screen and (max-width: 1180px) {

    .main-banner {
        z-index: -1;
    }
  
    .main-banner .caption h6 {
      font-weight: 500;
    }
  
    .main-banner .caption h2 {
      font-size: 58px;
    }
  
  }
  @media screen and (max-width: 767px) {
  
    .main-banner .caption h6 {
      font-weight: 500;
    }
  
    .main-banner .caption h2 {
      font-size: 36px !important;
    }

    .bg-new{
        margin-top: 90px !important;
      }

    #bg-video {
        border-radius: 0px !important;
    }

    .video-overlay {
        border-radius: 0px !important;
    }

    .main-banner .caption {
        margin-top: 10px !important;
    }
  
  }


  /* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

section.features {
    margin-top: -150px;
}

.features-container{
    max-width: 1140px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
    background-color: #4f4f66;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 15px;
    font-size: 22px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

@media screen and (max-width: 1823px) {
    .main-banner {
        z-index: -1;
    }
}
@media screen and (max-width: 767px) {

    section.features{
        height: 240px;
    }

    .features-container{
        height: 100%;
    }

    .features-row{
        height: 100%;
    }

    .feature {
        margin-top: -75px;
    }

    .container-noticias{
        max-width: 90%;
    }

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.nav-bar {
    position: fixed;
    background-color: rgba(22, 34, 57, 0.95);
    transition: 1s;
    z-index: 12;
    top: 0;
}