@charset "utf-8";
@font-face {
	font-family: 'futura';
	src: url('../../../../../home/assets/fonts/futuralt-book-webfont.woff') format('woff'), url('../../../../../home/assets/fonts/Futura_LT_Book.ttf') format('truetype');
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.contPreg{
	background-color: #f4f4f4;
}
.titulogrupo{
	background-color: #993527;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
body {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 100;
	line-height: 25px;
	color: #333;
}

h2 {
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 20px;
}

.logo {
	position: relative;
	text-align: center;
	padding: 10px 0;
}

.logo img {
	width: 30%;
}

.imgsPreguntas {
	display: none;
}

.imgPregunta img {
	width: 100%;
	/*height: 128px;*/
}

.grupo{
	margin-top: 20px;
	width: 100%;
	/*min-height: 50px;*/
	/*display: flex;*/
	font-weight: 300;
	align-items: center;
	justify-content: center;
	color: #000000;
}

.pregunta {
	margin-top: 20px;
	width: 100%;
	/*min-height: 50px;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	color:#000;
}

.transparencia{
	opacity: 0.5;
}

#barra_inf{
	margin-top: 5% !important;
	width: 80%;
	margin: 0 auto;
}

.barra_inf {
	margin: 10px 0;
	width: 100%;
	/* padding-bottom: 120px; */
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#993527;
}

.respuestas {
	font-size: 10px;
	min-height: 60px;
	overflow: hidden;
}

.btRespuesta {
	background: url("../images/star.png") no-repeat;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 3px;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#botones {
	/*bottom: 60px;
	height: 50px;
	margin-left: 5%;
	position: absolute;*/
	position: relative;
	margin-left: 5%;
	width: 90%;
}

.completada{	
	margin: 0;
	position: absolute;
	top: 50%;
}

#scrollable{
	height: 90vh;
	/*height: 90dvh*/;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.boton {
	/*-webkit-box-shadow: 10px 10px 5px 0px rgba(116, 116, 116, 1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(116, 116, 116, 1);
	box-shadow: 10px 10px 5px 0px rgba(116, 116, 116, 1);*/
	/*-webkit-box-shadow: 0px 5px 10px 2px rgba(116, 116, 116, 0.19) !important;
	box-shadow: 0px 5px 10px 2px rgba(116, 116, 116, 0.19) !important;*/
	background-color: white !important;
	border-color: white !important;
	border-radius: 60px;
	padding: .75rem 2rem;
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 1.2rem 3rem;
	color: #000;
	/* color: #fff; */
	cursor: pointer;
	/* margin-top: 20px; */
}

.boton:hover {
	/*background-color: #6CACFD;
	background-image: -moz-linear-gradient(center top , #78B9FD, #4D8EFC);
	color: #FFFFFF;*/
}

.botonIzq {
	float: left;
	content:url('../images/bt-anterior.svg'); 
	width: 20%;
}

.botonDer {
	float: right;
	content:url('../images/bt-siguiente.svg'); 
	width: 20%;
}

/*.botonDer::before{
}*/

.botonCent {
}

.botonFin {
	float: right;
    font-size: 1.7rem;
    text-decoration: underline;
}
.botonFin:hover{
    text-decoration: underline;
}

#progreso {
	width: 90%;
	height: 10px;
	display: table;
	margin-top: 20px;
	margin-left: 5%;
	border-bottom-right-radius: 20px;
	border-right: 1px solid #646464;
	border-top-right-radius: 20px;
}

.seccionProg {
	display: table-cell;
	border-left: 1px solid #646464;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f1f1f1 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f1f1f1 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3f3f3 0%, #f1f1f1 10%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f1f1f1', GradientType=0); /* IE6-9 */
}
.seccionProgSin {
	background: #ff0000;
}

.seccionProgDone {
	background: #c5da98; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000  8%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #000000  8%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #000000  8%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5da98', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.seccionProgActual {
	background: #c5f4b0; /* Old browsers */
	background: -moz-linear-gradient(top, #c5da98 0%, #cceba5  10%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c5da98 0%, #cceba5  10%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c5da98 0%, #cceba5  10%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to bottom, #c5da98 0%, #cceba5  10%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5f4b0', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.firstSec {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.seccionProg:last-child {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.campoRespuestas {
	/*width: 100%;*/	
    width: fit-content;
    margin: 0 auto;
}
.valoracNume{
	/* width: 320px; */
	overflow: hidden;
}
.respvalornume{
	cursor: pointer;
	width: 30px;
    height: 30px;
    float: left;
	font-size:20px;
	border: 1px Solid #959595;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
} 
.yesNo {
	width: 320px;
	overflow: hidden;
}
#yesNo{
	display: inline-block;
}
.newradi{
	width: 80%;
}
.btYesNo {
	cursor: pointer;
}
.d-none{
	display: none;
}
.yes,
.no,
.maybe {
	width: 106px;
	height: 60px;
	float: left;
}

.yes {
	background: url("../images/yes.png") 50% 0 no-repeat;
}
.yes.marcado {
	background: url("../images/yes_mark.png") 50% 0 no-repeat;
}
.no {
	background: url("../images/no.png") 50% 0 no-repeat;
}
.no.marcado {
	background: url("../images/no_mark.png") 50% 0 no-repeat;
}
.tdRadioQuestion{
	text-align: left;
}
.respvalornume.marcado{
	color: white;
    background-color: #993527;
    border: solid 1px #993527;
}

.maybe {
	background: url("../images/maybe.png") 50% 0 no-repeat;
}
.maybe.marcado {
	background: url("../images/maybe_mark.png") 50% 0 no-repeat;
}

.yes,
.no,
.maybe {
	background-size: 60px 60px;
}

.codigo {
	font-size: 26px;
	font-weight: bold;
}

.logo_2,
.logo_3,
.logo_4,
.logo_5,
.logo_6 {
	display: none;
}

#pie {
	height: 10px;
	clear: both;
}

