#chamaddosLink {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 10px;
    cursor: pointer; 
    font-weight: 300 !important;
}

#chamadosLink:hover {
    text-decoration: underline;
}

#mamboLogo {
    width: 7%;
    height: auto;
    display: block;
    margin-left: 15px;
}

.textLogo {
    position: relative;
    margin-top: 21px;
    left: 10px;
    font-size: 34px;
    font-weight: 300;
}


.box-shadow:hover {

    transform: scale(1.1);

}

.box-shadow {
    transition: all .2s ease-in-out;
    height: 90% !important;
}


.nomeApp {
    font-weight: 600;
    margin-top: -4%;
    
}

#cardRow {
  margin-top: 20px;
}

hr {
  margin-top: 0.1vh;
}

.baixarAPK {
  margin-top: -4%;
}

img {
  height: 80%;
}

.cardApp {
    cursor: pointer;
    height: 209px;
    
    margin-bottom: 40px;
}


.navbar {
    overflow: hidden;
    
}

.chamadosLink:hover .navbar{
    height: 90px;

}

.footer-clean {
  padding:50px 0;
  background-color: #343a40;
  color:#ffffff;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:5px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }

  #mamboLogo {
    margin-left: -9px;
    margin-top: 37px;
  }

  .navbar-brand {
    font-size: 15px;
    margin-top: 3px;
  }

  .brand-text {
    font-size: 19px;
    font-weight: 600;
  }

  .order-md-3 {
    font-size: 12px;
    margin-top: 4px;
  }

  #cardRow {
    margin-top: 5px !important;
  }

  .input-group {
    /* display: none; */
    margin-top: -13px;
    width: 100%;
    
  }

  .input-group-append {
    background-color: white !important;
  }

  .btn-navbar {
    background-color: #ffffff !important;
  }

  #buscaTag {
    display:flex !important;
    margin-bottom: 20px !important;
  }

  .nomeApp {

    margin-top: -3%;

  }

  .vl {
    margin-top: -3% !important;
  }

  .baixarAPK {

    margin-top: -3%;
  }

  
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}


.vl {
  border-left: 1px solid rgb(0, 0, 0);
  height: 25px;
  margin-top: -4%;
}

.baixarAPK:hover {
    text-decoration: underline;
}

/* Para modo Landscape (celular deitado)*/
@media (max-width:768px) and (orientation:landscape){

    .input-group {
        width: 100% !important;
    }

}

@media (max-width:500px) {
      .input-group .form-control-navbar .input-group-append {
        width: 100% !important;
        margin-top: -7px;
        margin-right: 80px ;
      }

      #buscaTag {
        margin-top: -12px;
      }

      .form-control {
        width: 100%;
      }
}

@media (min-width:800px) { /* Esconde o Logo e a frase "Aplicativos Mambo" em monitores maiores */
  .card-body {
    display: none;
  }
}

@media (max-width:915px) and (orientation:landscape)  {
  .cardApp {
    width: 200px;
  }
}