.navbar-custom .navbar-brand.logo-image img {
    width: auto;
    height: 3rem;
}
.cls-1,
.cls-2{
    fill: #001133 !important;
}
a.back-to-top{
    background-color: #3f6f91;
    transition: all .2s ease;
}
a:hover.back-to-top{
    background-color: #001133;
}

#header{
    margin-top: 74px;
}
.header-img{
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
}
.header-img img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.header-img img:first-child{
    position: relative;
}
.header-img img.active{
    opacity: 1;
}

.servicos .card-image{
    border-radius: 15px 0 15px 0;
    overflow: hidden;
}
.servicos .card-title{
    min-height: 56px;
}

.b10-row{
    align-items: center;
}

.noticias .noticia{
    padding: 0 15px;
}
.noticias .noticia-container:hover{
    transform: scale(1.05);
}
.noticias .noticia-container{
    -webkit-box-shadow: 1px 1px 10px 0px rgba(5, 24, 2, 0.3);
    -moz-box-shadow:    1px 1px 10px 0px rgba(5, 24, 2, 0.3);
    box-shadow:         1px 1px 10px 0px rgba(5, 24, 2, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.noticias .noticia .img-container img{
    max-width: 100%;
    margin-bottom: -55px;
}
.noticias .noticia .text-container{
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: left;
}
.noticias .noticia .text-container h3{
    text-align: center;
}
.noticias .noticia .text-container p{
    text-align: justify;
    margin: 0 0 10px 0;
    line-height: 1.2;
}
.noticias .noticia .text-container .btn-container{
    padding-top: 15px;
    text-align: center;
}

.footer .footer-col.last .list-unstyled .fas.fa-globe{
    margin: 0 !important;
}

#clientes-carrosel .swiper-slide,
#parceiros .swiper-slide{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clientes-carrosel .swiper-slide .img-fluid,
#parceiros .swiper-slide .img-fluid{
    max-height: 100px;
}
#clientes-carrosel .h2-heading{
    margin-bottom: 56px;
}

.fab.fa-whatsapp{
    line-height: 1.5rem;
}

#b10-carousel>div.active{
    display: flex;
}
#b10-carousel>div{
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#b10-carousel>div>img{
    width: 100%;
}

@media (min-width: 992px){
    .navbar-custom {
        padding: 2.125rem 1.5rem 2.125rem 2rem;
        background: #001133;
        box-shadow: none;
    }
}





/*
 Integration
*/

.page-banner {
    position: relative;
    height: 340px;
    background-color: theme-color("secondary");
}

.page-banner .container {
    position: relative;
    z-index: 10;
}

.page-banner.home-banner {
    height: auto;
    max-height: 500px;
}

.page-banner.overlay-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(theme-color("secondary"), 0.75);
    z-index: 1;
}

@media (min-width: 768px) {
    .page-banner.home-banner {
        height: 540px;
        max-height: unset;
    }
}

.slider-wrapper {
    position: relative;
    height: 100%;
}

.hero-carousel {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.hero-carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(theme-color("dark"), 0.5);
}

.hero-carousel-item img {
    width: 100%;
    height: auto;
}

.hero-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
    transform: scale(0.5);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-carousel:hover .owl-nav .owl-prev,
.hero-carousel:hover .owl-nav .owl-next {
    transform: scale(1);
}

.hero-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.hero-carousel .img-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 16px;
    width: auto;
    max-width: 900px;
    height: 100%;
    text-align: center;
    color: #fff;
    margin-top: 15%;
}
.hero-carousel .img-caption a{
    text-decoration: none !important;
}

.hero-carousel h1 {
    font-weight: 300;
}

.hero-carousel .subhead {
    color: #fff;
    font-weight: 400;
}

@media (max-width: 767px) {
    .owl-carousel .owl-item img{
        height: 50vh;
    }
    .owl-carousel .owl-item img{
        width: auto;
        margin: 0 auto;
        min-width: 100%;
    }
    #parceiros{
        margin: 30px 0;
    }
    #parceiros .swiper-slide{
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .hero-carousel h1 {
        font-size: 45px;
    }

    .hero-carousel .subhead {
        font-size: 18px;
    }
}

/* Custom Plugin */
.owl-nav {
    display: block;
    margin: auto;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #001133;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-dots {
    display: block;
    margin: 16px auto;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    margin: 0 4px;
    width: 36px;
    height: 4px;
    background-color: #BFBEBF;
    transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
    outline: none;
}

.owl-carousel button.owl-dot.active {
    background-color: #001133;
}

#details{
    background-image: url(/assets/img/5.png);
    background-position: center;
    background-size: cover;
}
#redes{
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 999;
    max-width: 85px;
    margin-bottom: -120px;
}
.form .fa-stack {
    margin-bottom: 0.25rem;
}


@media (min-width: 992px){
    .show-for-small{
        display: none;
    }
    #redes{
        bottom: 50px;
        margin-bottom: 0px;
    }
}


.navbar-collapse .fa-stack i.fas{
    color: #fff;
}
.navbar-collapse .fa-stack i.fab{
    color: #001133;
}