body{
    font-family:"roboto", sans-serif;
    background: #F6F6F6;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #484848;
}
h1, h2, h3, h4, h5, h6{
    font-family:"roboto", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #111111;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 40px;
    font-weight: 500;
}
h3{
    font-size: 28px;
    font-weight: 500;
}
h4{
    font-size: 15px;
    font-weight: 700;
}
h5{
    font-size: 11px;
    color: #989898;
}
.title{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-transform: uppercase;
}
.line::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 0px 15px 6px 0;
    background: #240259;
}
.bg-gray{
    background-color: #F6F6F6;
}
.btn.btn-primary{
    background:transparent;
    color: #240259;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    max-width: 110px;
    padding: 0.6rem 1.4rem 0.6rem 0;
    border-bottom: 1px solid #240259;
    border-radius: 0;
    box-shadow: 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{
    color: #484848;
    border-color: #484848;
    background: transparent;
    box-shadow: none;
}
.btn.btn-submit{
    font-weight: 400;
    color: #fff;
    background: #111111;
    font-size: 16px;
    border-radius: 0;
    text-transform: initial;
    padding: 15px;
    transition: 0.7s all ease;
    box-shadow: none;
}
.btn.btn-submit:hover{
    background: #FCA01F;
    box-shadow: none;
}
.btn.btn-link{
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    text-transform: initial;
    padding-bottom: 3px;
    transition: 0.7s all ease;
}
.btn.btn-link:hover{
    color: #FCA01F;
    border-color: #FCA01F;
}
.btn.btn-dark{
    color: #111111;
    border-color: #111111;
}
/* TOPO */
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    padding: 0.3375rem 1.1rem;
    color: #111111;
    font-size: 15px;
    font-weight: 400;
    transition: 0.7s all ease;
    position: sticky;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #240259;
    font-weight: 400;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #240259;
}
.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: #092441;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    color: #484848;
}
.dropdown-toggle::after{
    border-bottom: 0.3em solid;
    border-top: 0;
}
.navbar-info p{
    font-size: 15px;
    font-weight: 700;
    color: #240259;
}
.navbar-info .bot-icon{
    color: #240259;
    transition: 0.7s all ease;
}
.navbar-info .bot-icon:hover{
    text-decoration: none;
    color: #989898;
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.social-buttons a:hover, .contact-buttons a:hover{
    text-decoration: none;
}
.fa-stack{
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
}
.fa-circle, .footer-black .fa-circle {
    font-size: 1.44em;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.fa-stack:hover .fa-circle {
    background: #fff;
}
.fa-stack-1x{
    font-size: 0.7em;
}
.fa-stack:hover .fa-inverse{
    color: #011A34;
}
.media-mobile{
    min-width: 100px;
}
.media-mobile .bot-icon{
    color: #240259;
}
/* HOME */
.index-page .page-header{
    height: 45vh;
}
.carousel h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.content-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-gray {
    padding-top: 50px;
}
.content-top{
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel .page-header::before, .mobile .page-header::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/svg/fundo-banner.svg) no-repeat;
    background-position: 100% 100%;
}
.carousel .btn.btn.btn-primary{
    font-size: 18px;
    padding: 1rem 3rem;
}
.carousel-control-prev, .carousel-control-next{
    align-items: flex-end;
    font-size: 30px;
    width: 5%;
    z-index: 16;
    padding-bottom: 1.1em;
    opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i{
    position: relative;
    top: -1.5rem;
}
.carousel-control-prev{
    left: 30%;
}
.carousel-control-next{
    right: 30%;
}
.carousel-indicators{
    align-items: baseline;
}
.carousel .carousel-indicators .active,
.carousel .carousel-indicators li{
    box-shadow: none;
}
.carousel .carousel-indicators .active{
    height: 20px;
    background: #fff;
    border: none;
    width: 2px;
}
.carousel .carousel-indicators li{
    border-radius: 0;
    width: 1px;
    height: 10px;
}
/* .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);
} */
.card{
    box-shadow: none;
    border-radius: 0;
}
.card-background:after, .back-background:after, .front-background:after, .features-5:after{
    background-color: transparent;
}
.card.card-background, .card-background:after{
    border-radius: 0;
}
.card-background:after{
    background:transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0%;
    opacity: 0.85;
    transition: 0.7s all ease;
}
.card-background:hover:after{
    opacity: 0.5;
    background: #989898;
}
.card-background .card-body{
    padding: 20px 0;
    text-align: left;
    min-height: 360px;
    min-width: 240px;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card-background .card-body h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
}
.card-background .card-body a:hover{
    text-decoration: none;
}
.card-background .btn.btn-link{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 15px;
    text-align: left;
    z-index: 9;
    border: none;
    text-decoration: none;
    display: inline-block;
}
.card-background .btn.btn-primary{
    color: #fff;
    border-bottom: 1px solid #fff;
}
h2.title{
    color: #111111;
    font-size: 48px;
    line-height: 1;
}
.container-projeto{
    max-width: 300px;
    margin: 0 auto;
}
.box-noticias{
    height: 300px;
    display: flex;
    align-items: center;
    transition: 0.7s all ease;
}
.box-noticias:hover{
    background: #737373;
    color: #fff;
}
.box-noticias:hover .card-title a, .box-noticias:hover h5 {
    color: #fff;
}
.box-noticias hr{
    width: 50%;
    border-top: 1px solid rgba(250, 250, 250, 0.9);
    float: left;
}
/* PAGINAS INTERNAS */
.bg-blue-content{
    position: absolute;
    width: 100%;
    height: 170px;
    top: 107px;
    background: #240259;
}
#main-sobre h1{
    font-size: 40px;
    font-weight: 500;
    height: 140px;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
    text-transform: inherit;
}
#main-sobre h3{
    font-weight: normal;
}
.text h3{
    color: #092441;
    font-size: 25px;
    font-weight: 500;
}
.text p b, .text p strong{
    font-weight: 600;
    color: #092441;
}
.text a{
    text-decoration: underline;
    color: #092441;
}
.content-view-empresa h3{
    margin-bottom: 2rem;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.card-product .card-title a{
    font-size: 60px;
}
.card-product {
    min-height: 550px;
    transition: 0.7s all ease;
}
.card-product .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    padding-bottom: 60px;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.boxDetails .carousel-indicators{
    position: initial;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.boxDetails .carousel-thumbnails .carousel-indicators img {
    max-width: 95px;
    height: auto;
    overflow: hidden;
    display: block;
}
.boxDetails .carousel-thumbnails .carousel-indicators li {
    height: 74px;
    max-width: 74px;
    width: 74px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.boxDetails .carousel .carousel-indicators .active{
    background: #fff;
    margin-top: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
}
.colored-shadow{
    display: none;
}
.categ ul{
    padding: 0;
}
.categ ul li{
    list-style: none;
    margin: 5px 0;
    border-bottom: 1px solid;
}
.categ ul li a:hover{
    color: #687E94;
    text-decoration: none;
}
.categ ul li:last-of-type{
    border: none;
}
.categ .btn.btn-link{
    color: #000;
    border: none;
    width: 100%;
    text-align: left;
}
.categ .btn.btn-link:hover{
    color: #687E94;
}
.card-plain .card-header p{
    margin-bottom: 0;
}
.card-plain .card-header.card-header-image{
    border-radius: 0;
    background: transparent;
}
.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;
}
.social-buttons .fa-circle{
    border-color: #000;
}
.social-buttons .fa-inverse{
    color: #000;
}
.social-buttons a:hover{
    text-decoration: none;
}
/* RODAPE */
.footer-big{
    padding: 5rem 0;
}
.footer h4{
    color: #111111;
}
.footer p{
    color: #484848;
}
.footer a.btn-modal{
    font-size: 13px;
    color: #484848;
    font-weight: 400;
    border-bottom: 1px solid #484848;
    transition: 0.7s all ease;
}
.footer a:hover{
    color: #989898;
    border-color: #989898;
    text-decoration: none;
}
.footer a.top-icon{
    color: #111111;
}
.footer a.top-icon:hover{
    color: #989898;
}
.footer .copyright{
    font-weight: 400;
    font-size: 10px;
    color: #989898;
}
hr{
    border-top: 1px solid rgba(250, 250, 250, 0.1)
}
.footer .signature{
    width: 114px;
    display: inline-block;
}
#link-orcamento {
    color: #fff;
    /* width: 203px;
    height: 52px; 
    background-color: #0089D1; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    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-collapse::after{
        background-color: #240259;
    }
    .navbar-collapse .navbar-nav{
        margin-top: 3em;
    }
    .navbar-collapse .navbar-nav .nav-item .nav-link, .navbar-info p, .navbar-info .bot-icon{
        color: #fff;
    }    
}
@media (min-width: 900px){    
    .navbar .navbar-nav .nav-item .nav-link:hover::after{
        content: '';
        border-bottom: 2px solid #240259;
        display: block;
        width: 90%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
    #frm-contato.main-raised{
        margin: -70px 0px 50px;
    }
    .index-page .page-header{
        height: 525px;
    }
    .carousel .page-header::before, .mobile .page-header::before{
        background-position: 0% 0%;
    }
    .carousel h1 {
        font-size: 75px;
    }
    #main-sobre h1 {
        font-size: 50px;
        height: 220px;
    }
    #link-orcamento img {
        max-width: 50px;
    }    
    .content-padding{
        padding-top: 75px;
        padding-bottom: 50px;
    }
    .card-background .btn.btn-link{
        padding: 8px 30px;
    }
    .card-background .card-body h3{
        font-size: 28px;
    }
    .container-projetos-square::before {
        content: '';
        width: 370px;
        height: 150px;
        background: #E6E6E6; 
        display: block;
        position: absolute;
        bottom: -50px;
        z-index: -1;
    }
    .carousel-control-prev{
        left: 41%;
    }
    .carousel-control-next{
        right: 41%;
    }
    .content-gray{
        max-height: 520px;
    }
    .content-top{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .content-top-negative{
        position: relative;
        top: -50px
    }
    .bg-blue-content{
        height: 120px;
    }
    #main-sobre h1{
        height: 120px;
    }
    .boxDetails .carousel-thumbnails .carousel-indicators li {
        height: 90px;
        max-width: 90px;
        width: 90px;
    }
    #link-orcamento {
        bottom: 35px;
        right: 50px;
    }
}
@media (min-width: 991px){
    .content-home{
        position: relative;
    }
    .content-home .content-home-wrap{
        position: absolute;
        top: 0;
        width: 100%;
    }
}
/* 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%;
    }
}