.conteudo-contato {
    background-image: url(../images/fundo-contato.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.banner-interna.wrap {
    height: 552px;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-interna h2 {
    color: white;
    font-size: 80px;
    padding-left: 150px;
    font-family: 'viga';
}
.breads ul.flex li {
    margin-right: 9px;
}
.box-titulo {
    background: #112f60;
    padding: 43px 36px;
    max-width: 340px;
    margin-left: auto;
    position: relative;
    bottom: 78px;
}
.box-formulario {
    width: 83%;
    margin: auto;
    padding-bottom: 150px;
}
.Trabalhe-conosco h2.titulo {
    margin-right: 20px;
}
.Trabalhe-conosco .texto {
    max-width: 32%;
    margin-right: auto;
}
button.trabalhe-conosco {
    border: 0;
    padding: 7px 15px;
    font-size: 16px;
    background: #112f61;
    color: white;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: auto;
    cursor: pointer;
    margin-top: auto;
}
.Trabalhe-conosco.darkBlue {
   background: #07183a;
}
.Trabalhe-conosco button.trabalhe-conosco:hover {
    background: #265aaf;
}
.bx.form-div {
    width: 65%;
}
.box-formulario .bx.form-div form#contato {
    width: 75%;
    margin-top: 40px;
}
.box-formulario .bx.form-div form#contato input {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 13px;
    margin-right: 5px;
    width: calc(100% / 2 - 31px);
}
form#contato button.enviar {
    border: 0;
    padding: 7px 15px;
    font-size: 16px;
    background: #112f61;
    color: white;
    cursor: pointer;
}
.select {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    margin-bottom: auto;
    width: calc(100% / 3 - 6px);
    position: relative;
    margin: auto;
}
.select select {
    padding: 13px;
    -webkit-appearance: none;
    font-size: 21px;
    margin-right: 5px;
    border: 0;
    cursor: pointer;
    background: #e7e7e7;
    width: 100%;
    color: #b1afaf;
}
form#contato textarea {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 13px;
    margin-right: 5px;
    width: 100%;
    resize: none;
    height: 170px;
}
.select::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #ada7a7;
}
.bx.box-info {
    margin-top: 77px;
}
.bx.box-info .linha a {
    color: #2d547f;
    font-size: 17px;
    font-weight: 600;    
    padding-left: 60px;
}
.bx.box-info .linha {
    position: relative;
    margin-bottom: 40px;
}
.linha::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    font-size: 36px;
    top: -8px;
    color: #112f60;
}
.linha.whats::before{
    content: "\f232";
}
.linha.tel::before {
    content: "\f095";
}
.linha.email::before {
    content: "\f0e0";
}
.linha.face::before {
    content: "\f09a";
}
.linha.twitter::before {
    content: "\f099";
}
form#contato button.enviar:hover {
    background: #2357ad;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: rgba(17, 47, 97, 0.5); 
}
.modal .conteudo {
    padding: 40px;
    width: 550px;
    margin: auto;
    background: white;
    position: relative;
    margin-top: 20vh;
}
.modal .conteudo form input {
    border: 1px solid #e7e7e7;
    background: #e7e7e7;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 13px;
    margin-right: 5px;
    width: calc(100% / 3 - 31px);
}
.modal .conteudo form button {
    border: 0;
    padding: 7px 15px;
    font-size: 16px;
    background: #112f61;
    color: white;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}
.modal .conteudo form input#inputArquivo {
    display: none;
}
span#inputArquivoBotao {
    margin-right: 21px;
    color: #112f60;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}
.modal .conteudo i.fa.fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: #112f60;
    font-size: 21px;
}
.conteudo-box {
    width: 55%;
    padding: 25px 0;
    position: relative;
    padding-left: 40px;
}
.conteudo {
    width: 83%;
    margin: auto;
}
form#solicitar_orcamento {
    width: 74%;
    margin-top: 25px;
}
form#solicitar_orcamento select {
    padding: 5px 12px;
    font-size: 17px;
}
form#solicitar_orcamento .select::after{
    top: 3px;
}
form#solicitar_orcamento .select{
    width: calc(100% / 2 - 15px);
    position: relative;
    margin-right: auto;
}
form#solicitar_orcamento button.soliciatar {
    margin-top: 15px;
    margin-left: 6px;
    padding: 6px 23px;
    font-size: 14px;
    color: #112f61;
    background: white;
    border: 0;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
}
form#solicitar_orcamento button.soliciatar:hover {
    background: #0b2148;
    color: white;
}
.solicitar .conteudo-box h2.titulo.white {
    font-size: 50px;
}
.conteudo-box::before {
    content: "";
    position: absolute;
    width: 67%;
    height: 100%;
    background: white;
    top: 0;
    left: 100%;
    z-index: 0;
}
.conteudo-box::after {
    content: "";
    width: 570px;
    height: 350px;
    background-image: url(../images/prod.png);
    background-position: right;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    left: 100%;
}
.conteudo-box .texto {
    margin-top: 12px;
}
h2.titulo.after {
    background: white;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    padding-left: 45px;
    display: inline-block;
}
h2.titulo.after::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #112f61;
    position: absolute;
    right: 100%;
    top: 17px;
}
.lista-produtos .box-img {
    position: relative;
    width: calc(100% / 3 - 21px);
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
    margin-right: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.lista-produtos .box-img .control-img {
    width: 100%;
    overflow: hidden;
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/assets/fundo-produto.jpg);
    background-size: cover;
    position: relative;
}
.lista-produtos .box-img .control-img img {
    max-width: 100%;
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
span.ver-prod {
    display: inline-block;
    position: absolute;
    bottom: 37px;
    right: 0;
    padding: 3px 11px;
    background: #112f60;
    font-size: 15px;
    color: white;
}
.box-img h3 {
    color: #5f5f5f;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
}
.lista-produtos .slick-slide {
    margin: 0 10px;
}
.lista-produtos {
    width: 83%;
    margin: auto;
}
.lista-produtos .slick-arrow {
    position: absolute;
    top: 30%;
    color: #112f61;
    font-size: 45px;
    z-index: 2;
    cursor: pointer;
}
.lista-produtos i.fa.fa-angle-left {
    left: -20px;
}
.lista-produtos i.fa.fa-angle-right {
    right: -20px;
}

@media screen and (max-width: 1100px){
    header .lista-menu span.open-menu-mobile::after {
       color: white !important;
    }
}

@media screen and (max-width: 1024px){
    .conteudo-box::after {
      content: "";
      width: 83%;
      height: 300px;
    }
}

@media screen and (max-width: 815px){
    .lista-produtos {
       width: 100%;
    }
}

@media screen and (max-width: 615px){
    .banner-interna h2 {
      font-size: 60px;
      padding-left: 0;
    }
    .box-titulo{
        bottom: 0;
    }
    .conteudo-box{
        padding-left: 0;
    }
    form#solicitar_orcamento {
       width: 100%;
    }
    form#solicitar_orcamento .select {
       width: 100%;
       margin-bottom: 5px;
    }
    .select select{
        font-size: 14px;
    }
    .select::after{
        top: 9px;
    }
    .conteudo-box::after,.conteudo-box::before,h2.titulo.after::after{
        display: none;
    }
    .conteudo-box {
       width: auto;
    }
    .maps iframe {
       max-height: 350px;
    }
    h2.titulo.after{
        padding-left: 0;
    }
}