

@font-face {
font-family: "montserrat";
src: url(fonts/Montserrat-Bold.otf);
}

body{
	margin: 0;
	padding: 0;
	font-family: montserrat, Arial, Verdana;
}

h1,h2,h3,h4{
	animation-name: salto;
	animation-duration: 0.7s;
		text-transform: none;

}
h1{	
	margin-top:20px;
	margin-left:2%;
	margin-right:2%;
	width: 95%;
	display: inline-grid;
	align-items: center;
	align-content: center;
	justify-content: center;


}

.interior{
    margin-top:10%;
    width:100%;
    display: fixed;
    position: absolute;
    align-items: center;
	justify-content: center;
	align-content: center;
}

.cuerpo{
	font-family: montserrat;
	color:#ffffff;
	background-image:url(fondos/fondo2.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	width: 90%;
	height: 85vh;
	margin: auto;
	margin-top: 3%;
	margin-top: 2%;
	align-items: center;
	justify-content: center;
	align-content:center;
	display: fixed;
	position: relative;
	border-radius: 40px;

}

.cuerpolargo{
	font-family: montserrat;
	color:#ffffff;
	width: 90%;
	min-height: 90vh;
	background-color: #14b000;
	margin: 5%;
	margin-top: 3%;
	margin-top: 2%;
	align-items: center;
	justify-content: center;
	display: block;
	position: fixed;
	border-radius: 40px;



}

.cuerporojo{
	font-family: montserrat;
	color:#ffffff;
	width: 90%;
	height: 90vh;
	background-color: #e80042;
	margin: 5%;
	margin-top: 3%;
	margin-top: 2%;
	align-items: center;
	justify-content: center;
	display: block;
	position: fixed;
	border-radius: 40px;



}

.respuestas{
	width: 100%;
	color: #000000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;


}



.consolidado{
	width: 100%;
	height: 90vh;
	display: inline-grid;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;


}


.respuestainterior{
	width: 100%;
	background-color: #ffffff;
	min-height: 30vh;
	border-radius: 10px;
	display: flex;
	margin: 5%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	animation-name: salto;
	animation-duration: 1s;
	transition-duration: 0.5s;

}


.respuestainterior>input{
    Visibility:hidden;
    position:absolute;
    
}

.respuestainterior:hover{
    transform: scale(1.1);
}

.respuestainterior>input+div{
    cursor:pointer;
    min-height: 30vh;
    border-radius: 10px;
	display: flex;
	padding:10%;
	align-content: center;
	align-items: center;
	justify-content: center;
	animation-name: salto;
	animation-duration: 1s;
}



.respuestainterior > input:checked + div{
    
    background-color: #14b000;
    border: 1px solid #red;
    color:#ffffff;
    transform:scale(1.05);
    transition-duration: 0.10s;
    width: 100%;
	min-height: 30vh;
}

.opciones{
	width:100%;
	color: #000000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0;


}

.opciones a{
	text-decoration: none;

}
.opcion{
	width: 95%;
	cursor: pointer;
	background-color: #ffffff;
	min-height: 30vh;
	border-radius: 10px;
	margin: 5%;
	display: flex;
	text-align: center;
	align-content: center;
	align-items: center;
	justify-content: center;
	animation-name: salto;
	animation-duration: 1s;
		transition: 0.5s;

}

.opcion:hover{
	
transform: scale(1.1);

}
.nombre{

	width: 30%;
	height: 30px;
	border-radius: 5px;
	border-style: none;
	text-align: center;
	font-family: montserrat;
	text-transform: uppercase;
	size: 300%;
	animation-name: salto;
	animation-duration: 1s;
}


.boton{

	height: 30px;
	background-color: #37227c;
	color: #ffffff;
	border-radius: 5px;
	border-style: solid;
	border-width:0.08em;
	border-color:#ffffff;
	text-align: center;
	font-family: montserrat;
	text-transform: uppercase;
	size: 300%;
	cursor: pointer;
	transition: 0.5s;
	animation-name: salto;
	animation-duration: 1s;
}
.boton:hover{
	
transform: scale(1.1);

}

.pregunta {
	width: 400px
}

.respuesta {
	width: 400px
}

.checkbox{
	cursor: pointer;
}

.info{
	width: 100%;
	height: 100vh;
	display: inline-grid;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.selecciones{
	width: 80%;
padding-top: 30px;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.celda{
	color: #37227c;
}
.celda2{
	color: #ffffff;
}


.home{
	
display: flex;
position: fixed;
z-index: 100;
float: left;
top: 100px;
left: 100px;
transition-duration: 0.3s;
cursor: pointer;

}

.home:hover{

	transform: scale(1.1);
}


.borrartodo{
    color:#ffffff;
}


@keyframes salto {
  0% {
    transform: scale(0);
  }
75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}