@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  outline: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  border: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

#card {
  max-width: 420px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

#card img {
  width: max-content;
  max-width: 320px;
}

#card ul.links {
  padding: 0;
  list-style: none;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

#card ul.links li a {
  background: #253fb6;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: 350ms;
  overflow: auto;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 0.5rem;
}
#card ul.links li a:hover {
  background: #ee8c0c;
}
#card ul.links li a i {
  width: 4em;
  text-align: center;
  float: left;
  background: #d92024;
  padding: 0.7em;
  font-size: 1.3em;
}

#card ul.links li a span {
  padding: 0 1rem;
}

#card ul.enderecos {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 100%;
}

#card ul.enderecos li.gotoesa a {
  display: inline-block;
  margin: 0.8em auto 1.5em;
  padding: 0.8em 1em;
  background: #253fb6;
  border-radius: 0.45em;
  color: #fff;
  text-decoration: none;
  transition: 350ms;
}
#card ul.enderecos li.gotoesa a:hover {
  background: #d92024;
}
#card ul.enderecos li.gotoesa a i {
  color: #fff;
}

#card ul.enderecos i {
  margin-right: 0.45em;
}
#card ul.enderecos i.fa-map-marker-alt {
  color: #d92024;
}

#card ul.enderecos li.fone {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0.5em auto;
}
#card ul.enderecos li.fone i {
  font-size: 1em;
  color: #d92024;
}

main div p {
  font-size: 0.85em;
  color: #666;
}

@media screen and (max-height: 800px) {
  #card ul.enderecos {
    display: none;
  }
  #card ul.links li.opt {
    display: none;
  }
}
