@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap');

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: normal;
    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 */
.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
}
.preloader img {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
}
.preloader div {
    display: none;
    /* Preload the Second Pricing Image */
    background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
    background-position: 9999px 9999px;
}
/* Typography */
p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans';
    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: white;
}
a {
    text-decoration: none;
    color: #00a8ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Botones de Redes Sociales*/
.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, 0.3); /* rgbA */
    border: 1px solid rgb(0, 0, 0, 0.3);
}
.redes-flotante ul li:hover {
    background-color: rgba(3, 132, 180, 0.60); /* rgbA */
}
.redes-flotante ul li a {
    font-size: 18px;
    color: #FFFFFF;
}
/* 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: 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 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: #ebebeb;
    font-size: 16px;
    font-family: 'Work Sans';
}
.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: 'Work Sans';
}
/* Blink Cursor */
.blink {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 4px;
    height: 50px;
    height: 5vh;
    margin: 0 10px;
}
.navbar {
    top: 50px;
}
.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)
}
/* Sections */
section {
    position: relative;
}
.section {
    padding: 40px 0;
    background: #fff;
}
.section-padded {
    padding: 140px 0 40px;
}
.hidden2 {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
/* Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #101010;
}
.footer-area .footer-social-info {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .footer-social-info a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #a6a6a6;
}
.footer-area .footer-social-info a span {
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    .footer-area .footer-social-info a span {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-social-info a span {
        display: none;
    }
}
.footer-area .footer-social-info a:hover, .footer-area .footer-social-info a:focus {
    color: #ffffff;
}
.footer-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    text-align: center;
}
.footer-area .copywrite-text p {
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p {
        font-size: 12px;
    }
}
.footer-area .copywrite-text p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.footer-area .copywrite-text p a:hover, .footer-area .copywrite-text p a:focus {
    color: #d1bb95;
}
@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p a {
        font-size: 12px;
    }
}
.row.title {
    padding: 0 20px;
}
/* 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: 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 Queries */
@media(max-width:991px) {
    .text-center-mobile {
        text-align: center !important;
    }
}
/*------- Videos -------*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure {
    display: block;
    background: transparent;
    padding: 10px;
}