/* --- FONTE PROFISSIONAL --- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, .section, .client-section, .navbar, .btn, .list-group-item, .media, .footer-menu, .copyright {
  font-family: 'Roboto', Arial, sans-serif !important;
}

body{
    font-size: 16px;
    padding: 15px;
    padding-top: 0px;
    background-color: #3B3939;
    color: #ffffff;
}
h3{
    font-size: 31px;
    color: #ffffff;
}

P{
    font-size: 21px;
    color: #ffffff;
    line-height: 1.667;
}

.section{
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.regular-content{
    color: #ffffff;
}
header{
    text-transform: uppercase;
    color: #ffffff;
}
.featured-image-container {
    padding: 50px 35px;
}
/******************************* NAVBAR ************************************/
.navbar-default{
    background-color: #3B3939;
    border-color: #3B3939;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    min-height: 80px;
    padding: 10px 0;
}
.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
    left: 15px;
    right: 15px;
    border-top: 10px solid #fff;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-brand{
    height: 80px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.navbar-brand .text--bold{
    color: #ffffff;
    font-weight: 700;
}
.navbar-brand .text--light{
    color: #ffffff;
    font-weight: 300;
}
.navbar-brand>img{
    height: 100px;
    width: auto;
    max-width: 250px;
    margin-right: 10px;
    object-fit: contain;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #ffffff;
    color: #3B3939;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 20px;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block !important;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    background: #222;
    color: #fff;
    z-index: 9999;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #3B3939;
    z-index: 9998;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }
  .navbar-header {
    float: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav>li {
    float: none !important;
    display: block;
    text-align: left;
  }
  .navbar-nav>li>a {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #444;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-brand>img {
    height: 70px !important;
    max-width: 180px !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

/******************************* JUMBOTRON *********************************/
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #3B3939;
    border-radius: .3rem;
    color: #ffffff;
}
.jumbotron-section{
    position: relative;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #3B3939;
    margin-top: 100px;
    padding: 0;
}

.jumbotron-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.jumbotron-section .jumbotron {
    position: relative;
    z-index: 2;
    background: rgba(59, 57, 57, 0.1);
    border-radius: 10px;
    padding: 40px;
    backdrop-filter: blur(5px);
    width: 100%;
    margin: 0;
    height: 200px;
}

.jumbotron-section h2{
    color: #ffffff;
    font-size: 4.5rem;
    font-weight: 800;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.9);
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.jumbotron p{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    margin-bottom: 35px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

/******************************* FEATURED **********************************/
.features{
    background-color: #f4f4f4;
    color: #000000;
}

#features h3 {
    color: #000000;
}

#features p {
    color: #000000;
}

#features .media-heading {
    color: #000000;
}

#features .media-text p {
    color: #000000;
}

/******************************* HEADING ***********************************/

.section-heading{
    padding-bottom: 15px;
}
.section-heading h4{
    text-transform: uppercase;
    color: #000000;
}
.section-sebheading h5{
    font-size: 21px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 30px;
}

/******************************************* WORKFLOW **************************/

/***************************************** MEDIA *****************************/

