﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-style: normal;
  line-height: 1.1;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  outline: 0 none;
  width: 100%;
  text-align: center;
}

ul,
li {
  list-style: none;
  text-align: left;
}

img {
  border: none;
}

a:focus {
  outline: 0px;
}

/*PARA ACCESIBILIDAD*/

@font-face {
  font-family: "kreonbold";
  src: url("../fonts/kreon-bold-webfont.eot");
  src: url("../fonts/kreon-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/kreon-bold-webfont.woff") format("woff"),
    url("../fonts/kreon-bold-webfont.ttf") format("truetype"),
    url("../fonts/kreon-bold-webfont.svg#kreonbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kreonlight";
  src: url("../fonts/kreon-light-webfont.eot");
  src: url("../fonts/kreon-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/kreon-light-webfont.woff") format("woff"),
    url("../fonts/kreon-light-webfont.ttf") format("truetype"),
    url("../fonts/kreon-light-webfont.svg#kreonlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kreonregular";
  src: url("../fonts/kreon-regular-webfont.eot");
  src: url("../fonts/kreon-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/kreon-regular-webfont.woff") format("woff"),
    url("../fonts/kreon-regular-webfont.ttf") format("truetype"),
    url("../fonts/kreon-regular-webfont.svg#kreonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "impactregular";
  src: url("../fonts/impact-webfont.eot");
  src: url("../fonts/impact-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/impact-webfont.woff") format("woff"),
    url("../fonts/impact-webfont.ttf") format("truetype"),
    url("../fonts/impact-webfont.svg#impactregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "back_to_black_demoregular";
  src: url("../fonts/back_to_black_demo.eot");
  src: url("../fonts/back_to_black_demo.eot?#iefix") format("embedded-opentype"),
    url("../fonts/back_to_black_demo.woff2") format("woff2"),
    url("../fonts/back_to_black_demo.woff") format("woff"),
    url("../fonts/back_to_black_demo.ttf") format("truetype"),
    url("../fonts/back_to_black_demo.svg#back_to_black_demoregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*-PARA LECTORES DE PANTALLA*/

.textindent {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}

/*GENERALES TEXTOS*/

h1 {
  font-family: "impactregular";
  text-align: center;
  font-size: 1.125em;
  color: #013a81;
  font-weight: normal;
}

h2 {
  font-family: "kreonlight";
  text-align: center;
  color: #013a81;
  font-weight: normal;
}

h3 {
  font-family: "kreonlight";
  text-align: center;
  color: #013a81;
  font-weight: normal;
}

p {
  font-family: "kreonlight";
  font-size: 0.75em;
  color: #013a81;
}

a {
  font-family: "kreonlight";
  color: #013a81;
  text-decoration: none;
}

#CybotCookiebotDialogBodyContentText p {
  font-size: 16px;
  color: black;
}

/*GENERALES*/

header {
  width: 100%;
  display: inline-block;
}

header a {
  display: inline-block;
}

header h1 {
  margin-top: 20px;
  width: 100%;
  line-height: 40px;
  font-family: "back_to_black_demoregular";
  font-size: 42px;
  color: #1d255c !important;
  text-transform: initial;
  margin-bottom: 10px;
  display: inline-block;
}

header span {
  font-family: "impactregular";
}

section {
  width: 100%;
  display: inline-block;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 20px;
  padding: 20px;
  min-height: auto;
  position: relative;
  margin-top: 20px;
  max-width: 440px;
  padding: 30px;
}
.datos {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.type1,
section.type2,
section.type3,
section.type4,
section.type5 {
  width: 100%;
  max-width: 900px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

section h2 {
  width: 100%;
  text-align: center;
  font-family: "kreonlight";
  color: #013a81;
  font-size: 23px;
  line-height: 40px;
}

section h2.sectionenum {
  background: none repeat scroll 0 0 #404042;
  border-radius: 5px;
  color: #fff;
  float: none;
  font-size: 17px;
  line-height: 17px;
  margin: 32px auto 22px;
  padding: 7px 0;
  text-align: center;
  width: 145px !important;
}

section p {
  width: 100%;
  text-align: center;
  font-family: "kreonlight";
  color: #013a81;
  font-size: 17px;
  line-height: 17px;
  display: inline-block;
}
section h2.sectionenum + p {
  display: block;
  margin: 0 auto;
}
section article {
  width: 100%;
  height: auto;
}

section article > h3 {
  margin-top: 10px;
}

.contenedor-login {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin: 30px 0px;
  flex-direction: column-reverse;
}

section article.leftlogin {
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

section article.leftlogin h2 {
}

section article.leftlogin p {
  /*font-size:13px;
	padding-top:35px;
	margin:35px 0px 0px 0px;*/
  line-height: 14px;
  margin: 15px;
  /*border-top: 2px solid #a6a7a7;*/
  width: 100%;
}

section article.leftlogin > h3 {
  margin-bottom: 18px;
  display: none;
}

section article.rightlogin {
  max-width: 400px;
  width: 100%;
  margin-top: -30px;
}

section article.rightlogin p {
  color: #6f7072;
  font-size: 15px;
  line-height: 24px;
  margin: 6px 0px 0px;
  width: 100%;
}

section article.rightlogin p span {
  float: left;
  line-height: 24px;
  margin-right: 0px;
  width: 140px;
  text-align: left;
}

section article.rightlogin p input {
  color: #6f7072;
  font-size: 15px;
  height: 24px;
  width: 45px;
  float: left;
  margin: 0px 0px 0px 4px;
  padding: 0px 5px;
}

section article.rightlogin p input.ano {
  width: 58px;
}

section article.rightlogin .sexo {
  float: left;
  height: 24px;
  margin-top: 7px;
  margin-right: 4px;
  width: 140px;
}
section article.rightlogin .sexo span {
  float: left;
  margin-right: 0px;
  text-align: left;
  color: #6f7072;
  font-size: 15px;
  line-height: 24px;
  width: 60px;
}

section article.rightlogin .sexo input {
  display: none;
}

section article.rightlogin .sexo input label {
  color: #6f7072;
  line-height: 24px;
  height: 24px;
}

section article.rightlogin .sexo input[type="radio"] + label {
  background: url("../img/radio.png") no-repeat scroll left center transparent;
  color: #ffffff;
  float: left;
  font-family: "kreonlight";
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 20px;
  width: 20px;
  color: #6f7072;
}
section article.rightlogin .sexo input[type="radio"]:checked + label {
  background: url("../img/radio_on.png") no-repeat scroll left center
    transparent;
}

section article.rightlogin select option {
  background: none repeat scroll 0 0 #fff;
}

section article.rightlogin .styled-select0 {
  background: #fff url("../img/arrow.png") no-repeat scroll right center;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #999;
  float: left;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  margin: 6px 0px 0px 0px;
  max-width: 400px;
  margin-bottom: 10px;
}

section article.rightlogin .styled-select0 select {
  background: none;
  border: 0 none;
  border-radius: 4px;
  color: #6f7072;
  font-family: "kreonlight";
  font-size: 14px;
  height: 22px;
  line-height: 1;
  padding: 0px 5px;
  width: 100%;
  max-width: 400px;
}

section article.rightlogin .styled-select0 input {
  margin-top: 0;
}

section article.rightlogin .check {
  float: left;
  margin: 6px 0 0px;
  padding: 0px 0 0;
  text-align: left;
  width: 100%;
}

section article.rightlogin p {
  font-size: 12px;
  text-align: left;
}

section article.rightlogin .check a {
  text-decoration: underline;
}

section article.rightlogin .check input {
  display: none;
}

section article.rightlogin .check input[type="checkbox"] + label {
  background: url("../img/check.png") no-repeat scroll left center transparent;
  color: #6f7072;
  font-family: "kreonlight";
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 0 0 23px;
}

section article.rightlogin .check input[type="checkbox"]:checked + label {
  background: url("../img/check_on.png") no-repeat scroll left center
    transparent;
}

section article.rightlogin .button {
  margin-top: 9px;
}

section article.rightlogin .button {
  margin-top: 8px;
}

span.line {
  float: left;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/line.png) repeat;
  margin-bottom: 23px;
}

/*SECTION 1*/

section.type1 textarea {
  height: 280px;
  margin: 0 auto;
  width: 95%;
  font-size: 15px;
}

.star-rating.rating-xs.rating-active {
  text-align: center;
}

.star-rating.rating-sm.rating-active {
  text-align: center;
}

.rating-xs {
  font-size: 2em;
}

section.type1 p.leyenda {
  font-size: 13px;
}

section.type1 p.pregunta {
  margin-top: 20px;
}

section.type1 p.pregunta.margin {
  margin-top: 30px;
  margin-bottom: 20px;
}
.pregunta {
  width: 100%;
}

#MainContent_lstViewRespuestas_divOpcionesBool_0 {
  width: 100%;
}
.intro-encuesta-bold {
  margin-top: 20px;
  line-height: 1.4em;
  color: #333;
  font-family: "kreonbold";
  font-size: 20px;
}

.intro-encuesta-small {
  font-family: "kreonregular";
  color: #333;
  font-size: 14px;
}

.intro-encuesta-small span {
  text-decoration: underline;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
  font-family: "kreonbold";
  color: #1d255c;
  margin-top: 10px;
  font-size: 20px;
}

.intro-participa {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-family: "back_to_black_demoregular";
  color: #1d255c;
}

/*PIE*/

footer {
  width: 1100px;
  margin: 10px auto 0px;
  height: auto;
  padding: 10px 20px;
  display: inline-block;
  background: rgba(193, 0, 55, 0.78);
  box-sizing: border-box;
  display: none !important;
}

footer p {
  color: #fff;
  float: left;
  font-size: 21px;
  line-height: 25px;
  margin: 13px 3%;
  text-align: center;
  width: 94%;
}

footer p span {
  color: #fdec1a;
  font-family: "kreonbold";
}

footer p a {
  color: #fff;
}

/*BOTONES*/

.button {
  width: 100%;
  height: 40px;
  border: 0px;
  border-radius: 4px;
  float: left;
  margin-top: 14px;
  font-family: "kreonlight";
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.button.azul {
  background-color: #123a78;
  color: #fff;
}

.button.gris {
  background-color: #000;
  color: #fff;
}

.button.rojo {
  background-color: #c10037;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 20px;
  cursor:pointer;
}

.button.azulclaro {
  background-color: #009bdc;
  color: #fff;
}
#MainContent_divFichero input[type="text"] {
  width: 50%;
}
.button.blanco {
  background: none repeat scroll 0 0 #fff;
  color: #009bdc;
  margin-top: 25px;
  width: 200px;
}

.anterior,
.siguiente {
  width: 152px;
  height: 38px;
  background-color: #009bdc;
  color: #ffffff;
  font-family: "kreonlight";
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border: 0px;
  margin-top: 15px;
  display: inline-block;
}

.contenedor-botones {
  width: 100%;
  text-align: center;
}

.anterior:hover,
.siguiente:hover {
  color: #fff;
  text-decoration: none;
}

/*INPUTS*/

input[type="text"] {
  width: 80%;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 24px;
  border: 0px;
  border-radius: 4px;
  font-family: "kreonlight";
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  color: #6f7072;
  box-shadow: 1px 1px 3px #999;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: 15px;
}

.mov {
  display: none;
}

textarea {
  border: medium none;
  border-radius: 4px;
  box-shadow: 1px 1px 8px #999999;
  float: left;
  resize: none;
  padding: 10px;
  color: #6f7072;
  font-family: "kreonlight";
}

.popup,
.bases {
  display: none;
}

.popup,
.alerta {
  left: 61%;
  margin-left: -550px;
  position: absolute;
  top: 270px;
  width: auto;
  background: url(../img/pixelbases.png) repeat;
  z-index: 999;
  text-align: center;
}
.bases {
  left: 0;
  right: 0;
  position: absolute;
  top: 12%;
  width: 59%;
  background: url(../img/pixelbases.png) repeat;
  z-index: 999;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
  height: 68%;
  overflow: scroll;
}
.popup > img {
  float: left;
  margin: 15px 149px;
  width: 802px;
}

.popup .cerrar,
.bases .cerrar {
  float: right;
  width: 17px;
  height: 17px;
  background: url(../img/close.png) no-repeat;
  margin: 10px 10px 0px 0px;
  text-indent: -9999px;
}

.bases h2 {
  color: #000;
  float: left;
  font-family: "kreonlight";
  font-size: 23px;
  line-height: 23px;
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}

.bases h3 {
  color: #000;
  float: left;
  font-family: "kreonlight";
  font-size: 18px;
  line-height: 23px;
  margin: 15px 0 5px;
  text-align: left;
  width: 100%;
}

.bases p {
  color: #000;
  float: left;
  font-family: "kreonlight";
  font-size: 15px;
  line-height: 23px;
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
}

.bases div {
  float: left;
  margin: 0 5%;
  padding: 0 5%;
  width: 80%;
}

section.type1 .check {
  float: left;
  margin: 10px 0;
  padding: 0px 0 0;
  width: 80%;
}

section.type1 .check input {
  display: none;
}

section.type1 .check input[type="checkbox"] + label {
  background: url("../img/check.png") no-repeat scroll left center transparent;
  color: #6f7072;
  font-family: "kreonlight";
  font-size: 15px;
  line-height: 16px;
  padding: 0 0 0 23px;
}

section.type1 .check input[type="checkbox"]:checked + label {
  background: url("../img/check_on.png") no-repeat scroll left center
    transparent;
}

section.type1 textarea.checkarea {
  font-size: 14px;
  height: 60px;
  margin: 0 auto;
  width: 90%;
}

section.type1 .check1 {
  float: left;
  margin: 6px 20% 0px;
  padding: 0px 0 0;
  width: 60%;
}

section.type1 .check:first-of-type {
  margin-top: 30px;
}

section.type1 .check1:first-of-type {
  margin-top: 30px;
}

section.type1 .check1 input {
  display: none;
}

section.type1 .check1 input[type="radio"] + label {
  background: url("../img/radio.png") no-repeat scroll left center transparent;
  color: #6f7072;
  font-family: "kreonlight";
  font-size: 15px;
  line-height: 16px;
  padding: 0 0 0 23px;
}

section.type1 .check1 input[type="radio"]:checked + label {
  background: url("../img/radio_on.png") no-repeat scroll left center
    transparent;
}

section.type1 .check2 {
  float: left;
  margin: 20px 15% 0px;
  padding: 0px 0 0;
  width: 70%;
  text-align: center;
}

section.type1 .check2 input {
  display: none;
}

section.type1 .check2 input[type="radio"] + label {
  background: url("../img/radio.png") no-repeat scroll left center transparent;
  color: #6f7072;
  font-family: "kreonlight";
  font-size: 15px;
  line-height: 16px;
  padding: 0 0 0 23px;
  margin-left: 10px;
}

section.type1 .check2 input[type="radio"]:checked + label {
  background: url("../img/radio_on.png") no-repeat scroll left center
    transparent;
}

/*ERROR Y FINALIZAR*/

div.enhorabuena {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  min-height: 400px;
}

div.enhorabuena .popA,
.alerta_cont {
  width: 620px;
  height: 204px;
  background: #009bdc;
  border-radius: 10px;
  display: inline-block;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.enhorabuena .popA h2 {
  color: #fff;
  margin-top: 25px;
  font-size: 21px;
}

div.enhorabuena span.line {
  background: none repeat scroll 0 0 #7fcded;
  height: 1px;
  margin: 0 0 10px 185px;
  width: 244px;
}

div.enhorabuena .popA p,
.alerta_cont p {
  color: #fff;
  font-size: 19px;
}

.alerta_cont p {
  color: #fff;
  font-size: 19px;
  text-align: center;
  width: 80%;
  margin: 40px 10% 0px;
}

div.enhorabuena .pie {
  bottom: 20px;
  font-size: 15px;
  position: absolute;
}

p.error {
  font-size: 30px;
  margin-top: 100px;
}

.selectsT select {
  border: 0 none;
  width: 106%;
  font-family: "kreonlight";
  color: #6f7072;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  margin: 0px;
  float: left;
  background: transparent !important;
}

.styled-select1 {
  background: #fff url("../img/arrow.png") no-repeat scroll right center;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #999;
  box-sizing: border-box;
  float: left;
  height: 24px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.selectsT .siguiente {
}

.sectionSelects {
  margin-bottom: 50px;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.contenedor-imagen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-imagen img {
  max-width: 100%;
}

#MainContent_pnlAccesoSimple {
  margin-top: 40px;
}

#MainContent_pnlAccesoSimple .contenedor-login {
  max-width: 400px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 auto;
}

#MainContent_pnlAccesoSimple .contenedor-login .check {
  margin-top: 40px;
  display: inline-block;
}

#MainContent_pnlAccesoSimple .contenedor-login label {
  font-family: "kreonlight";
  color: #013a81;
}

#MainContent_pnlAccesoSimple .contenedor-login label a {
  text-decoration: underline;
}
#MainContent_divImagenEnunciado {
  /*margin: 50px 0;*/
}

#MainContent_divImagenEnunciado img {
  max-height: 400px;
}

.divOpcionesValoracion {
  text-align: center;
  width: 80%;
}

.contenedor-input-imagenes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  position: relative;
}

#MainContent_divFichero {
  padding: 30px;
}
#MainContent_divFichero button {
  line-height: 38px;
  height: 38px;
  background-color: #009bdc;
  color: #ffffff;
  font-family: "kreonlight";
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border: 0px;
  margin-top: 5px;
  display: inline-block;
  padding: 0 20px;
}

