.background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-frigon {
  background-color: #ff8307;
}

.card-main {
  max-width: 640px;
}

.chip {
  float: left;
  height: 50px;
  width: 50px;
}

@media (max-height: 900px) {
  .container {
    height: 100vh !important;
  }
}

.container {
  height: 90vh;
}

.midias-body:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

a:hover {
  color: black;
  text-decoration: none !important;
}

a {
  color: black;
  text-decoration: none !important;
}

.midias-info {
  color: gray;
  font-size: 13px;
  padding-left: 60px;
}

.midias-nome {
  font-size: 17px;
  font-weight: 600;
  padding-left: 60px;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

.preloader.preloader-dark {
  background-color: #000;
}

.preloader.preloader-dark .lds-ellipsis div {
  background-color: #fff;
}

.text-us {
  display: none;
}

@media (max-width: 450px) {
  .traducao-br {
    transform: translateY(-170%) !important;
  }

  .traducao-us {
    transform: translateY(-170%) !important;
  }
}

.traducao-br {
  transform: translateY(-220%);
  margin-left: 25px;
  cursor: pointer;
}

.traducao-us {
  transform: translateY(-220%);
  margin-left: 25px;
  cursor: pointer;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