.media, .media-body {
    overflow: hidden;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-object {
    display: block;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 21px;
    color: #ffffff;
    text-transform: capitalize;

}
.media-text p{
    font-size: 16px;
    line-height: 1.5;
}


.media-iconic {
    width: 64px;
    height: 64px;
    text-align: center;
}
.media-object i {
    font-size: 47px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

/***************************************** PRICING ***************************/
.pricing-subheading{
    padding-top: 75px;
}

.pricing-row{
    background-color: #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.pricing-table{
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-top: 10px solid #ebebeb;
    border-bottom: 10px solid #ebebeb;
}
.pricing-table:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-top-color: #007ee5;

}
.pricing-table li{
    line-height: 3.75;
    font-size: 1em;
    text-align: center;
    color: #000000;
    margin:0;
    padding: 0;
    border: 1px solid #ededed;
    margin-bottom: -1px;
    margin-right: -1px;
}
.pricing-table .header{
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    line-height: 1;

}

.pricing-table .price-tag{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 237, 237);
    background-color: rgb(248, 248, 248);
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 15px;
}
.price-tag span {
    position: relative;
    display: block;
}
.price-tag .price{
    font-size: 45px;
    font-weight: 700;
    color: #007ee5;
    line-height: 1;
}
.price-tag .price sup{
    font-size: 24px;
    vertical-align: top;
    top: 16px;
    color: #636363;
}
.price-tag .package-duration{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2.5;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
}
.pricing-feature{
    
    padding:15px 10px;
}
.pricing-feature p{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
/***************************** COMMON CSS  *********************************/

.no--padding{
    padding: 0;
}


/****************************** ELEMENT ***********************************/

.bg-gray{
    background-color: #f4f4f4;
}
.feature-with-icon{
    padding-top: 15px;
    padding-bottom: 15px;
}
.max-width-100{
    max-width: 100%;
}
.text--light{
    font-family: 'weblysleek_uilight';
}
.text--semi-bold{
    font-family: 'weblysleek_uisemibold';
}
.padding-top-bottom-65{
    padding-top: 65px;
    padding-bottom: 65px;
}
.full-bg{
    background-repeat: no-repeat;
    background-size: cover;
}
.img-qoute {
    vertical-align: top;
    width: 24px;
    margin-right: 5px;
}
.testimonial-speech{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.section-devider{
    margin:0 auto;
    width: 100px;
    height: 1px;
    border-top: 1px solid #fbfbfb;
    margin-top: 15px;
    margin-bottom: 50px;
}
.client-name{
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 1px;
}
.testimonial-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 15% 100%;
}
.margin-bottom--30{
    margin-bottom: 30px;
}
.position--realtive{
    position: relative;
}
.position--absolute{
    position: absolute;
}

.buttuon-container{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.buttuon-container .btn-wraper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.top-0{
    top: 0;
} 
.left-0{
    left: 0;
}
.full-width{
    width: 100%;
}
.full-height{
    height: 100%;
}
.bg--position-center{
    background-position: center;
}
.no-repeat{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-transparent{
    background-color: transparent;
}
.lead{
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn-icon-container{
    display: table;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #007ee5;
}
.btn-icon-container-lg{
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #007ee5;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box
}
.btn-icon-container-lg i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007ee5;
    font-size: 28px;
    margin-left: 3px;
}
.line-height-btn-lg{
    line-height: 100px;
}
.btn-icon-container i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #007ee5;
    font-size: 18px;
}
.nav>li>.btn{
    padding: 0;
}
.btn{
    font-size: 10px;
    text-transform: uppercase;
    padding: 18px 54px;
}
.btn-theme{
    background-color: #ffffff;
    color: #3B3939;
    border-color: #ffffff;
}
.btn-theme:hover{
    background-color: #f0f0f0;
    color: #3B3939;
    border-color: #f0f0f0;
}
.btn-rounded-corner{
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.white-space-top-10{
    height: 10px;
    background-color: #fff;
}
.padding-15{
    padding: 15px;
}
.align-center{
    margin: 0 auto;
}
.md-float-right{
    float: right;
    margin: 0;
}
.md-float-left{
    float: left;
    margin: 0;
}
.author-name-sign{
    font-size:14px;
}
.client-section{
    background-position-x: 20%;
}
.category-name{
    font-size: 10px;
    color: #007ee5;
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px 10px;
}
.section-news{
    background-color: #f4f4f4;
}
.news-card{
    position: relative;
}
.news-content{
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.2);
    width:100%;
}
.news-title{
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.news-date{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}
.header{
    margin-bottom: 65px;
}
.subscribe-addons {
    padding: 6px 20px;
    background-color: #007de4;
    color: #fff;
    text-transform: uppercase;
    border-color: #007de4;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer;
}
.form-group{
    max-width: 400px;
    margin: 0 auto;
}
.subscription-form .form-control{
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 12px 15px;
}

.subscription-form .form-control::placeholder{
    color: #666666;
}

.subscription-form .input-group{
    margin-top: 35px;
}
.subscribe-card{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.subscribe-card h3{
    color: #000000;
}
.footer-list-group .list-group-item{
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    padding: 8px 0;
    line-height: 1.5;
}

.footer-list-group .list-group-item.active, .footer-list-group .list-group-item.active:focus, .footer-list-group .list-group-item.active:hover {
    background-color: transparent;
    color: #ffffff;
    border: none;
}

.footer-list-group a.list-group-item:focus, .footer-list-group a.list-group-item:hover, .footer-list-group button.list-group-item:focus, .footer-list-group button.list-group-item:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
}
.list-item-header {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    position: relative;
}
.list-item-header:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
}
.contact-media-left{
    min-width: 100px;
}

.contact-details .media{
    margin-top: 10px;
}
.contact-details p{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.contact-media-left p{
    color: #ffffff;
}
.language-list{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}

.pagination>li{

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
    color: #007de4;
    border-color: #007de4;
    background-color: #e6ebf0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, .pagination>li>span{
    color: #ffffff;
    background-color: #3B3939;
    border-color: #3B3939;
}
.pagination>li>a:hover, .pagination>li>span:hover{
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}
.pagination{
    margin: 10px 0;
}

footer{
    background-color: #3B3939;
    color: #ffffff;
}

.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.copyright{
    font-size: 16px;
    line-height: 1.5;
}
.footer-menu li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-menu li:last-child a{
    border-right: 0px;
}
.back-top-btn{
    font-size: 10px;
    text-transform: uppercase;
    color: #007de4;
}
.btn-icon{
    margin-left: 5px;
}
.btn-icon i{
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.back-top-btn:hover{
    cursor: pointer;
    text-decoration: none;
}

.footer-devider{
    border-top: 1px solid;
    border-color: #efefef;
    width: 100%;
    height:1px;
}
.footer-top{
    padding-top: 75px;
    padding-bottom: 0px;
}
.footer-bottom{
    padding-bottom: 20px;
}
.display--table{
    display: table;
}
.width-whole{
    width: 100%;
}
.height-whole{
    height: 100%;
}
.display--table-cell{
    display: table-cell;
}
.vertical-align--middle{
    vertical-align: middle;
}
.max-height-60{
    max-height: 60px;
}
.align--center{
    margin: 0 auto;
}
.btn-icon-text-container{
    float: left;
}
.btn-icon-text{
    line-height: 40px;
}
.btn{
    transition: all .5s ease-in;
    color: #000000;
}
.btn-icon-text-lg{
    line-height: 106px;
}


/******************************* RESPONSIVE ********************************/
@media only screen and (min-width: 769px) {
    .md-display-table{
        display: table;
    }
    .md-display-table-cell{
        display: table-cell;
    }
    .md-vertical-middle{
        vertical-align: middle;
    }
    .jumbotron-section{
        min-height: 100vh;
    }
}

@media (max-width: 768px)
{
    .jumbotron {
        padding: 20px 15px;
    }
    .jumbotron-section{
        height: calc(100vh - 80px);
        margin-top: 80px;
    }
    .navbar-brand>img {
        height: 45px;
        max-width: 120px;
    }
    .jumbotron-section h2 {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .jumbotron p {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    
    /* Reduzir tamanho das imagens dos serviços */
    .card-img-top {
        height: 200px;
        object-fit: cover;
    }
    
    /* Ajustar seção de clientes */
    .client-section img {
        max-height: 40px;
        width: auto;
    }
    
    /* Ajustar imagens das seções */
    .featured-image-container img {
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 414px)
{
    .subscribe-card{
        padding: 20px;
    }
    .footer-menu{
        text-align: center;
    }
    .media-text p, p{
        font-size: 14px;
    }
    .jumbotron-section h2 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .jumbotron p {
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .news-title{
        font-size: 16px;
    }
    .subscribe-card h3{
        font-size: 18px;
    }
    .navbar-brand>img {
        height: 35px;
        max-width: 100px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 12px 10px;
        font-size: 13px;
    }
    
    /* Reduzir ainda mais as imagens dos serviços */
    .card-img-top {
        height: 150px;
    }
    
    /* Ajustar padding geral */
    .section {
        padding: 30px 0;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 375px) {
    .jumbotron-section h2 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 12px;
    }
    
    .jumbotron p {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 18px;
    }
    
    .card-img-top {
        height: 130px;
    }
    
    .navbar-brand>img {
        height: 32px;
        max-width: 90px;
    }
}

@media (max-width: 320px) {
    .jumbotron-section h2 {
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .jumbotron p {
        font-size: 0.9rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .navbar-brand>img {
        height: 30px;
        max-width: 80px;
    }
    .card-img-top {
        height: 110px;
    }
}

/* Otimizações para performance */
.card-img-top {
    transition: transform 0.3s ease;
}

.card-img-top:hover {
    transform: scale(1.05);
}

/* Ajustar background da seção home para mobile */
@media (max-width: 768px) {
    .jumbotron-section {
        background-size: cover;
        background-position: center;
    }
    
    .jumbotron-section .jumbotron {
        padding: 20px;
        margin: 0 10px;
    }
}


/****************************************Preloader Css***********************/

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    color: #000000;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #000000;
}

.card-title {
    margin-bottom: .75rem;
    color: #000000;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
    color: #000000;
}

.card-text:last-child {
    margin-bottom: 0;
    color: #000000;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}
.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block;
}
.cube-folding span::before {
    content: '';
    background-color: #007ee5;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: folding 2.5s infinite linear both;
    -webkit-animation: folding 2.5s infinite linear both;
    animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: #34a4ff;
}
.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    background-color: #83c7ff;
}
.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #5cb6ff;
}

@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}
.cube-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -moz-animation: shadow 0.5s ease infinite alternate;
    -webkit-animation: shadow 0.5s ease infinite alternate;
    animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    color: #007ee5;
    position: relative;
    top: 25px;
    z-index: 2;
    -moz-animation: text 0.5s ease infinite alternate;
    -webkit-animation: text 0.5s ease infinite alternate;
    animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}
@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}
@keyframes text {
    100% {
        top: 35px;
    }
}
@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}
@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}


@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        opacity: 1;
    }
    16.666% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.btn-default:hover{
    background-color: #005499;
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.border-white{
    border-color: #fff;
}
.border-white-opacity{
    border-color: rgba(255,255,255,0.2);
}
.text-white{
    color: #fff;
}
.margin-left-10{
    margin-left: 10px;
}
.btn-icon-container-lg i{
    font-size: 24px;
}
.text-theme{
    color: #ffffff;
}

.innter-shadow-black {
    -webkit-box-shadow: inset 0 8px 6px -6px black;
    -moz-box-shadow: inset 0 8px 6px -6px black;
    box-shadow: inset 0 8px 6px -6px black;
}

#blog-carousel .owl-pagination{
    margin-top: 50px;
}
#blog-carousel .owl-theme .owl-controls .owl-page span{
    background-color: transparent;
    border-color: #ffffff;
}

