.ouvidoria-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;
}
.ouvidoria-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;
}
.ouvidoria-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%);
}
.ouvidoria-top h2.form-title{
   color: #fff;
   font-size: 2.3em;
   font-weight: 700;
}

.ouvidoria-top > .container{
    min-height: 700px;
    padding-bottom: 50px;
}

.wrap-box{
    display: block;
    padding-top: 60px;
    width: 600px;
    max-width: 100%;
}
.box-form{
    display: block;
    position: relative;
    padding: 80px 30px 30px 30px;
    width: 600px;
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    background-color:#00699C;
}
.box-form > img.box-icon{
   width: 100px;
   position: absolute;
   left: 50%; top:-55px;
   margin-left: -50px;
}
.box-form h3{
    color: white;
    font-weight: 700;
    font-size: 1.8em;
    font-family: "Work Sans", sans-serif;
}
.tab-box-form{
    border:0 solid transparent;
    background-color: transparent;
}
.nav-box-form{
    border:0 solid transparent;
    background-color: transparent;
}
.nav-box-form .nav-link{
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: "Work Sans", sans-serif;
}
.nav-box-form .nav-link.active{
    color: #00699C;
    border: 1px solid #fff;
    background-color: #FFFFFF;
}
.box-form .btn-outline-white-blue{
    width: 130px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}
.box-form .btn-outline-white-blue svg path{
    stroke: #fff;
}
.box-form .btn-outline-white-blue:hover svg path,
.box-form .btn-outline-white-blue:active svg path,
.box-form .btn-outline-white-blue:focus svg path{
  stroke: #00699B;
}

.box-form .form-control{
    border-radius: 10px;
    padding-top:10px;
    padding-bottom: 10px;
}
.box-form .form-control:hover,
.box-form .form-control:focus,
.box-form .form-control:active{
    border-color:#FFFFFF;
    box-shadow: none;
}

.wrap-box{
    position: relative;
}
.owl-ouvidoria .owl-item .wrap-box > .disable-box{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;top: 0;
    z-index: 10;
}
.owl-ouvidoria .owl-item{
    opacity: 0;
}
.owl-ouvidoria .owl-item.active.center{
    opacity: 1;
}
.owl-ouvidoria .owl-item.active{
    opacity: 0.2;
}
.owl-ouvidoria .owl-item .box-form{ background-color: white }
.owl-ouvidoria .owl-item.active.center .box-form{ background-color: #00699C }
.owl-ouvidoria .owl-item.active.center .wrap-box > .disable-box{
  display: none;
}
.box-form label.error{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
}
.box-status{
    display: block;
    padding: 30px;
    min-height: 100px;
    border-radius: 20px;
    background-color: #00699C;
}
.box-status h5{
    color: #fff;
}
.box-status.warning{
    background-color: #da7a32;
}
.box-status.success{
    background-color: #247500;
}
@media (max-width: 768px) {
    .ouvidoria-top{
        padding-top: 80px;
    }
}
