body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  margin-bottom:60px;
  box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom:50px;
	background-color: #000000;
	background-image: url(img/Fondo_Desktop.jpg);
	color: #ffffff;
	font-size: 10pt;
	box-sizing: border-box;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}

.imgInfo {
  width: 70%;
  height: 80%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.quizInfo {
  width: 70%;
  height: 80%;
}

.imgInfo-center{
  max-width: 600px;
  height: 100%;
}

.quizInfo{
  font-size: 10px;
}

.footer {
  height: 50px;
  background-color: #9b0000;
  color: #fff;
  bottom: 0px;
  left: 10px;
  right: 10px;
  margin:auto;
  padding-bottom: 10px;
  text-align: center;
  font-size: small;
  font-weight: normal;
  border: 0px;
}

.popup .overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 1;
  display: none;
}

.popup .content{
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: #fff;
background-color: white;
width: 80%;
height: 20px;
z-index: 2;
text-align: center;
padding: 20px;
box-sizing: border-box;
font-size: 16px;
}

.popup .close-btn{
cursor: pointer;
position: absolute;
right: 20px;
top: 20px;
width: 30px;
height: 30px;
background: #222;
color: #fff;
font-size: 15px;
font-weight: 300;
line-height: 30px;
text-align: center;
border-radius: 50%;
padding: 0px;

}

.popup.active .overlay{
display: block;
}

.popup.active .content{
transition: all 300ms ease-in-out;
transform: translate(-50%, -50%) scale(1);
}

.btnBases{
border: none;
}

.btnSend{
  background-color: #ffe400;
  padding: 9px 24px;
  border: none;
  color: #000000;
}

.LeyendasPromo{
  background-color: #fff;
  text-align: left;
}

.textoBases{
  font-size: 10px;
  padding: 10px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width:767px) {
  .wrapper{
    width: 100%;
    height: 10%;
    display: inline;
    align-items: center;
    padding: 30px;
	  left: 50%;
	  box-sizing: border-box;
  }
  
  .btnSend{
    background-color: #AF1A14;
    padding: 30px 24px;
    border: none;
    color: #fff;
    margin-bottom: 50%;
    margin-right: 50%;
    margin-left: 50%;
  }

.footer{
	height: auto;
	position: fixed;
}

.quizInfo{
	text-align: left;
	width: 100%;
	padding: 10px;
}

.imgInfo-center{
  max-width: 600px;
  height: 100%;
}

.imgInfo {
  width: 100%;
  height: 80%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.quizInfo{
  font-size: 10px;
}

html {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  background-image: url(img/Fondo_Mobile.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom:50px;
  box-sizing: border-box;
  margin: auto;
}
}