.testimonial-sliders .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}
.testimonial-sliders .owl-controls .owl-prev{
    float: left;
}
.testimonial-sliders .owl-controls .owl-next{
    float: right;
}
.testimonial-sliders .owl-controls .owl-buttons div{
    color: #ffffff;
}
.margin-top-bottom-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-o{
    background-color: transparent;
    color: #007ee5;
    border-color: #007ee5;
    border:1px solid;
}

/* Responsividade geral para imagens */
img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Otimizações específicas para imagens */
.card-img-top {
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 100%;
    background-color: #f8f9fa;
    min-height: 200px;
}

.card-img-top:hover {
    transform: scale(1.05);
}

/* Ajustes para seção de clientes */
.client-section img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-section img:hover {
    filter: grayscale(0%);
}

/* Ajustes para imagens das seções */
.featured-image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Otimizações para mobile */
@media (max-width: 768px) {
    .card-img-top {
        height: 180px;
    }
    
    .client-section img {
        max-height: 35px;
    }
    
    .featured-image-container img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 414px) {
    .card-img-top {
        height: 140px;
    }
    
    .client-section img {
        max-height: 30px;
    }
    
    .featured-image-container img {
        max-width: 90%;
    }
}

@media (max-width: 320px) {
    .card-img-top {
        height: 110px;
    }
    
    .client-section img {
        max-height: 25px;
    }
}