#MainContent_divFichero input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
}

.divOpcionesValoracion p {
  margin-bottom: 5px;
}

.divOpcionesValoracion label {
  font-family: "kreonlight";
  padding: 0 5px;
  color: #013a81;
  margin-top: 10px;
}

.enlaces-pie {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .contenedor-input-imagenes {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contenedor-input-imagenes #MainContent_divImagenEnunciado {
    width: 100%;
  }

  .contenedor-input-imagenes #MainContent_divFichero {
    width: 100%;
  }
}

/*SEGUNDO TAMAÑO WEB*/
@media screen and (max-width: 1200px), screen and (max-height: 900px) {
  header a img {
    width: 220px;
  }

  header h1 {
    line-height: 36px;
    font-size: 36px;
  }

  section {
    width: 100%;
    margin-bottom: 20px;
  }

  section.type1,
  section.type2,
  section.type3,
  section.type4,
  section.type5 {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding-top: 1px;
  }

  section h2 {
    margin-top: 33px;
  }

  /*SECTION 1*/

  section.type1 textarea {
    height: 220px;
    margin: 20px 50px 0;
  }

  .anterior,
  .siguiente {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }

  footer {
    width: 900px;
    margin: 8px auto 0px;
    height: auto;
    min-height: 85px;
    padding: 10px 20px;
    display: inline-block !important;
    background: rgba(193, 0, 55, 0.78);
    box-sizing: border-box;
    display: none !important;
  }

  footer p {
    margin: 6px 3%;
  }

  section.type1 .check {
    float: left;
    margin: 6px 18% 0;
    padding: 0;
    width: 61%;
  }

  section.type1 .check1 {
    float: left;
    margin: 6px 18% 0;
    padding: 0;
    width: 61%;
  }

  section.type1 .check2 {
    float: left;
    margin: 19px 8% 0px;
    padding: 0px 0 0;
    width: 84%;
    text-align: center;
  }

  section.type1 textarea.checkarea {
    margin: 10px 20% 0;
    width: 57%;
  }

  .popup > img {
    float: left;
    margin: 0 100px;
    width: 700px;
  }

  .popup .cerrar,
  .bases .cerrar {
    float: right;
    width: 17px;
    height: 17px;
    background: url(../img/close.png) no-repeat;
    margin: 10px 10px 0px 0px;
    text-indent: -9999px;
  }

  .bases div {
    float: left;
    height: 350px;
    margin: 0 5%;
    padding: 0 5%;
    width: 80%;
    height: 90vh;
  }

  p.error {
    font-size: 25px;
    margin-top: 100px;
  }

  .selectsT select {
    width: 115%;
  }

  .styled-select1 {
  }

  .selectsT .siguiente {
  }

  .sectionSelects {
    margin-bottom: 50px;
  }
}

