body{
    font-family:"acumin-pro", sans-serif;
    background: #fff;
}
p{
    font-family:"acumin-pro", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #727176;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Proxima Nova Rg';
}
h1{
    font-family: 'Proxima Nova Th';
    font-size: 28px;
    font-weight:800;
}
h2{
    font-size: 28px;
    font-weight:bold;
    line-height: 1.2;
}
h3{
    font-family: 'Proxima Nova Lt';
    font-weight:600;
    font-size: 24px;
}
h4{
    font-weight:bold;
    font-size: 18px;
}
.btn.btn-primary{
    background: #001C3F;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 0.6rem 1.4rem;
    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: #0058C7;
    box-shadow: none;
}
.btn.btn-secondary{
    font-family:"acumin-pro";
    font-weight: 500;
    font-size: 13px;
    background: transparent;
    border-radius: 4px;
    padding: 8px 20px;
    border: 2px solid #0058C773;
    color: #0058C7;
    box-shadow: none;
    text-transform: uppercase;
}
.btn.btn-secondary:hover{
    background: #0058C7;
    border: 2px solid #0058C7;
    color: #fff;
    box-shadow: none;
}
.btn.btn-link{
    font-weight: normal;
    color: #A6AFBB;
    font-size: 14px;
    text-decoration: underline;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #001C3F;
    text-decoration: underline!important;
}
.text-primary{
    color: #0058C7!important;
}
.text-secondary{
    color: #001C3F!important;
}
/* TOPO */
.navbar{
    box-shadow: none;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-family:"acumin-pro";
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.9375rem 0.4rem;
    color: #484848CC;
    font-size: 14px;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #fff;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #001C3F;
}
.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: #001C3F;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    color: #484848;
}
.dropdown-toggle::after{
    border-bottom: 0.3em solid;
    border-top: 0;
}
/* NAV SHIFT */
nav.shift ul li a,
nav.shift ul li a:after,
nav.shift ul li a:before {
  transition: all .5s;
}
nav.shift ul li a {
    position:relative;
    z-index: 1;
}
nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #0058C7;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
/* NAV SHIFT END*/
#logo-top{
    width: 170px;
    max-width: 100%;
}
.fa-stack{
    color: #0058C7;
    line-height: 1.8em;
}
.fa-stack:hover{
    color: #0058C773;
}
.fa-stack-2x {
    font-size: 1.85em;
}
.fa-inverse{
    font-size: 0.8em;
}
.social-buttons a:hover{
    text-decoration: none;
}
/* HOME */
.index-page .page-header{
    height: 45vh;
}
.carousel .box-banner{
    background: #0058C7;
    padding: 1.5rem;
    max-width: 592px;
    left: 0;
    bottom: 0;
    transition: 0.7s all ease;
}
.carousel .box-banner:hover{
    background: #001C3F;
}
.carousel .box-banner section{
    font-family: 'Proxima Nova Lt';
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.carousel .box-banner section:hover, .carousel .box-banner:hover{
    text-decoration: none;
}
.slide .square{
    border-radius: 5px;
    padding: 1.563rem;
    background: rgba(255, 255, 255, 0.1);
}
.slide .square .material-icons{
    font-size: 22px;
    line-height: 2.4em;
}
.slide .square:hover{
    background: rgba(255, 255, 255, 0.4);
}
.content-home ul{
    padding-left: 0;
}
.content-home ul li{
    list-style: none;
    font-size: 18px;
    color: #363636;
    font-weight: 500;
    display: table;
    line-height: 2;
}
.content-home ul li::before{
    content: '';
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/svg/icone.svg) no-repeat 0% 80%;
}
.content-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.card-background, .card-background:after, .back-background:after, .front-background:after{
    border-radius: 0;
}
.card-background .card-body{
    min-height: 300px;
    display: flex;
    align-items: flex-end;
}
.card-background a:hover{
    text-decoration: none;
}
.box{
    box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
    transition:.2s all; 
  }
.box-wrap:hover .box{
    filter:blur(3px);
    opacity:.8;
    transform: scale(.98);
    box-shadow:none;
}
.box-wrap:hover .box:hover{
    transform:scale(1);
    filter:blur(0px);
    opacity:1;
    box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}
.bg-blue{
    background-color: #0058C7!important;
}
hr{
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}
.content-conteudo {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-conteudo .card-category {
    font-size: 14px;
    color: rgba(250, 250, 250, 0.65);
    font-weight: 400;
}
.content-conteudo hr:last-child{
    display: none;
}
.content-clientes h3{
    font-family: 'Proxima Nova Rg';
}
/* PAGINAS INTERNAS */
.bg-pink{
    background-color: #001C3F;
}
.bg-pink-content{
    position: absolute;
    width: 100%;
    height: 160px;
    background: #001C3F;
}
#main-sobre h1{
    font-size: 28px;
    height: 160px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
#main-sobre h3{
    font-weight: normal;
}
.text h3{
    color: #001C3F;
    font-size: 25px;
    font-weight: 500;
}
.section-text ul li{
    /* list-style: none; */
    font-family:"acumin-pro", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #727176;
}
.text p b, .text p strong{
    font-weight: bold;
    color: #001C3F;
}
.text a{
    text-decoration: underline;
    color: #001C3F;
}
.card .card-header.card-header-image img, .card .card-header.card-header-image{
    border-radius: 0;
    box-shadow: none;
}
.contact-text h4{
    color: #484848;
}
.contact-text .social-buttons a, .contact-text .social-buttons a:hover{
    text-decoration: none;
}
.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;
}
.border-box{
    padding: 1rem;
    border: 2px solid rgba(164, 0, 51, 0.4);
    border-radius: 5px;
}
/* RODAPE */
.footer{
    background: #001C3F;
}
.footer h2{
    font-size: 33px;
}
.footer .title-footer a{
    color: #fff;
    border-bottom: 3px solid #0058C7;
    transition: 0.7s all ease;
}
.footer .title-footer a:hover{
    text-decoration: none;
    color: #0058C7;
}
.footer p{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.footer .rodape a{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    transition: 0.7s all ease;
}
.footer .rodape a:hover{
    color: #0058C7;
    text-decoration: none;
}
.footer .copyright{
    font-weight: 300;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.32);
}
.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{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar .navbar-toggler{
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .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-nav{
        display: inline-block;
    }
    .navbar .navbar-brand{
        margin: 0 auto;
    }
    .navbar-info{
        text-align: center;
    }
    .navbar .tel{
        padding: 3rem 1rem;
    }
}
@media (min-width: 900px){
    h1{
        font-size: 33px;
    }
    h2{
        font-size: 36px;
    }
    .index-page .page-header {
        height: 518px;
    }
    .slide h1{
        font-size: 45px;
    }
    .carousel .box-banner{
        max-width: 720px;
        padding: 3rem;
        padding-left: 14rem;
    }
    .carousel .box-banner section{
        font-size: 24px;
    }
    .content-padding{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .card-background .card-body{
        max-width: 300px;
        min-height: 500px;
    }
    .padding-dest-right{
        padding-right: 3.5rem;
    }
    .content-home .col-md-4:nth-of-type(2) .padding-dest-right{
        padding-left: 1.2rem;
    }
    .content-home .col-md-4:last-child .padding-dest-right{
        padding-right: 0;
        padding-left: 3.5rem;
    }    
    .content-conteudo{
        background-image: url(../img/bg-conteudo.jpg);
        background-position: calc(50% - 340px) calc(0%);
        background-repeat: no-repeat;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #main-sobre h1{
        font-size: 40px;
    }
}