body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    /*! height: 100%; */
}

a {
    color: #0260a4;
}

img {
    max-width: 100%;
    height: auto;
}
.img-fit{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pb-10 {
    padding-bottom: 6rem !important;
}
.pt-10 {
    padding-top: 6rem !important;
}
body {
  overflow: hidden; 
}
.titulo{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    color: #00567D;
    margin-bottom: 2rem;
}
.conteudo p{
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.table-cell {display: table-cell;}

.header_left {
    position: fixed;
    width: 450px;
    height: 100%;
    z-index: 999;
    background:  #FFF;
    display: table;
}
.header_wrapper{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#navbarNav {
    width: 100%;
}
.main_menu {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding-left: 210px;
}
.main_menu li{
    margin: 15px 0;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.main_menu a{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    color:#000000;
}
.main_menu a:hover,.main_menu a.current_page{
    color: #00567C;
    font-weight: 600;
    text-decoration: none;
}
.conteudo-right {
    width: 100%;
    padding: 0;
    height: 100%;
    padding-left: 450px;
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}
/**/
.main_slider, .main_slider_area, .owl-stage-outer, .owl-stage, .owl-item, .main_slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}
.main_slide {
    background-size: cover;
    background-position: top center;
}
/*FOOTER*/
footer {
    background: #99BCCB;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.footer_bottom {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin: 0;
    background: #00577D;
}
.footer_bottom p{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.social_media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social_media ul li{
    
    display: table;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    float: left;
}
.social_media ul li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
}
/**/
.newsletter h5{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}
.newsletter .hide{ display: none;}
.newsletter .btn-primary {
    color: #fff;
    background-color: #00577d;
    border-color: #00577d;
}

/*PRODUTOS -  SERVICOS*/
.titulo-lprodutos{
    font-size: 18px;
    font-weight: 600;
}
.produto .saber_mais{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem;
}

.produto img {
    max-height: 64px;
    margin-bottom: 1rem;
}
.produto h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.produto p {
    font-size: 12px;
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a.btn-hover, input.btn-hover { 
    text-decoration: none;
    border: 1px solid;
    padding: 7px 15px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #000;
    background: #fff;
}
/**/
.form-control {
    border-radius: 0;
    background: #E6E7E9;
    border: 0px;
    color: #000;
}
form-control:focus {
    border-color:#00567d;
    box-shadow: 0 0 0 .2rem rgb(153, 188, 203);
}

.modal{
    padding-left: 450px;
    padding-right: 0px;
}
.modal-backdrop{
    margin-left: 450px;
}
.modal-lg{
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 5%;
}
.modal-content{
    background: transparent;
    border: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}
.modal-content iframe{
    border: 0;
    height: 100%;
}
.modal-backdrop.show {
    background-color: #E6E6E6;
    opacity: 0.97;
}
.w-80, .w-20{
    width: 80%;
    padding: 0;
    margin: 0;
    float: left;
}
.w-20{
    width: 20%;
    padding-left: 30px;
}
.modal-lg .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    z-index: 9999;
}

/*GALERIA*/
.portfolio .hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    overflow: hidden;
    transition: all ease-in 0.2s;
    cursor: pointer;
}
.portfolio:hover .hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 86, 125, 0.7);
    color: #FFF;
    font-size: 22px;
    line-height: 28px;
    padding: 20px;
}

/*RESP*/
@media (max-width: 1200px) {
    .header_left{ width: 350px; }
    .conteudo-right{ padding-left: 350px; }
    .main_menu{ padding-left: 0; text-align: center;}
    .modal{  padding-left: 350px;  padding-right: 0px;}
    .modal-backdrop{margin-left: 350px;}
}
@media (max-width: 991px) {
    .header_left{ position: relative; width: 100%; height: auto;}
    .conteudo-right{ padding-left: 0px; }
    .header_wrapper{}
    .navbar-expand-lg.navbar-light{position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;}
    .main_menu li {
        border-top: 1px solid #e5e5e5;
        margin: 0;
        padding: 10px;
    }
    .navbar-brand img { max-height: 70px; width: auto;}
    .modal{  padding-left: 0px;  padding-right: 0px;}
    .modal-backdrop{margin-left: 0px;}
    .modal-lg .close {
        top: 15px;
        right: 15px;
    }
    .conteudo-portfolio {
        padding: 2rem !important;
    }
    .lista_portfolios.pr-5 {
        padding-right: 0rem !important;
    }
    footer .border-right{ border-right: 0px solid #dee2e6 !important;}
}
@media (max-width: 767px) {
    .conteudo-produtos { padding: 2rem !important;  }
    .img-produtos {
        height: 250px;
        width: 100%;
    }
    .w-80, .w-20 {
        width: 100%;
    }
    .col-md-4 img.img-fit { max-height: 275px;}
    .pt-10.pb-10.conteudo {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .titulo {font-size: 38px;}
}

@media (max-width: 420px){
   .titulo {font-size: 28px;}
   .news.col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news.col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.container-map {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container-map .embed-responsive-item {
    height: 100%;
    width: 100%;
    margin-top: -46px;
}
