:root {
  --main-color: #000000;
  --secondary-color: #000000;
}
body {
  background-color: black;
  background-image: url('../images/mosca.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%;
}
body * {
  color: white;
}
@font-face {
  font-family: QuickSand, sans-serif;
  src: url('/fonts/Quicksand-Medium.ttf') format('truetype');
}


.submits {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  font-family: QuickSand, sans-serif;
}

.submits .submit input {
  padding: 5px 30px;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: white;
  color: var(--secondary-color);
}

textarea {
  resize: none;
}
.inputs .input-style input,
.inputs .input-style textarea,
.inputs .input-style select {
  border: none;
  outline: none;
  background: none;
  font-family: QuickSand, sans-serif;
  background-color: white;
  color: #666666;
  width: 100%;
  overflow-y: hidden;
  padding: 10px 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
.inputs .input-style option {
  color: black!important;
}
.inputs .input-style textarea {
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .content.check {
    width: 400px;
    text-wrap: balance;
  }

  .submits {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    font-family: QuickSand, sans-serif;
  }

  .submits .submit input {
    padding: 5px 30px;
    border: none;
    border-radius: 8px;
    outline: none;
    background-color: white;
    color: var(--secondary-color);
  }
}

.form-desc {
  text-align: center;
  font-size: 28px;
  color: var(--main-color);
  font-family: QuickSand, sans-serif;
}

.clearer {
  clear: both;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 112px);
  /* background: url(../images/background.jpg) no-repeat 50% 100% / cover; */
}

section.thanks .content.first {
  display: none;
}

.thanks {
  background-color: #000000;
  background-image: url('../images/mosca.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%;
}

section.thanks .content.form {
  display: none;
}

section.thanks .content.check {
  display: block;
  padding-bottom: 8vh;
}

section.ask .content.first {
  display: none;
}

section.ask .content.form {
  display: block;
}

section .content {
  width: 600px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}

section .content.check {
  display: none;
  background: none;
}

section .content.form {
  display: none;
  background: none;
}

.content .logo {
  text-align: center;
  padding-bottom: 19vh;
  padding-top: 5vh;
}

.content .logo img {
  width: 20%;
  min-width: 280px;
}
.thanks .content .logo {
  padding-bottom: 8vh;
}

.thanks .content .text {
  padding: 0;
  margin-bottom: 40px;
}
/* @media only screen and (max-width: 768px) {
  .content .logo img {
    width: 60%;
    min-width: 200px;
  }
} */

.content .text {
  text-align: center;
  padding: 0 40px;
  font-size: 28px;
  color: white;
  font-family: QuickSand, sans-serif;
  font-weight: bold;
}

.content .text p {
  color: #ffffff;
}

section .content .stars {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20vh;
}

section .content .stars a {
  padding: 0 5px;
  transition: 0.4s;
}

section .content .stars a:hover {
  text-decoration: none;
}

section .content .stars a:hover svg {
  transition: 0.4s;
}

section .content .stars a:hover svg .st0 {
  fill: #ffffff;
}

section .content .stars a.someClass svg .st0 {
  fill: #ffffff;
}

section .content .stars a svg {
  width: 60px;
}

section .content .stars a svg .st1 {
  fill: #ffffff;
}

.stars a svg .st0 {
  fill: transparent;
  /* color base gris o apagado */
  transition: fill 0.3s;
}

.stars a.hovered svg .st0 {
  fill: #fff;
  /* color iluminado */
}

.content .check {
  text-align: center;
  padding: 5vh 0;
}

.content .check img {
  width: 100px;
}

.bg-main {
  background: #ffffff;
}

.bg-secondary {
background-color: black!important;
  background-image: url('../images/mosca.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%;
}
.bg-secondary .content.check {
  width: 100%;
}

.text-main {
  color: #ffffff !important;
}

footer {
  background-color: white;
  padding: 30px 0;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer p {
  margin: 0;
  text-align: center;
  font-family: QuickSand, sans-serif;
  color: white;
  font-size: 36px;
}

footer p a {
  color: black;
}

footer p a:hover {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  section .content .text {
    font-size: 23px;
  }

  section .content .stars a {
    padding: 0 5px;
  }

  section .content .stars a svg {
    width: 40px;
  }


  /* section .content .logo img {
    min-width: 140px;
    width: 60%;
  } */
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.ttf') format('truetype');
}

@font-face {
  font-family: 'Arial-Bold';
  src: url('../fonts/Arial-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'NB-International-Regular-Webfont';
  src: url('../fonts/NB-International-Regular-Webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'NB-International-Pro-Bold';
  src: url('../fonts/NB-International-Pro-Bold.otf') format('opentype');
}
