@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html.inner {
  height: 95vh;
}
html.inner body {
  height: 100%;
  background: #CD131C;
}

body {
  font-family: "Roboto", sans-serif;
  background: #F0F0F0 url(../img/bg-header.png) repeat-x center top;
  background-size: auto 400px;
}

a {
  transition: all 0.3s ease-in-out;
}

hr {
  border: 1px solid #CCC;
  border-width: 1px 0 0;
  margin: 2rem 0;
  width: 100%;
}

.container {
  width: 95%;
  margin: 0 auto 2rem;
  max-width: 500px;
}
.container.inner {
  height: 90vh;
}
.container .single-page {
  color: #CD131C;
  padding: 2rem;
  text-align: center;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .single-page img {
  max-width: 200px;
  margin-bottom: 2rem;
}
.container .single-page h1 {
  font-size: 3rem;
  font-weight: lighter;
  margin-bottom: 2rem;
}
.container .single-page p {
  font-size: 1.25rem;
}
.container header {
  text-align: center;
  padding: 2rem;
  color: white;
  position: relative;
}
.container header figure {
  margin-bottom: 1rem;
}
.container header figure img {
  border: 2px solid white;
  border-radius: 50%;
  width: 200px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.container header a {
  display: block;
  position: absolute;
  top: 2rem;
  right: 0;
  border-radius: 5px;
  background: white;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.35em 0.75em 0.5em;
}
.container header a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/download.svg) no-repeat center center;
  background-size: auto 100%;
  margin-left: 0.25rem;
  position: relative;
  top: 2px;
}
.container header a:hover, .container header a:focus {
  background: #CCC;
}
.container header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.container header h2 {
  font-size: 1rem;
  font-weight: normal;
}
.container section {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.container section.section-contact {
  padding: 1rem;
  display: flex;
  align-items: center;
}
.container section.section-contact img {
  width: 30px;
  display: block;
  margin-right: 0.75rem;
}
@media (min-width: 400px) {
  .container section.section-contact img {
    width: 40px;
    margin-right: 1rem;
  }
}
.container section.section-contact .section-inner {
  padding-left: 0.75rem;
  border-left: 1px solid #F0F0F0;
}
@media (min-width: 400px) {
  .container section.section-contact .section-inner {
    padding-left: 1rem;
  }
}
.container section.section-contact .section-inner h3 {
  font-size: 0.875rem;
}
@media (min-width: 400px) {
  .container section.section-contact .section-inner h3 {
    font-size: 1rem;
  }
}
.container section.section-contact .section-inner span,
.container section.section-contact .section-inner address {
  display: block;
  font-style: normal;
  color: #CD131C;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 400px) {
  .container section.section-contact .section-inner span,
.container section.section-contact .section-inner address {
    font-size: 1.125rem;
  }
}
.container section.section-contact .section-inner a {
  display: inline-block;
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}
.container section.section-contact .section-inner a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/caret-right-solid.svg) no-repeat center center;
  background-size: auto 100%;
  margin-left: -0.125rem;
  position: relative;
  top: 3px;
}
.container section.section-contact .section-inner a:hover, .container section.section-contact .section-inner a:focus {
  color: black;
}
.container section figure {
  text-align: center;
}
.container section figure img {
  max-width: 250px;
  width: 100%;
}

#cartoes {
  list-style: none;
  width: 100%;
}
#cartoes li {
  border-bottom: 1px solid #DDD;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#cartoes li:last-of-type {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
#cartoes a {
  text-decoration: none;
  display: block;
  color: black;
}
#cartoes a figure {
  margin-bottom: 0.5rem !important;
}
#cartoes a figure img {
  border: 2px solid white;
  border-radius: 50%;
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#cartoes a:hover figure img, #cartoes a:focus figure img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#cartoes a h2 {
  margin: 0;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  background: #CD131C;
  padding: 0.5em 1em;
  font-weight: bold;
}
.btn:hover, .btn:focus {
  background: #b61119;
}

/*# sourceMappingURL=style.css.map */