/*TAMAÑO FACEBOOK*/
@media screen and (max-width: 1023px), screen and (max-height: 720px) {
  header a img {
    width: 150px;
  }

  header h1 {
    line-height: 23px;
    font-size: 28px;
  }

  header h1 span {
    font-size: 30px !important;
  }

  section.type1,
  section.type2,
  section.type3,
  section.type4,
  section.type5 {
    padding-top: 1px;
    width: calc(100% - 20px);
  }

  section h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 0 5px;
  }

  section article {
    float: left;
    height: auto;
    margin-top: 16px;
    width: 230px;
  }

  section article > h3 {
    font-size: 14px;
    margin-top: 1px;
  }

  section article.leftlogin {
    /*border-right: 2px solid #a6a7a7;*/
    margin-left: 26px;
    padding-right: 25px;
  }

  section article.leftlogin > h3 {
    margin-bottom: 15px;
  }

  section article.leftlogin p {
    border-top: 2px solid #a6a7a7;
    font-size: 12px;
    line-height: 12px;
    margin-top: 25px;
    padding-top: 22px;
  }

  section article.rightlogin {
    padding-left: 25px;
    margin-right: 26px;
  }

  section article.rightlogin p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }

  section article.rightlogin p span {
    line-height: 18px;
    width: 110px;
  }

  section article.rightlogin p input {
    font-size: 12px;
    height: 18px;
    margin: 0 0 0 4px;
    padding: 0 3px;
    width: 30px;
  }

  section article.rightlogin p input.ano {
    width: 48px;
  }

  section article.rightlogin .sexo {
    height: 18px;
    margin-right: 1px;
    margin-top: 7px;
    width: 113px;
  }

  section article.rightlogin .sexo span {
    font-size: 12px;
    line-height: 18px;
    width: 43px;
  }

  section article.rightlogin .styled-select0 {
    height: 18px;
    line-height: 18px;
    margin: 6px 0 0;
  }

  section article.rightlogin .styled-select0 select {
    font-size: 12px;
    height: 18px;
    line-height: 1;
  }

  section article.rightlogin .sexo input[type="radio"] + label {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 20px;
    width: 13px;
  }

  section article.rightlogin .check input[type="checkbox"] + label {
    background: url("../img/checkmini.png") no-repeat scroll left center
      transparent;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    padding: 0 0 0 18px;
  }

  section article.rightlogin .check input[type="checkbox"]:checked + label {
    background: url("../img/check_onmini.png") no-repeat scroll left center
      transparent;
  }

  span.line {
    float: left;
    height: 2px;
    margin: 5px 10% 0px;
    background: url(../img/line.png) repeat;
  }

  section.type1 p.pregunta {
    margin-top: 10px;
  }

  section.type1 p.pregunta.margin {
    margin-top: 5px;
    margin-bottom: 3px;
  }

  /*SECTION 1*/

  section.type1 textarea {
    height: 140px;
    margin: 0 auto;
    width: 95%;
    font-size: 13px;
  }

  .rating-xs {
    font-size: 1.2em;
  }

  section.type1 p.leyenda {
    font-size: 10px;
  }

  footer {
    width: 100%;
    max-width: 900px;
    margin: 5px auto 0px;
    height: auto;
    padding: 5px 0;
    display: inline-block;
  }

  footer p {
    font-size: 16px;
    line-height: 17px;
  }

  /*SECTION 3*/

  /*BOTONES*/

  .button {
    height: 31px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 31px;
  }

  .anterior,
  .siguiente {
    width: 110px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 13px;
  }

  /*INPUTS*/

  input[type="text"] {
    padding: 0px 8px;
    height: 18px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 1px 1px 3px #999;
  }

  section.type1 .check {
    float: left;
    font-size: 12px;
    margin: 6px 15% 0;
    padding: 0;
    width: 70%;
  }

  section.type1 .check:first-of-type {
    margin-top: 15px;
  }

  section.type1 .check1 {
    float: left;
    font-size: 12px;
    margin: 6px 15% 0;
    padding: 0;
    width: 70%;
  }

  section.type1 .check1:first-of-type {
    margin-top: 15px;
  }

  section.type1 .check2 {
    float: left;
    margin: 6px 5% 0px;
    padding: 0px 0 0;
    width: 90%;
    font-size: 12px;
    text-align: center;
  }

  .popup,
  .alerta {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: calc(50vh - 75px);
  }
  .bases {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100vh;
    width: auto;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
    overflow-x: hidden;
  }

  .popup > img {
    float: left;
    margin: 0px 59px;
    width: 450px;
  }

  .bases div {
    float: left;
    height: 90vh;
    margin: 0 5%;
    overflow: auto;
    padding: 0 5%;
    width: 80%;
  }

  .bases h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0;
  }

  .bases h3 {
    font-size: 15px;
    line-height: 23px;
    margin: 8px 0 0;
  }

  .bases p {
    font-size: 13px;
    line-height: 19px;
    margin: 5px 0 0;
  }

  p.error {
    font-size: 17px;
    margin-top: 100px;
  }

  div.enhorabuena .popA,
  .alerta_cont {
    height: 150px;
    margin: 0;
    width: 100%;
    max-width: 300px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
  }

  div.enhorabuena .button {
    margin: 0;
    display: inline-block;
    float: none;
    margin-top: 20px;
  }

  div.enhorabuena .popA h2 {
    color: #fff;
    margin-top: 43px;
    font-size: 17px;
  }

  div.enhorabuena span.line {
    background: none repeat scroll 0 0 #7fcded;
    height: 1px;
    margin: 0 0 10px 75px;
    width: 244px;
  }

  div.enhorabuena .popA p {
    color: #fff;
    font-size: 15px;
  }

  .alerta_cont p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  div.enhorabuena .pie {
    bottom: 20px;
    font-size: 13px;
    position: absolute;
  }

  .button.blanco {
    background: none repeat scroll 0 0 #fff;
    color: #009bdc;
    margin-left: 0;
    margin-top: 25px;
    width: 100%;
  }
  .selectsT select {
    width: 115%;
  }

  .styled-select1 {
    margin: 10px 20%;
    width: 60%;
  }

  .selectsT .siguiente {
    margin: 0 auto;
    margin-top: 20px;
  }

  .sectionSelects {
    margin: 30px 0 19px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 0 10px;
    box-sizing: border-box;
  }

  section {
    max-width: 440px;
  }

  section.type1,
  section.type2,
  section.type3,
  section.type4,
  section.type5 {
    max-width: 600px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  section.type1 .check {
    width: 100%;
  }
  section.type1 textarea.checkarea {
    width: 90%;
  }
  .popup > img {
    float: left;
    margin: 30px 5px;
    width: 310px;
  }
  .nomov {
    display: none;
  }

  .mov {
    display: block;
  }

  body {
    background-size: cover;
  }

  header a img {
    width: 150px;
  }

  header h1 {
    line-height: 18px;
    font-size: 18px;
    text-shadow: 2px 0 0 #123a78, -2px 0 0 #123a78, 0 2px 0 #123a78,
      0 -2px 0 #123a78, 2px 2px #123a78, -2px -2px 0 #123a78, 2px -2px 0 #123a78,
      -2px 2px 0 #123a78;
    text-shadow: 2px 0 0 #123a78, -2px 0 0 #123a78, 0 2px 0 #123a78,
      0 -2px 0 #123a78, 2px 2px #123a78, -2px -2px 0 #123a78, 2px -2px 0 #123a78,
      -2px 2px 0 #123a78;
    -moz-text-shadow: 2px 0 0 #123a78, -2px 0 0 #123a78, 0 2px 0 #123a78,
      0 -2px 0 #123a78, 2px 2px #123a78, -2px -2px 0 #123a78, 2px -2px 0 #123a78,
      -2px 2px 0 #123a78;
    -webkit-text-shadow: 2px 0 0 #123a78, -2px 0 0 #123a78, 0 2px 0 #123a78,
      0 -2px 0 #123a78, 2px 2px #123a78, -2px -2px 0 #123a78, 2px -2px 0 #123a78,
      -2px 2px 0 #123a78;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#123a78', Direction=145, Strength=2);
  }

  section {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 1px;
    padding-top: 20px;
    margin-top: 10px;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
    max-width: 280px;
    margin: 0 auto;
  }

  section.type1,
  section.type2,
  section.type3,
  section.type4,
  section.type5 {
    width: calc(100% - 40px);
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 1px;
    text-align: center;
  }

  section h2 {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
  }

  section > p {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 14px;
    margin: 4px 0;
    width: 100%;
  }

  section article {
    width: 260px;
    height: auto;
    margin-top: 0px;
  }

  section article.leftlogin {
    border: 0px;
    float: right;
    padding: 0px;
    margin-left: 0px;
    margin-right: 60px;
    padding: 0px;
    max-width: 280px;
  }

  section article.leftlogin .button.azul {
  }

  section article.leftlogin p {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    padding-top: 11px;
  }

  section article.rightlogin {
    border: 0px;
    float: left;
    padding: 0px;
    margin-left: 0px;
    margin-right: 60px;
    padding: 0px 0px 10px 0px;
    max-width: 280px;
    width: 100%;
    margin-top: -30px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  section article.rightlogin p span {
    line-height: 22px;
    width: 110px;
    font-size: 12px;
  }

  input[type="text"] {
    box-shadow: 1px 1px 3px #999;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0 8px;
  }

  section article.rightlogin p input {
    color: #6f7072;
    font-size: 12px;
    height: 22px;
    width: 42px;
    float: left;
    margin: 0px 0px 0px 4px;
    padding: 0px 5px;
  }

  section article.rightlogin p input.ano {
    width: 53px;
  }

  section article.rightlogin .sexo {
    float: left;
    height: 24px;
    margin-top: 7px;
    margin-right: 0px;
    width: 140px;
  }
  section article.rightlogin .sexo span {
    float: left;
    margin-right: 0px;
    text-align: left;
    color: #6f7072;
    font-size: 12px;
    line-height: 22px;
    width: 50px;
  }

  section article.rightlogin .sexo input {
    display: none;
  }

  section article.rightlogin .sexo input label {
    color: #6f7072;
    line-height: 24px;
    height: 24px;
  }

  section article.rightlogin .sexo input[type="radio"] + label {
    background: url("../img/radio.png") no-repeat scroll left center transparent;
    color: #ffffff;
    float: left;
    font-family: "kreonlight";
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 20px;
    width: 20px;
    color: #6f7072;
  }
  section article.rightlogin .sexo input[type="radio"]:checked + label {
    background: url("../img/radio_on.png") no-repeat scroll left center
      transparent;
  }

  section article.rightlogin select option {
    background: none repeat scroll 0 0 #fff;
  }

  section article.rightlogin .styled-select0 {
    height: 22px;
    line-height: 22px;
    width: 120px !important;
  }

  section article.rightlogin .styled-select0 select {
    height: 22px;
    width: 165px;
    font-size: 12px;
  }

  section article.rightlogin .check {
    float: left;
    margin: 6px 0 0px;
    padding: 0px 0 0;
  }

  section article.rightlogin .check input {
    display: none;
  }

  section article.rightlogin .check input[type="checkbox"] + label {
    background: url("../img/check.png") no-repeat scroll left center transparent;
    color: #6f7072;
    font-family: "kreonlight";
    font-size: 11px;
    height: auto;
    line-height: 16px;
    padding: 0 0 0 23px;
    float: left;
  }

  section article.rightlogin .check input[type="checkbox"]:checked + label {
    background: url("../img/check_on.png") no-repeat scroll left center
      transparent;
  }

  section article.rightlogin .button {
    margin-top: 9px;
  }
  .button {
    max-width: 100%;
  }

  section article.rightlogin .azulclaro {
    text-align: center;
  }

  section article.rightlogin .datos {
    margin-top: 10px;
    float: left;
    display: none;
  }

  .intro-encuesta-bold {
    margin: 10px 0;
    line-height: 1.2em;
    font-size: 0.8em;
  }

  header h1 {
    font-size: 22px;
    text-shadow: none;
  }

  .intro-encuesta-small span {
    font-size: 18px;
  }

  .intro-participa {
    font-size: 22px;
  }

  #MainContent_pPieMovil {
    display: none;
  }

  #MainContent_pPieMovil + p {
    display: none;
  }

  .styled-select1 {
    width: 80%;
    margin: 10px 10%;
  }

  section article h3 {
    display: none;
  }

  footer {
    display: none !important;
  }

  section.type1 textarea {
    margin: 10px 30px;
  }

  .anterior,
  .siguiente {
    margin-bottom: 20px;
  }

  section.type1 p.pregunta {
    margin-top: 20px;
  }

  section.type1 p.pregunta.margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  section.type1 .check input {
    display: none;
  }

  section.type1 .check input[type="checkbox"] + label {
    background: url("../img/check.png") no-repeat scroll left center transparent;
    color: #6f7072;
    font-family: "kreonlight";
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 0 23px;
    float: left;
  }

  section.type1 .check input[type="checkbox"]:checked + label {
    background: url("../img/check_on.png") no-repeat scroll left center
      transparent;
  }

  .bases div {
    float: left;
    height: 100vh;
    margin: 0 5%;
    overflow: auto;
    padding: 0 5%;
    width: 80%;
  }

  div.enhorabuena .popA {
    background: none repeat scroll 0 0 #009bdc;
    border-radius: 10px;
    height: 204px;
    width: 300px;
  }

  div.enhorabuena span.line {
    background: none repeat scroll 0 0 #7fcded;
    height: 1px;
    margin: 10px 0 10px 30px;
    width: 244px;
  }

  .button.blanco {
    background: none repeat scroll 0 0 #fff;
    color: #009bdc;
    margin-top: 25px;
    width: 200px;
    margin: 0;
  }

  p.error {
    font-size: 12px;
    margin-top: 20px;
  }

  div.enhorabuena .pie {
    font-size: 13px;
    position: absolute;
    top: 220px;
  }

  div.enhorabuena {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    max-width: 100vw;
  }
}
@media screen and (max-width: 380px) {
  section {
    max-width: 235px;
  }
  section.type2,
  section.type3,
  section.type4,
  section.type5 {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  section article.rightlogin p span {
    width: 100%;
  }
  section.type1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #fb-root + form header {
    background: none !important;
  }
}
div.enhorabuena .popA p.pEnhorabuenaConSorteo {
  display: none;
}
#MainContent_pnlResgistrarseEnEncuestaAnonima {
  background: #e30e24;
  color: white;
  padding: 15px;
  width: 95%;
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
}
#MainContent_pnlResgistrarseEnEncuestaAnonima a {
  color: white;
  text-decoration: underline;
}

#MainContent_pnlRegistro {
  background: #000000b8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#MainContent_pnlRegistro .rightlogin {
  background: white;
  padding: 20px;
	margin: 0 auto;
}
