body{
    font-family: 'Maison Neue', sans-serif;
    background: #fff;
}
p{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #636363;
}
h1{
    font-weight: 600;
    font-size: 30px;
}
h2{
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    color: #00162A;
}
h3{
    font-weight: 500;
    font-size: 15px;
    color: #233F55;
}
h4{
    font-weight: 500;
    font-size: 20px;
}
.btn.btn-primary{
    background: #233F55;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    box-shadow: none;
    border-radius: 4px;
    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: #FFA800;
    box-shadow: none;
}
.btn.btn-secondary{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: initial;
}
.btn.btn-secondary:hover{
    background: #FFA800;
    border: 2px solid #FFA800;
    color: #fff;
    box-shadow: none;
}
.btn.btn-link{
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #FFA800;
    text-decoration: underline!important;
}
.btn.btn-big{
    padding: 1rem 2.5rem;
    font-size: 15px;
}
.text-orange{
    color: #FFA800;
}
.bg-orange{
    background-color: #FFA800;
}
/* TOPO */
#top-border{
    border-bottom: 2px solid rgba(255, 255, 255, 0.09);
}
.navbar{
    background-color: rgba(0, 22, 42, 0.5) !important;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-weight: 500;
    padding: 0.9375rem 1.4rem;
    color: #fff;
    font-size: 14px;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #FFA800;
}
.navbar .tel{
    font-weight: 600;
    color: #FFA800;
    font-size: 14px;
}
.navbar .tel span{
    font-weight: 600;
    color: #FFA800;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #FFA800;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #FFA800;
}
.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: #00162A;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    color: #484848;
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.tel img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
/* HOME */
.index-page .page-header{
    height: 75vh;
}
.carousel h3{
    color: #C5C5C5;
    letter-spacing: 3px;
    font-size: 15px;
}
.carousel h2{
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    padding: 0 0.7rem;
}
.carousel .btn.btn.btn-primary{
    font-size: 18px;
    padding: 1rem 3rem;
}
.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-padding{
    padding-top: 70px;
    padding-bottom: 70px;
}
.card-home .card-title{
    font-size: 25px;
    color: #00162A;
}
.content-home P{
    color: #333333;
    font-size: 15px;
}
.bg-home .content-home p{
    color:#C8C8C8;
}
.banner-home .container{
    padding-top: 75px;
    padding-bottom: 75px;
}
.banner-home h2{
    font-size: 30px;
}
.parallax {
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe-line.subscribe-line-image:after{
    background-color: transparent;
}
/* PAGINAS INTERNAS */
.bg-blue{
    background-color: #00162A!important;
}
.bg-gray{
    background-color: #f1f1f1;
}
.bg-head{
    width: 100%;
    height: 110px;
}
#main-sobre h1{
    font-size: 40px;
    height: 160px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-sobre h3{
    font-weight: normal;
}
.text h3{
    color: #00162A;
    font-size: 25px;
    font-weight: 500;
}
/* .text ul li{
    list-style: none;
} */
.text p{
    /* line-height: 1; */
}
.text p b, .text p strong{
    font-weight: bold;
    color: #00162A;
}
.text ul li{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #636363;
}
.text a{
    text-decoration: underline;
    color: #00162A;
}
.content-view-empresa h3{
    margin-bottom: 2rem;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.contact-text h4{
    color: #484848;
}
.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(0, 95, 171, 0.4);
    border-radius: 5px;
}
/* RODAPE */
.footer p{
    font-size: 15px;
    color: #fff;
}
.footer .btn.btn-link, .footer .btn.btn-link:hover{
    text-decoration: none!important;
    transition: 0.7s all ease;
}
.footer .copyright{
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    color: #6D6D6D;
}
.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 (max-width: 991px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        position: initial!important; 
        overflow: initial!important;
        margin-bottom: 0;
        height: auto;
    }
    .navbar .dropdown-menu .dropdown-item {
        margin-right: 0.5rem;
    }
    .dropdown-menu .dropdown-item, .dropdown-menu li>a {
        color: #C8C8C8;
    }
    .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-collapse::after{
        background-color: #00162A;
    }
    .navbar-info{
        text-align: center;
    }
    .navbar .tel{
        padding: 1rem;
    }
}
@media (min-width: 900px){
    h1{
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    .index-page .page-header {
        height: 624px;
    }
    .banner-home .container {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .banner-home h2 {
        font-size: 41px;
    }
}
@media (min-width: 991px){
    .bg-home{
        background-image: url(../img/img-home.png);
        background-repeat: no-repeat;
        background-position: calc(50% - 404px) calc(0%);
    }
}