html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 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 */

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;
}
/* 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: 10px 0 0 0;
}
.section-padded {
    padding: 140px 0 40px;
}
.hidden2 {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}


.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;
    }
}
@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;
    }
}
@media (max-width:379px) {
    p {
        font-size: 17px;
    }
}
/* 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;
}