.parallax img, .preloader, Body, html {
	width: 100%;
	height: 100%
}

body {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.container-fluid{
	width: 100%;
}
.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.preloader {
	position: fixed;
	z-index: 9999;
	background-color: #fff
}
.preloader img {
	position: absolute;
	top: calc(50% - 64px);
	left: calc(50% - 64px)
}
.preloader div {
	display: none;
	background: url(../img/pricing2.jpg) 9999px 9999px no-repeat
}
p {
	font-size: 18px;
	line-height: 1.5;
	color: #333
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Duplicate Ionic';
	position: relative;
	margin: 10px 0
}
h1 {
	font-size: 65px
}
h2 {
	font-size: 43px
}
h3 {
	font-size: 30px
}
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: #fff
}
header {
	position: relative;
	width: 100%;
	color: #fff;
	background: url(../img/header.jpg);
	background-size: cover;
	background-position: right center;
}
header .table {
	display: table;
	height: 100%
}
header .container {
	height: 100%
}
header .header-text {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	color: #fff
}
.blink, header .typed, header .typed-cursor {
	display: inline-block
}
header .typed {
	margin: 0
}
header .typed-cursor {
	font-size: 35px;
	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;
	color: #005383;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.logo {
	width: 220px!important;
	max-height: 18px!important
}

@media (max-width:420px) {
.logo {
	width: 180px!important;
	max-height: 18px!important
}
}
.text-center{
	text-align: center;
}
nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.blink, .container, section {
	position: relative;
}
nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #fff!important
}
nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 5px 0;
	opacity: 0;
	background: #005383;
	box-shadow: 0 4px 3px rgba(0,0,0,.05)
}
nav.navbar-fixed-top .navbar-nav>li>a:not(.btn) {
	color: #8c8c8c
}
.icon-bar {
	background: #bbb
}
a .active {
	background-color: #0ff!important
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #4dbeff!important
}
.date {
	border-radius: 100px;
	width: 18%;
	background-color: rgba(0,0,0,.6);
	margin: 30px auto 0
}
.date p {
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.2;
	font-family: Roboto
}
.blink {
	top: 4px;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px
}
.navbar {
	top: 50px
}
.container {
	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)
}
.section {
	padding: 40px 0;

}
.section-padded {
	padding: 140px 0 40px
}

.section-footer {
	height: 230px;
	margin-left:-1%!important;
	background-color: #f7f7f7;
}
footer {
	padding: 40px 0 0;
	background: url(../img/footer.jpg);
	-webkit-background-size: cover;
	background-size: cover
}
footer .open-blink, footer .open-blink:before {
	content: ' ';
	border-radius: 50%;
	background-color: #4caf50;
	display: inline-block
}
footer .trial-button {
	overflow: hidden!important
}
footer .open-blink {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	-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 {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 30px;
	height: 30px;
	opacity: .1
}
footer .opening-hours {
	margin-top: 30px
}
footer .bottom-footer {
	margin-top: 20px
}
footer .social-footer {
	padding: 40px;
	list-style: none
}
footer .social-footer li {
	display: inline-block;
	margin: 0 15px
}
footer .social-footer li a {
	font-size: 24px;
	color: #fff
}
footer .social-footer li:hover a {
	color: #00a8ff
}
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255,255,255,.98);
	-webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle
}
.mobile-nav ul li {
	margin: 25px 0
}
.mobile-nav ul li a:not(.btn) {
	color: #aaa
}
.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #00a8ff
}
.row.title {
	padding: 0;
	width: 88%;
}
.light {
	font-weight: 300
}
.regular {
	font-weight: 400
}
.bold {
	font-weight: 700
}
.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
}
.pri-bg {
	background: #C00
}
.pri-text {
	color: #C00
}
.pan-bg {
	background: #014aa6
}
.pan-text {
	color: #014aa6
}
.prd-bg {
	background: #fc0
}
.prd-text {
	color: #fc0
}
.pt-bg {
	background: #b00202
}
.pt-text {
	color: #b00202
}
.pvem-bg {
	background: #093
}
.pvem-text {
	color: #093
}
.mc-bg {
	background: #fb500d
}
.mc-text {
	color: #fb500d
}
.panal-bg {
	background: #00a4ac
}
.panal-text {
	color: #00a4ac
}
.morena-bg {
	background: #782200
}
.encuentro-social-bg, .humanista-bg {
	background: #9f3b77
}
.morena-text {
	color: #782200
}
.encuentro-social-text, .humanista-text {
	color: #9f3b77
}
.independiente-bg {
	background: #333
}
.independiente-text {
	color: #333
}
.white {
	color: #fff
}
.light-white {
	color: rgba(255,255,255,.5)
}
.white-bg {
	background: #fff
}
.gray-bg {
	background: #f7f7f7
}
.blue {
	color: #00a8ff
}
.blue-bg {
	background: #00a8ff
}
.muted {
	color: #666666;
}
.margen-superior {
	margin-top: 12px
}

@media (min-width:601px) and (max-width:992px) {
h1 {
	font-size: 48px
}
h2 {
	font-size: 31px
}
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: 36px
}
h2 {
	font-size: 28px
}
h3 {
	font-size: 22px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
.section {
	padding: 30px 0
}
}

@media(max-width:991px) {
.text-center-mobile {
	text-align: center!important
}
.date {
	width: 25%!important
}
.section-footer {
	height: 200px!important;
}		
}

@media(max-width:767px) {
.text-center-mobile {
	text-align: center!important
}
.date {
	width: 25%!important
}
.section-footer {
	height: 420px!important;
}		
}

@media(min-width:401px) and (max-width:650px) {
.date {
	width: 38%!important
}
	
.section-footer {
	height: 350px!important;
}
h4 {
	font-size: 16px!important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px!important;
    padding-left: 5px!important;
}		
}

@media(max-width:400px) {
header .typed-cursor {
	display: none
}
.date {
	width: 62%!important
}
.section-footer {
	height: 280px!important;
}
h4 {
	font-size: 14px!important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px!important;
    padding-left: 5px!important;
}	
}