/* Otimizações para telas muito pequenas */
@media (max-width: 375px) {
    .jumbotron-section h2 {
        font-size: 1.6rem;
    }
    
    .jumbotron p {
        font-size: 0.85rem;
    }
    
    .card-img-top {
        height: 130px;
    }
    
    .navbar-brand>img {
        height: 32px;
        max-width: 90px;
    }
}

/* Melhorar espaçamento em mobile */
@media (max-width: 768px) {
    .section {
        padding: 40px 0;
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-md-6, .col-lg-4, .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Ajustes para diferentes densidades de tela */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .card-img-top {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Ajustes para telas grandes */
@media (min-width: 1200px) {
    .jumbotron-section h2 {
        font-size: 5.5rem;
        margin-bottom: 30px;
    }
    
    .jumbotron p {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .jumbotron-section .jumbotron {
        padding: 60px;
    }
}

/* Ajustes para telas médias */
@media (min-width: 992px) and (max-width: 1199px) {
    .jumbotron-section h2 {
        font-size: 4rem;
        margin-bottom: 25px;
    }
    
    .jumbotron p {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    
    .jumbotron-section .jumbotron {
        padding: 50px;
    }
}

/* Ajustes para telas pequenas */
@media (min-width: 768px) and (max-width: 991px) {
    .jumbotron-section h2 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }
    
    .jumbotron p {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    
    .jumbotron-section .jumbotron {
        padding: 40px;
    }
}

/* Estilos específicos para a seção About */
#about {
    background-color: #2c2c2c;
    color: #ffffff;
    position: relative;
}

#about .regular-content {
    padding: 40px 0;
}

#about h3 {
    font-size: 3.5rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}

#about p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    color: #f0f0f0;
}

#about .services-highlight {
    background: rgba(255,255,255,0.05);
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

#about .services-highlight h4 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#about .services-highlight ul {
    list-style: none;
    padding: 0;
}

