.elementor-435 .elementor-element.elementor-element-74b94c7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-75a8259 */.mundial-footer {
  background: #07182F;
  padding: 90px 24px 35px;
  font-family: "Manrope", sans-serif;
}

.mundial-footer-container {
  max-width: 1420px;
  margin: auto;
}

.mundial-footer-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 2fr)
    minmax(180px, .8fr)
    minmax(260px, 1fr);

  gap: 80px;

  align-items: start;

  padding-bottom: 60px;

  border-bottom:
    1px solid rgba(255, 255, 255, .10);
}

/* ==========================
   MARCA
========================== */

.mundial-footer-brand img {
  width: 280px;
  height: auto;
  display: block;
  margin-bottom: 28px;
}

.mundial-footer-brand p {
  max-width: 460px;

  margin: 0;

  color:
    rgba(255, 255, 255, .70);

  font-size: 16px;
  line-height: 1.8;
}

/* ==========================
   TÍTULOS
========================== */

.mundial-footer h4 {
  margin: 0 0 28px;

  font-family:
    "Playfair Display",
    Georgia,
    serif;

  font-size: 23px;
  font-weight: 600;

  color: #FFFFFF;
}

/* ==========================
   LISTAS
========================== */

.mundial-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mundial-footer li {
  margin-bottom: 14px;
}

.mundial-footer a {
  color:
    rgba(255, 255, 255, .70);

  text-decoration: none;

  transition:
    color .3s ease;
}

.mundial-footer a:hover {
  color: #D6B96A;
}

/* ==========================
   CONTATO
========================== */

.mundial-contact-list {
  color:
    rgba(255, 255, 255, .70);

  line-height: 1.8;
}

.mundial-contact-list li {
  margin-bottom: 14px;
}

/* ==========================
   REDES SOCIAIS
========================== */

.mundial-social {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 30px;
}

.mundial-social a {
  width: 44px;
  height: 44px;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  border:
    1px solid rgba(255, 255, 255, .15);

  color:
    rgba(255, 255, 255, .75);

  font-size: 18px;

  transition:
    background .35s ease,
    border-color .35s ease,
    color .35s ease,
    transform .35s ease;
}

.mundial-social a:hover {
  background: #C7A34A;
  border-color: #C7A34A;

  color: #07182F;

  transform:
    translateY(-4px);
}

/* ==========================
   RODAPÉ INFERIOR
========================== */

.mundial-footer-bottom {
  padding-top: 30px;

  display: flex;

  justify-content: space-between;
  align-items: center;

  flex-wrap: wrap;

  gap: 20px;

  color:
    rgba(255, 255, 255, .55);

  font-size: 15px;
}

.mundial-footer-bottom strong {
  color: #D6B96A;
  font-weight: 600;
}

/* ==========================
   TABLET
========================== */

@media (max-width: 1000px) {

  .mundial-footer-grid {
    grid-template-columns:
      1.5fr 1fr;

    gap: 50px;
  }

  .mundial-footer-contact {
    grid-column: 1 / -1;
  }

}

/* ==========================
   CELULAR
========================== */

@media (max-width: 700px) {

  .mundial-footer {
    padding:
      70px 20px 30px;
  }

  .mundial-footer-grid {
    grid-template-columns: 1fr;

    gap: 45px;

    padding-bottom: 45px;
  }

  .mundial-footer-contact {
    grid-column: auto;
  }

  .mundial-footer-bottom {
    flex-direction: column;

    align-items: flex-start;

    text-align: left;
  }

  .mundial-footer-brand img {
    width: 220px;
  }

}

/* ==========================
   CELULAR PEQUENO
========================== */

@media (max-width: 430px) {

  .mundial-footer {
    padding:
      60px 18px 28px;
  }

  .mundial-footer h4 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .mundial-footer-brand p {
    font-size: 15px;
  }

  .mundial-footer-bottom {
    font-size: 13px;
  }

}/* End custom CSS */