footer {
  background-color: #ffffff;
}

.footer-bar {
  width: 100%;
  height: 50px;
  background-color: #d9b15d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.footer-bar p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1rem;
  text-align: center;
}

.footer-center {
  max-width: 1400px;
  margin: 30px auto 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.footer-center-box1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-center-box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.footer-center-box3 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icons {
  margin: 0;
  width: 40px;
  height: 40px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-img {
  width: 280px;
}

.permisos-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-rights {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.logo-footer {
  width: 16px;
}

.black {
  margin-top: 0;
  color: #000000;
}

.size {
  font-size: 1.2rem;
}

.section5-box-0 {
  max-width: 1200px;
  margin: 6rem auto 4rem;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.section5-box-1 {
  text-align: justify;
  display: flex;
  flex-direction: column;
}

.section5-box-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 50px;
}

.section5-box-3 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section5-box-3 {
  margin-left: 20px;
}

.section5-box-3-title {
  margin-left: 30px;
}

.h2-size {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.dark-blue {
  color: #222831;
}

.golden {
  color: #d9b15d;
}

.h3-size {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
}

.button-styles {
  background-color: #d9b15d;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
}

.bg-transparent {
  background-color: transparent;
}

.buzon-title {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .footer-bar {
    height: auto;
  }

  .footer-bar p {
    font-size: 1.2rem;
  }

  .footer-center {
    flex-direction: column;
  }

  .footer-center {
    row-gap: 30px;
  }

  .section5-box-0 {
    text-align: center;
    row-gap: 30px;
  }

  .section5-box-0 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
