.container {
  max-width: 1050px !important;
}

body {
  overflow-x: hidden;
}

/** ESPAÇO DOS BACKGROUNDS **/
.background-color-white {
  background-color: #fff !important;
}

.background-color-verde {
  background-color: #5d902f !important;
}

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

.background-color-laranja {
  background-color: #f18e0d !important;
}
/** ESPAÇO DOS BACKGROUNDS **/

/** ESPAÇO DAS MARGINS **/
.margin-left-45 {
  margin-left: 45px;
}

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

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

.margin-top-menos-300 {
  margin-top: -300px;
}

.margin-top-menos-200 {
  margin-top: -200px;
}

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

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-70 {
  margin-top: 70px;
}
/** ESPAÇO DAS MARGINS **/

/** ESPAÇO DOS PADDINGS **/
.padding-top-25 {
  padding-top: 25px;
}

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

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

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

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

.padding-left-1-rem {
  padding-left: 1rem;
}

.padding-right-1-rem {
  padding-right: 1rem;
}
/** ESPAÇO DOS PADDINGS **/

/** ESPAÇO DAS FONTES **/
.gilroy-medium {
  font-family: "Gilroy-Medium" !important;
}

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

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

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

.muller-heavy-italic {
  font-family: "MullerHeavyItalic" !important;
}

.muller-regular-italic {
  font-family: "MullerRegularItalic" !important;
}
/** ESPAÇO DAS FONTES **/

/** ESPAÇO DAS FONTS-SIZE **/
.font-size-15 {
  font-size: 15px !important;
}

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

.font-size-30 {
  font-size: 30px !important;
}

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

.font-size-55 {
  font-size: 55px !important;
}
/** ESPAÇO DAS FONTS-SIZE **/

/** ESPAÇO DAS CORES **/
.color-cinza {
  color: #b0b0b0 !important;
}

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

.color-laranja {
  color: #ff7922 !important;
}

.color-verde-claro {
  color: #dcf8c6 !important;
}

.color-verde-escuro {
  color: #5e9030 !important;
}
/** ESPAÇO DAS CORES **/

/** ESPAÇO DAS BORDAS **/
.border-radius-20 {
  border-radius: 20px;
}

.border-radius-10 {
  border-radius: 10px;
}
/** ESPAÇO DAS BORDAS **/

/** ESPAÇO DOS HOVERS **/
.hover-translate {
  transition: all 0.4s ease-in-out 0s;
}

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

.nav-link:hover {
  color: #ff7922 !important;
}
/** ESPAÇO DOS HOVERS **/

.container-ofertas-celular {
  background-image: url("../images/ofertas-wpp-fundo-sem-icone.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* max-width: 88%; */
  border-radius: 26px;
}

.div-body-home {
  padding-left: 0;
  padding-right: 0;
  background-image: url("../images/fundo_home.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}

.div-body-clube {
  padding-left: 0;
  padding-right: 0;
  background-image: url("../images/fundo_clube.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

@media (max-width: 575px) {
  .icon-social-mobile {
    margin-top: 15px;
  }
}

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

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
