.clearer {
  clear: both;
}

header .container{
  text-align: center;
}
header img{
  width: 150px;
}

section {
  display: flex;
    justify-content: flex-end;
  flex-direction: column;
  align-items: center;
/*  height: calc(100vh - 105px);*/
  height: 100vh;
  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;
}
section.white:after{
  background: rgba(255, 255, 255, .9);
}*/
section.white  header img{
  filter: invert(1);
}
 section .bgbox{
   position: relative;
   z-index: 2;
   padding-bottom: 35vh
 }
 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: 4vh;
   display: flex;
   justify-content: center;
 }
 section header .logo-promo img{
   width: 15vw;
   min-width: 170px;
 }
 section header .logo{
   width: 100%;
   text-align: center;
 }
 section header .logo img{
   width: 15vw;
   min-width: 200px;
 }
section .content {
  width: 500px;
  max-width: 100%;
  background: white;
  background: url(../images/back.svg) no-repeat 50% 100% / contain;
}
section .content {
  display: none;
  background: none;
}
section .content.active{
  display: block;
}
section .content .logo {
  text-align: center;
  padding-bottom: 5vh;
}
section .content .logo img {
  width: 80%;
  min-width: 200px;
}
section .content .text {
  text-align: center;
/*  color: white;  */
  color: black;
  font-size: 35px;
  font-family: 'Bitter-Bold';
  padding-top: 1vh;
}
section .content .gracias {
  text-align: center;
  color: white;
  font-size: 22px;
  font-family: 'Bitter-Italic';
  padding-top: 4vh;
}
section .content .text.black{
  color: #341c30;
}
section .content .stars {
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
  margin-bottom: 50px;
}
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 {
  fill: #C71434;
}

section .content .stars a svg {
  width: 80px;
  padding: 0 10px;
}
section .content .stars a svg .st1 {
  fill: #631332;
}
section .content .botones a{
  display: block;
  width: 100%;
  border: solid 2px white;
  color: white;
  text-align: center;
  padding: 10px;
  margin: 30px 0;
  font-family: 'HKGrotesk-Regular';
  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 {
/*  border-top: 2px solid #ffcb00;*/

}
footer {
  margin: 0;
  text-align: center;
  font-family: 'CeraPro-Light';
  color: white;
  font-size: 30px;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  background-color: #FFF; 
}

footer a {
  color: black;
}
footer a:hover{
  color: white;
}
footer .container img{
  height: 6vh;
}
@media only screen and (max-width: 480px) {
  section header .logo-promo img{
/*    min-width: 230px;*/
  }
  section header .logo-promo .imagen1{
    height: 11vh !important;
  }
  section header .logo-promo .imagen2{
    height: 7vh !important;
  }
  section header .logo img{
    min-width: 230px;
  }
  section .content{
    width: 100%;
    }
  section .content .text {
    font-size: 23px;
    padding: 20px;
  }
  section .content .stars a {
    padding: 0px;
  }
  section .content .stars a svg {
    width: 70px;
    padding: 0 5px;
  }
  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: '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: 'Bitter-Bold';
  src: url("../fonts/Bitter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Bitter-Italic';
  src: url("../fonts/Bitter-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'CeraPro-Light';
  src: url("../fonts/CeraPro-Light.otf") format("opentype");
}
@font-face {
  font-family: 'CeraPro-Medium';
  src: url("../fonts/CeraPro-Medium.otf") format("opentype");
}
