@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
    .container {
        padding: 0 30px;
    }
    .text-xlarge {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }
}
/**********CONTATO SUCESSO*********/
#backgroud-sucess {
    background-image: url(../images/background-sucess.jpg);
    background-size: cover;
}
.separator-line {
    border: none;
    border-top: 2px solid #ffffff;
    margin-top: 20px;
    opacity: .8;
}
.blog a, .text-yellow{
color:#fcd757;
}
.custom-fa{
    font-size:40px !important;
}
.custom-link{
    font-size: 12px;
}
.link-icon {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}
.social-icons-sucess ul {
    padding: 0;
    margin: 0;
}
.social-icons-sucess li {
    float: left;
}
.social-icons-sucess a{
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 1.5rem !important;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: black;
}
@media (max-width: 576px){
    .img-mobile {
        width: 200px;
    }
    .custom-link{
        font-size: 15px;
    }
}

/*----------------------*/
.container-fullscreen {
    padding-top: 0;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}
.text-middle {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 3;
    position: relative;
}
.fullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}
header {
    background-color: tra;
    position: relative;
    width: 100%;
    z-index: 1001!important;
    height: 80px;
    line-height: 80px;
    transition: top .8s ease-in-out;
}
header.background-dark .header-content {
    background-color: #005151;
}
.header-content {
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
}
header.background-dark.active .header-content, header.active .header-content {
    transition: top .8s ease-in-out;
    background-color: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
header+#mainMenu+#slider {
    /*top: -2px;*/
    /*margin-bottom: -2px;*/
}
#header+#mainMenu+.menu-lateral+#slider {
    top: -80px;
    margin-bottom: -80px;
}
#header+#mainMenu+#slider {
    top: -80px;
    margin-bottom: -80px;
}
.animacao img {
    transform: translateY(0);
    animation: float 14s ease-in-out infinite;
}
.animacao a {
    position: absolute;
    left: 25.4%;
    top: 56.25%;
    width: 23%;
    height: 9.2%;
    z-index: 2;
    animation: float_link 14s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
}
    100% {
        transform: translateY(0px);
    }
}
@keyframes float_link {
    0% {
        left: 25.4%;
        top: 56.25%;
    }
    50% {
        left: 25.4%;
        top: 50.15%;
    }
    100% {
        left: 25.4%;
        top: 56.19%;
    }
}
.logo {
    float: left;
    z-index: 201;
    position: relative;
}
.logo-header {
    height: 80px;
    padding: 10px 0;
    z-index: 201;
    position: relative;
}
.hamburguer {
    float: right;
    height: 80px;
    z-index: 201;
    position: relative;
}
.hamburguer>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 201;
}
.hamburguer #menu-hamburguer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    width: 40px;
    line-height: 80px;
    cursor: pointer;
}
.hamburguer .lines {
    background-color: var(--light);
    display: inline-block;
    height: 4px;
    width: 40px;
    transition: .3s;
    position: relative;
    top: 0;
    z-index: 201;
}
.lines::after, .lines::before {
    display: inline-block;
    height: 4px;
    transition: .3s;
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
    background-color: var(--light);
}
.lines::before {
    top: 10px;
}
.lines::after {
    top: -10px;
}
.x.toggle-active .lines {
    background: 0 0!important;
}
.x.toggle-active .lines::after, .x.toggle-active .lines::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 40px;
}
.x.toggle-active .lines::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.x.toggle-active .lines::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
#menu-hamburguer {
    z-index: 299!important;
}
.menu-overlay-active #header #mainMenu {
    z-index: 200;
}
#mainMenu.menu-overlay .menu {
    background-color: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .4s;
    pointer-events: none;
    position: fixed;
    left: 0;
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%!important;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    transform: translateY(-110%);
    z-index: 1000;
    top:0;
}
.menu-active + #mainMenu .menu {
    transform: translateY(0);
    pointer-events: auto;
}
#mainMenu.menu-overlay .menu ul{
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
}
#mainMenu.menu-overlay .menu ul.menu-link li a{
    color: var(--light);
    font-size: 1.6rem;
    line-height: 1.6;
    height: 100%;
    display: block;
}
#mainMenu.menu-overlay .menu ul.menu-link li a:hover{
    transition: all 0.3s ease 0s;
    text-decoration: none;
    opacity: 0.7;
}
.social-icons ul {
    padding: 0;
    margin: 0;
}
.social-icons li {
    float: left;
}
.social-icons a{
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 1.5rem !important;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--light);
}
.facebook {
    background-color: #5d82d1 !important;
}
.instagram {
    background: #d6249f !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.linkedin {
    background-color: #238cc8 !important;
}
.whatsapp {
    background-color: #25d366 !important;
}
.behance {
    background-color: #333 !important;
}
#slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    background-color: var(--light);
    z-index: 1;
}
#slider.owl-carousel {
    height: 100vh;
}
#slider .owl-carousel .item {
    width: 100vw;
    min-height:100vh;
    background-size: cover;
    background-position: center center;
}
#slider .owl-carousel .item.slide1{
    background-image: url('/images/Banner01.webp');
}

