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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-banner {
  width: 100%;
  position: relative;
}
.s-banner picture img {
  height: 100vh;
}
.s-banner .content-banner {
  display: flex;
  margin: 0 5%;
  align-items: center;
  justify-content: center;
  top: 2rem;
  position: absolute;
}
.s-banner .content-banner .logo-banner img {
  max-width: 25%;
}
.s-banner .content-banner .button-banner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.s-banner .content-banner .button-banner a {
  background: #00a1a8;
  white-space: nowrap;
  padding: 1rem 4rem;
  border-radius: 10px;
  color: #fff;
}
.s-banner .content-banner .button-banner a:hover {
  transition: all 0.3s;
  transform: translateY(-3px);
}

@media only screen and (max-width: 768px) {
  .button-banner {
    display: none !important;
    position: absolute !important;
    top: 2rem !important;
    right: 5% !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .button-banner a {
    width: 100% !important;
  }
  .logo-banner {
    text-align: -webkit-left !important;
  }
  .logo-banner a img {
    max-width: 50% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-sobre {
  margin: 5rem 0;
  margin-top: 10rem;
}
.s-sobre .container .content-sobre {
  display: flex;
  justify-content: center;
}
.s-sobre .container .content-sobre .box-left-sobre {
  width: 50%;
}
.s-sobre .container .content-sobre .box-left-sobre .content-box-left {
  width: 90%;
}
.s-sobre .container .content-sobre .box-left-sobre .content-box-left h2 {
  font-size: 2.8rem;
  margin-bottom: -0.5rem;
  color: #00a1a8;
}
.s-sobre .container .content-sobre .box-left-sobre .content-box-left p {
  margin: 1rem 0;
  text-align: justify;
}
.s-sobre .container .content-sobre .box-right-sobre {
  background-color: #fff;
  width: 50%;
  padding: 4rem 0;
  margin-top: -5rem;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00a1a8;
  border-radius: 10px;
  padding: 5rem 2rem;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .block-right-sobre {
  display: flex;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .block-right-sobre .data-sobre i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6rem;
  color: #fff;
  margin-bottom: 2rem;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .block-right-sobre .data-sobre .data-sobre-info strong {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .block-right-sobre .data-sobre .data-sobre-info p {
  margin: 1rem 0;
  color: #fff;
  text-align: justify;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .button-right-sobre {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  width: 70%;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .button-right-sobre button {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  background: #E4B262;
  padding: 2rem;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.s-sobre .container .content-sobre .box-right-sobre .content-box-right .button-right-sobre button:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}

.button-left-sobre {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.button-left-sobre a {
  width: 100%;
  color: #c4c4c4;
  color: #c9c9c9;
  text-decoration: underline;
  font-style: italic;
  text-align: center;
  font-size: 1.4rem;
}
.button-left-sobre a:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .content-sobre {
    flex-direction: column !important;
  }
  .box-left-sobre {
    width: 100% !important;
  }
  .box-left-sobre .content-box-left {
    width: 100% !important;
  }
  .box-left-sobre .content-box-left h2 {
    text-align: center !important;
  }
  .box-right-sobre {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .box-right-sobre .content-box-right {
    margin-top: 1rem !important;
  }
  .box-right-sobre .content-box-right .button-right-sobre {
    width: 100% !important;
  }
  .s-sobre {
    margin-top: 5rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-gabarito {
  margin: 5rem 0;
}
.s-gabarito .container h2 {
  font-size: 2.8rem;
  text-align: center;
  color: #00a1a8;
}
.s-gabarito .container .content-gabarito {
  display: flex;
  gap: 2rem;
}
.s-gabarito .container .content-gabarito .box-left-gabarito,
.s-gabarito .container .content-gabarito .box-right-gabarito {
  width: 50%;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor1,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor1,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor1,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor1 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor1::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor1::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor1::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor1:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor1:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor1:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor1:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor1:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor1:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor1:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor1:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor2,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor2,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor2,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor2 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor2::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor2::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor2::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor2:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor2:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor2:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor2:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor2:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor2:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor2:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor2:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor3,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor3,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor3,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor3 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor3::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor3::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor3::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor3:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor3:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor3:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor3:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor3:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor3:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor3:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor3:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor4,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor4,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor4,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor4 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor4::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor4::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor4::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor4:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor4:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor4:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor4:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor4:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor4:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor4:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor4:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor5,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor5,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor5,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor5 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor5::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor5::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor5::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor5:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor5:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor5:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor5:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor5:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor5:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor5:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor5:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor6,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor6,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor6,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor6 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor6::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor6::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor6::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor6:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor6:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor6:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor6:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor6:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor6:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor6:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor6:hover {
  color: white;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor7,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor7,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor7,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor7 {
  display: block;
  background-color: rgba(219, 246, 17, 0.1);
  border-bottom: 5px solid #E4B262;
  color: #E4B262;
  position: relative;
  transition: color 0.3s;
  width: 100%;
  padding: 3rem 1rem;
  text-align: center;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor7::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor7::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor7::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor7::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E4B262;
  transform: scaleY(0);
  transform-origin: bottom center;
  z-index: -1;
  transition: transform 0.3s;
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor7:hover::after,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor7:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor7:hover::after,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor7:hover::after {
  transform: scaleY(1);
}
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-left .gcor7:hover,
.s-gabarito .container .content-gabarito .box-left-gabarito .info-gabarito-right .gcor7:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-left .gcor7:hover,
.s-gabarito .container .content-gabarito .box-right-gabarito .info-gabarito-right .gcor7:hover {
  color: white;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-prova .container h2 {
  font-size: 2.8rem;
  color: #00a1a8;
}
.s-prova .container .content-prova {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.s-prova .container .content-prova .box-left-prova {
  width: 40%;
}
.s-prova .container .content-prova .box-left-prova .info-left-prova {
  background: #00a1a8;
  padding: 3.5rem;
  border-radius: 10px;
}
.s-prova .container .content-prova .box-left-prova .info-left-prova p {
  margin: 1rem 0;
  color: #fff;
  text-align: justify;
}
.s-prova .container .content-prova .box-right-prova {
  width: 60%;
}
.s-prova .container .content-prova .box-right-prova .info-right-prova p {
  margin: 1rem 0;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .content-prova {
    flex-direction: column !important;
  }
  .content-prova .box-left-prova {
    width: 100% !important;
  }
  .content-prova .box-right-prova {
    width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.s-faq {
  margin: 5rem 0;
}
.s-faq .container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  color: #00a1a8;
}
.s-faq .container .content-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.s-faq .container .content-faq .box-faq-left {
  width: 70%;
}
.s-faq .container .content-faq .box-faq-left .faq-item {
  margin: 2rem 0;
  border: 1px solid #00a1a8;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #00a1a8;
}
.s-faq .container .content-faq .box-faq-left .faq-item .faq-question span {
  color: #fff !important;
}
.s-faq .container .content-faq .box-faq-left .faq-item .faq-question .arrow {
  color: #fff !important;
}
.s-faq .container .content-faq .box-faq-left .faq-item .faq-answer p {
  font-size: 1.6rem;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .s-faq h2 {
    text-align: center !important;
  }
  .content-faq {
    flex-direction: column !important;
  }
  .box-faq-left {
    width: 100% !important;
  }
  .box-faq-right {
    width: 100% !important;
  }
  .faq-question {
    padding: 0 1rem !important;
  }
  .faq-question h4 {
    font-size: 1.6rem !important;
  }
  .box-faq-right h4, .box-faq-right p {
    text-align: center;
  }
  .link-whats-perguntas a {
    padding: 1rem !important;
  }
  .faq-answer {
    padding: 0 1rem !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

footer {
  margin-top: 5rem;
  padding-top: 10rem;
  background: #00a1a8;
}
footer .container .content-footer .itens-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
footer .container .content-footer .itens-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
footer .container .content-footer .itens-footer ul li:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}
footer .container .content-footer .itens-footer ul li a {
  color: #fff;
  font-size: 1.6rem;
}
footer .container .content-footer .itens-footer ul li a:hover {
  color: #E4B262;
  transition: all 0.3s;
}
footer .container .content-footer .social-footer {
  margin: 5rem 0;
}
footer .container .content-footer .social-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
footer .container .content-footer .social-footer ul li:hover {
  transform: translateY(-3px);
  transition: all 0.3s;
}
footer .container .content-footer .social-footer ul li a {
  color: #fff;
}
footer .container .content-footer .social-footer ul li a:hover {
  color: #E4B262;
  transition: all 0.3s;
}
footer .container .content-footer .social-footer ul li a i {
  font-size: 3rem;
}
footer .container .content-footer .dir-reservados {
  text-align: center;
  align-items: end;
}
footer .container .content-footer .dir-reservados p {
  font-size: 1.4rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-top: 5rem !important;
  }
  .itens-footer ul {
    flex-direction: column !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@font-face {
  font-family: NeutraLight;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeutraBook;
  src: url(../fonts/NeutraText-LightAlt.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body p {
  color: #000;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #212121;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

span {
  font-size: 1.6rem;
  color: #212121;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.container {
  width: 90%;
  margin: 0 auto;
}

strong {
  color: #212121;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal .modal-content .close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal .modal-content .close-btn:hover, .modal .modal-content .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content h2 {
  text-align: center;
  margin-bottom: -1rem;
  color: #00a1a8;
}
.modal .modal-content form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 70%;
  padding: 1rem 0;
}
.modal .modal-content form input {
  padding: 1rem 0.5rem;
  border: 1px solid #c8c8c8;
  margin-bottom: 1rem;
}
.modal .modal-content form .btn-envia-form {
  margin-top: 3rem;
  cursor: pointer;
  background: #00a1a8;
  color: #fff;
}
.modal .modal-content form .btn-envia-form:hover {
  background: #fff;
  color: #00a1a8;
  border: 1px solid #00a1a8;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.modal .modal-content form select {
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #c8c8c8;
}
.modal .modal-content form label {
  color: #00a1a8;
}

.modal-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-popup .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  min-height: 90vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}
.modal-popup .modal-content .modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
}
.modal-popup .modal-content .modal-close:hover, .modal-popup .modal-content .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-popup .modal-content .content-modal-conteudo {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.modal-popup .modal-content .content-modal-conteudo .box-left-modal {
  width: 50%;
  border-right: 1px solid #000;
}
.modal-popup .modal-content .content-modal-conteudo .box-left-modal ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem;
}
.modal-popup .modal-content .content-modal-conteudo .box-left-modal ul li {
  list-style: disc;
  font-size: 1.4rem;
}
.modal-popup .modal-content .content-modal-conteudo .box-right-modal {
  width: 50%;
}
.modal-popup .modal-content .content-modal-conteudo .box-right-modal ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem;
}
.modal-popup .modal-content .content-modal-conteudo .box-right-modal ul li {
  list-style: disc;
  font-size: 1.4rem;
}
.modal-popup .modal-content .content-modal-conteudo .box-right-modal ul ul li {
  list-style: circle;
}
.modal-popup .modal-content h2 {
  text-align: center;
}
.modal-popup .modal-content strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .content-modal-conteudo {
    flex-direction: column !important;
  }
  .content-modal-conteudo .box-left-modal {
    border-right: none !important;
    width: 100% !important;
  }
  .content-modal-conteudo .box-right-modal {
    width: 100% !important;
  }
  form {
    width: 100% !important;
    padding: 0 !important;
  }
  form label {
    font-size: 1.6rem !important;
  }
  .modal-content {
    width: 90% !important;
  }
  .modal-content h2 {
    margin-bottom: 0 !important;
  }
  .btn-envia-form {
    margin-top: 1rem !important;
  }
}/*# sourceMappingURL=main.css.map */