body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
}

.header {
  background: #000;
  padding: 20px 50px;
}

.nav-links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 10px;
  transition: background 0.3s, color 0.3s;
}

.nav-links a:nth-child(1) {
  background: #f72d72;
}

.nav-links a:nth-child(2) {
  background: #2090d0;
}

.nav-links a:nth-child(3) {
  background: #ff5000;
}

.nav-links a:nth-child(4) {
  background: #59b83e;
}

.nav-links a:hover {
  opacity: 0.8;
}

.event-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../img/background1.jpg") no-repeat center/cover;
  color: #fff;
  padding: 0 60px;
}

.logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-area img {
  position: absolute;
  width: 550px;
  height: auto;
}

.content-area {
  max-width: 600px;
  margin-left: 80px;
  z-index: 1;
}

.content-area h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-area p {
  font-size: 22px;
  margin-bottom: 30px;
}

.btn-orange {
  background: #f55e1e;
  font-size: 2rem;
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}

.btn-orange:hover {
  background: #e54700;
}

.info-section {
  background-color: #076095;
  padding: 10px 60px;
  text-align: center;
}

.info-section-title {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.negotiometer-section {
  background-color: #ffa865;
  padding: 10px 20px;
  text-align: center;
}

.negotiometer-section-title a {
  background-color: #c11b57;
  color: #000;
  font-size: 42px;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1000px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.btn-negotiometer {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-negotiometer:hover {
  background-color: #c2185b;
}

.infotwo-section {
  background-color: #ffa865;
  padding: 40px 20px;
  text-align: center;
}

.infotwo-section h1 {
  background-color: #c11b57;
  color: #000;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px;
  max-width: 300px;
}

.about {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  background: url("../img/about/background4.jpg") no-repeat center/cover;
  overflow: hidden;
  height: 870px;
}

.about-title {
  font-size: 48px;
  margin: 0;
  z-index: 1;
  color: #f18732;
}

.about-content {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  font-size: 18px;
  text-align: left;
  z-index: 1;
}

.about-content p {
  margin: 10px;
}

.color-text {
  color: #f18732;
}

.about-images {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-images img {
  max-width: 300px;
  height: auto;
  border: 3px solid #f18732;
  border-radius: 4px;
}

.logo-bottom-right {
  position: absolute;
  bottom: -430px;
  right: -450px;
  width: 1200px;
  height: auto;
}

.mission {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  /* background: linear-gradient(180deg, #032c5d, #000000); */
  background: #032c5d;
  overflow: hidden;
  height: 800px;
}

.mission-title {
  font-size: 48px;
  margin: 0;
  z-index: 1;
  color: #f18732;
}

.mission-content {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  font-size: 18px;
  text-align: left;
  z-index: 1;
}

.mission-content p {
  margin: 10px;
}

.color-text {
  color: #f18732;
}

.mission-images {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.mission-images img {
  max-width: 300px;
  height: auto;
  border: 3px solid #f18732;
  border-radius: 4px;
}

.public {
  /* background: linear-gradient(180deg, #032c5d, #000000); */
  background: #032c5d;
  color: #fff;
  padding: 60px 20px;
  text-align: left;
}

.public-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto 60px;
}

.public-target {
  position: relative;
  gap: 20px;
  border: 2px solid #f18732;
  padding: 20px;
  max-width: 400px;
  margin-right: 50px;
}

.public-title-icon h2 {
  margin: 10px 0 40px 0;
  font-size: 34px;
  color: #f18732;
}

.public-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #f18732;
  display: flex;
  align-items: center;
  justify-content: center;
}

.public-icon img {
  width: 50px;
  height: 50px;
}

.public-target ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.public-target li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.public-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.public-images img {
  border: 3px solid #f18732;
  max-width: 350px;
  border-radius: 4px;
}

.public-broken-line {
  position: relative;
  height: 40px;
  margin: 0 auto 60px;
  width: 50%;
}

.public-broken-line::before,
.public-broken-line::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f18732;
  top: 0;
}

.public-broken-line::before {
  width: 100px;
  left: -70px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  top: 70px;
}

.public-broken-line::after {
  width: 100%;
  left: 0;
  top: 0;
}

.public-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.info-fin {
  /* background: linear-gradient(180deg, #032c5d); */
  background: #032c5d;
  color: #fff;
  padding: 60px 20px;
  height: 600px;
}

.info-fin .container {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.info-fin-box {
  background-color: #01214b;
  border: 2px solid #ff7a00;
  max-width: 400px;
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.info-content {
  padding: 20px;
}

.info-content h3 {
  color: #ff7a00;
  text-align: center;
  font-size: 20px;
}

.info-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 40px;
}

.info-content ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.info-box {
  max-width: 400px;
  text-align: center;
}

.info-box img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.info-box p {
  font-size: 18px;
  line-height: 1.6;
}

.bordered {
  position: relative;
  padding: 20px;
}

.bordered::before,
.bordered::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  border: 5px solid #ff7a00;
}

.bordered::before {
  top: 20px;
  left: 20px;
  border-right: none;
  border-bottom: none;
}

/* Canto inferior esquerdo */
.bordered::after {
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
}

.bordered h3 {
  color: #ff7a00;
  margin-bottom: 15px;
}

.tecnical-fin {
  background: linear-gradient(180deg, #032c5d, #000000);
  height: auto;
  padding: 60px 20px;
  color: white;
  text-align: center;
}

.tecnical-container {
  max-width: 900px;
  margin: 0 auto;
}

.tecnical-fin h2 {
  font-size: 2.5rem;
  color: #ff7a00;
  margin-bottom: 40px;
}

.tecnical-description {
  margin-bottom: 40px;
  padding: 20px 0;
}

.tecnical-description p {
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.1rem;
}

.tecnical-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1000px;
  margin: 60px auto;
}

.tecnical-gallery>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Imagens */
.tecnical-gallery img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #ff7a00;
}

/* Alturas específicas */
.img1,
.img4 {
  height: 100px;
  /* menor */
}

.img2,
.img3 {
  height: 200px;
  /* maior */
}

.space-fin {
  background: url("../img/space-cultural/backgroundBR.jpg") no-repeat center/cover;
  background-size: cover;
  padding: 60px 20px;
  color: #fff;
  font-family: sans-serif;
  height: auto;
}

.space-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 10px;
}

