body{
    font-family:"acumin-pro", sans-serif;
    background: #FBFBFB;
}
p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #727176;
}
h1, h2, h3, h4, h5, h6{
    font-family:"acumin-pro", sans-serif;
}
h1{
    font-weight: 700;
    font-size: 30px;
    color: #063E6F;
}
h2{
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #063E6F;
}
h3{
    font-weight: 500;
    font-size: 22px;
    color: #063E6F;
}
.btn.btn-primary, .btn.btn-submit{
    background: #7DD100;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0.95rem 1.9rem;
    border-radius: 25px;
    box-shadow: none;
    text-transform: uppercase;
}
.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: #0B518E;
    box-shadow: none;
}
.btn.btn-submit{
    padding: 1rem 2rem;
    border-radius: 0;
}
.btn.btn-submit:hover{
    background: #0B518E;
}
.btn.btn-link{
    font-weight: 400;
    color: #0B518E;
    font-size: 14px;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #7DD100;
    text-decoration: underline!important;
}
/* TOPO */
.top-info{
    width: 100%;
    background: #063E6F;
}
.top-info p{
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px){
    .top-info {
        height: 30px;
    }
    .top-info p{
        font-size: 12px !important;
    }
    .toem, .toico {
        display: none;
        visibility: hidden;
    }
}

.top-info .social-buttons .fa-stack{
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
}
.top-info .social-buttons .fa-stack .fa-circle{
    color: #7DD100;
    font-size: 1.4em;
}
.top-info .social-buttons .fa-stack:hover .fa-circle{
    color: #0B518E;
}
.top-info .social-buttons .fa-stack .fa-inverse{
    font-size: 0.7em;
}
.social-buttons a.bot-icon, .social-buttons a.bot-icon:hover,
.social-buttons a.top-icon, .social-buttons a.top-icon:hover{
    text-decoration: none;
}
.navbar{
    background: rgb(41, 41, 41) !important;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-brand img{
    max-width: 150px;
}
.navbar .navbar-nav .nav-item .nav-link, .navbar .dropdown-toggle{
    padding: 0.9375rem 0.6rem;
    color: #063E6F;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle:focus{
    color: #7DD100;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #7DD100;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu{
    background: #fff;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    background: #7DD100;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-weight: normal;
    color: #484848;
}
.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: #BA2E31!important;
}
    /* HOME */
