body{
    font-family:"usual", sans-serif;
    background: #fff;
}
p{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #5A5A5A;
}
h1, h2, h3, h4, h5, h6{
    font-family:"usual", sans-serif;
    font-weight: 600;
    color: #1A1A1A;
}
h1{
    font-size: 35px;
}
h2{
    font-size: 35px;
    line-height: 1.2;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
.btn.btn-primary{
    background: #161B9F;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0.8rem 1.9rem;
    border-radius: 35px;
    box-shadow: none;
    text-transform: initial;
    text-decoration: none;
}
.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-secondary{
    background: #fff;
    border: 2px solid #161B9F;
    color: #161B9F;
    font-size: 14px;
    font-weight: 600;
    padding: 0.5rem 1.6rem;
    border-radius: 35px;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:active:hover, .btn.btn-secondary:active:focus, .btn.btn-secondary:active.focus, .btn.btn-secondary.active:hover, .btn.btn-secondary.active:focus, .btn.btn-secondary.active.focus{
    background: #161B9F;
    border-color: #161B9F;
    color: #fff;
    box-shadow: none;
}
.btn.btn-submit{
    padding: 1rem 2rem;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    background: #161B9F;
    color: #fff;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-submit:hover{
    background: #07A7E6;
}
.btn.btn-link{
    font-weight: 600;
    color: #181C1B;
    font-size: 14px;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #07A7E6;
}
.btn.btn-just-icon{
    font-size: 11px;
    height: 23px;
    min-width: 23px;
    width: 23px;
    line-height: 23px;
    background-color: #181C1B;
}
.btn.btn-big{
    padding: 1.15rem 2.4rem;
}
.btn.btn-big:hover{
    background: #07A7E6;
}
/* TOPO */
/* header{
    box-shadow: 0px 3px 8px #5963611F;
} */
.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, .dropdown-toggle{
    padding: 0.9375rem 0.5rem;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle:focus{
    color: #07A7E6;
}
.navbar .tel{
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 600;
}
.navbar .fa{
    color: #fff;
    font-size: 15px!important;
}
.navbar a:hover i{
    color: #07A7E6;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #07A7E6;
}
.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: #07A7E6;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-family: 'Century Gothic';
    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);
}
.flags{
    display: flex;
}
.flags li{
    list-style: none;
    margin: 0 6px;
    position: relative;
}
.flags li::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    right: -6px;
    top: 5px;
    border-right: 1px solid #050707;
}
.flags li:last-of-type::after{
    display: none;
}
.flags li a{
    font-size: 13px;
    font-weight: 400;
    color: #050707;
}
.flags li a:hover{
    color: #A32429;
    text-decoration: none;
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.text-primary{
    color: #07A7E6!important;
}
.text-secondary{
    color: #499F94!important;
}
    /* HOME */
.index-page .page-header{
    height: 60vh;
}
.slide h1{
    font-size: 26px;
    color: #fff;
}
.slide a.btn.btn-link{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.slide .btn.btn-just-icon{
    background: #fff;
    height: 39px;
    min-width: 39px;
    width: 39px;
    line-height: 39px;
}
.content-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-prod .prod-circle{
    position: relative;
}
.box-prod .prod-circle::before{
    content: '';
    background: #E2FFFB;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.box-prod h2{
    font-size: 26px;
}
.box-prod h2::before{
    content: '';
    width: 15px;
    height: 15px;
    background: #07A7E6;
    border-radius: 35px;
    display: inline-block;
    margin-right: 0.5em;
}
.bg-gray{
    background: #F9F9F9;
}
.bg-blue{
    background-color: #F5FAFC !important;
}
.box-prod-home h3{
    font-size: 22px;
}
.box-prod-home .prod-circle{
    background: #07A7E6;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/* PAGINAS INTERNAS */
.bg-interno{
    background: url(../img/banner-interno.png) no-repeat center;
    padding: 5rem 0;
    width: 100%;
}
.bg-interno h1{
    font-size: 35px;
}
.text ul li{
    /* list-style: none; */
    color: #596361;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.text .data{
    color: #5A5A5A;
    font-weight: 400;
}
.text p{
    font-weight: 300;
}
.text p b, .text p strong{
    font-weight: 600;
    color: #5A5A5A;
}
.text a{
    text-decoration: underline;
    color: #499F94;
}
.content-view-empresa h2{
    font-size: 35px;
}
.content-view-empresa h3{
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.contact-text a{
    text-decoration: none;
}
.list-prod .btn.btn-link{
    text-decoration: none;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    border-radius: 0;
}
.list-prod .btn.btn-link:hover .btn.btn-just-icon{
    background-color: #07A7E6;
}
.breadcrumb{
    background-color: transparent;
    opacity: 0.37;
    padding: 0.75rem 0;
}
.breadcrumb-item, .breadcrumb-item a{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "/";
    color: #fff;
}
.content-view-empresa .btn.btn-link {
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 300;
    color: #8E8E8E;
    text-decoration: none;
    border-bottom: 3px solid #DBDBDB;
    border-radius: 0;
}
.content-view-empresa .btn.btn-link:hover, .content-view-empresa .btn.btn-link.active {
    color: #07A7E6;
    border-color: #07A7E6;
    font-weight: 400;
}
.nav-tabs .nav-item{
    min-width: 260px;
    margin-right: 2em;
    max-width: 100%;
}
.nav-tabs .nav-item .nav-link{
    display: block;
    text-align: left;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: initial;
    color: #8E8E8E!important;
    text-decoration: none;
    border-bottom: 3px solid #DBDBDB!important;
    border-radius: 0;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active{
    color: #07A7E6!important;
    border-bottom: 3px solid #07A7E6!important;
    font-weight: 400;
}
.modal-saibamais .modal-body::before{
    content: '';
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    display: block;
}
.tabela h2{
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background: #07A7E6;
}
.tabela p{
    margin: 0;
    font-size: 12px;
    color: #1A1A1A;
    padding: 10px 0;
    border-bottom: 1px solid #DBDBDB;
}
.tabela p.no-border{
    border-bottom: none;
}
.box-blog img {
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin: 0 auto;
}
.box-blog h3{
    font-size: 20px;
    color: #171717;
    font-size: 500;
}
.box-blog h4{
    font-size: 14px;
    color: #5A5A5A;
    font-size: 400;
}
.box-blog .btn.btn-link{
    color: #191FB3;
    font-size: 500;
    text-transform: uppercase;
}
.content-share{
    display: inline-block;
    text-align: center;
}
.content-share .btn{
    padding: 8px 20px;
}
.btn.btn-just-icon .material-icons{
    line-height: 24px;
}
.btn.btn-facebook.btn-link,
.btn.btn-twitter.btn-link,
.btn.btn-linkedin.btn-link,
.btn.btn-whatsapp.btn-link{
    color: #181C1B;
}
.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: #5A5A5A;
    font-size: 14px;
    font-weight: 300;
}
.paginas span.texto_pag a, .paginas span a{
    padding: 0.6rem;
    border: 1px solid #DCD5D0;
    color: #050707;
    font-size: 14px;
    font-weight: 300;
    margin: 3px;
    width: 36px;
    height: 36px;
    border-radius: 35px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.paginas span.pag_selec{
    border: 1px solid #07A7E6;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0.6rem;
    background: #07A7E6;
    width: 36px;
    height: 36px;
    border-radius: 35px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
footer .bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, 
footer .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating{
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 300;
}
.form-control, .form-control:focus{
    color: #5A5A5A;
    font-weight: 300;
}
.form-control, .form-control:invalid{
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #DBDBDB 1px, rgba(210, 210, 210, 0) 1px);
}
.border-box{
    padding: 1rem;
    border: 2px solid rgba(0, 95, 171, 0.4);
    border-radius: 5px;
}
.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: #07A7E6;
}
.btn.btn-fab.btn-round{
    background: #fff;
    color: #191FB3;
    box-shadow: none;
    transform: rotate(-90deg);
}
.btn.btn-fab.btn-round i{
    font-size: 25px;
}
.form-file-upload .form-control, .form-file-upload.form-control:invalid{
    background-image: linear-gradient(to top, #0089d1 2px, rgba(255, 255, 255, 0) 2px), linear-gradient(to top, #fff 1px, rgba(210, 210, 210, 0) 1px);
}
.form-file-upload.bmd-form-group .form-control,
.form-file-upload.bmd-form-group label, .form-file-upload.bmd-form-group input::placeholder{
    color: #191FB3;
}
/* RODAPE */
.footer{
    background: #1A1A1A;
}
.footer h2{
    color: #fff;
    font-size: 30px;
}
.footer p{
    font-size: 15px;
    color: #fff;
}
.footer ul li a{
    font-size: 15px;
    font-weight: 400;
    padding: 0.9375rem 1.1rem;
    color: #fff;
    text-transform: inherit;
    transition: 0.7s all ease;
}
.footer ul li a:hover{
    color: #07A7E6;
}
.footer .fa-stack .fa-circle{
    color: #161B9F;
}
.footer .fa-stack:hover .fa-circle{
    color: #07A7E6;
}
.social-buttons a.bot-icon, .social-buttons a.bot-icon:hover{
    text-decoration: none;
    transition: 0.7s all ease;
}
.footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright{
    font-weight: 400;
    font-size: 9px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.33);
}
.footer .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.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: #fff;
    }
    .navbar-collapse{
        left: 0;
        right: auto;
    }
    .navbar-collapse::after{
        background: #F5FAFC;
    }
    .navbar-nav{
        display: inline-block;
        margin-top: 3rem;
    }
    .navbar .navbar-brand{
        margin: 0 auto;
    }
    #bodyClick{
        left: 230px;
        right: auto;
    }
}
@media (min-width: 991px){
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 36px;
    }
    .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: 540px;
    }
    .slide h1{
        font-size: 58px;
    }
    .content-padding{
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .box-prod-home .prod-circle{
        height: 110px;
        width: 110px;
    }
    .content-share{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .content-share .btn{
        padding: 8px 30px;
    }
    .form{
        max-width: 90%;
    }
    .bg-interno h1 {
        font-size: 55px;
    }
}