@font-face {
  font-family: "Aller bold";
  src: url(../../assets/fonts/aller.bold.ttf) format(opentype);
}

@font-face {
  font-family: "Aller regular";
  src: url(../../assets/fonts/aller.regular.ttf) format(opentype);
}

#header {
  background-color: #304b77;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#section-headerr {
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#section-headerr h3 {
  font-family: "Aller Bold";
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 15px;
}

#section-headerr .icon-left {
  padding: 10px;
  position: relative;
  right: 30%;
  color: #fff;
  width: 50px;
  height: 50px;
}

.container-selecao-baixo {
  display: flex;
  max-width: 100%;
  min-height: 108px;
  flex-wrap: wrap;
  gap: 20px;
}

.item,
.item-fixo {
  border-radius: 8px;
  background-color: #fff;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: "Aller Bold";
}

.text-container-prem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0% 20px;
}

.item h1,
.item-fixo h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  bottom: 10px;
  font-size: 24px;
}

.item span,
.item-fixo span {
  font-size: 18px;
}

.item h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.2s ease;
}

.item h1:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.item:hover {
  background-color: #051d4b;
  color: #fff;
  transition: 0.9s;
}

.item-fixo:hover {
  background-color: #051d4b;
  color: #fff;
  transition: 0.9s;
}

#dimensao-hover p {
  font-family: "Aller Bold";
  font-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgba(125, 167, 235, 0.7) !important;
}

@media (max-width: 640px) {
  .container-selecao-baixo {
    flex-direction: column;
    height: auto;
  }

  #section-headerr .icon-left {
    padding: 10px;
  }
  .item,
  .item-fixo {
    height: 115px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  #section-headerr h3 {
    font-size: 28px;
  }

  #section-headerr .icon-left {
    right: 25%;
    padding: 10px;
  }
  .info-content {
    width: 100%;
    height: auto;
  }

  .item,
  .item-fixo {
    height: 115px;
  }
}

@media (max-width: 768px) {
  #header {
    padding: 10px;
  }

  #section-headerr h3 {
    font-size: 24px;
  }

  #section-headerr .icon-left {
    right: 15%;
    padding: 7px;
    width: 40px;
    height: 40px;
  }
  .item,
  .item-fixo {
    height: 115px;
  }
}
