.clearer {
  clear: both;
}

section {
  display: flex;
    justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 105px);
  min-height: 550px;
  position: relative;
  background-size: cover;
  background-position: no-repeat 50% 50%;
}
section:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
  transition: .4s;
  }

  /* PAGINA DE GRACIAS */
  section.white:after{
    background: #212448
  }
/* 
section.white  header img{
  filter: invert(1);
} */

.color{
  background-color: #212448;
}

.colorwhite{
  color: white;
}

 section .bgbox{
   position: relative;
   z-index: 2;
   padding-bottom: 28vh
 }
 section header{
   position: absolute;
   z-index: 2;
   top: 0;
   width: 100%;
   padding: 4vh 0;
 }
 section header .logo-promo{
   width: 100%;
   text-align: center;
   padding-bottom: 2vh;
 }
 section header .logo-promo img{
   width: 10vw;
   min-width: 200px;
 }
 section header .logo{
   width: 100%;
   text-align: center;
 }
 section header .logo img{
   width: 15vw;
   min-width: 300px;
 }
section .content {
  width: 500px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}
section .content {
  height: 0;
  overflow: hidden;
  transition: 1.5s;
  opacity: 0;
  transform: translateY(20px);
}
section .content.active{
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
section .content .logo {
  text-align: center;
  padding-bottom: 7vh;
}
section .content .logo img {
  width: 80%;
  min-width: 200px;
}
section .content .text {
  text-align: center;
  color: white;
  font-size: 35px;
  font-family: 'NiveauGrotesklight';
  padding-bottom: 4vh;
  transition: 0;
}
section .content .text.black{
  color: white;
}
section .content .stars {
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  transition: 0;
}
section .content .stars a {

  transition: .4s;
}
section .content .stars a:hover {
  text-decoration: none;
}
section .content .stars a svg .st0  {
  transition: .4s;
}
section .content .stars a:hover svg .st0,section .content .stars a.someClass svg .st0,section .content .stars a.someClass2 svg .st0 {
  fill: #ffffff;
}

section .content .stars a svg {
  width: 80px;
  padding: 0 10px;
}
section .content .stars a svg .st1 {
  fill: #69969D;
}
section .content .botones a{
  display: block;
  width: 100%;
  border: solid 2px white;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 30px 0;
  font-family: 'NiveauGrotesklight';
  font-size: 23px;
  transition: .2s;
}
section .content .botones a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
section .content .check {
  text-align: center;
  padding: 5vh 0;
}
section .content .check img {
  width: 100px;
}
footer {
  background: #AAC12F;
  padding: 30px 0;
  color: black;
}
footer {
  margin: 0;
  text-align: center;
  font-family: 'NiveauGrotesklight';
  font-size: 30px;
}
footer a,
footer a:hover {
  color: black;

}
@media only screen and (max-width: 480px) {
  section header .logo-promo img{
    min-width: 140px;
  }
  section header .logo img{
    min-width: 230px;
  }
  section .content{
    width: 100%;
    }
  section .bgbox{
    padding-bottom: 25vh;
  }
  section .content .text {
    font-size: 25px;
    padding: 20px;
  }
  section .content .stars a {
    padding: 0px;
  }
  section .content .stars a svg {
    width: 60px;
  }
  footer p {
    font-size: 13px;
  }
  section .content .logo img {
    min-width: 140px;
    width: 60%;
  }
  section .content .check{
    padding: 3vh 0;

  }
  section .content .check img{
    width: 80px;
  }
  section .content .botones a{
    font-size: 20px;
    padding: 5px;
  }

}


@font-face {
  font-family: 'NiveauGrotesk';
  src: url("../fonts/NiveauGroteskMedium.otf") format("opentype");
}

@font-face {
  font-family: 'NiveauGrotesklight';
  src: url("../fonts/NiveauGroteskRegular.otf") format("opentype");
}
