body{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}


/*Pop-up cookies*/

.checkHabilit a{
text-decoration:underline;
color:#007DC5;
}

.overflow-privacidade{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgb(0 1 0 / 0.6);
z-index: 99999;
}

input[type = submit]:disabled {
opacity: 0.2 !important;
}

.content-privacidade{
position: absolute;
bottom: 1rem;
z-index: 99;
width: 100%;
background: #fff;
padding: 4rem;
box-sizing: border-box;
}
.content-privacidade .text a{
color:#6B8481;
font-weight: bold;
text-decoration: underline;
}

.content-privacidade .btn {
border-radius: 15px;
float: right;
line-height: 2.9;
background: #6B8481;
color: #fff;
cursor: pointer;
font-family: 'PT Sans', arial, sans-serif;
font-weight: 700;
padding: 0 10px;
width: inherit;
text-align: center;
}
@media screen and (max-width: 767px) {
.content-privacidade { padding: 5px 5px 5px 5px;margin-bottom: 45px; }
.content-privacidade .btn { min-width: 140px;float: left !important;    line-height: 40px;
    margin-bottom: 20px; }
}

p{
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
}
h1{
    font-weight: 800;
    font-size: 28px;
    color: #000;
}
h2{
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}
h3{
    font-weight: 800;
    font-size: 18px;
    color: #000;
}
h4{
    font-weight: 800;
    font-size: 15px;
}
.btn.btn-primary, .btn.btn-submit{
    background: #00b043;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0.95rem 1.9rem;
    border-radius: 25px;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus{
    background: #1A1818;
    box-shadow: none;
}
.btn.btn-submit{
    padding: 1rem 2rem;
    border-radius: 0;
}
.btn.btn-submit:hover{
    background: #1D1D1E;
}
.btn.btn-link{
    font-weight: 800;
    color: #000;
    font-size: 14px;
    text-transform: initial;
    margin: 0;
    padding: 6px 0px;
}
.btn.btn-link:hover{
    color: #CB2422;
    text-decoration: underline!important;
}
/* TOPO */
.navbar{
    padding: 2rem 0;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-brand img{
    max-width: 150px;
}
.navbar .navbar-nav .nav-item .nav-link, .dropdown-toggle{
    padding: 0.9375rem 1.2rem;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle:focus{
    color: #10af4d;
    font-weight: 800;
}
.navbar .tel{
    font-size: 15px;
    color: #fff;
}
.navbar .fa{
    color: #fff;
    font-size: 15px!important;
}
.navbar a:hover i{
    color: #10af4d;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #10af4d;
}
.dropdown-menu{
    background: #fff;
    min-width: 180px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    background: #10af4d;
    color: #fff;
    font-weight: 800;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    color: #484848;
    font-weight: 800;
}
.dropdown-toggle::after{
    border-bottom: 0.3em solid;
    border-top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.text-primary{
    color: #CB2422!important;
}
.text-secondary{
    color: #10af4d!important;
}
    /* HOME */
.index-page .page-header, .video-banner{
    height: 60vh;
}
.carousel .carousel-indicators li{
    width: 85px;
    height: 5px;
    border-radius: 0;
}
.carousel .carousel-indicators .active{
    transform: scale(1);
}
.slide .square{
    border-radius: 35px;
    padding: 1.563rem;
    background: #1A1818;
}
.slide .square .material-icons{
    font-size: 22px;
    line-height: 2.4em;
}
.slide .square:hover{
    background: #1A1818;
}
.carousel-item .embed-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.carousel-item .container {
    position: relative;
    z-index: 2;
}
.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 1;
}
.carousel-item .lead {
    font-size: 17px;
}
.owl-stage {
    -webkit-transition-timing-function: linear !important; 
    transition-timing-function: linear !important;
}
.slide h1{
    font-size: 26px;
}
.slide p{
    font-size: 14px;
}
.content-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-home p{
    text-align: justify;
}
.box-solucoes a{
    transition: 0.7s all ease;
}
.box-solucoes a:hover img{
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0.2);
    border-radius: 50%;
}
.box-solucoes a:hover, .box-solucoes a:hover h3{
    text-decoration: none;
    color: #00b143;
}
.clients-wrap .col-lg-3, .clients-wrap .col-md-6{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.clients-wrap .col-lg-3:nth-of-type(20){
    border-bottom: 1px solid #000;
}
.content-clients{
    background: #fff;
    min-height: 196px;
    display: flex;
    align-items: center;
}
.content-clients img{
    /* max-height: 110px;
    max-width: 170px; */
    margin: 0 auto;
    display: block;
    filter: grayscale(1);
    transition: 0.7s all ease;
}
.content-clients:hover img{
    filter: grayscale(0);
}
.content-portfolio a{
    height: 430px;
    width: 400px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: 0.7s all ease;
}
.content-portfolio a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
}
.content-portfolio a:hover::before{
    content: '';
    background: rgb(0 177 67 / 0.6);
}
.content-portfolio img{
    min-width: 400px;
    min-height: 430px;
}
.boxImg{
    height: 430px;
    width: 400px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-blue{
    background-color: #e6fcf2!important;
}
.content-contact h3{
    font-size: 22px;
}
.content-contact p{
    font-size: 18px;
    color: #000;
}
.content-contact-text p{
    font-size: 13px;
    font-weight: 800;
    color: #000;
}
/* PAGINAS INTERNAS */
.text ul li{
    /* list-style: none; */
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.text p{
    text-align: justify;
}
.text p b, .text p strong{
    font-weight: bold;
    color: #005FAB;
    text-align: justify;
}
.text a{
    text-decoration: underline;
    color: #005FAB;
}
.content-view-empresa h2{
    font-size: 26px;
    margin-bottom: 2rem;
}
.content-view-empresa h3{
    font-size: 24px;
    margin-bottom: 2rem;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.content-view-empresa .seta-left{
    position: absolute;
    top: -260px;
    right: -120px;
}
.contact-text a{
    text-decoration: none;
}
.bmd-form-group .bmd-label-floating{
    left: 1rem;
}
.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating{
    color: #484848;
}
.bmd-form-group .bmd-label-static{
    color: #000;
    font-size: 15px;
    font-weight: 800;
}
.bmd-form-group .bmd-label-static span{
    color: #cb2422;
}
.form-control, .form-control:focus{
    color: #000;
    background: #fff;
    border: 1px solid #000;
    text-indent: 10px;
    height: 50px;
}
.form-control:invalid{
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.2) 1px, rgba(210, 210, 210, 0) 1px);
}
.form-check .form-check-label{
    color: #4B4B4B;
}
.form-check .form-check-input:checked+.form-check-sign .check{
    background: #fff;
}
.form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #cb2422;
}
/* RODAPE */
.bg-dark{
    background-color: #000!important;
}
.footer h2{
    font-size: 25px;
    margin-top: 0;
}
.rodape{
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
}
.copyright{
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.signature{
    width: 114px;
    display: inline-block;
}
#link-orcamento {
    color: #fff;
    /* width: 203px;
    height: 52px; 
    background-color: #0089D1; */
    position: fixed;
    bottom: 35px;
    right: 50px;
    border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.6rem;
    }
}
@media (max-width: 991px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        position: initial!important; 
        overflow: initial!important;
        margin-bottom: 0;
        height: auto;
    }
    .nav-open .navbar-translate, .nav-open .navbar-toggler{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar .navbar-toggler{
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse{
        -webkit-transform: translate3d(-230px, 0, 0);
        -moz-transform: translate3d(-230px, 0, 0);
        -o-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
        transform: translate3d(-230px, 0, 0);
    }
    .dropdown-toggle {
        margin: 5px 15px;
        display: block;
    }
    .dropdown-menu .dropdown-item, .dropdown-menu li>a{
        color: #fff;
    }
    .navbar-collapse{
        left: 0;
        right: auto;
    }
    .navbar-collapse::after{
        background: #e6fcf2;
    }
    .navbar-nav{
        display: inline-block;
        margin-top: 3rem;
        min-width: 200px;
    }
    .navbar .navbar-brand{
        margin: 0 auto;
    }
    .dropdown:after{
        width: calc(100% - 30px);
        content: "";
        display: block;
        height: 1px;
        margin-left: 15px;
        background-color: #e5e5e5;
    }
    .mavbar-midias{
        margin-top: 1.5rem;
    }
    .mavbar-midias .nav-item, .mavbar-midias .nav-link{
        display: inline-block;
    }
    .navbar-collapse .mavbar-midias .nav-item:after{
        display: none;
    }
    #bodyClick{
        left: 230px;
        right: auto;
    }
    .form-check .form-check-label{
        font-size: 12px;
        display: inline;
    }
}
@media (min-width: 768px){
    .clients-wrap .col-lg-3, .clients-wrap .col-md-6{
        border-right: none;
    }
    .clients-wrap .col-md-6:nth-of-type(2),
    .clients-wrap .col-md-6:nth-of-type(4),
    .clients-wrap .col-md-6:nth-of-type(6),
    .clients-wrap .col-md-6:nth-of-type(8),
    .clients-wrap .col-md-6:nth-of-type(10),
    .clients-wrap .col-md-6:nth-of-type(12),
    .clients-wrap .col-md-6:nth-of-type(14),
    .clients-wrap .col-md-6:nth-of-type(16),
    .clients-wrap .col-md-6:nth-of-type(18),
    .clients-wrap .col-md-6:nth-of-type(20){
        border-right: 1px solid #000;
    }
    .clients-wrap .col-md-6:nth-of-type(19){
        border-bottom: 1px solid #000;
    }
}
@media (min-width: 991px){
    .navbar .navbar-brand img{
        /* max-width: 100%; */
        max-width: 250px;
    }
    .card.card-background .card-body.itemHeight{
        padding: 0.9375rem 3.875rem;
    }
    .index-page .page-header, .video-banner{
        height: 575px;
    }
    .slide h1{
        font-size: 65px;
    }
    .slide p{
        font-size: 17px;
    }
    .content-padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .box-solucoes h3{
        max-width: 120px;
        margin: 10px auto 0;
    }
    .clients-wrap .col-md-6,
    .clients-wrap .col-md-6:nth-of-type(2),
    .clients-wrap .col-md-6:nth-of-type(6),
    .clients-wrap .col-md-6:nth-of-type(10),
    .clients-wrap .col-md-6:nth-of-type(14),
    .clients-wrap .col-md-6:nth-of-type(18){
        border-right: none;
    }
    .clients-wrap .col-lg-3:nth-of-type(4), 
    .clients-wrap .col-lg-3:nth-of-type(8), 
    .clients-wrap .col-lg-3:nth-of-type(12), 
    .clients-wrap .col-lg-3:nth-of-type(16),
    .clients-wrap .col-lg-3:nth-of-type(20){
        border-right: 1px solid #000;
    }
    .clients-wrap .col-lg-3:nth-of-type(17),
    .clients-wrap .col-lg-3:nth-of-type(18),
    .clients-wrap .col-lg-3:nth-of-type(19),
    .clients-wrap .col-lg-3:nth-of-type(20){
        border-bottom: 1px solid #000;
    }
    .content-contact-text p {
        font-size: 16px;
    }
}