.encuestas input[type=checkbox]:not(old),
	.encuestas input[type=radio]:not(old) {
	margin: 0;
	padding: 0;
	opacity: 0
}

.encuestas input[type=checkbox]:not(old)+label,
	.encuestas input[type=radio]:not(old)+label {
	display: inline-block;
	margin-left: -28px;
	/*padding-left: 28px;*/
	line-height: 24px
}

.encuestas input[type=checkbox]:not(old):checked+label {
	background-position: 0 -24px
}

.encuestas input[type=checkbox]:not(old),
	.encuestas input[type=radio]:not(old) {
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0
}

.encuestas input[type=checkbox]:not(old)+label,
	.encuestas input[type=radio]:not(old)+label {
	display: flex;
	margin-left: 0;
	line-height: 1.5em;
	margin-top: 7px;
}

.encuestas input[type=checkbox]:not(old)+label>span,
	.encuestas input[type=radio]:not(old)+label>span {
	cursor: pointer;
	float: left;
	font-size: 2rem;
	margin-right: .9375rem
}

.encuestas input[type=checkbox]:not(old)+label>span {
	line-height: 1.5rem;
}

.encuestas input[type=radio]:not(old)+label>span>span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 1.5rem;
	position: relative;
	width: 1.5rem;
	-webkit-transition: .15s;
	transition: .15s;
	border: 1px solid #005baa;
	float: left;
	margin-right: .9375rem
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.encuestas input[type=radio]:not(old):checked+label>span>span
	{
	border: 7px solid #005baa;
}

.encuestas tr:nth-child(even) {
	background: rgba(255, 255, 255, .17)
}

.encuestas .tooltip-inner {
	background-color: #e60000 !important
}

.encuestas .matriz .tooltip-inner {
	margin-left: -15px;
	margin-right: 10px
}

.encuestas .tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #dc0000 !important
}

.encuestas .matriz .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #f92323;
	margin-left: -15px;
	margin-bottom: -10px;
	position: absolute
}

.encuestas .matriz .tooltip {
	font-size: 9px;
	left: auto !important;
	position: initial;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.encuestas .radio .tooltip {
	margin-top: -22px !important;
	margin-left: -7px
}

.encuestas .landing-encuesta__contenedor-pregunta table th {
	word-break: normal
}
.input-container {
	display: inline-flex;
	flex-direction: column;
  }

.encuestas .landing-encuesta .pregunta {
	word-break: normal
}

.encuestas .header {
	background-color: #005BAA;
	box-shadow: 0 5px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	height: 3.75rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.encuestas .header>.triangulo_azul {
	background-color: #005BAA;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 74%;
}

@media screen and (max-width: 992px) {
	.encuestas .header>.triangulo_azul {
		display: none;
	}
}

.encuestas .header>.triangulo_celeste {
	background-color: #00AEEF;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 38.5vw;
}

@media screen and (max-width: 992px) {
	.encuestas .header>.triangulo_celeste {
		display: none;
	}
}

.encuestas .header.header-landing {
	background-color: #00aeef;
	background-color: white;
	border-bottom: 1px solid #cacaca;
}

@media screen and (min-width: 992px) {
	.encuestas .header {
		height: 5.625rem;
	}
}

.encuestas .header__accesos {
	background-color: #00AEEF;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
	left: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos {
		background-color: #005BAA;
		top: 3.75rem;
		bottom: auto;
		border-bottom: 3px solid #014380;
		border-top: 3px solid #014380;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
		transition: 0s;
	}
}

.encuestas .header__accesos>#verMenos {
	display: none;
}

.encuestas .header__accesos>#verMas {
	display: block;
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos>#verMas {
		display: none;
	}
}

.encuestas .header__accesos.desplegado {
	transform: translatey(-100%);
	transition: 0.5s;
}

.encuestas .header__accesos.desplegado>#verMas {
	display: none;
}

.encuestas .header__accesos.desplegado>#verMenos {
	display: block;
}

@media screen and (min-width: 992px) {
	.encuestas .header__accesos {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		display: block;
		height: 5.625rem;
		left: auto;
		padding: 0.3125rem 0;
		position: relative;
		top: 0;
		width: auto;
	}
}

.encuestas .header__accesos>a {
	color: #fff;
	float: left;
	font-size: 0.6875rem;
	height: 6rem;
	padding: 0.3125rem;
	padding-top: 0.625rem;
	position: relative;
	text-transform: capitalize;
	text-align: center;
	width: calc(100%/ 4);
	align-items: center;
}

@media screen and (max-width: 992px) {
	.encuestas .header__accesos>a {
		border-right: none;
	}
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos>a {
		width: calc(100%/ 3);
	}
}