#slider .owl-carousel .item.slide2{
    background-image: url('/images/Banner02.webp?v=2');
}

#slider .owl-carousel .item.slide3{
    background-image: url('/images/fundo-3.jpg');
}

#slider .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
#slider .owl-carousel .owl-dots {
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots button.owl-dot:focus {
    outline: 0 !important;
}
.slider-caption {
    /*bottom: 3rem;
    position: absolute;
    z-index: 10;*/
    padding-top: 20%;
    width: 100%;
    z-index: 1;
}
.slider-caption .title-slide {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.overlay-dark:before {
    background: -moz-linear-gradient(top,#000 1%,rgba(255,255,255,0) 11%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(11%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,#000 1%,rgba(255,255,255,0) 11%);
    background: -o-linear-gradient(top,#000 1%,rgba(255,255,255,0) 11%);
    background: -ms-linear-gradient(top,#000 1%,rgba(255,255,255,0) 11%);
    background: linear-gradient(to bottom,#000 1%,rgba(255,255,255,0) 11%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
}
/********** FOOTER *************/
footer {
    background-color: #005151;
    width: 100%;
    position: relative;
}
footer .widget ul.contact {
    margin-top: 5px;
}
footer .widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    clear: both;
    display: block;
    position: relative;
}
footer .widget ul.contact a, footer .widget ul.contact li{ 
    color: var(--light);
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: .9rem;
    word-break: break-all;
}
footer .widget ul li.separator {
    padding-top: 10px;
}

footer .widget .social-icons ul {
    display: inline-block;
}
.social-icons li {
    float: left;
    list-style: none;
}
footer .widget .social-icons li a {
    font-size: 22px !important;
    color: var(--light);
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .widget .social-icons li a:hover {
    opacity: 0.7;
}
footer .widget .social-icons {
    margin-top: 20px;
}
.widget .list {
    padding: 0 20px;
}
footer .list li:first-child {
    margin-top: 0;
}
footer .list li{
    margin-top: 10px;
}
footer .list li a {
    font-size: 1.1rem;
    line-height: 1.3;
    display: block;
    color: var(--light);
    font-weight: 400;
}
footer .footer-content {
    padding: 60px 0 40px;
}
footer .copyright-content {
    padding: 20px 0;
    background-color: #005151;
    font-size: 13px;
    color: white;
}
footer .widget .widget-title, footer .widget h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
}
.copyright-text a {
    color: #fff;
}
.copyright-text a img {
    vertical-align: baseline;
}
.logo-footer {
    width: 95%;
}
.logo-bni {
    width: 80%;
}
.copyright-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
footer .copyright-content a {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
@media (max-width: 768px){
    .copyright-text {
        flex-direction: column;
    }
}
/******************* SOBRE ************/
#section1 {
    background-color: #005151;
    padding: 0 0 30px 0;
}
.card-border-bottom {
    padding: 80px 0;
    background-color: #005151;
}
.card-border-top-bottom {
    background-color: #005151;
    border-radius: 50px;
    padding: 80px 0;
}
#sobre div h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
#sobre div p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: rgb(255, 255, 255) !important;
}

/*********************** SECTION 2 *********************/
#section2 {
    background-image: url('/images/homem-bg.jpg');
    background-position: 20% center;
    background-size: cover;
    background-color: #F4F4F4;
}
#section2 .background-image-section2 {
    background: transparent;
    text-align: center;
   
}
 
#section2 .btn-cta-1 {
    text-align: center;
    font-size: 1rem;
    background: #005151;
    border-radius: 0.5rem;
    padding: 0.8rem 2.2rem;
    color: #ffffff;
    font-weight: 500;
    transition: background-color .2s;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    display: inline-block;
}


