html*{
	webkit-font-smoothing: antialiased;             
}
body{
    overflow-x: hidden;
    height:125vh !important;
    background-color: #D3D3D3;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a, a:visited, a:hover, a:active {
  color: inherit;
}
.general{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.header_estilos{
	height: 15%;
	width: 100%;
	background-color: white;
}
.header_izquierda{
	width: 16%;
	height: 100%;
}
.logo_encuesta{
	position: relative;
	width: 60%;
	height: 75%;
	left: 0.5rem;
	top: 1rem;
}
.header_derecha{
	width: 78%;
	height: 100%;
}
.navegacion_encuesta{
	position: relative;
	width: 70%;
	padding-left: 2rem;
	top: 3.5rem;
}
.navegacion_estilo{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.seccion_url{
	font-family: roboto;
	font-size: 1.2rem;
}
.principal_estilos{
	height: 70%;
	width: 100%;
}
.slider_bloque{
    width: 100%;
    height: 70%;
    margin-top: -2%;   
}
.slider_encuesta_bloque{
    width: 100%;
    height: 80%; 
    margin-top: 2%;
    display:flex;
	flex-direction:row;
}
.imagen_portada{
	position: relative;
  	width: 100%;
}
.imagen_portada_tamano{
  	width: 100%;
  	height: 30rem;
  	transition-duration: 0.8s; 
  	transition-property: transform;
}
.punto{
  	cursor: pointer;
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
  	font-size:0;
}
.puntos{
	position:relative;
  	text-align:center;   
  	margin-top:-6.5rem;
  	z-index:500;
}
.active{
  	background-color: #FFFFFF;
}
.descripcion_electoral{
	width: 100%;
	margin-top: 5rem;
	padding-bottom: 5rem;
}
.descripcion_electoral_texto{
	font-family: roboto;
	font-size:1.1rem;
	width: 90%;
	text-align: justify;
	margin: 0 auto;
}
.footer_estilos{
	height: 20%;
	width: 100%;
}