#survey p input[type="text"],
#survey p input[type="tel"],
#survey p input[type="email"]{
    border-radius: 0px;
    border: solid 1px #FFF;
    padding: 5px 8px;
	font-family: mirai-regularuploaded_file;
	font-size: 16px;
	text-align: left;
	color: #7a7a87;
	line-height: 24px;
	letter-spacing: .1px;
	
	display: block;
	padding: 0 20px;
	width: 100%;
	position: relative;
	border: 1px solid #e3e3e8;
	border-radius: 5px;
	height: 50px;
	padding-top: 15px\9;
	font-family: mirai-regularuploaded_file;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #2a2a2e;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border 0.5s ease;
}

#survey p input[type="submit"] {

	/*background-color: #ff6d46;*/
	background-color: #7878be;
	color: #FFF;
	padding: 8px 18px;
	cursor: pointer;
	font-family: mirai-regularuploaded_file;
	transition: 0.3s all;
	text-align: center;
	border: none;
	border-radius: 24px;
	text-transform: uppercase;
}


.pdf {
    text-align: center;
}

.descargarPDF {
	background-image: url(img/pdf.png);
	background-color: #ff6d42;
	color: #FFF;
	padding: 12px 22px 12px 66px;
	cursor: pointer;
	font-family: mirai-regularuploaded_file;
	transition: 0.3s all;
	text-align: center;
	border: none;
	border-radius: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16pt;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 26px center;
}

#cortina {
    position: fixed;
    background-color: rgb(53, 44, 36);
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 10px;
    box-sizing: border-box;
	overflow-y: scroll;	
}


#survey {
    background-color: #FFF;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
	width: 500px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.opciones  {
    font-size: 0pt;
	text-align: center;
}

.opciones.error  label{
	box-shadow: 0px 0px 5px 2px rgba(252,81,8,0.53);
}

.opciones label {
    display: inline-block;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    padding: 3px 6px 3px 3px;
    border-radius: 0px;
    font-size: 12pt;
	min-width: 40px;
	text-align: center;
	cursor:pointer;
	background-color:#FFF;
}

.opciones.estrella label {
  display: inline-block;
  padding: 3px;
  margin:0px;
  border-radius: 0px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-image: url(img/star_off.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0pt;
}

.opciones label.selected {
	color:#FFF;
	background-color:#ebb50e;
}

.opciones.estrella label.selected {
  background-image: url(img/star_on.svg);
  background-color:transparent;
}

.opciones label:first-child{
    border-radius: 10px 0px 0px 10px;
	border-left: solid 1px gray;
}

.opciones.estrella label:first-child {
  border-radius: 0px;
  border-left: none;
}

.opciones label:last-child{
    border-radius: 0px 10px 10px 0px;
}

.opciones label  input{
	opacity:0;
	margin-left: -14px;
}

.opciones.estrella label input {
  opacity: 0;
  margin-left: -42px;
}

.center{
	text-align:center;
}

.none{
	display:none!important;
}

#encuesta_llenada{
  padding: 50px;
  text-align:center;
}

.bloque {
  margin-bottom: 60px;
}

.bloque>div{
	border-bottom: solid 1px #c5c5c5;
	padding-bottom: 20px;
}

textarea{
  width: 100%;
  border: 1px solid rgb(197, 197, 197);
  height: 130px;
  margin: 0px;
}

textarea:focus { 
    outline: none !important;
 }

#medidor_texto{
  width: 0%;
  height: 2px;
  background-color: red;
}

@media only screen and (max-width: 768px){
	#survey {
		width: 100%;
	}
	
	.encuesta_llenada{
	  
	}
	
	
}