.encuestas .header__accesos>a:last-child, .encuestas .header__accesos>a#verMas,
	.encuestas .header__accesos>a#verMenos {
	border: none;
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos>a {
		height: 5rem;
		padding: 0.625rem 0.3125rem;
		text-transform: uppercase;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__accesos>a:last-child {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__accesos>a {
		clear: left;
		display: inline-block;
		font-size: 0.8125rem;
		height: auto;
		padding: 0 0 0.15625rem;
		width: auto;
	}
}

.encuestas .header__accesos>a i {
	float: none;
	font-size: 2rem;
	margin-top: -0.15625rem;
	text-align: center;
	width: 50%;
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos>a i {
		float: left;
		width: 100%;
		font-size: 2.03125rem;
		margin-bottom: .3125rem;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__accesos>a i {
		font-size: 1.5625rem;
		margin: 0 0.9375rem 0 0;
		width: auto;
	}
}

.encuestas .header__accesos>a span {
	float: none;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.encuestas .header__accesos>a span {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__accesos>a span {
		float: left;
		line-height: 1.5625rem;
		font-size: 0.6875rem;
		margin-top: 0;
	}
}

.encuestas .header__logo {
	height: 100%;
	padding: 0;
	text-align: center;
}

.encuestas .header__logo.version__desktop {
	margin-left: 50px;
}

@media screen and (max-width: 992px) {
	.encuestas .header__logo.version__desktop {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header-landing .header__logo {
		height: 5.625rem;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__logo.version__mobile {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__logo {
		height: 100%;
		padding: 0;
	}
}

.encuestas .header__logo a {
	display: inline-flex;
}

@media screen and (max-width: 992px) {
	.encuestas .header__logo a {
		padding: 6px 0;
	}
}

.encuestas .header-landing .header__logo a {
	align-items: center;
	height: 100%;
}

.encuestas .header__logo a img {
	height: 3rem;
}

@media screen and (min-width: 992px) {
	.encuestas .header__logo a img {
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header-landing .header__logo a img {
		height: 3.75rem;
	}
}

.encuestas .header__mapa-del-sitio {
	display: none;
	font-size: 1.875rem;
	height: 3.75rem;
}

@media screen and (min-width: 768px) {
	.encuestas .header__mapa-del-sitio {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__mapa-del-sitio {
		display: none;
	}
}

.encuestas .header__mapa-del-sitio i {
	color: #fff;
	height: 3.75rem;
	padding: 0.9375rem 0;
	position: fixed;
	right: 0.9375rem;
	text-align: center;
	transition: 0.8s;
	top: 0;
	width: 3.75rem;
}

.encuestas .header__mapa-del-sitio i.active {
	background-color: rgba(0, 0, 0, 0.25);
	right: 0;
}

.encuestas .header__buscar {
	font-size: 1.875rem;
	height: 3.75rem;
}

@media screen and (min-width: 768px) {
	.encuestas .header__buscar {
		display: none;
	}
}

.encuestas .header__buscar i {
	color: #fff;
	cursor: pointer;
	height: 3.75rem;
	padding: 0.9375rem 0;
	position: fixed;
	right: 0.9375rem;
	text-align: center;
	transition: 0.8s;
	top: 0;
	width: 3.75rem;
}

.encuestas .header__contenedor-menu {
	color: #fff;
	background-color: #f9f6f5;
	box-shadow: 0 5px 0px rgba(0, 0, 0, 0.15);
	display: none;
	height: 10.1875rem;
	left: 0;
	max-height: 0;
	overflow: hidden;
	position: fixed;
	top: 3.75rem;
	transition: max-height 0.5s ease-in-out;
	width: 100%;
}

.encuestas .header__contenedor-menu.active {
	max-height: 22.75rem;
}

@media screen and (min-width: 1200px) {
	.encuestas .header__contenedor-menu.active {
		max-height: 12.75rem;
	}
}

@media screen and (min-width: 992px) {
	.encuestas .header__contenedor-menu {
		display: block;
		top: 5.625rem;
	}
}

.mensaje-aviso-encuesta-simulador {
	font-size: 16px;
}

.cont-mensaje-aviso-encuesta-simulador {
	text-align: center;
    padding: 20px;
}

.cont-header-aviso-encuesta-simulador {
	padding: 16px;
    text-align: center;
    font-size: 18px;
    background-color: #00aeef;
    color: white;
}

.text-header-aviso-encuesta-simulador {
	font-weight: 600;
    font-size: 18px;
}

.close-header-aviso-encuesta-simulador {
	float: right;
    font-size: 24px;
}

.disabled-input-text:disabled {
    background-color: white;
    opacity: 0.7;
}

.disabled-input-file-encuesta {
    background-color: white;
    opacity: 0.7;
}

.button-accept-encuesta {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    position: inherit;
}

.modal-html-adicional-encuesta {
	padding-top: 10rem;
}

@media screen and (max-width: 992px) { 
  .min-width-30-mobile {
    min-width: 30px;
  }
 
  .width-50-mobile {
     width: 50% !important;
  }
  
  .text-center-mobile {	
	text-align: center;
  }
  
  .sin-padding-mobile {
   	padding: 0 !important;
  }
}

