body {
  height: 100vh;
  overflow-x: hidden;
}

.clearer {
  clear: both;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, .5) 40%,
    rgba(0, 0, 0, .4) 65%
  ), url(../images/fondo.jpg) 0% 50% / cover;
  
}
section.thanks .content.first {
  display: none;
  
}
section.thanks .content.form {
  display: none;
}
section.thanks .content.check {
  display: block;
}
section.ask .content.first {
  display: none;
}
section.ask .content.form {
  display: block;
}
section .content {
  width: 520px;
  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;
}
section .content .logo {
  text-align: center;
  padding-bottom: 5vh;
  border-radius: 50%;

}
section .content .logo img {
  width: 60%;
  min-width: 200px;
}
section .content .text {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-family: 'OpenSans-Regular';
  padding-top: 140px;
}
section .content .stars {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20vh;
}
section .content .stars a {
  padding: 0 5px;
  transition: .4s;
}
section .content .stars a:hover {
  text-decoration: none;
}
section .content .stars a:hover svg {
  transition: .4s;
}
section .content .stars a:hover svg .st0 {
  fill: #EF873A;
}
section .content .stars a.someClass svg .st0 {
  fill: #EF873A;
}
section .content .stars a svg {
  width: 60px;
}
section .content .stars a svg .st1 {
  fill: #EF873A;
}
section .content .check {
  text-align: center;
  padding: 5vh 0;
}
section .content .check img {
  width: 100px;
}
footer {
  background: #EF873A;
  padding: 30px 0;
}
footer p {
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 20px;
}
footer p a {
  color: white;
}
footer p a:hover{
  color: inherit;
}
@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;
  }
  footer p {
    font-size: 13px;
  }
  section .content .logo img {
    min-width: 140px;
    width: 60%;
  }
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@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: 'NexaHeavy';
  src: url("../fonts/NexaHeavy.otf") format("opentype");
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