#section2 .btn-cta-1:hover {
    background: #013333;
    color: #fff;
}

/*********************** SECTION 3 *********************/
#section3 {
    background-image: url('/images/beneficios-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: unset;
    z-index: 2;
}

.btn-cta-2{
    font-size: 1.3rem;
    line-height: 1.3;
    background-image: linear-gradient(147deg, #eeca3b 0, #e6bc17 74%);
    border-radius: 0.5rem;
    padding: 1.2rem 2rem;
    color: #005151;
    font-weight: 500;
    transition: background-color .2s;
    display: inline-block;
}

.btn-cta-2:hover {
    background-image: linear-gradient(147deg, #005151 0, #066969 74%);
    color: #fcd757;
}
.balloon {
    position: relative;
}
.balloon:before, .balloon:after {
    left: 0;
    position: absolute;
    z-index: 10;
    transition: all 0.18s ease-out 0.18s;
    opacity: 0;
    visibility: hidden;
}
.balloon:after {
    top: 100%;
    width: 100%;
    background-color: rgba(17, 17, 17, 1);
    border-radius: 4px;
    color: white;
    content: attr(balloon-data);
    margin-bottom: 12px;
    padding: 15px;
}
.balloon:before {
    top: 95%;
    left: 45%;
    content: "";
    margin-top: -4px;
    border-bottom: solid 15px rgba(17, 17, 17, 1);
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.balloon:hover:before, .balloon:hover:after {
    opacity: 1;
    visibility: initial;
}
html {
    background-color: #eee;
    font-family: Arial;
}
.button {
    text-align: center;
    margin: 50px;
    padding: 10px;
    min-width: 150px;
    background: #ffa340;
    color: white;
    border: 0;
    border-radius: 4px;
}
.button:hover {
    background-color: red;
}
  
/*************** SECTION 4 ************/
#section4 {
    background-color: #F4F4F4;  
}

/*************** SECTION 5 - Portfólio ************/
#portfolio {
    background-color: #fafafa;
}

.owl-carousel.portfolio .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel.portfolio .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -23px -40px 0;
    display: block;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease 0s;
    color: #000;
    background-color: transparent;
    text-align: center;
    z-index: 200;
    border: 1px solid transparent;
    box-sizing: initial;
    opacity: 1;
    border-radius: 10px;
}
.owl-carousel.portfolio .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.portfolio .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.portfolio .owl-nav .owl-next span {
    margin-right: -2px;
}
.owl-carousel.portfolio .owl-nav [class*=owl-] span {
    line-height: 40px;
    display: block;
    font-size: 40px;
}
.owl-carousel.portfolio .owl-nav .owl-next, .owl-carousel.portfolio .owl-nav .owl-prev {
    outline: 0;
} 
.owl-carousel.portfolio .owl-dots {
    margin-top: 15px;
}
.nome-portfolio {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #005151 !important;
}
/*************** SECTION 6 ************/

#section6 {
    background-image: url('/images/financeiras-bg.jpg');
    background-position: 20% center;
    background-size: cover;
}
#section6 .background-image-section6 {
    background: transparent;
    text-align: center;
   
}
/************* FORM CONTATO *************/
#contato {
    background-image: url('/images/form-bg.jpg');
    background-position: 20% center;
    background-size: cover;
}
#contato h2 {
    display: flex;
    flex-direction: column;
    color: #005151;
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
    font-size: 2.25rem !important;
}

#contato h3 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    width: 100%;
    font-size: 2.25rem !important;
}

#contato h2 span {
    text-transform: uppercase;
    margin: 1.5rem 0px;
    color: black !important;
    font-size: 1.5rem !important;
    font-weight: 300;
}
#contato p {
    margin-top: 1.5rem;
    font-weight: 400;
    font-size: 1.2rem !important;
}
.form-contato .form-control {
    border: 0;
    border-bottom: 1px solid #747474;
    border-radius: 0;
    background: transparent;
    padding: 0.375rem 0;
}

