body,html{}

body{
    padding-top: 80px;
}


.oswald-medium{
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.oswald-semibold{
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.oswald-bold{
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.oswald-regular{
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.rubik-regular{
    font-family: 'Rubik', sans-serif;
}
/*------------------------------------ Navbar -------------------------- */
.navbar-manecar{
    background-color: #fff !important;
}
.navbar-manecar .navbar-nav{
    margin-right: 50px;
}
.navbar-manecar .navbar-nav .nav-item > .nav-link{
    color:#1C589D;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.navbar-manecar .social-nav > a{
    width: 28px;
    height:28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.navbar-manecar .navbar-toggler {
    border-color: #1C589D;
}
.navbar-manecar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28,88,157,1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-manecar .navbar-toggler:active,
.navbar-manecar .navbar-toggler:focus,
.navbar-manecar .navbar-toggler-icon:focus,
.navbar-manecar .navbar-toggler:active{
    outline: none;
    box-shadow: none;
    border-color: #E31F26;
}

@media(max-width: 768px){
    .social-nav{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .social-nav > a:first-child{
        margin-left: -32px;
    }
}


/*------------------------------------ Banner -------------------------- */
.main-banner .owl-banner{
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}
.main-banner{
    margin-bottom: 0px;
}
.owl-banner .item{
    display: flex;
    position: relative;
    min-height:0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.owl-banner .item > a{
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;height: 100%;
}
.owl-banner .item > a:hover,
.owl-banner .item > a:focus,
.owl-banner .item > a:active{
  text-decoration: none;
}
@media(max-width: 1440px){
    .owl-banner .item{
        display: block;
        position: relative;
        min-height: auto;
    }
}
/*------------------------------------ Lista de serviços -------------------------- */
.sc-lista-serv{
    margin-top: -0.5px;
    background-color:#0D4D96;
}
.sc-lista-serv > .container{
    width: 1440px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom:15px;
    background-color:#0D4D96;
}
.sc-lista-serv ul{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.sc-lista-serv ul li{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: 'Rubik', sans-serif;
}
.sc-lista-serv ul li.sp{
    width: 50px;
    text-align: center;
}
@media (max-width: 768px){
    .sc-lista-serv ul li.sp{
        width: 20px;
    }
}
/*------------------------------------ Quem somos -------------------------- */
.quem-somos > .container{
    padding-top: 50px;
    padding-bottom: 25px;
}
.quem-somos .video-wrap{
    display: block;
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
}
.quem-somos video{
    width: 100%;
    max-width: 100% !important;
}
.quem-somos h2{
    color: #0D4D96;
    margin-bottom: 25px;
    font-size:3em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.quem-somos p{
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
}
@media (max-width: 992px){
    .quem-somos h2{
        font-size:2em;
        text-align: center;
        margin-bottom: 15px;
    }
}

/*------------------------------------ Oficinas -------------------------- */
.oficinas > .container{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 1250px;
    max-width: 100%;
}
.oficinas .box-gnv,
.oficinas .box-oficina{
   display: block;
   width: 580px;
   max-width: 100%;
   min-height: 600px;
   border-radius: 18px;
   background-repeat: no-repeat;
   padding: 30px 35px 30px 35px;
   background-position:bottom center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
}
.oficinas .box-gnv{
    background-image: url("../img/bg-box-gnv.png");
}
.oficinas .box-oficina{
    background-image: url("../img/bg-box-oficina.png");
}
.oficinas .box-gnv h2,
.oficinas .box-oficina h2{
    color: #fff;
    font-size:3em;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.oficinas .box-gnv p,
.oficinas .box-oficina p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
}
.oficinas .gnv-action{
    background-color: #fff;
    border: 2px solid #0D4D96;
    width: 360px;
    max-width: 100%;
    min-height: 60px;
    text-decoration: none;
}
.oficinas .gnv-action > strong,
.oficinas .gnv-action > span{
    color: #0D4D96;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.oficinas .gnv-action > strong{
    font-weight: 600;
}
.oficinas .gnv-action > span{
    font-weight: 400;
}
@media(max-width: 768px){
    .oficinas .box-gnv,
    .oficinas .box-oficina{
        padding: 25px;
    }
    .oficinas .box-gnv h2,
    .oficinas .box-oficina h2 {
        font-size: 2em;
    }
}

/*------------------------------------ Conteúdo com bg ------------------------- */
.mid-section{
  padding-top: 30px;
}
.mid-section > .mid-bg{
    display: block;
    margin: 0 auto;
    width: 1920px;
    min-height: 1800px;
    max-width: 100%;
    background-color: #0a58ca;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../img/bg-bottom-v3.png");
}
/*------------------------------------ O que Fazemos ------------------------- */
.o-que-fazemos .section-head{
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
.o-que-fazemos  h2{
    color: #fff;
    font-size:3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.o-que-fazemos  p.subtitle{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.o-que-fazemos > .container{
     padding-top: 25px;
     padding-bottom: 25px;
}
.col-comments{
    padding-top: 50px;
    padding-bottom: 25px;
}
.owl-servicos .item p{
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
}
.owl-messages .ms{
    display: block;
    padding: 15px 15px 15px 15px;
    border-radius: 12px;
    background-color: #fff;
    min-height:170px;
}
.owl-messages .ms .ms-avatar{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-messages .ms-person > span,
.owl-messages .ms-person > strong{
    color: #fff;
    font-family: 'Rubik', sans-serif;
}
.owl-messages .ms .ms-person > span{
    color: #989898;
    font-size: 13px;
    font-weight: 400;
}
.owl-messages .ms .ms-person > strong{
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
}
.owl-messages .ms .ms-stars .stars > span{
    padding: 0;
    margin: 0px;
    color: #ffa400;
    font-size:18px;
}
.owl-messages .ms .ms-stars .stars > span.dd{
    color: rgba(101, 101, 101, 0.76);
}
.owl-messages .ms .ms-stars .text-muted{
    color: #989898;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}
.owl-messages .ms .ms-text p{
    color: #1a1e21;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Rubik', sans-serif;
}

.o-que-fazemos .col-whats{
    padding-top: 30px;
    padding-bottom: 20px;
}
.o-que-fazemos .action-whats{
    width: 350px;
    background-color:#36C64F;
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
    min-height: 43px;
}
.o-que-fazemos .action-whats,
.o-que-fazemos .action-whats:active,
.o-que-fazemos .action-whats:focus,
.o-que-fazemos .action-whats:hover{
    text-decoration: none;
}

.o-que-fazemos .action-whats > span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
@media(max-width: 768px){
    .owl-messages .ms .ms-stars .stars > span{
        font-size:14px;
    }
}

/*------------------------------------ Estrutura ----------------------------- */
.estrutura{
    display: block;
    position: relative;
    margin-top: 25px;
}
.estrutura .nav-content{
    position: absolute;
    width: 590px;
    max-width: 100%;
    bottom: 50px;
    right: 50%;
    margin-right: 0px;
    z-index: 99;
}

.estrutura .nav-pils > .nav-item{
    margin-right: 15px;
}
.estrutura .nav-pils > .nav-item:last-child{
    margin-right: 0;
}
.estrutura .nav-pils > .nav-item a{
    color: #fff;
    padding: 2px 5px 2px 5px;
    font-size:1.2em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.estrutura .nav-pils > .nav-item a.active{
    color: #e31f26;
    background-color: #fff;
}

.estrutura .nav-pils .item-action{
    width: 28px;
    height: 28px;
}
.estrutura .nav-pils .item-action .btn-prev,
.estrutura .nav-pils .item-action .btn-next{
    cursor: pointer;
}

.tab-estrutura{
    z-index: 0;
}
.tab-estrutura .item{
    position: relative;
    min-height: 542px;
}
.tab-estrutura .item > .box-right{
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    right: 0;top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}
.tab-estrutura .item .box-left{
    position: absolute;
    width: 65%;
    z-index: 10;
    height: 100%;
    left: 0;top: 0;
    padding-left:100px;
    padding-top :100px;
    padding-right: 270px;
    background-repeat: no-repeat;
    background-position:right center;
    background-size:auto,100%;
    background-image: url("../img/bg-banner-oficina-v2.png?v=2");
}
.tab-estrutura .item > .box-left > .box-inner{
    width: 615px;
    max-width: 100%;
}

.tab-estrutura .item  > .box-left h2{
    color: #fff;
    font-size:3em;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.tab-estrutura .item > .box-left  .texto > p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.estrutura > .frase-left{
    position: absolute;
    height: 100%;
    width: 60px;
    left: 10px;top: 0;
    z-index: 80;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.estrutura > .frase-left > svg{
    height: 100%;
}
@media(max-width: 1400px){
    .tab-estrutura .item{
        position: relative;
        min-height: 542px;
    }
    .tab-estrutura .item .box-left{
        position: absolute;
        width: 75%;
        z-index: 10;
    }
    .tab-estrutura .item > .box-left > .box-inner{
        width:100%;
        max-width: 100%;
    }
    .tab-estrutura .item > .box-right{
        width: 65%;
    }
    .estrutura .nav-content{
        width: 600px;
        max-width: 100%;
        bottom: 40px;left: 100px;
        margin-left:0px;
        z-index: 99;
    }

}
@media(max-width: 1190px){
    .tab-estrutura .item{
        position: relative;
        min-height: 542px;
    }
    .tab-estrutura .item > .box-left {
        padding-top: 50px;
        padding-right: 200px;
        background-size: auto, 100%;
    }
    .tab-estrutura .item > .box-left{
        width: 85%;
        background-size: cover;
    }
    .tab-estrutura .item > .box-right{
        width: 80%;
    }
    .estrutura .nav-content{
        width: 600px;
        max-width: 100%;
        bottom: 40px;left: 100px;
        margin-left:0px;
        z-index: 99;
    }

}
@media(max-width: 992px) and (min-width: 840px){
    .tab-estrutura .item > .box-left{
        width: 90%;
        padding-top: 50px;
        padding-right: 200px;
    }
    .tab-estrutura .item > .box-right{
        width: 90%;
    }
}
@media(max-width: 839px){
    .estrutura{
        background-color: #e31f26;
    }
    .tab-estrutura .item .box-left{
        position: relative;
        padding: 25px;
        width: 100%;
        height:auto;
        left: auto;top: auto;
        margin-bottom: 0px;
        background-image: none;
        background-color: #e31f26;
    }
    .tab-estrutura .item .box-left > .box-inner{
        width: 100%;
    }
    .tab-estrutura .item .box-right{
        position: relative;
        height:auto;
        width: 100%;
        left: auto;top: auto;
        margin-top: 0px;
        padding-top: 0px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color:#e31f26;
    }
    .tab-estrutura .item > .box-left h2{
        font-size:2em;
        margin-bottom: 20px;
    }
    .tab-estrutura .item > .box-left .texto p{
        font-size: 15px;
    }
    .estrutura .nav-content{
        position: relative;
        padding-top: 20px;
        padding-left:25px;
        padding-right:50px;
        width: 100%;
        max-width: 100%;
        right:auto;
        bottom: auto;
        left:auto;
        z-index: 15;
        margin-right: 0;
        margin-left: 0;
        background-color:#e31f26;
    }
    .estrutura .nav-content > .nav-pils > .item-action-next,
    .estrutura .nav-content > .nav-pils > .item-action-prev{
        position: absolute;
        top: 50%;margin-top: -15px;
    }
    .estrutura .nav-content > .nav-pils > .item-action-next{
        right: 5px;
    }
    .estrutura .nav-content > .nav-pils > .item-action-prev{
        right: 30px;
    }
    .estrutura > .frase-left{
        display: none;
    }
}
/*------------------------------------ Banner-oficina ------------------------- */
/*.banner-oficina{
   display: block;
   margin-top: 25px;
   position: relative;
   height: auto;
}
.owl-oficina{
    z-index: 0;
}
.owl-oficina .item{
    position: relative;
    min-height: 542px;
}
.owl-oficina .item > .box-right{
    position: absolute;
    width: 60%;
    height: 100%;
    z-index: 0;
    right: 0;top: 0;
}
.owl-oficina .item > .box-left{
  position: absolute;
   width: 70%;
   z-index: 10;
   height: 100%;
   left: 0;top: 0;
   padding-left: 100px;
   padding-top: 100px;
   padding-right: 350px;
   background-repeat: no-repeat;
   background-position:left center;
   background-size:auto,100%;
   background-image: url("../img/bg-banner-oficina.png");
}
.owl-oficina .item > .box-left h2{
    color: #fff;
    font-size:3em;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.owl-oficina .item > .box-left > .texto > p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}


.banner-oficina > .banner-thumbs{
    display: block;
    width: 60%;
    position: absolute;
    bottom: 0;left: 0;
    z-index: 20;
    padding-left: 80px;
    padding-right: 80px;
}

.owl-oficina-nav .owl-item  h3{
    color: #fff;
    font-size:1.2em;
    width: auto;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.owl-oficina-nav .current h3{
    color: #E31F26;
    background-color: #fff;
}
@media(max-width: 1190px){
    .owl-oficina .item > .box-left {
        padding-top: 80px;
        padding-right: 200px;
        background-size: auto, 100%;
    }
    .owl-oficina .item > .box-left{
        width: 85%;
        background-size: cover;
    }
    .owl-oficina .item > .box-right{
        width: 80%;
    }
}
@media(max-width: 992px){
    .owl-oficina .item > .box-left{
        width: 90%;
        padding-top: 60px;
        background-size:100%,auto;
        padding-right: 200px;
    }
    .owl-oficina .item > .box-right{
        width: 90%;
    }
}
@media(max-width: 850px){
    .owl-oficina .item > .box-left{
        width: 100%;
    }
    .owl-oficina .item > .box-right{
        width: 90%;
    }
}
@media(max-width: 768px){
    .owl-oficina .item{
        min-height: 440px;
    }
    .owl-oficina .item > .box-left{
        width: 100%;
        padding-top: 50px;
        padding-left: 70px;
        background-size:100%,auto;
        padding-right: 150px;
    }
    .owl-oficina .item > .box-right{
        width: 95%;
    }
    .owl-oficina .item > .box-left h2{
        font-size:2em;
        margin-bottom: 20px;
    }
    .owl-oficina .item > .box-left > .texto > p{
        font-size: 14px;
    }
    .banner-oficina{
        margin-top: 0px;
    }
}
@media(max-width: 660px){
    .banner-oficina{
        margin-top: 0px;
    }
    .owl-oficina .item > .box-left > .texto > p{
        font-size: 13px;
    }
    .owl-oficina .item > .box-left{
        padding-top: 50px;
        padding-left: 60px;
        padding-right: 130px;
    }
}
@media(max-width: 570px){
    .owl-oficina .item{
        min-height: 0px;
    }
    .owl-oficina .item > .box-left{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding:40px;
        min-height: 400px;
        background-color:#E31F26;
        background-image: none;
    }
    .owl-oficina .item > .box-left > .texto > p{
        font-size: 14px;
    }
    .owl-oficina .item > .box-right{
      display: none;
      width:0;height: 0;
    }
    .banner-oficina{
        margin-top: 0px;
    }
}
*/

/*------------------------------------ Contato ------------------------- */
.contato > .container{
    padding-top: 100px;
    padding-bottom: 30px;
    width: 1200px;
    max-width: 100%;
}
.contato h2{
    color: #fff;
    font-size:50px;
    line-height: 140%;
    margin-bottom:35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.contato .item-info{
    display: block;
    width: 400px;
    max-width: 100%;
    min-height: 50px;
}
.contato .item-info .left-icon{
    width: 30px;
    height: 30px;
}
.contato .item-info p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.contato .item-info strong,
.contato .item-info a > strong{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.contato .item-info a,
.contato .item-info a:active,
.contato .item-info a:focus,
.contato .item-info a:hover{
    text-decoration: none;
}
.form-content{
   display: block;
   padding: 25px 20px 20px 20px;
   border-radius: 18px;
   background-color: #fff;
}
.form-content h3{
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'Rubik', sans-serif;
}
.form-content textarea.form-control{
    min-height: 100px;
}
.form-content .btn-default{
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    background-color:#0D4D96;
    font-family: 'Rubik', sans-serif;
}
.form-content label.error{
    display: block;
    font-size: 12px;
    color: #8f0000;
    padding-top: 5px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
@media(max-width: 992px){
    .contato h2{
        font-size:2em;
    }
    .contato > .container{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media(max-width: 768px){
    .contato h2{
        font-size:1.8em;
    }
}

/*------------------------------------ Mapa ------------------------- */
section.mapa{
    position: relative;
}
section.mapa > .mapa-box{
    display: block;
    margin: 0 auto;
    width: 1920px;
    max-width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}
section.mapa > .mapa-box > iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;top: 0;
}
@media(max-width: 768px){
    section.mapa > .mapa-box{
        height: 250px;
    }
}
/*------------------------------------ Rodape ------------------------- */
.rodape .bg-center{
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    background-color:#002855;
}
.rodape .bg-center > .container{
    padding-top: 30px;
    padding-bottom:30px;
}
.rodape .item-info{
    display: block;
    width:380px;
    max-width: 100%;
    min-height: 40px;
}
.rodape .item-info .left-icon{
    width: 30px;
    height: 30px;
}
.rodape .item-info p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}
.rodape .item-info strong,
.rodape .item-info a > strong{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}
.rodape .item-info a,
.rodape .item-info a:active,
.rodape .item-info a:focus,
.rodape .item-info a:hover{
    text-decoration: none;
}
.rodape .i-border{
    border-right:2px solid #fff;
}
.rodape .logo{
    width: 259px;
    max-width: 100%;
    display: inline-block;
}
.rodape .menu-rodape > a{
    display: block;
    color: #fff;
    font-size:1.8em;
    line-height: 140%;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.rodape .menu-rodape > a,
.rodape .menu-rodape > a:hover,
.rodape .menu-rodape > a:focus
.rodape .menu-rodape > a:active{
   text-decoration: none;
}

@media(max-width: 992px){
    .rodape .col-rodape{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .rodape .menu-rodape > a{
        font-size:1.6em;
    }
    .rodape .i-border{
        border-right:0px solid transparent;
        border-bottom:2px solid #fff;
    }
}