.title {
  color: #f97316;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.text {
  flex: 1 1 60%;
}

.text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.image-grid {
  flex: 1 1 35%;
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
}

.top-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.top-images img,
.bottom-image img {
  width: 100%;
  object-fit: cover;
  border: 3px solid #f97316;
  border-radius: 4px;
}

.top-images img {
  height: 100%;
}

.bottom-image img {
  height: 100%;
}

.sede-fin {
  background: url("../img/sedefin/background5.jpg") no-repeat center/cover;
  background-size: cover;
  padding: 80px 20px;
  color: #fff;
  font-family: sans-serif;
  height: auto;
}

.sede-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sede-title {
  text-align: center;
  font-size: 2.5rem;
  color: #f97316;
  margin-bottom: 10px;
}

.sede-subtitle {
  display: inline-block;
  padding: 4px 10px;
  background-color: #10b981;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 30px;
  border-radius: 4px;
  text-align: center;
}

.sede-subtitle-wrapper {
  text-align: center;
}

.sede-description {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 30px;
}

.sede-description p {
  margin-bottom: 16px;
}

.sede-images {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.sede-images img {
  flex: 1;
  height: 200px;
  object-fit: cover;
  border: 3px solid #f97316;
  border-radius: 3px;
}

.sede-paragraph {
  margin-bottom: 15px;
  line-height: 1.6;
}

.patrocinador {
  background-color: #eee;
  padding: 80px 20px;
  color: #000;
  font-family: sans-serif;
  height: auto;
}

.patrocinador-container {
  max-width: 1000px;
  margin: 0 auto;
}

.patrocinador-title,
.apoio-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #f97316;
}

.patrocinador-list,
.apoio-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.patrocinador-list li,
.apoio-list li {
  font-size: 1.2rem;
  margin: 10px 0;
}

.patrocinador-grid,
.apoio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  justify-items: center;
  align-items: stretch;
  margin-bottom: 30px;
}

.patrocinador-card,
.apoio-card {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 100px;
}

.patrocinador-card img,
.apoio-card img {
  max-width: 200px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.patrocinador-card p,
.apoio-card p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.patrocinador-card:hover,
.apoio-card:hover {
  transform: translateY(-5px);
}

.paises-fin {
  /* background: linear-gradient(
    180deg,
    #01214b 0%,
    #03214a 40%,
    #011630 75%,
    #000000 100%
  ); */
  background-color: #032c5d;
  height: 700px;
  padding: 40px 60px;
  color: white;
  text-align: center;
}

.paises-title {
  font-size: 2rem;
  color: #f97316;
  margin-top: 0;
  margin-bottom: 60px;
}

.bandeiras-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px;
  justify-items: center;
  align-items: center;
  padding: 20px 80px;
}