#about .services-highlight li {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    color: #e0e0e0;
}

#about .services-highlight li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Responsividade para a seção about */
@media (max-width: 768px) {
    #about h3 {
        font-size: 2.5rem;
    }
    
    #about p {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    
    #about .services-highlight {
        padding: 20px;
        margin: 20px 0;
    }
    
    #about .services-highlight h4 {
        font-size: 1.6rem;
    }
    
    #about .services-highlight li {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    #about h3 {
        font-size: 2rem;
    }
    
    #about p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    #about .services-highlight h4 {
        font-size: 1.4rem;
    }
    
    #about .services-highlight li {
        font-size: 1rem;
        line-height: 1.4;
    }
}

/* SEÇÃO DE SERVIÇOS */
#servicos {
    background-color: #f4f4f4;
    padding: 80px 0;
}

#servicos .services-title {
    font-size: 3.5rem;
    color: #666666;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    font-weight: 700;
}

#servicos .services-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

#servicos .portfolio-item {
    display: flex;
    margin-bottom: 30px;
}

#servicos .portfolio-item .service-card {
    width: 100%;
    margin-bottom: 0;
}

#servicos .service-card {
    height: 100%;
    margin-bottom: 30px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#servicos .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

#servicos .service-card .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

#servicos .service-card:hover .card-img-top {
    transform: scale(1.05);
}

#servicos .service-card .card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

#servicos .service-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
    flex-shrink: 0;
}

#servicos .service-card .card-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

#servicos .service-card .card-title a:hover {
    color: #007bff;
}

#servicos .service-card .card-text {
    color: #666666;
    line-height: 1.6;
    font-size: 1.5rem;
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

/* Responsividade para a seção de serviços */
@media (max-width: 768px) {
    #servicos {
        padding: 15px 0;
    }
    
    #servicos .services-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    #servicos .service-card {
        margin-bottom: 20px;
    }
    
    #servicos .service-card .card-body {
        padding: 20px;
    }
    
    #servicos .service-card .card-title {
        font-size: 1.3rem;
    }
    
    #servicos .service-card .card-text {
        font-size: 1.3rem;
        min-height: 100px;
    }
    
    #servicos .portfolio-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #servicos .services-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    #servicos .service-card .card-img-top {
        height: 150px;
    }
    
    #servicos .service-card .card-body {
        padding: 15px;
    }
    
    #servicos .service-card .card-title {
        font-size: 1.2rem;
    }
    
    #servicos .service-card .card-text {
        font-size: 1.1rem;
        min-height: 80px;
    }
    
    #servicos .portfolio-item {
        margin-bottom: 15px;
    }
}

/* WORKFLOW FLEX */
#workflow .workflow-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#workflow .workflow-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#workflow .workflow-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    margin: 30px 0;
}
@media (max-width: 991px) {
    #workflow .workflow-flex {
        flex-direction: column;
    }
    #workflow .workflow-img-col {
        margin-bottom: 30px;
    }
    #workflow .workflow-img {
        margin: 0 0 30px 0;
        max-width: 90vw;
    }
}
@media (max-width: 600px) {
    #workflow .workflow-img {
        max-width: 100vw;
        margin: 0 0 20px 0;
    }
    #workflow .workflow-img-col {
        margin-bottom: 20px;
    }
}

/* Fundo opaco e letras mais visíveis para a seção de contato */
#contact.section-subscribe {
  position: relative;
}
#contact.section-subscribe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fundo preto opaco */
  z-index: 1;
}
#contact.section-subscribe > .container {
  position: relative;
  z-index: 2;
}
#contactForm label,
#contactForm input,
#contactForm textarea {
  color: #fff !important;
  text-shadow: 1px 1px 2px #000;
}
#contactForm input,
#contactForm textarea {
  background: rgba(30,30,30,0.85) !important;
  border: 1px solid #fff;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #eee !important;
  opacity: 1;
}

/* --- RESPONSIVIDADE SEÇÃO CLIENTS --- */
@media (max-width: 991px) {
  #clients .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
  }
  #clients .col-md-4, #clients .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #clients .client-section img {
    max-height: 60px !important;
    width: auto !important;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 600px) {
  #clients .col-md-4, #clients .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #clients .client-section img {
    max-height: 80px !important;
  }
}

@media (max-width: 991px) {
  #clients {
    display: none !important;
  }
}