.min-content {
  background-color: none;
  width: 1140px;
  padding: 90px 0;
}

.contato-barkeley {
  font-family: 'Inter-bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.contato {
  justify-content: space-between;
  align-items: center;
  margin-top: -5px;
  font-size: 14px;
  display: flex;
  gap: 20px;
}

.contato-container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.more-items {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  height: 149px;
}

.numbers {
  font-family: 'Inter-normal', sans-serif;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  color: #ECF5FB;
  margin: 0px;
}

.background-footer {
  background-color: #15203E;
  display: grid;
  justify-content: center;
  border-radius: 36px 36px 0 0;
  padding: 0 0 0 0 !important;
}

.links-redes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.more-items {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  height: 149px;
}

.title-footer {
  font-family: 'Inter-normal', sans-serif;
  font-style: normal;
  margin-bottom: 0px;
  line-height: 150%;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #ECF5FB;
  width: 215px;
}


.item-footer {
  font-family: 'Inter-normal', sans-serif;
  margin: 0px 0px 5px 0px;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  color: #ECF5FB;
  font-size: 16px;
  text-decoration: none;
}

.item-footer:hover {
  color: #ECF5FB;
}

.title-itens {
  font-family: 'Inter-bold', sans-serif;
  font-style: normal;
  margin: 0 0 18px 0;
  line-height: 140%;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
}


.container-social {
  width: 150px;
}

.container-social div p {
  font-size: 13px;
}

.double-items {
  display: flex;
  gap: 40px;
  font-size: 13px;
  margin-left: -17px;
}

.acesso-rapido {
  width: 200px;
  color: #fff;
  font-weight: 400;
  display: grid;
  height: max-content;
}

.links-redes {
  display: flex;
  align-items: center;
  gap: 20px;
}

.links-redes i {
  color: #fff;
  font-size: 24px;
}

.links-redes i:hover {
  color: #F2A691;
  cursor: pointer;
}

.go-to-top {
  display: flex;
  align-items: center;
  margin: 60px 0 50px;
  gap: 10px;
}

.icon-seta{
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: #A8F0BE;
}

@media (max-width: 1120px) {
  .double-items {
    margin-left: 0 !important;
  }

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

  .acesso-rapido {
    font-size: 13px;
    margin-top: 20px;
  }

  .go-to-top {
    font-size: 13px;
  }

  .contato {
    display: grid;
  }

  .more-items {
    display: grid;
    height: auto !important;
    gap: 20px;
    height: 670px !important;
  }
}

@media (min-width: 1150px) {
  footer {
    border-radius: 100px 100px 0 0;
  }

  .background-footer {
    margin-top: 80px;
    background-color: #15203e;
    border-radius: 100px 100px 0px 0px;
    height: 460.68px;
  }
}



@media (max-width: 1150px) {
  .background-footer {
    margin-top: 80px;
    background-color: #15203e;
    border-radius: 32px 32px 0px 0px;
  }
}


@media (max-width: 1180px) {
  .min-content {
    width: 1000px;
  }
}

@media (max-width: 1080px) {
  .min-content {
    width: 900px;
  }
}

@media (max-width: 1000px) {
  .min-content {
    width: 800px;
  }
}

@media (max-width: 920px) {
  .min-content {
    width: 700px;
  }

  .contato-container {
    display: grid;
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .min-content {
    width: auto !important;
    padding: 40px 20px !important;
  }

  footer {
    justify-content: start !important;
  }
}