.bandeiras-grid img {
  width: 100px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.bandeiras-grid img:hover {
  transform: scale(1.1);
}

.infofour-section {
  background: linear-gradient(to bottom,
      #032c5d,
      #000);
  /* fundo gradiente azul escuro */
  padding: 20px 20px 60px 20px;
  color: white;
  text-align: center;
  font-family: sans-serif;
}

.infofour-container {
  max-width: 900px;
  margin: 0 auto;
}

.infofour-image {
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
}

.infofour-content {
  margin-top: 40px;
}

.infofour-title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

.highlight-line {
  background-color: #f97316;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

.infofour-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d5db;
}

.infotree-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.infotree-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 24px;
  text-align: center;
}

.infotree-section p {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.section-who {
  background-color: #000;
  color: #fff;
  padding: 20px 20px;
  border-bottom: 4px solid #007bff;
}

.section-who-content {
  max-width: 1200px;
  margin: 0 auto;
}

.section-who-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: justify;
}

.section-who-text {
  font-size: 24px;
  text-align: justify;
}

.finlist-section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

.finlist-section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.finlist-title-wrapper {
  display: inline-block;
  margin-top: 40px;
}

.finlist-title {
  background-color: #c2185b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.finlist-box {
  background-color: #ffe0c9;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
  border-radius: 4px;
}

.finlist-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.finlist-box li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: bold;
}

.infofive-section {
  background-color: #ffa865;
  padding: 20px;
  text-align: center;
}

