@font-face {
  font-family: "Noto";
  src: url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
  font-weight: 400;
  font-style: normal;
  unicode-range: 02AF-A000;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("/CormorantGaramond-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+00-FF;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("/CormorantGaramond-Italic.ttf");
  font-weight: 400;
  font-style: italic;
  unicode-range: U+00-FF;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("/CormorantGaramond-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  unicode-range: U+00-FF;
}
/* @font-face {
    font-family: "Noto";
    src: url("NotoSerifSC-Regular.otf");
    font-weight: 400;
    font-style: normal;
  } */

body {
  background-color: #fff;
  font-family: "CormorantGaramond", serif;
  font-size: 28px;
  line-height: 1.42em;
  color: #e60000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-feature-settings: "kern"; /* turns on kerning */
  text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
  -webkit-font-smoothing: auto; /* apply font anti-aliasing for Webkit on OSX */
  -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
}
h1,
p,
em {
  transform: scaleX(0.95);
}
em {
  font-style: italic;
}
.contentWrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}

/* .contentWrapper p {
  line-height: 2rem;
} */

body p {
  margin: 0.75rem 0;
}

img {
  width: 12rem;
  display: block;
  margin: 6rem auto;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  /* border-bottom: 1px solid #222; */
  padding: 3rem;
  border: 1px solid red;
  margin: 7rem auto 6rem;
}

form label {
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  margin-top: 14px;
}

form input {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #e60000;
  /* border-radius: 0.5rem; */
  font-size: 1rem;
  font-family: "ComorantGaramond", serif;
}

form input[type="radio"] {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 0.5rem;
}
form input[type="submit"] {
  background-color: transparent;
  font-style: italic;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0px;
  color: #e60000;
  border: none;
  border-bottom: 1px solid #e60000;
  width: auto;
  margin: 0 auto;
  /* color: black; */
}

form input[type="submit"]:hover {
  border-bottom: 1px solid red;
}

form input[type="radio"] + span {
  text-align: left;
  margin-right: 1rem;
  font-size: 1.1rem;
}
form .radioWrapper {
  width: 100%;
}

form .radiosWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

form .radios,
form .radioWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-basis: content;
}
form .radios {
  padding: 2rem 0 0;
  justify-content: center;
}

.bottom-info {
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 520px;
}

.bottom-info em {
  font-size: 18px;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0;
}

.bottom-info .info {
  margin-bottom: 2rem;
  line-height: 1.5em;
}

.small {
  font-size: 18px;
}

#juno {
  margin: 0;
  padding: 0;
  width: 400px;
  margin: 0 auto;
}
.junoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.juno-text {
  /* font-family: "Garamond", serif; */
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 0 2rem;
}

.address {
  font-size: 22px;
  line-height: 1.5em;
  max-width: 480px;
  margin: 0 auto;
}

.address a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.instituicao {
  margin: 3rem 0;
}

.instituicao h2 {
  font-size: 1rem;
  font-family: "ComorantGaramond", serif;
  font-style: italic;
  font-weight: 200;
}

.instituicao p {
  font-size: 0.9rem;
}

.instituicao a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #999;
  font-size: 1rem;
}
.show-desktop {
  display: block;
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  form input[type="radio"] + span {
    font-size: 1rem;
  }
  form {
    padding: 2rem;
  }
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
    line-height: 2rem;
    padding: 0rem 1rem;
  }
  form .radiosWrapper {
    flex-direction: column;
  }
  form input[type="radio"] + span {
    line-height: 1rem;
    margin-top: 1rem;
  }
}
