* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

/* HERO */
.hero {
  height: 101vh;
  background-image: url("../images/foto.svg");
  background-size: cover;
  width: 100%;
  display: grid;
}

header {
  margin-top: clamp(80px, 20vh, 320px);
}

header figure {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

header .titulo {
  font-family: "Times New Roman", serif;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  font-size: 144px;
  letter-spacing: -8.64px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

main .row {
  height: 100%;
  align-items: end;
}

main .box-infos {
  display: grid;
  row-gap: 32px;
  color: #fff;
  align-items: flex-end;
}

main .box-infos .subtitulo {
  text-shadow: 0 0 6px #000;
  font-family: Helvetica;
  font-size: clamp(32px, 5vw, 40px);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 574.98px) {
  main .box-infos .subtitulo {
    font-size: clamp(24px, 5vw, 32px);
  }
}

main .box-infos address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
  margin-bottom: 0;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
}

main .box-infos address .info {
  margin-bottom: 0px;
  text-align: center;
  font-size: clamp(16px, 2.5vw, 24px);
}

main .box-infos address span {
  font-size: clamp(16px, 2.9vw, 25px);
}

main .box-infos address .info:first-child {
  flex: 1 0 100%;
  text-align: center;
  font-size: clamp(16px, 2.5vw, 24px);
}

main .box-infos address .info:not(:first-child) {
  color: #fff;
}

main .box-infos address a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

main .box-infos address a:hover {
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.info {
  text-shadow: 0 0 6px #000;
  font-family: Helvetica;
  font-size: 24px;
}

.footer {
  height: clamp(80px, 13vh, 120px);
  width: 100%;
  margin-top: auto;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 574.98px) {
  .footer {
    height: auto;
    padding-block: 24px;
  }
}

.footer-content {
  min-height: 45px;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media screen and (max-width: 574.98px) {
  .footer-content {
    justify-content: center !important;
  }
}

.logo-mpx {
  max-width: 110px;
  height: auto;
}
