body {
    font-family:"proxima-nova", sans-serif;
    background: #fff;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #4C5158;
}
h1, h2, h3, h4, h5, h6{
    font-family:"proxima-nova", sans-serif;
    font-weight: 600;
}
h1 {
    font-weight: 600;
    font-size: 50px;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    color: #171717;
}

h3 {
    font-weight: 600;
    font-size: 27px;
    color: #171717;
}

h4 {
    font-weight: 500;
    font-size: 24px;
}

h5 {
    font-weight: 600;
    font-size: 16px;
    color: #171717;
}

.btn.btn-primary {
    background: #72B32F;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0.99rem 1.7rem;
    border-radius: 3px;
    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: #518a17;
    box-shadow: none;
}

.btn.btn-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
}

.btn.btn-secondary:hover {
    background: #464749;
    border: 2px solid #464749;
    color: #fff;
    box-shadow: none;
}
.btn.btn-submit {
    background: #2B3086;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0.99rem 2.7rem;
    border-radius: 0px;
    box-shadow: none;
    text-transform: uppercase;
}
.btn.btn-submit:hover {
    background: #F5924A;
    color: #20246B;
}
.btn.btn-link {
    font-weight: 600;
    color: #2B3086;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    border-radius: 0;
}
.btn.btn-link.active, .btn.btn-link:hover {
    color: #FBBD43;
}

.btn.btn-big {
    padding: 1rem 2.5rem;
    font-size: 16px;
}

.social-media a{
    color: #fff;
    font-size: 20px;
    background: none;
    box-shadow: none;
}

.social-media a:hover {
    color: #FBBD43;
    background: none;
    box-shadow: none;
    text-decoration: none;
}

/* TOPO */
.top-info .border-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top-info p{
    color: #fff;
    font-size: 15px;
}
.navbar.navbar-absolute{
    top: 30px;
}
.navbar .navbar-brand {
    max-height: 100%;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    padding: 0.9375rem 1.0rem;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.7s all ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #72B32F;
    font-weight: 400;
}

.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
}

.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: #005FAB;
    color: #fff;
}

.dropdown-menu .dropdown-item,
.dropdown-menu li>a {
    color: #484848;
}

.dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0;
}

#logo-top {
    width: 170px;
    max-width: 100%;
}

.text-primary {
    color: #20246B!important;
}

.text-secondary {
    color: #FBBD43!important;
}

.bg-gray {
    background-color:#F8F8F8;
}
.title, .title-center{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #171717;
}
.title::after{
    content: '';
    width: 48px;
    height: 2px;
    background: #FBBD43;
    display: block;
    margin-top: 5px;
}
.title-center::after{
    content: '';
    width: 48px;
    height: 2px;
    background: #FBBD43;
    display: block;
    margin: 5px auto;
}
/* HOME */
.index-page .page-header{
    height: 100vh;
}
.index-page .interno{
    height: 30vh;
}
#banner-top{
    overflow-x: hidden;
}
.slide h1 {
    font-size: 34px;
    color: #fff;
}
.slide p{
    font-size: 18px;
    color: #fff;
}

.slide .square .fa {
    font-size: 22px;
}

.content-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.subscribe-line{
    padding: 10rem 0;
}
.banner-exp {
    padding: 5rem 0
}
.subscribe-line.subscribe-line-image.banner-sobre .title{
    color: #171717;
}
.subscribe-line.subscribe-line-image:after{
    background-color: transparent;
}
.box-serv .box-text{
    margin-top: -3em!important;
    position: relative;
    padding: 2em;
    background: #fff;
    transition: .7s all ease;
}
.box-serv:hover .box-text{
    background: #f9e3b8;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.1);
}
.box-serv .box-text .text{
    min-height: 100px;
}
.banner-exp h2, .banner-exp p{
    color: #fff;
}
.parallax{
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-carousel .owl-item{
    height: 110px;
    display: flex;
    align-items: center;
}
.owl-clientes img, .clientes img{
    max-height: 100px;
    max-width: 150px;
}
/* PAGINAS INTERNAS */
#main-sobre {
    position: absolute;
    width: 100%;
    top: 4em;
}
#main-sobre .title-container {
    font-size: 50px;
    height: 270px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-sobre .title-container h1{
    margin: 0;
}

#main-sobre .title-container p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.45);
}

.text h3 {
    color: #005FAB;
    font-size: 28px;
    font-weight: 500;
}

