.ganador:before {
	content: url('../img/ganador.png');
	margin-right: 30px;
	float: none;
	position: absolute;
	top: -2px;
	left: -10px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}

/* Preloader */
.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}


/* Typography */
p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'work sans';
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 43px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/header.jpg');
	background-size: cover;
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}

header .typed-cursor {
	font-size: 35px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	color: #00a8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Navigation Bar ( Navbar ) logo*/
/*Bootstrap 4177 & 4318 para ajustar toggle*/
/*Para desaparecer el menu*/
/*@media (max-width:1199px) { .navbar-right {display: none!important;}}*/

.logo {
	width: 210px !important;
	max-height: 28px !important;
}

@media (max-width:420px) {
	.logo {
		width: 180px !important;
		max-height: 18px !important;
	}
}

nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: white !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 5px 0;
	opacity: 0;
	background: #005383;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav>li>a:not(.btn) {
	color: #8c8c8c;
}

.icon-bar {
	background: #bbb;
}

a .active {
	background-color: aqua !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #4dbeff !important;
}

.date {
	border-radius: 100px;
	width: 18%;
	background-color: rgba(0, 0, 0, 0.6);
	margin: 30px auto 0px;
}

.date p {
	color: white;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.2;
	font-family: 'Roboto';
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 5px;
}

.container {
	position: relative;
	z-index: 1;
}

.btn-circle {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	padding: 12px 0 !important;
	border: 2px solid #FFF !important;
	border-radius: 100% !important;
	font-size: 26px;
	color: #FFF;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out
}

.btn-circle:focus,
.btn-circle:hover {
	outline: 0;
	color: #08ABF2 !important;
	border: 2px solid #08ABF2 !important;
	background: rgba(255, 255, 255, .1)
}

/* Footer */
footer {
	padding: 0 0 40px 0;
	background-color: #010100;
	margin-top: 50px;
}

footer .trial-button {
	overflow: hidden !important;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

footer .opening-hours {
	margin-top: 30px;
}

footer .bottom-footer {
	margin-top: 20px;
}

footer .social-footer {
	padding: 25px 10px 20px;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 15px;
}

footer .social-footer li a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #a6a6a6;
}

footer .social-footer li:hover a {
	color: #fff;
}

footer .social-footer li a i {
	font-size: 1.25rem;
}

footer .social-footer li a span {
	margin-left: 10px;
	font-size: 1rem;
}

.redes-div {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.footer-social-border {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media only screen and (max-width: 991px) {
	footer .social-footer li a span {
		display: none;
	}
}

@media only screen and (max-width: 350px) {
	footer .social-footer li a i {
		font-size: 1rem;
	}
}

.cred-0 {
	line-height: 1.2 !important;
	margin-bottom: 0;
	padding: 0 15px;
}

.credit-box {
	background-color: rgba(255, 255, 255, 0.07)
}

.credit {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 35px 15px;
}

.credit p {
	display: block;
	width: 100%;
	color: #9B9B9B;
	text-align: center;
	font-size: 14px;
	padding: 6px;
}

.fecha {
	font-size: 115%;
	font-weight: bold;
	color: #1F405F !important;
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.separador {
	width: 90%;
	margin: 20px auto;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

/* Colores Principales de Secciones*/
.universal-bg {
	background: #005383;
}

.universal-text {
	color: #005383;
}

.universal-light-bg {
	background: #08ABF2;
}

.universal-light-text {
	color: #08ABF2;
}

.metropoli-bg {
	background: #8a9541;
}

.metropoli-text {
	color: #8a9541;
}

.economia-bg {
	background: #fd8a1c;
}

.economia-text {
	color: #fd8a1c;
}

.cultura-bg {
	background: #ff3d66;
}

.cultura-text {
	color: #ff3d66;
}

.cartera-bg {
	background: #fd8a1c;
}

.cartera-text {
	color: #fd8a1c;
}

.deportes-bg {
	background: #e23c35;
}

.deportes-text {
	color: #e23c35;
}

.tendencias {
	background: #7d77b8;
}

.tendencias-text {
	color: #7d77b8;
}

/* Colores de partidos politicos */
.pri-bg {
	background: #CC0000;
}

.pri-text {
	color: #CC0000;
}

.pan-bg {
	background: #014aa6;
}

.pan-text {
	color: #014aa6;
}

.prd-bg {
	background: #ffcc00;
}

.prd-text {
	color: #ffcc00;
}

.pt-bg {
	background: #b00202;
}

.pt-text {
	color: #b00202;
}

.pvem-bg {
	background: #009933;
}

.pvem-text {
	color: #009933;
}

.mc-bg {
	background: #fb500d;
}

.mc-text {
	color: #fb500d;
}

.panal-bg {
	background: #00a4ac;
}

.panal-text {
	color: #00a4ac;
}

.morena-bg {
	background: #782200;
}

.morena-text {
	color: #782200;
}

.humanista-bg {
	background: #9f3b77;
}

.humanista-text {
	color: #9f3b77;
}

.encuentro-social-bg {
	background: #9f3b77;
}

.encuentro-social-text {
	color: #9f3b77;
}

.independiente-bg {
	background: #333333;
}

.independiente-text {
	color: #333333;
}

/* Colores */
.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margen-superior {
	margin-top: 150px;
}

@media (min-width:601px) and (max-width:992px) {
	h1 {
		font-size: 53px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 12px;
	}

	.section {
		padding: 30px 0;
	}
}

@media (max-width:600px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 12px;
	}

	.section {
		padding: 30px 0;
	}
}



/* Media Queries */
@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}

	.date {
		width: 25% !important;
	}
}

@media(min-width:401px) and (max-width:650px) {
	.date {
		width: 38% !important;
	}
}

@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}

	.date {
		width: 62% !important;

	}
}