.bar .title{
    font-weight: 300!important;
    font-size: 20px!important;
}
.content-slider-start{
    padding-top: 90px;
    background-image: url(../img/bg_start.jpg);
    background-size: cover;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}
.content-slider{
    padding-top: 120px;
    background-image: url(../img/bg.png);
    /* background-position-x: center; */
    background-size: contain;
    background-repeat-y: no-repeat;
    background-position-y: 70px;
    background-repeat-x: no-repeat;
}
.bar-header{
    background-color: #e8f8f8;
}
.bar-header .ion-ios-arrow-back{
    color: #7bd5d3;
}
.ion-ios-arrow-forward{
    color: #c6c7c9;
}
.item-body{
    background-color: #5ccdc7;
    background-image: url(../img/bg_box.png);
    background-repeat: no-repeat;
    background-position: bottom;
    /*background-size: contain;*/
}
.item-body p{
    color: #fff;
}
.item-body-signature {
    background-color: #f7f7f9!important;
    padding-bottom: 0px!important;
}
.button.button-positive {
    background-color: #06bebe;
}
.button.button-positive.activated {
    background-color: #06bebec2;
}
.item-note{
    top: -9px;
    position: relative;
    font-size: 18px;
}
.gris-color{
    color: #7d8182!important;
}
.green-color{
    color: #08bbb8!important;
}
.font-80pct{
    font-size: 80%;
}
.title-labor{
    text-align: center;
    font-size: 24px;
    color: #58595b;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.button-more{
    background-color: #f7921e!important;
    color: #fff!important;
    border-radius: 45px!important;
    width: 35px!important;
}
.content-signature{
    width: 100%;
    height: 200px;
    background-color: #f7f7f9;
}
.content-trash{
    width: 100%;
    margin-bottom: 15px;
    background-color: #f7f7f9;
    padding: 10px;
    text-align: center;
}
.btn-Submit{
    background-color: #06bebe;
    color: #fff;
    padding: 10px 60px;
    border-radius: 20px;
    text-decoration: none;
}
.btn-noValid{
    opacity:0.2;
}
.card{
    border-radius: 20px;
}
.card, .list-inset {
        margin: 20px 20px!important;
}
.dot {
  height: 8px;
  width: 8px;
  background-color: #ededed;
  border-radius: 50%;
  display: inline-block;
  margin: 10px;
}
.dot-actived{
    background-color: #d7d5d6!important;
}

/**NOVO**/
.toggle.toggle-assertive input:checked + .track {
    border-color: #06bebe!important;
    background-color: #06bebe!important;
}

.content-info{
    padding: 10px;
}

.fr{
    float: right;
}