#botonEmail {
	clear: both;
	margin: 20px;
}

.sep {
	margin: 20px 0;
}

#btStats {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
}
.pregunta p{
	font-weight: bold;
	font-family: 'futura';
}
textarea,
input[type="text"] {
	border: 1px solid #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #333;
	padding: 4px 10px;
	font-size: 20px;
	line-height: 20px;
}
textarea {
	padding: 10px 10px;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	width: 100%;
}

.respuestasStar,
.yesNo,.valoracNume {
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;

}

.txtFinEncuesta {
	font-size: 20px;
}

#sendEmail label {
	font-size: 16px;
}
.respuestasStar{
	width: 100% !important;
}

.respuestasStar img {
	width: 20%;
	height: auto;
}

#wrapper {
	max-width: 800px;
	max-width: 500px;
	margin: 0 auto;
}
.radiopregun{
	width: 80%;
}

@media (max-width: 769px) {
	body{		
		font-size: 18px;
	}
	textarea {
		padding: 0px;
	}
	#wrapper {
		max-width: auto;
		margin: auto;
	}
	.boton {		
		padding: 1.2rem 0.3rem;
		border-radius: 0px;
	}
	#botones{		
		position: initial;
	}
	.botonFin{		
		font-size: 1.3rem;
	}	
	#yesNo {
		width: 100%;
	}
	.yes,
	.no,
	.maybe {
		width: 33%;
		height: 60px;
		float: left;
	}
	#scrollable{
		height: 80vh;
		/*height: 80dvh;*/
	}
}

.respuestas table {
	display: inline-block;
	margin: 0px auto 20px;
}
.respuestas table td {
	font-size: 22px;
	padding-bottom: 15px;
	vertical-align: middle;
}

.tituloEncuesta {
	color: #993527;
	font-family: 'futura';
	font-size: 30px;
	font-weight: 500;
}
.respuestasStar.respuestasStar-numbers img{
	width: 10%;
}
.respuestasStar.respuestasStar-numbers .transparencia{
	opacity: 0.3;
}
#botonEmail .botonEmail{
	background-color: #333 !important;
	color: #fff !important;
	padding: 1.2rem 3rem !important;
	border-radius: 60px !important;
}

@media only screen and (max-width: 768px) {
	#campoRespuestas textarea {
		height: 60px;
		padding: 10px;
		width: -webkit-fill-available;
	}
	.txtFinEncuesta{
		font-size: 16px;
	}
	#scrollable.scrollable-finalizar {
		height: 90vh;
		/*height: 90dvh*/;
	}
}
@media only screen and (max-width: 400px) {
	.logo img {
		width: 20%;
	}
	#botonEmail .botonEmail {
		padding: 0.2rem 1rem !important;
	}
	.txtFinEncuesta{
		font-size: 14px;
	}
	#scrollable.scrollable-finalizar input[type="text"] {
		font-size: 16px;
	}
}