html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

input[type="file"] {
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #054f8f;
  border-radius: 4px;
}

.nav-link-nav {
  transition: all 0.5s ease-in-out 0s;
}

.nav-link-nav:hover {
  color: #d60a0b !important;
}

.nav-link-nav-extra {
  transition: all 0.5s ease-in-out 0s;
}

.nav-link-nav-extra:hover {
  color: #0069c2 !important;
}

.hover-translate {
  transition: all 0.5s ease-in-out 0s;
}

.hover-translate:hover {
  transform: translateY(-6px);
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

.qanelas-black {
  font-family: "QanelasBlack" !important;
}

.amsipronarw-ultra {
  font-family: "AmsiProNarrowUltra" !important;
}

.amsipronarw-xlightitalic {
  font-family: "XLightItalic" !important;
}

.gilroy-medium {
  font-family: "Gilroy-Medium" !important;
}

.gilroy-regular {
  font-family: "Gilroy-Regular" !important;
}

.gilroy-heavy {
  font-family: "Gilroy-Heavy" !important;
}

.gilroy-black {
  font-family: "Gilroy-Black" !important;
}

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

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

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

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

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

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

.color-azul-menu {
  color: #0069c2 !important;
}

.color-branco {
  color: white !important;
}

.color-vermelho {
  color: #d60a0b !important;
}

.color-vermelho-escuro {
  color: #c20e1a !important;
}

.color-azul-escuro {
  color: #2c276c !important;
}

.color-cinza {
  color: #7d7d7d !important;
}

.color-cinza-escuro {
  color: #6b6b6b !important;
}

.color-verde-escuro {
  color: #5e9030 !important;
}

.background-vermelho {
  background-color: #d60a0b !important;
}

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

.background-branco {
  background-color: white !important;
}

.background-cinza {
  background-color: #eaeaea !important;
}

.border-radius-20 {
  border-radius: 20px;
}

.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.display-block {
  display: block !important;
}

.wpp-mobile-grid {
  background-image: url(../images/wpp-mobile-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 5px;
  margin-right: 5px;
}

.sobre-nos-fundo {
  background-image: url(../images/sobre-nos-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nossa-loja-fundo {
  background-image: url(../images/nossa-loja-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nossa-loja-fundo-2 {
  background-image: url(../images/nossa-loja-fundo-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ofertas-fundo {
  background-image: url(../images/ofertas-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contato-fundo {
  background-image: url(../images/contato-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vagas-fundo {
  background-image: url(../images/vagas-fundo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hr-person {
  color: #c20e1a;
  height: 7px !important;
  opacity: unset !important;
  margin: unset !important;
}

.link-footer {
  font-size: 15px;
  text-decoration: none;
  font-family: "QanelasBold" !important;
  transition: all 0.5s ease-in-out 0s;
}

.link-footer:hover {
  color: #d60a0b !important;
  text-decoration: none;
}

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

.btn-cote {
  background-color: #c20e1a !important;
  color: white;
  border: unset;
  font-size: 20px;
  font-family: "Gilroy-Medium" !important;
  padding: 10px;
  border-radius: 30px;
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #6b6b6b;
}

.image-container {
  cursor: pointer;
}

.description {
  display: none;
  background-color: #ebebeb;
  padding: 10px;
  z-index: 1;
}

.rotate-image {
  animation: rotation 3s ease-in-out infinite;
}

.rotate-image:hover {
  animation: rotation-coin 3s;
}

.rotate-hover-only:hover {
  animation: rotation-coin 3s;
}

.input-form {
  border-radius: 10px;
  background-color: #efefef;
  padding: 5px;
}

.btn-form {
  border-radius: 10px;
  width: 25%;
  font-size: 20px;
  border: unset;
}

.btn-form-vagas {
  border-radius: 10px;
  width: 60%;
  font-size: 20px;
  border: unset;
}

@keyframes rotation {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

@keyframes rotation-coin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

.arrow {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ebebeb;
  cursor: auto;
}

@media (max-width: 321px) {
}

@media (max-width: 575px) {
}

@media (min-width: 576px) {
  .modal-dialog-oferta {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .modal-dialog-oferta {
    max-width: 85%;
  }
}

@media (min-width: 992px) {
  .modal-dialog-oferta {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .modal-dialog-oferta {
    max-width: 75%;
  }
}
