/* Pequenos dispositivos móveis */
@media (max-width: 320px) {
    
    .menu {
        position: fixed;
        width: 100%;
        height: 60px;
    } 
    
    .navbar  {
        width: 100%;
        height: 60px;
    }

    .navbar-brand {
        width: auto;
        height: 60px;
    }
    
    .navbar-brand img {
        width: 80PX;
        height: auto;
    }

    .link span {
        text-indent: -9999px;
    }

    .link i {
        font-size: 1.2rem;
    }

    .page-home, .page-denied {
        height: calc(100vh - 90px);
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .info {
        height: calc(100vh - 50%);
        object-fit: cover;
    }

    code {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        border-radius: 0;
    }

    code p {
        padding: 5px 20px;
    }

    .box-official {
        height: calc(100vh - 50%);
        object-fit: cover;
        margin: 0;
    }
    .address {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        padding: 0px 10px 0 10px;
    }

    .img-logo img {
        height: 80px;
    }

    .address-box {
        flex-direction: column;
        justify-content: center;
    }

    .user-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .user-list h2 {
        font-size: 26px;
    }

    .user-list .conteiner-list {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th, table td {
        padding: 8px;
    }

    table td .title, table td .company-box {
        font-size: 12px;
        font-weight: 300;
    }
    
    .page-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-list {
        width: 100%;
        margin: 10px 0;
    }

    .page-player {
        height: 100vh;
    }

    .videocontent {
        width: calc(100% - 10px);
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }

  }
  
  /* Dispositivos móveis médios */
  @media (max-width: 375px) {
    
    .menu {
        position: fixed;
        width: 100%;
        height: 60px;
    } 
    
    .navbar  {
        width: 100%;
        height: 60px;
    }

    .navbar-brand {
        width: auto;
        height: 60px;
    }
    
    .navbar-brand img {
        width: 80PX;
        height: auto;
    }

    .link span {
        text-indent: -9999px;
    }

    .link i {
        font-size: 1.2rem;
    }

    .page-home, .page-denied {
        height: calc(100vh - 90px);
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .info {
        height: calc(100vh - 50%);
        object-fit: cover;
    }

    code {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        border-radius: 0;
    }

    code p {
        padding: 5px 20px;
    }

    .box-official {
        height: calc(100vh - 50%);
        object-fit: cover;
        margin: 0;
    }
    .address {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        padding: 0px 10px 0 10px;
    }

    .img-logo img {
        height: 80px;
    }

    .address-box {
        flex-direction: column;
        justify-content: center;
    }

    .user-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .user-list h2 {
        font-size: 26px;
    }

    .user-list .conteiner-list {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th, table td {
        padding: 8px;
    }

    table td .title, table td .company-box {
        font-size: 12px;
        font-weight: 300;
    }
    
    .page-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-list {
        width: 100%;
        margin: 10px 0;
    }

    .page-player {
        height: 100vh;
    }

    .videocontent {
        width: calc(100% - 10px);
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }

  }
  
  /* Dispositivos móveis grandes */
  @media (max-width: 425px) {
    
    .menu {
        position: fixed;
        width: 100%;
        height: 60px;
    } 
    
    .navbar  {
        width: 100%;
        height: 60px;
    }

    .navbar-brand {
        width: auto;
        height: 60px;
    }
    
    .navbar-brand img {
        width: 80PX;
        height: auto;
    }

    .link span {
        text-indent: -9999px;
    }

    .link i {
        font-size: 1.2rem;
    }

    .page-home, .page-denied {
        height: calc(100vh - 90px);
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .info {
        height: calc(100vh - 50%);
        object-fit: cover;
    }

    code {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        border-radius: 0;
    }

    code p {
        padding: 5px 20px;
    }

    .box-official {
        height: calc(100vh - 50%);
        object-fit: cover;
        margin: 0;
    }
    .address {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        padding: 0px 10px 0 10px;
    }

    .img-logo img {
        height: 80px;
    }

    .address-box {
        flex-direction: column;
        justify-content: center;
    }

    .user-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .user-list h2 {
        font-size: 26px;
    }

    .user-list .conteiner-list {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th, table td {
        padding: 8px;
    }

    table td .title, table td .company-box {
        font-size: 12px;
        font-weight: 300;
    }
    
    .page-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-list {
        width: 100%;
        margin: 10px 0;
    }

    .page-player {
        height: 100vh;
    }

    .videocontent {
        width: calc(100% - 10px);
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }

  }
  
  /* Tablets */
  @media (max-width: 768px){
    
    .menu {
        position: fixed;
        width: 100%;
        height: 60px;
    } 
    
    .navbar  {
        width: 100%;
        height: 60px;
    }

    .navbar-brand {
        width: auto;
        height: 60px;
    }
    
    .navbar-brand img {
        width: 80PX;
        height: auto;
    }

    .link span {
        text-indent: -9999px;
    }

    .link i {
        font-size: 1.2rem;
    }

    .page-home, .page-denied {
        height: calc(100vh - 90px);
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .info {
        height: calc(100vh - 50%);
        object-fit: cover;
    }

    code {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        border-radius: 0;
    }

    code p {
        padding: 5px 20px;
    }

    .box-official {
        height: calc(100vh - 50%);
        object-fit: cover;
        margin: 0;
    }
    .address {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        padding: 0px 10px 0 10px;
    }

    .img-logo img {
        height: 80px;
    }

    .address-box {
        flex-direction: column;
        justify-content: center;
    }

    .user-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .user-list h2 {
        font-size: 26px;
    }

    .user-list .conteiner-list {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    table th, table td {
        padding: 8px;
    }

    table td .title, table td .company-box {
        font-size: 12px;
        font-weight: 300;
    }
    
    .page-list {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-list {
        width: 100%;
        margin: 10px 0;
    }

    .page-player {
        height: 100vh;
    }

    .videocontent {
        width: calc(100% - 10px);
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
    }

  }