.form h2 {
    color: #008177;
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
    width: 100%;
}

.partes-indice {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}

.partes-indice::before {
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #009D96;
    background: -moz-linear-gradient(left, #ffffff 0%, #009D96 25%, #009D96 75%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #009D96 25%, #009D96 75%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#009D96 25%,#009D96 75%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009D96', endColorstr='#009D96',GradientType=1 );
}

.owl-partes-indice {
    position: relative;
    text-align: center;
}

.owl-partes-indice .owl-stage {
    margin: 0 auto;
}

.owl-partes-indice .item {
    border: 2px dashed #009D96;
    font-size: 0;
    display: inline-block;
    cursor: pointer;
    background: #FFF;
    text-align: center;
    margin: 0 10px;
}

.owl-partes-indice .owl-item .item,
.owl-partes-indice .owl-item:nth-child(2) .item,
.owl-partes-indice .owl-item:nth-child(3) .item {
    width: auto;
}

.owl-partes-indice .owl-item .item,
.owl-partes-indice .owl-item:nth-child(3) .item {
    margin: 0;
}

.owl-partes-indice .owl-item:nth-child(2) .item {
    margin: 0 10px;
}

.owl-partes-indice .item > span {
    color: #008177;
    float: left;
    width: 100%;
}

.owl-partes-indice .label > a {
    font-size: 1.4rem;
    padding: 15px;
    display: block;
}

.owl-partes-indice .current .item {
    background: #009D96;
}

.owl-partes-indice .current .item > .label > a {
    color: #fff;
}

.owl-partes-indice .owl-nav {
    width: 100%;
    left: 0;
    position: absolute;
    top: calc(50% - 14px);
    font-size: 3rem;
    color: #009D96;
}

.owl-partes-indice .owl-nav > div {
    position: absolute;
}

.owl-partes-indice .owl-prev {
    left: -50px;
}

.owl-partes-indice .owl-next {
    right: -50px;
}

#btEnviarMensagem { float: right; }