@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');




.tituloEncuesta{
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	margin: 0px;
	color: #767676;
	text-align: center;
	
}

.informacion{
	width: 100%;
	text-align: center;
	margin: 5px;
	padding-top: 20px;
	height: 40px;
}


.textoEncuesta{
	width: 95%;
	text-align: justify;
	margin: 10px;
	padding-top: 20px;
	height: 40px;
	text-align: center;
    color: #767676;
}

.containerFormulario{
    justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	min-width: 700px;
	width: 20%;
	background-color: #FFFFFF;
	color: #767676;
	font-size: 15px;
	box-shadow: 10px 15px 30px;
	border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 30px;

}

.cFormulario{
    justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	min-width: 900px;
	width: 20%;
	background-color: #FFFFFF;
		box-shadow: 10px 15px 30px;
	border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 30px;



}
.rowTabla{
    display: flex;
	justify-content: center;
	align-items: center;
	color: #767676;
	margin-top: 15px;

}
.labels{
	width: 100%;
	margin-right: 20px;
	margin-left: 10px;
	text-align: right;
}
.rightTabla{
	width: 100%;
	margin-right: 10px;

}


.input-field{
	width: 80%;
}

.radio{
	border: 2px solid white;
	background:white;
}

.usuarioRanking{
	float: left;
    top: 0;
    left: 0;
    height: 18px;
	width: 18px;
	border-radius: 100%;
	z-index: 1;

	background:#2AC176;

}

.boton{
	width: 100%;
	height: 70px;
	text-align: center;
}

button{
	width: 150px;
	height: 50px;
	margin-top: 10px;
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	border-radius: 10%;
	box-shadow: 5px 7px 10px;
}

.rowArchivo{
    display: flex;
	justify-content: center;
	align-items: center; 
	margin-top: 15px;

}

