.servicos-top{
    z-index: 0;
    padding-top: 200px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/bg-top-internas.jpg?v=2');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.servicos-top:before{
     content: " ";
     display: block;
     width:100%;height: 100%;
     background: linear-gradient(180deg, rgba(0, 105, 156, 0) 0%, #00699C 100%);
     opacity: 0.26;
     transform: rotate(-180deg);
     position: absolute;
     left: 0;top:0;
     z-index: -1;
}
.servicos-top:after{
    content: " ";
    display: block;
    width:100%;height: 60%;
    position: absolute;
    left: 0;bottom:0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.servicos-top .header-home{
    position: absolute;
    top: 0; left:0;
    opacity: 1;
    width: 100%;
    max-width: 100% !important;
}
.servicos-top h1{
   color: #00699C;
}
.servicos-top .serv-items{
    display: block;
    padding-top: 20px;
}
.servicos-top .col-serv{
    padding-top: 70px;
}
.servicos-top .item-serv{
    position: relative;
    z-index: 0;
    background-color: #0b5ed7;
    min-height:100%;
    padding-top: 70px;
    padding-bottom: 50px;
    border-radius: 28px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}
.servicos-top .item-serv .item-inner{
    padding: 25px;
}
.servicos-top .item-serv > img{
    width: 85px;
    position: absolute;
    left: 50%;top: 0;
    transition: all 0.200s ease;
    transform: translate(-50%,-50%);
}
.servicos-top .item-serv .btn{
    width: 190px;
    max-width: 100%;
    padding-left: 30px;
    padding-right:20px;
    position: absolute;
    bottom: 25px;left: 50%;
    border-radius: 25px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    transform: translate(-50%,0%);
}
.servicos-top .item-serv .btn svg{
    stroke: #00699B;
}
.servicos-top .item-serv .btn:hover svg{
    stroke: white;
}
.servicos-top .item-serv .btn.btn-outline-white-red svg{
    stroke: white;
}
.servicos-top .item-serv .btn.btn-outline-white-red:hover svg{
    stroke: #8A0418;
}
.servicos-top .item-serv.item-serv-1{
    border: 1px solid #8DC3DC;
    background-color:#F3F3F3;
}
.servicos-top .item-serv.item-serv-2{
    border: 1px solid #8DC3DC;
    background-color:#F3F3F3;
}
.servicos-top .item-serv.item-serv-2:hover,
.servicos-top .item-serv.item-serv-1:hover{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,105,155,0.42);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,105,155,0.42);
    box-shadow: 0px 0px 17px 0px rgba(0,105,155,0.42);
}
.servicos-top .item-serv.item-serv-3{
    border: 1px solid rgba(226, 5, 40, 0.7);
    background-color:#F3F3F3;
}
.servicos-top .item-serv.item-serv-3:hover{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(226,5,40,0.42);
    -moz-box-shadow: 0px 0px 17px 0px rgba(226,5,40,0.42);
    box-shadow: 0px 0px 17px 0px rgba(226,5,40,0.42);
}
.servicos-top .item-serv.item-serv-3 h4{
    color: #E20528;
}
.servicos-top .item-serv.item-serv-3 .btn.btn-outline-red svg{
    stroke:#E20528;
}
.servicos-top .item-serv.item-serv-3 .btn.btn-outline-red:hover svg{
    stroke:#fff;
}
.servicos-top .item-serv.item-serv-4{
    border: 1px solid #8A0418;
    background: linear-gradient(180deg, #8A0418 0%, #60000E 100%);
}
.servicos-top .item-serv.item-serv-4:hover{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(138,4,24,1);
    -moz-box-shadow: 0px 0px 17px 0px rgba(138,4,24,1);
    box-shadow: 0px 0px 17px 0px rgba(138,4,24,1);
}
.servicos-top .item-serv:hover > img{
    width: 100px;
}
.servicos-top .item-serv h4{
    color:#00699C;
}
.servicos-top .item-serv p{
    color:#4E4E4E;
    font-size: 15px;
}
.servicos-top .item-serv.item-serv-4 h4{
    color:#fff;
}
.servicos-top .item-serv.item-serv-4 p{
    color:#fff;
    font-size: 15px;
}
.servicos-top.item-serv .icon-top{
    position: absolute;
    left: 50%;top: -55px;
    margin-left: -55px;
    z-index: 1;
}
.servicos-top .item-serv.item-serv-4 .bg-bt{
    position: absolute;   z-index:-1;
    width: 100%;left: 0; bottom:0;
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.servicos-top.item-serv.item-serv-4 > .bg-bt > svg{
    opacity: 0.5;
    width: 100%;
}
.servicos-top .item-serv.item-serv-4 > .bg-bt > svg path{
    fill: #8A0418;
}
.servicos-top .bt-cotacao{
    color: #00699C;
}
.servicos-top .bt-cotacao:hover{
    text-decoration: underline;
}

.multimodal .mcontent{
    position: relative;
    width: 100%;
    min-height: 90px;
    background-color: #F3F3F3;
    border: 1px solid rgba(226, 5, 40, 0.56);
    border-radius: 25px;
}
.multimodal .border-center{
    width: 100%;
    border-bottom: 1px solid #00699C;
}
.multimodal .mcontent .m2{
    width: 20%;
    position: relative;
}

.mcontent .m2 svg{
    width: 100px;
    z-index: 10;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    transition: width 0.250s ease;
}

.mcontent:active .m2 > svg,
.mcontent:hover .m2 > svg,
.mcontent:focus .m2 > svg{
    width: 110px;
}

.multimodal .mcontent .m1,
.multimodal .mcontent .m3{
    width: 40%;
}
.multimodal .mcontent .m1 span{
  color: #E20528;
  font-weight: 700;
  font-size: 1.7em;
  font-family: "Work Sans", sans-serif;
}
.multimodal .mcontent .m3 span{
  color:#4E4E4E;
  font-size: 15px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.multimodal .mcontent .m3 span > b{
  font-weight: 600;
}

@media(max-width: 768px){

    .multimodal{
        padding-top: 25px;
    }
    .mcontent .m2 svg{
        top: 0%;
    }
    .multimodal .mcontent{
        margin: 0 auto;
        width: 480px;
        max-width: 100%;
    }
    .multimodal .mcontent .m2{
        height: 40px;
    }
    .multimodal .mcontent .m1{
        padding-top: 20px;
    }
    .multimodal .mcontent .m3{
        padding-bottom:20px;
    }
    .multimodal .mcontent .m1,
    .multimodal .mcontent .m2,
    .multimodal .mcontent .m3{
        width: 100%;
        text-align: center;
    }
}
.servicos-top .serv-contato{
    display: block;
    padding-top:30px;
    padding-bottom:30px;
}
.servicos-top .serv-contato p{
   color: #2E2E2E;
}
.servicos-top .serv-contato .btn-primary{
    border-radius: 28px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}


@media (max-width: 992px){
    .nav-tab-content{
        display: none;
    }
    .servicos-top{
        padding-top: 180px;
        min-height: 50vh;
    }
    .servicos-top .col-md-4{
        padding-top: 70px;
        margin-bottom: 25px;
    }
    .servicos-top .header-home{
        width: 100%;
        max-width: 100% !important;
    }
    .servicos-top .serv-contato .btn-primary{
        border-radius: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    .servicos-top{
        z-index: 0;
        padding-top: 100px !important;
    }
    .servicos-top .header-home{ display: none; }
    .mcontent .m2 svg{
        width: 80px;
    }
    .mcontent:active .m2 > svg,
    .mcontent:hover .m2 > svg,
    .mcontent:focus .m2 > svg{
        width: 90px;
    }
    .multimodal .mcontent .m1 span{
        font-size: 1.2em;
    }
    .multimodal .mcontent{
        min-height: 80px;
    }
    .multimodal .mcontent .m1{
        width: 35%;
    }
    .multimodal .mcontent .m3{
        width: 45%;
    }
    .multimodal .mcontent .m3 span{
        font-size: 14px;
    }
}


.page-servicos .container.content-tabs{
    padding-top: 50px;
    padding-bottom: 50px;
}
.nav-servicos .nav-link{
    width: 170px;
    min-height: 50px;
    padding: 30px 28px 10px;
    margin-left: 15px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.nav-servicos .nav-link > img{
    position: absolute;
    left: 50%;top: -28px;
    width: 45px;
    transform: translate(-50%,-0%);
}
.nav-servicos .nav-link:first-child{
    margin-left:30px;
}
.nav-servicos .nav-link > span{
    font-size: 1.1em;
    font-weight: 700;
    line-height: 110%;
    font-family: "Work Sans", sans-serif;
}

.nav-servicos .nav-link.nav-link-blue{
    opacity: 0.6;
    background-color:#00699B;
    border: 1px solid #00699B;
}
.nav-servicos .nav-link.nav-link-blue > span{
    color: #fff;
}
.nav-servicos .nav-link.nav-link-blue.active{
    opacity: 1;
    background-color: #00699B;
    border: 1px solid #00699B;
}

.nav-servicos .nav-link.nav-link-blue-o{
    opacity: 0.6;
    background-color: transparent;
    border: 1px solid #00699B;
}
.nav-servicos .nav-link.nav-link-blue-o > span{
    color: #00699B;
}
.nav-servicos .nav-link.nav-link-blue-o.active{
    opacity: 1;
    background-color: transparent;
    border: 1px solid #00699B;
}

.nav-servicos .nav-link.nav-link-blue.active > span{
    color:#fff;
}


.nav-servicos .nav-link.nav-link-red{
    opacity: 0.6;
    background-color:transparent;
    border: 1px solid #E20528;
}
.nav-servicos .nav-link.nav-link-red > span{
    color: #E20528;
}
.nav-servicos .nav-link.nav-link-red.active{
    opacity: 1;
    background-color: transparent;
    border: 1px solid #E20528;
}
.nav-servicos .nav-link.nav-link-bordo{
    opacity: 0.6;
    background-color:transparent;
    border: 1px solid #8A0418;
}
.nav-servicos .nav-link.nav-link-bordo > span{
    color: #8A0418;
}
.nav-servicos .nav-link.nav-link-bordo.active{
    opacity: 1;
    background-color: #8A0418;
    border: 1px solid #8A0418;
}
.nav-servicos .nav-link.nav-link-bordo.active > span{
    color:#fff;
}

.nav-servicos{
    border:0 solid transparent;
}
.tab-servicos-content{
    position: relative;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    border: 1px solid #00699B;
}
.tab-servicos-content .tab-pane h2.color-blue{
    color: #00699B;
}
.tab-servicos-content .tab-pane h2.color-red{
    color: #E20528;
}
.tab-servicos-content .tab-pane h2.color-bordo{
    color: #8A0418;
}
.tab-servicos-content .tab-pane h2{
    font-size: 2.8em;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}
.tab-servicos-content .tab-pane p{
    color:#4E4E4E;
    font-size: 15px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.tab-servicos-content .tab-pane p > b{
    font-weight: 700;
}

.btn-outline-blue{
    background-color: #fff;
}
.tab-servicos-content .btn span{
    font-size: 14px;
    font-weight: 600;
}
.tab-servicos-content .tab-botom-abs{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -20px;
    left: 0;
    padding-right: 50px;
}
.tab-servicos-content .tab-botom-abs .btn.is-btn-cotacao,
.tab-servicos-content .tab-botom-abs .btn.is-btn-contato{
    width: 230px;
    max-width: 100%;
}

.servicos-bottom{
    min-height: 100vh;
    background-color: white;
}
.servicos-bottom .col-header-1 h2,
.servicos-bottom .col-header-2 h2{
    color:#00699C;
}
.servicos-bottom .col-header-1 p,
.servicos-bottom .col-header-2 p{
    color:#2E2E2E;
    font-size: 14px;
}
.item-remessa{
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}
.item-remessa > .img{
    height: 380px;
}
.item-remessa > .img > img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height:100%;
}
.item-remessa h5{
    color: #00699C;
}
.item-remessa ul{
    padding-left: 15px;
}
.item-remessa ul li{
    color:#4E4E4E;
    font-size: 14px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 15px;
}
.item-remessa ul li::marker{
    color: #00699C;
}
.owl-wrap-servicos{
    display: none;
    position: relative;
}
@media(max-width: 992px) {
    .page-servicos .container.content-tabs{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .owl-wrap-servicos{
        display: block;
        position: relative;
    }
    .owl-servicos .item .scroll-text{
        height: auto;
        /*overflow: auto;*/
    }
    .owl-servicos .item{
        display: block;
        position: relative;
        padding-bottom:0;
    }
    .owl-servicos .item h2{
        font-size: 1.5em;
    }
    .owl-servicos .item .tab-botom-abs{
        position: relative;
        width: 100%;
        min-height: 30px;
    }
    .owl-servicos .item .tab-botom-abs .btn{
        font-size: 13px;
    }
    .owl-servicos .item .tab-botom-abs .is-btn-cotacao,
    .owl-servicos .item .tab-botom-abs .is-btn-contato{
        width: auto;
        min-width: 150px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-wrap-servicos{
        display: block;
        padding: 10px;
        border-radius: 15px;
        border:1px solid #00699C;
    }
    .owl-servicos .item{
        padding: 10px;
    }
    .owl-servicos .item h2.color-blue{
        color: #00699B;
    }
    .owl-servicos .item h2.color-red{
        color: #E20528;
    }
    .owl-servicos .item h2.color-bordo{
        color: #8A0418;
    }
    .owl-servicos .item h2{
        padding-top:5px;
        font-size: 2.6em;
        font-weight: 700;
        font-family: "Work Sans", sans-serif;
    }
    .owl-servicos .item p{
        color:#4E4E4E;
        font-size: 15px;
        font-weight: 500;
        font-family: "Work Sans", sans-serif;
    }
    .owl-servicos .item p b{
        font-weight: 700;
    }
}

@media(max-width: 992px){
    .nav-servicos{
        margin: 0 auto;
        width: 550px;
        max-width: 100%;
        display: none; !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .tab-servicos-content{
        display: none; !important;
    }
    .tab-servicos-content .tab-pane h2{
        font-size: 2em;
    }
    .nav-servicos .nav-link{
        width: 48%;
        padding: 30px 28px 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom:35px;
        position: relative;
        min-height: 80px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .nav-servicos .nav-link > img{
        position: absolute;
        left: 50%;top: -28px;
        width: 45px;
        transform: translate(-50%,-0%);
    }
    .nav-servicos .nav-link:first-child{
        margin-left:0px;
    }
    .nav-servicos .nav-link:last-child{
    }
    .nav-servicos .nav-link > span{
        font-size: 1.1em;
        font-weight: 700;
        line-height: 110%;
        font-family: "Work Sans", sans-serif;
    }
}
@media (max-width: 768px) {
    .tab-servicos-content .tab-pane h2{
        padding-top: 25px;
        font-size: 1.8em;
    }
    .item-remessa{
        height: auto;
        margin-bottom: 30px;
    }
    .item-remessa.item-remessa-1 > .img{height: 180px;}
    .item-remessa.item-remessa-2 > .img{height: 180px;}
    .item-remessa.item-remessa-3 > .img{height: 250px;}
}
.servicos-bottom  > .container{
    padding-top: 30px;
    padding-bottom: 40px;
}
.serv-segmentos .flip-seg-item{ margin-bottom: 12px;}
.serv-segmentos .flip-seg-item .back div{
    text-align: center;
}