.infofive-section h1 {
  background-color: #c11b57;
  color: #fff;
  font-size: 36px;
  margin: 0 auto;
  max-width: 800px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.btn-infofive {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-infofive:hover {
  background-color: #c2185b;
}

.fin-footer {
  background-color: #000;
  color: #fff;
  padding: 40px;
  font-family: sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo */
.footer-logo img {
  max-width: 200px;
  height: auto;
}

/* Redes sociais em duas colunas */
.footer-social .social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-social p {
  margin: 12px 0;
  /* aumenta espaço vertical */
  display: flex;
  align-items: center;
  gap: 15px;
  /* aumenta espaço horizontal entre ícone e texto */
  font-size: 1rem;
  padding-left: 5px;
  /* dá um "respiro" à esquerda */
}

.footer-social p:hover {
  color: #10b981;
  cursor: pointer;
}

.footer-social img {
  width: 40px;
  /* aumentamos de 20px para 28px */
  height: 28px;
  flex-shrink: 0;
}

.footer-info p {
  margin: 10px 0;
  line-height: 1.6;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 1200px) {
  .event-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 60px 30px;
  }

  .logo-area {
    margin-bottom: 30px;
  }

  .logo-area img {
    position: relative;
    width: 75%;
    height: auto;
  }

  .content-area {
    max-width: 100%;
    text-align: center;
  }

  .content-area h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-top: 0;
  }

  .content-area p {
    font-size: 20px;
  }

  .btn-orange {
    font-size: 1.5rem;
    padding: 12px 28px;
  }

  .info-section {
    padding: 20px;
  }

  .highlights {
    padding: 40px 60px;
  }

  .infotree-section {
    padding: 30px;
  }

  .section-who {
    padding: 30px;
  }

  .finlist-section {
    padding: 30px;
  }

  .infofive-section {
    padding: 20px;
  }

  .infofive-section-title a {
    font-size: 1.5rem;
  }

  .btn-infofive {
    font-size: 3rem;
  }

  .about,
  .mission,
  .public,
  .sede-fin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
  }

  .sede-description,
  .sede-paragraph {
    font-size: 1.2rem;
  }

  .sede-images img {
    display: none;
  }

  .sede-subtitle {
    font-size: 1.1rem;
  }

  .about .logo-bottom-right {
    display: none;
  }

  .info-fin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 40px 20px;
  }

  .bandeiras-grid {
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 40px;
  }

  .bandeiras-grid img {
    width: 80px;
  }

  .patrocinador {
    padding: 40px;
  }

  .patrocinador-container {
    max-width: 1200px;
    padding: 0 40px;
  }

  .patrocinador-grid,
  .apoio-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .patrocinador-card img,
  .apoio-card img {
    width: 200px;
  }

  .patrocinador-title,
  .apoio-title {
    font-size: 2.2rem;
  }

  /* FOOTER */
  .fin-footer {
    padding: 20px;
  }

  .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 0;
  }

  .footer-logo img {
    max-width: 150px;
    height: auto;
  }

  .footer-info {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {

  /* HEADER */
  .nav-links {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }

  /* EVENT SECTION */
  .event-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 40px 20px;
  }

  .logo-area,
  .logo-area img {
    display: none;
  }

  .content-area {
    text-align: center;
    max-width: 100%;
    margin: 0;
  }

  .content-area h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
  }

  .content-area p {
    font-size: 18px;
  }

  .btn-orange {
    font-size: 1.2rem;
    padding: 12px 24px;
  }

  /* INFO SECTION */
  .info-section {
    height: auto;
    padding: 40px 20px;
  }

  .info-section-title {
    font-size: 22px;
    padding: 0;
    margin: 0;
  }

  /* HIGHLIGHTS */
  .highlights {
    height: auto;
    padding: 40px 20px;
  }

  .highlight-title {
    font-size: 32px;
  }

  .highlight-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .highlight-item-title {
    font-size: 1.5rem;
  }

  .highlight-item p {
    font-size: 1.2rem;
  }

  .infotree-section {
    height: auto;
    padding: 40px 20px;
  }

  .section-who {
    height: auto;
    padding: 40px 20px;
  }

  .finlist-section {
    height: auto;
    padding: 40px 20px;
  }

  .logo-bottom-right {
    display: none;
  }

  .infofive-section {
    padding: 20px 20px;
  }

  .infofive-section h1 {
    font-size: 1rem;
  }

  .btn-infofive {
    font-size: 2.5rem;
  }

  .infofive-section-title a {
    font-size: 1rem;
  }

  .paises-fin {
    padding: 30px 20px;
    height: auto;
  }

  .paises-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .bandeiras-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 10px 20px;
  }

  .bandeiras-grid img {
    width: 70px;
  }

  .patrocinador {
    padding: 20px;
  }

  .patrocinador-container {
    padding: 0 20px;
  }

  .patrocinador-grid,
  .apoio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .patrocinador-card,
  .apoio-card {
    padding: 15px;
  }

  .patrocinador-title,
  .apoio-title {
    font-size: 2rem;
  }

  .patrocinador-card img,
  .apoio-card img {
    width: 150px;
  }

  /* FOOTER */
  .footer-container {
    max-width: 500px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
  }

  .footer-logo img {
    max-width: 200px;
    margin: 0 auto;
  }

  .footer-info p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .content-area {
    text-align: center;
    margin: 0 auto;
  }

  .contato-titulo {
    font-size: 1.6rem;
  }

  .contato-texto {
    font-size: 14px;
    line-height: 1.5;
  }

  .btn-contato {
    width: 100%;
    padding: 14px 0;
    font-size: 1.2rem;
  }

  .fin-footer {
    padding: 20px;
  }

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

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

  .footer-logo img {
    display: none;
  }

  .footer-social .social-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-social p {
    justify-content: start;
    font-size: 1rem;
  }

  .footer-social img {
    width: 40px;
    /* aumentamos de 20px para 28px */
    height: 28px;
    flex-shrink: 0;
  }

  .footer-info p {
    font-size: 0.8rem;
  }

  .info-fin {
    padding: 0;
  }

  .infofive-section-title a,
  .negotiometer-section-title a {
    font-size: 1.2rem;
  }

  .sede-fin,
  .space-container,
  .about-content,
  .mission,
  .mission-content {
    padding: 20px 10px;
  }

  .public-target {
    margin: 0;
  }

  .info-fin-box {
    padding: 0;
    max-width: 300px;
  }

  .infofour-image {
    max-width: 200px;
  }

  .paises-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .paises-fin,
  .patrocinador {
    padding: 40px 10px;
  }

  .public-broken-line,
  .public-container {
    margin: 0;
  }

  .public-infos {
    gap: 10px;
  }

  .paises-title {
    margin-bottom: 60px;
    font-size: 1.4rem;
  }

  .patrocinador-title,
  .infofour-title {
    font-size: 1.4rem;
  }

  .bandeiras-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }

  .bandeiras-grid img {
    width: 60px;
  }

  .apoio-card,
  .patrocinador-card {
    padding: 0;
  }

  .patrocinador-grid,
  .apoio-grid {
    grid-template-columns: 1fr;
  }

  .apoio-title {
    font-size: 1.8rem;
    margin: 0;
  }

  .patrocinador-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .patrocinador-grid {
    margin-bottom: 100px;
  }

  .patrocinador-card img,
  .apoio-card img {
    width: 100px;
  }

  .patrocinador-card p,
  .apoio-card p {
    font-size: 1rem;
  }
}

.whatsapp {
  align-items: center;
  background-color: #20C31D;
  border-radius: 100%;
  bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  right: 15px;
  transition: all 0.2s;
  z-index: 10;
  width: 50px;
}

.whatsapp img {
  margin-bottom: -2px;
  max-width: 40px;
  transition: all 0.2s;
}

.whatsapp:hover {
  height: 60px;
  width: 60px;
  transition: all 0.2s;
}

.whatsapp:hover img {
  max-width: 100%;
  transition: all 0.2s;
}

.floating {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  animation-name: floating-float, floating;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes floating-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}