/* .text ul li{
    list-style: none;
} */
.text p {
    /* line-height: 1; */
}

.text p b,
.text p strong {
    font-weight: bold;
    color: #005FAB;
}

.text a {
    text-decoration: underline;
    color: #005FAB;
}

.content-view-empresa h3 {
    margin-bottom: 2rem;
}

.content-view-empresa ul {
    padding-left: 1rem;
}
.content-view-empresa ul li, .text ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #4C5158;
}
.box-exp h2{
    font-family: Arial;
    color: #171717;
    font-size: 1.7em;
    font-weight: 800;
}
.box-exp p{
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
}
@media (min-width: 991px) {
    .box-exp h2{
        font-size: 2.0em;
    }
    .box-exp p{
        font-size: 1.3em;
    }
}
.slider{
    background: none;
}
.slider-nav .slick-track{
	height: 85px;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slider-nav .item{
    overflow: hidden;
    height: 130px;
    position: relative;
    padding: 5px;
}
.slider-nav .item img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.thu-links {
    width: 102px;
    height: 102px;
    overflow: hidden;
    position: relative;
}
.thu-links img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.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;
}
.form-check .form-check-label{
    color: #585D61;
    font-weight: 300;
    font-size: 16px;
}
.form-check .form-check-label u{
    font-weight: 600;
}
.form-check .form-check-input:checked+.form-check-sign .check{
    background: #fff;
}
.form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #003D91;
}
.content-contact .btn.btn-submit{
    background: #72B32F url(../img/svg/seta-link-white.svg) no-repeat 90% 50%;
    padding: 0.99rem 3.3rem;
}
.content-contact .btn.btn-submit:hover{
    background: #518a17 url(../img/svg/seta-link.svg) no-repeat 90% 50%;
}
.bg-blue{
    background: #20246B!important;
}
.form-group{
    margin-bottom: 0;
}
.bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label{
    font-size: 18px;
}
.form-control{
    color: #171717;
    height: 50px;
    font-size: 18px;
    background-image: linear-gradient(to top, #0089d1 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #ddd 1px, rgba(210, 210, 210, 0) 2px);
}
footer .form-control, footer .form-control:focus{
    color: #BEC0E9;
    height: 50px;
    background-image: linear-gradient(to top, #0089d1 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #2B3086 1px, rgba(210, 210, 210, 0) 2px);
}
.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: #ddd;
}
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: #BEC0E9;
}
/* RODAPE */
.footer {
    background: #20246B;
    position: relative;
}
.footer-map{
    position: absolute;
    width: 100%;
}
.footer h4 {
    color: #fff;
    margin-bottom: 1.8em;
}
.footer h4.mt{
    margin-top: 3.3em;
    margin-bottom: 0.2em;
}
.footer p {
    font-size: 17px;
    color: #fff;
}
footer .social-media a{
    font-size: 22px;
}
.footer .btn-big {
    padding: 0.99rem 2.0rem;
}
.footer .copyright {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}

.footer .signature {
    width: 114px;
    display: inline-block;
}

#link-orcamento {
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 5px;
}
@media screen and (min-width: 991px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.2rem;
    }
    .social-media{
        margin-left: 0.5rem;
    }
}
@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-collapse::after{
        background-color: #2b3086;
    }

    .navbar-brand img{
        width: 250px;
    }

    .navbar-nav {
        display: inline-block;
    }

    .navbar .tel {
        padding: 2rem 1rem;
    }
}

@media (min-width: 900px) {
    .navbar.navbar-absolute{
        top: 70px;
    }
    .navbar-brand img{
        width: 320px;
    }
    .index-page .page-header{
        height: 640px;
    }
    .index-page .interno{
        height: 445px;
    }
    .slide h1 {
        font-size: 55px;
    }
    .slide p{
        font-size: 22px;
    }
    .galeria-home img{
        height: 350px;
    }
    .content-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }    
    #link-orcamento {
        right: 50px;
        bottom: 55px;
    }
    #main-sobre {
        top: 10em;
    }
    .banner-exp img{
        min-width: 800px;
    }
    .largura-max{
        min-width: 550px;
    }
    .box-exp h2{
        font-size: 2.65em;
    }
}
@media (min-width: 1281px) {
    .box-exp h2{
        font-size: 3.2em;
    }
}
@media (min-width: 1401px) {
    .container {
        max-width: 1399px;
    }
}
/* 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%;
    }
}