.index-page .page-header, .video-banner{
    height: 17vh;
}
.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-servicos{
    background: #7DD100;
    text-align: center;
    transition: 0.7s all ease;
}
.box-servicos:nth-of-type(odd){
    background: #6DB503;
}
.box-servicos:hover{
    background: #0B518E;
}
.box-servicos .box-serv{
    padding: 1em;
    box-sizing: initial;
    height: 405px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-servicos .box-serv .bg-image{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #6DB503;
    transition: 0.7s all ease;
}
.box-servicos:nth-of-type(odd) .box-serv .bg-image{
    background: #7DD100;
}
.box-servicos:hover .box-serv .bg-image, .box-servicos:nth-of-type(odd):hover .box-serv .bg-image{
    background: #063E6F;
}
.box-servicos .box-serv h3{
    color: #fff;
}
.box-servicos .box-serv .txt{
    min-height: 120px;
}
.box-servicos .box-serv .txt p{
    color: #fff;
    font-size: 15px;
}
.box-servicos .box-serv .btn.btn-primary{
    background: #6DB503;
}
.box-servicos:nth-of-type(odd) .box-serv .btn.btn-primary{
    background: #7DD100;
}
.box-servicos .box-serv .btn.btn-primary:hover, .box-servicos:nth-of-type(odd) .box-serv .btn.btn-primary:hover{
    background: #063E6F;
}
.box-dedetizacao .box-serv .txt{
    min-height: 0;
}
.box-dedetizacao .box-serv{
    height: 150px;
}
.banner-home{
    min-height: 500px;
}
.banner-home.subscribe-line.subscribe-line-image:after{
    background-color: transparent;
}
.parallax{
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-clientes img, .clientes-list img{
    filter: grayscale(100%);
    transition: 0.7s all ease;
}
.owl-clientes img:hover, .clientes-list img:hover{
    filter: grayscale(0%);
}
.bg-gray{
    background: #FBFBFB;
}
.box-orcamento{
    background: #fff;
    box-shadow: 0px 1px 20px #92929229;
    border-radius: 15px;
    padding: 1rem;
    box-sizing: border-box;
}
/* PAGINAS INTERNAS */
.text ul li{
    list-style: disc;
    color: #88e300;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.text p {
    font-size: 16px;
}
.text p b, .text p strong{
    font-weight: bold;
    color: #000;
}
.text a{
    text-decoration: underline;
    color: #005FAB;
}
.content-view-empresa h2{
    font-size: 28px;
}
.content-view-empresa h3{
    margin-bottom: 2rem;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.contact-text a{
    text-decoration: none;
}
.box-servicos h3{
    font-size: 24px;
}
.box-servicos .bg-red-serv{
    position: relative;
    display: block;
}
.box-servicos .bg-red-serv::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 54px;
    height: 54px;
    z-index: -1;
    background: #CB2422;
}
.breadcrumb{
    background-color: #fbfbfb;
}
.breadcrumb-item, .breadcrumb-item a{
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #005FAB;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
.form-control{
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 1.3rem 1.3rem;
    border-radius: 7px;
    height: 55px;
}
.checkbox label, .radio label, label{
    font-size: 0.82rem;
    color: #484848;
}
.bmd-form-group label{
    color: #063E6F;
    font-weight: 500;
}
.form-control:invalid{
    background-image: none;
}
.border-box{
    padding: 1rem;
    border: 2px solid rgba(0, 95, 171, 0.4);
    border-radius: 5px;
}
.form-check .form-check-label{
    color: #727176;
    font-weight: 500;
}
.form-check .form-check-input:checked+.form-check-sign .check{
    background: #fff;
    border: 1px solid #7DD100;
}
.form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #7DD100;
}
.bootstrap-select{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 7px;
    background-image: none;
}
.bootstrap-select .select-with-transition, .bootstrap-select .btn:active, .bootstrap-select .btn.active{
    background-image: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-indent: 20px;
}
.bootstrap-select .dropdown-toggle{
    text-transform: inherit;
}
b, strong{
    color: #7DD100;
    font-weight:700;
}
/* RODAPE */
.footer{
    background: #063E6F;
}
.footer h3{
    color: #fff;
    font-size: 18px;
}
.footer p{
    font-size: 15px;
    color: #fff;
}
.footer p em{
    font-size: 15px;
}
.footer .btn.btn-link{
    color: #fff;
    padding: 5px;
}
.footer .btn.btn-link:hover{
    color: #7DD100;
    text-decoration: none!important;
}
.footer .fa-stack .fa-circle{
    color: #7DD100;
}
.footer .fa-stack:hover .fa-circle{
    color: #07A7E6;
}
.social-buttons a.bot-icon, .social-buttons a.bot-icon:hover{
    text-decoration: none;
}
.footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#link-orcamento ul{
    margin-bottom: 0;
}
#link-orcamento ul li{
    list-style: none;
}
#link-orcamento ul li a{
    color: #063E6F;
    font-size: 18px;
    font-weight: 500;
}
.media-btn{
    position: relative;
}
.menu-media{
    display: none;
    position: absolute;    
    bottom: 0;
    right: 3px;
    padding-bottom: 80px;
    transition: 0.7s all ease;
}
.media-btn:hover a.chatbox{
    color: transparent!important;
}
.media-btn .btnB{
    display: none;
}
.media-btn:hover .btnA{
    display: none;
}
.media-btn:hover .btnB{
    display: inline-block;
}
.media-btn:hover .menu-media{
    display: flex;
    flex-direction: column;
}
.footer .copyright{
    font-family: 'Arial';
    font-weight: 400;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.33);
}
.footer .signature{
    width: 114px;
    display: inline-block;
}
#link-orcamento {
    color: #fff;
    position: fixed;
    bottom: 35px;
    right: 0px;
    border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.1rem;
    }
}
@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: #063e6f;
    }
    .navbar-collapse{
        left: 0;
        right: auto;
    }
    .navbar-collapse::after{
        background: #fbfbfb;
    }
    .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;
    }
    .carousel .carousel-indicators {
        bottom: -15px;
    }
}
@media (min-width: 480px){
    .index-page .page-header, .video-banner{
        height: 40vh;
    }
    
}

@media (max-width: 479px){
    .index-page .page-header, .video-banner{
        height: 40vh;
    }
}

@media (max-width: 380px){
    .index-page .page-header, .video-banner{
        height: 40vh;
    }
}

@media (min-width: 760px){
    .index-page .page-header, .video-banner{
        height: 45vh;
    }
}

@media (max-width: 990px){
    .navbar .navbar-brand img { max-width: 190px; }
}

@media (min-width: 991px){
    h1{
        font-size: 40px;
    }
    .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: 520px;
    }
    .slide h1{
        font-size: 65px;
    }
    .slide p{
        font-size: 17px;
    }
    .content-padding{
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .box-orcamento{
        padding: 3rem;
    }
    .form{
        max-width: 90%;
    }
    #link-orcamento {
        right: 50px;
    }
}

/* 5 colunas */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}