.gilroy-bold {
  font-family: "Gilroy-Bold" !important;
}

.hr-grid-atalhos {
  border: 0;
  height: 5px !important;
  background: #ffee00;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
}

.background-loja-claro {
  background-color: #e3e3e3 !important;
}

.background-loja-escuro {
  background-color: #c6c6c6 !important;
}

.loja-title {
  font-family: "QanelasHeavy" !important;
  color: #322783;
  font-size: 27px;
}

.loja-title-menor {
  font-family: "QanelasBlack" !important;
  color: #322783;
  font-size: 20px;
}

.loja-paragrafo {
  font-family: "QanelasSemiBold" !important;
  color: #322783;
  font-size: 17px;
}

.fundo-quem-somos {
  background-image: url("../images/quem-somos/fundo.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.fundo-clube {
  background-image: url("../images/clube/fundo-clube.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.fundo-wpp-desktop {
  background-image: url("../images/wpp-desktop-fundo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-quem-somos {
  font-family: "Gilroy-Regular";
  font-size: 22px;
  color: #322783;
  text-align: center;
  padding: 20px;
  max-width: 550px;
}

.p-maior-clube {
  font-family: "Gilroy-ExtraBold";
  font-size: 35px;
  color: #322783;
  text-align: center;
}

.p-menor-clube {
  font-family: "Gilroy-ExtraBold";
  font-size: 25px;
  color: #322783;
  text-align: center;
}

.p-menor-2-clube {
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  color: #7c7c7b;
  text-align: center;
}

.h1-wpp-principal {
  font-family: "Gilroy-ExtraBold";
  font-size: 30px;
  color: #f9eb3e;
  text-align: center;
}

.h1-wpp-secundario {
  font-family: "Gilroy-ExtraBold";
  font-size: 30px;
  color: white;
  text-align: center;
}

.p-wpp-principal {
  font-family: "Gilroy-Bold";
  font-size: 25px;
  color: white;
  text-align: center;
}

.span-wpp {
  font-family: "Gilroy-ExtraBold";
  color: #f9eb3e;
}

.header-navbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0px 14px 15px -9px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 14px 15px -9px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 14px 15px -9px rgba(0, 0, 0, 0.68);
}

.grid-social-cabecalho {
  text-align: center;
}

.hover {
  transition-duration: 0.5s;
}

.hover:hover {
  transform: scale(1.1);
}

.navbar {
  padding: unset;
}

#myCarousel {
  margin-top: 175px;
}

.logo-top {
  height: 80px;
}

.azul-principal {
  background-color: #322783 !important;
}

.nav-item {
  margin: unset;
}

.item-nav-menu {
  color: white !important;
  font-family: "Gilroy-Bold" !important;
  font-size: 13px !important;
}

.item-nav-menu:hover {
  color: #ffee00 !important;
}

.item-nav-comprar-menu:hover {
  color: #00aeef !important;
}

.active {
  color: #ffee00 !important;
}

.active-nav {
  color: #ffee00 !important;
  border-bottom: 5px solid #ffee00 !important;
}

.icon-social {
  transition-duration: 0.5s;
}

.icon-social:hover {
  transform: scale(1.2);
}

.background-color-laranja {
  background-color: #ffee00 !important;
}

.background-color-azul {
  background-color: #322783 !important;
}

.h2-link {
  color: #322783;
  font-family: "Gilroy-Heavy";
  font-size: 23px;
}

.img-links {
  width: 180px;
  height: 140px;
}

.p-link {
  font-family: "Gilroy-Bold";
  font-size: 17px;
  color: #6d6e71;
}

.p-default-white {
  font-family: "QanelasSemiBold";
  font-size: 15px;
  color: white;
}

.p-menor-black {
  font-family: "QanelasBold";
  font-size: 10px;
  color: black;
  font-weight: bold;
}

.card-link-atalho {
  padding: 10px;
  padding-bottom: 40px;
  border: 2px solid #e7e7e7;
  -webkit-box-shadow: 15px 15px 18px -15px rgb(231, 231, 231);
  -moz-box-shadow: 15px 15px 18px -15px rgb(231, 231, 231);
  box-shadow: 15px 15px 18px -15px rgb(231, 231, 231);
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.btn-atalhos {
  color: white;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  width: 65%;
  padding: 8px;
  transition-duration: 0.5s;
}

.btn-atalhos:hover {
  color: #ffee00;
  transform: scale(1.1);
}

.p-lojas {
  font-family: "QanelasSemiBold";
  font-size: 15px;
}

.h2-lojas {
  font-family: "QanelasHeavy";
  font-size: 23px;
}

.color-cinza {
  color: #6d6e71;
}

.color-white {
  color: white;
}

.color-azul {
  color: #00aeef;
}

.color-laranja {
  color: #ffee00;
}

.link-footer {
  font-size: 13px;
  text-decoration: none;
  font-family: "QanelasBold" !important;
}

.link-footer-ativo {
  color: #ffee00;
}

.link-footer:hover {
  color: #ffee00;
  text-decoration: none;
}

.h1-padrao {
  font-family: "QanelasHeavy";
  font-size: 25px;
  color: #322b80;
}

#border-bottom-h1 {
  border-bottom: 3px solid #ffee00;
  width: 50px;
  margin-left: 15px;
}

.strong {
  font-family: "Qanelas";
}

.strong-menor {
  font-family: "QanelasHeavy";
}

.background-cartao {
  background-image: url("../images/cartao/cartao.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.btn-zarelli-laranja {
  font-family: "QanelasHeavy";
  background-color: #ffee00;
  border-color: #ffee00;
  font-size: 20px;
  border-radius: 10px;
}

.btn-zarelli-laranja:hover {
  background-color: #322783;
  border-color: #322783;
}

.input-form {
  border-radius: 10px;
  border: 2px solid #ffee00;
  padding: 10px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-14 {
  font-size: 14px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-80 {
  height: 80px;
}

.btn-vagas {
  font-family: "QanelasHeavy";
  background-color: #322783;
  border-color: #322783;
  font-size: 20px;
  border-radius: 10px;
  color: white;
  max-width: 280px;
  padding: 20px;
  margin: auto;
}

.btn-vagas:hover {
  background-color: #ffee00;
  border-color: #ffee00;
  color: #322783;
}

@media (max-width: 321px) {
  #myCarousel {
    margin-top: 210px;
  }

  .nav-item {
    margin: auto;
  }

  .navbar {
    padding: 1rem;
  }

  .item-nav-menu {
    margin-top: unset;
    margin-bottom: unset;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: block;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: none;
  }

  .banner-height {
    /**height: 100px;*/
    height: auto;
  }

  .container-footer-display {
    text-align: center;
  }

  .container-footer-display-itens {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #myCarousel {
    margin-top: 210px;
  }

  .nav-item {
    margin: auto;
  }

  .navbar {
    padding: 1rem;
  }

  .item-nav-menu {
    margin-top: unset;
    margin-bottom: unset;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: block;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: none;
  }

  .banner-height {
    /**height: 100px;*/
    height: auto;
  }

  .container-footer-display {
    text-align: center;
  }

  .container-footer-display-itens {
    text-align: center;
  }
}

@media (min-width: 576px) {
  #myCarousel {
    margin-top: 210px;
  }

  .nav-item {
    margin: auto;
  }

  .navbar {
    padding: 1rem;
  }

  .item-nav-menu {
    margin-top: unset;
    margin-bottom: unset;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: none;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: block;
  }

  .banner-height {
    height: auto;
  }

  .container-footer-display {
    text-align: center;
  }

  .container-footer-display-itens {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #myCarousel {
    margin-top: 175px;
  }

  .nav-item {
    margin: auto;
  }

  .navbar {
    padding: 1rem;
  }

  .item-nav-menu {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: none;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: block;
  }

  .banner-height {
    height: auto;
  }

  .container-footer-display {
    text-align: right;
  }

  .container-footer-display-itens {
    text-align: none;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: unset;
  }

  .nav-item {
    margin: unset;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: none !important;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: block;
  }

  .banner-height {
    height: auto;
  }

  .container-footer-display {
    text-align: right;
  }

  .container-footer-display-itens {
    text-align: none;
  }
}

@media (min-width: 1200px) {
  .navbar {
    padding: unset;
  }

  .item-nav-menu {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .nav-item {
    margin: unset;
  }

  .item-nav-menu {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4 {
    display: none;
  }

  #banner-1-maior,
  #banner-2-maior,
  #banner-3-maior,
  #banner-4-maior {
    display: block;
  }

  .banner-height {
    height: auto;
  }

  .container-footer-display {
    text-align: right;
  }

  .container-footer-display-itens {
    text-align: none;
  }
}
