footer {
  overflow: hidden;
}

@media screen and (max-width:700px) {
  .header-height {
    overflow: hidden;
    float: left;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #ect-title,
  #logo_desktop {
    display: none;
  }

  .header-logo-container {
    max-width: 160px;
    float: left;
    order: 0;
  }

  #sticky-menu {
    border-top: solid 5px #000215;
    position: absolute;
    top: 45px;
    right: -26px;
    display: none;
    z-index: 1000;
    overflow-y: scroll;
    max-height: 1000px;
    width: 260px;
  }

  #primary-menu {
    margin: 0;
  }

  /* .post-img{
    min-height: 115px;
  } */
  #primary-menu li a {
    padding: 0;
  }

  #primary-menu .navbar-nav li {
    width: 25%;
  }

  .home-notices,
  .home-videos {
    padding-right: 0 !important;
  }

  #sticky-menu .search-form .icon-search {
    right: 40px;
    top: 45px;
    color: #6c757d !important;
  }

  .header.container {
    margin-right: 0;
  }

  #sticky-menu li a {
    text-align: left !important;
    font-size: 16px;
  }

  #sticky-menu form {
    display: block;
    padding: 20px 15px;
    margin: 0;
    min-height: 65px;
  }

  #sticky-menu form input {
    background-color: #fff;
  }

  /* .carousel-caption{
    display: none;
  } */
  #menu-principal {
    max-width: 250px;
    min-height: 100vh;
    padding: 15px 0 15px 5px;
  }

  #menu-principal,
  .dropdown-menu {
    overflow: hidden;
  }

  .navbar {
    align-content: space-between;
    justify-content: flex-end;
  }

  .navbar-nav li,
  #menu-servicos-1,
  .ect-title {
    border: none;
    margin: 10px 0;
  }

  #sticky-menu .menu-item a .fa {
    float: left;
  }

  .dropdown-menu {
    border: none !important;
    box-shadow: none !important;
    max-width: 190px;
    /*display: block;*/
  }

  .menu-item {
    padding-right: 0;
  }

  .dropdown-menu .menu-item {
    font-weight: normal;
  }

  /*inner-menu list*/
  .row.pl-3 .row {
    float: right;
    min-width: 300px;
  }

  .dropdown-item {
    font-size: 15px !important;
    font-weight: normal !important;
  }

  .navbar-toggler {
    margin: 0;
    padding: 12px;
    justify-content: flex-end;
  }


  .open-animate {
    -webkit-animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

  .close-animate {
    animation: slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    /*animation-play-state: running;*/
    animation-direction: reverse;
  }

  .videos {
    margin-bottom: 20px;
  }

  #menu-servicos-1 {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  #service-nav-container {
    padding: 10px;
  }

  .service-title {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    font-size: 9px;
    margin-top: 5px;
  }

  #overlay {
    background: rgba(37, 37, 37, 0.63);
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 108px;
    z-index: 999;
  }

  .mobile-lang,
  .ect-title {
    display: none !important;
  }

  .header-logo-container img {
    margin: 3px 0;
  }

  #logo_mobile {
    max-width: 105px;
    display: block;
  }

  .logo-footer {
    display: none;
  }

  div[vw] {
    top: 56%;
  }

  .nav.justify-content-center {
    display: block;
  }

  .break {
    display: inline;
  }

  .nav-item.p-0 {
    border-bottom: solid 1px #ddd;
  }

  .circle {
    max-width: 220px;
  }

  .nav-link img {
    display: none;
  }

  .custom-footer {
    margin-top: 0px;
  }

  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-390px);
      transform: translateX(-390px);
    }
  }

  @keyframes slide {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(-390px);
      transform: translateX(-390px);
    }
  }

}

@media screen and (max-width:425px) {

  .header-block {
    background-color: none;
    background: none;
  }

  #nav-tabs-docs .nav-item {
    width: 100%;
    display: block;
    text-align: center;
  }

  #tab-content-docs {
    margin-top: 20px;
    max-width: 359px;
  }



}

@media only screen and (max-width: 425px) {
  .submenu__list {
    flex-direction: row;
    justify-content: center;
  }


  .submenu__item i {
    display: block;
    font-size: larger;
    margin-bottom: .3em;
  }

  .submenu__item {
    padding-left: 1.2em;
    padding-right: 1.2em;
    margin-top: .5em;
    border-bottom: 1px solid #ddd;
    transition: ease-in .5s;
    text-align: center;
  }

  .submenu__item:hover {
    border-left: 3px solid #17A2B8;
    border-bottom: 1px solid #ddd;
    padding-left: .5em;
    padding-right: .5em;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    /*border: 1px solid #ccc;*/
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 200px;
    margin-left: 150px;
  }

  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 175px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }

  td:nth-of-type(1):before {
    content: "Nome";
  }

  td:nth-of-type(2):before {
    content: "Inicio";
  }

  td:nth-of-type(3):before {
    content: "Fim";
  }
}