html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    color: #2a3237;
    -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 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff
}
.preloader img {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px)
}
.preloader div {
    display: none;
    background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
    background-position: 9999px 9999px
}
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: 60px
}
h2 {
    font-size: 45px
}
h3 {
    font-size: 35px
}
h4 {
    font-size: 25px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
ul.white-list {
    padding: 0;
    list-style-type: none
}
ul.white-list li {
    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: rgba(28, 36, 65, .93);
    background: url(../img/header.jpg);
    background-size: cover;
	background-position: top right;
}
header .table {
    display: table;
    height: 100%
}
header .container {
    height: 100%
}
header .header-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff
}
header .typed {
    display: inline-block;
    margin: 0
}
header .typed-cursor {
    font-size: 35px;
    display: inline-block;
    margin: 0 10px;
    color: #ff3d66;
    -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: #ff3d66;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.redes-flotante {
    position: fixed;
    right: 5px;
    top: 30%;
    z-index: 800
}
.redes-flotante ul {
    list-style: none
}
.redes-flotante ul li {
    text-align: center;
    display: block;
    margin: 2px 2px;
    padding: 5px;
    width: 33px;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid rgb(0, 0, 0, .3)
}
.redes-flotante ul li:hover {
    background-color: rgba(3, 132, 180, .6)
}
.redes-flotante ul li a {
    font-size: 18px;
    color: #fff
}
@media (max-width: 991px) {
    .navbar-right {
        display: none!important
    }
}
.logo {
    width: 220px!important;
    max-height: 18px!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 .3s ease;
    transition: all .3s ease
}
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: #ebebeb;
    font-size: 14px;
    font-family: Roboto
}
.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 {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 4px;
    height: 50px;
    height: 5vh;
    margin: 0 10px
}
.navbar {
    top: 50px
}
.container {
    position: relative
}
.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: #ff3d66!important;
    border: 2px solid #ff3d66!important;
    background: rgba(255, 255, 255, .1)
}
section {
    position: relative
}
.section {
    padding: 40px 0;
    background: #fff
}
.section-padded {
    padding: 140px 0 40px
}
footer {
    padding: 40px 0 0;
    background: url(../img/footer.jpg);
    -webkit-background-size: cover;
    background-size: cover
}
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: .1;
    border-radius: 50%;
    background-color: #4caf50
}
footer .opening-hours {
    margin-top: 30px
}
footer .bottom-footer {
    margin-top: 20px
}
.social-footer {
    padding: 40px;
    list-style: none
}
.social-footer li {
    display: inline-block;
    margin: 0 15px
}
.social-footer li a {
    font-size: 24px;
    color: #fff
}
.social-footer li:hover a {
    color: #00a8ff
}
@media (max-width: 420px) {
    .social-footer li {
        margin: 0 10px
    }
    .mobile-nav a {
        margin: 0 10px
    }
}
@media (max-width: 319px) {
    .social-footer li {
        margin: 0 6px 10px
    }
    .social-footer li a {
        font-size: 18px
    }
    .mobile-nav .redes-over a {
        margin: 0 5px!important
    }
    .mobile-nav a.close-link {
        width: 35%!important
    }
}
.mobile-nav a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Duplicate Ionic';
    color: #292929;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}
.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: #292929
}
.mobile-nav a.close-link {
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    left: calc(80% - 10px);
    left: 0;
    width: 40%;
    padding: 15px 0;
    color: #fff;
    background: #00a8ff
}
.mobile-nav .redes-over {
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 50%;
    height: 30px;
    border-bottom: 0 solid #ccc
}
.mobile-nav .redes-over a {
    margin: 0 8px;
    color: #005383;
    border-bottom: 0 solid #ccc
}
.row.title {
    padding: 0 30px
}
.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
}
.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: #333
}
.independiente-text {
    color: #333
}
.white {
    color: #fff
}
.light-white {
    color: rgba(255, 255, 255, .5)
}
.white-bg {
    background: #fff
}
.gray-bg {
    background: #f7f7f7
}
.black-bg {
    background: #000
}
.blue {
    color: #00a8ff
}
.blue-bg {
    background: #00a8ff
}
.muted {
    color: #989da0
}
.margen-superior {
    margin-top: 40px
}
@media (min-width: 601px) and (max-width: 992px) {
    h1 {
        font-size: 48px
    }
    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: 36px
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 19px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 12px
    }
    .redes-flotante {
        display: none
    }
    .section {
        padding: 30px 0
    }
}
@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
    }
}