.form-select{
    border: 0;
    border-radius: 0;
    padding: 0.375rem 0;
    border-bottom: 1px solid #747474;
}
.form-contato .form-floating>label.form-label {
    top: 0;
    left: 0px;
    padding: 0;
    opacity: 1;
    border: 0;
    height: auto;
    transform: none;
}
.form-contato textarea {
    resize: none;
}
.form-control:focus {
    box-shadow: 0 0 0 0;
}
.form-control::placeholder {
    color: transparent;
}
.form-contato label.form-label{
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21px);
    transition: all 0.1s linear 0s;
    color: #005151;
    text-align: left;
    line-height: 1;
    font-size: 1rem;
}
.form-contato textarea + label.form-label{
    pointer-events: none;
    position: absolute;
    top: calc(32% - 45px);
    transition: all 0.1s linear 0s;
    color: #005151;
    text-align: left;
    line-height: 1;
    font-size: 1rem;
}
.form-contato textarea:focus + label.form-label, .form-contato textarea:not(:placeholder-shown) + label.form-label, .form-contato textarea:-webkit-autofill ~ label.form-label {
    font-size: 0.75rem;
    top: -14px;
}
.form-contato input:focus + label.form-label, .form-contato input:not(:placeholder-shown) + label.form-label, .form-contato input:-webkit-autofill ~ label.form-label {
    font-size: 0.75rem;
    top: -14px;
}

#form-background {
    background-color: white;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 39%) 0 4px 8px -1px;

}

.float-label {
    padding-bottom: 15px;
    position: relative;
}
.button-contato {
    font-size: 1rem;
    background: #f1d560;
    border-radius: 0.5rem;
    border: 1px solid #f1d560;
    padding: 0.8rem 2rem;
    color: #005151;
    font-weight: 500;
    margin-top: 1rem;
    transition: background-color .2s;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.button-contato:hover {
    background: #f1d560;
    color: #fff;
}
.creditos {
    font-size: .8rem;
}
@media (max-width: 992px) {
    .slider-caption .title-slide {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .logo-header {
        padding: 25px 0;
    }
    .slider-caption {
        position: absolute;
        color: #005151;
    }
    
    #slider .owl-carousel .item.slide1 .slider-caption {
        bottom: 70%;
    }
    
    #slider .owl-carousel .item.slide2 .slider-caption {
        bottom: 10%;
    }
    
    #slider .owl-carousel .item.slide3 .slider-caption {
        bottom: 40%;
    }
    .slider-caption .title-slide {
        font-size: 25px;
        color: #005151;
    }
    #slider .owl-carousel .item {
        min-height: 80vh;
    }
    #slider .owl-carousel .item.slide1 {
        background-image: url('/images/Banner01-mobile.jpg');
        height: 100vh;
    }
    #slider .owl-carousel .item.slide2 {
    background-image: url('/images/Banner02-mobile.jpg');
    height: 100vh;
    }
    #slider .owl-carousel .item.slide3 {
        background-image: url('/images/Banner03-mobile.jpg');
        height: 100vh;
        }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-order-1 {
        order: 1;
    }
    .xs-order-2 {
        order: 2;
    }
    .flip-card-front .card-block {
        padding: 10px 5px;
    }
    .flip-card-front .card-block .card-title svg{
        vertical-align: text-top;
    }
    .flip-card-front .card-block .card-title {
        font-size: 1em;
    }
    .flip-card-back .card-text {
        font-size: .8rem;
        line-height: 1.2;
        padding: 10px;
    }
    .flip-card-back .card-title {
        padding: 10px;
        font-size: 1rem;
    }
    #dotsMenu ul {
        padding: 10px 5px;
    }
    #dotsMenu ul li a {
        width: 26px;
        height: 26px;
        left: -5px;
        top: -5px;
    }
    .menu-lateral, #dotsMenu{
        display: none;
    }
    .div-clientes {
        padding: .5rem;
    }
    .card-sobre h2 span.first span {
        margin-right: 0;
    }
    .logo-footer, .logo-bni {
        width: 100%;
    }
    .cards .card-image {
        height: 150px;
    }
    .card-image.active {
        height: 250px;
    }
    .title-secundario { 
        font-size: 1rem;
    }
    .title-primary {
        font-size: .8rem;
    }
    #section2 {
        background-image: none;
    }
}