.menu_principal_mobile ul li ul { display: none; }
.menu_principal_mobile {
    margin-top: 50px;
    font-size: 26px;
    color: #333;
}
.menu_principal_mobile a {
    color: #333;
}
/* banner */

.slider-home .title-mobile {
  display: none;
}
.slider-home .banner-hover-text {
  display: block;
}


@media screen and (max-width: 835px) {
    .slider-home .title-mobile {
      display: block;
    }
    .slider-home .banner-hover-text {
      display: none;
    }
    .memoria .box-memoria {
        /* background: red; */
        left: 0;
        margin-left: 0;
        width: auto;
        padding: 50px 40px;
        height: auto;
    }
    .content_bt_memoria {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .memoria .bt-linhadotempo {
        margin-left: 0;
    }
}
@media screen and (max-width: 970px) {
  .topo {
    height: auto;
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
    ul.menu-interno li {
        width: 100%;
        margin-right: 0;
    }
    .itembanner p {
      display: none !important;
    }
    .slide .din6 {
      width: 50% !important;
    }
}
@media screen and (min-width: 971px) {
    .topo {
        height: 200px;
        max-height: 200px;
    }
    .menu_principal_mobile { display: none; }
}
@media screen and (min-width: 855px) {
  .topo {
    height: auto;
    min-height: 200px;
  }
  .banner-home {
    display: block;
  }
  .slide.mobile {
    display: none;
  }
}
@media screen and (max-width: 855px) {
  .banner-home {
    display: none;
  }
  .slide.mobile {
    display: block;
  }
}