@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css');
/* Typography */
html {
    scroll-behavior: smooth
}
body {
    font-family: 'Work Sans';
    font-size: 14px
}
h1, h2, h3, h4, h5, h6 {
    color: #191919;
    line-height: 1.3;
    font-weight: 500
}
p {
    color: #595959;
    font-size: 16px;
    font-family: 'Work Sans';
    line-height: 2;
    font-weight: 400
}
/* 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;
}
.fa-brands, .fa-envelope, .redes-div{
	font-size: 1.3rem;
}
.redes-div{
	color: #a6a6a6;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.footer-area {
    position: fixed;
    width: 100%;
    height: 6vh;
    z-index: 1;
    background-color: #101010;
    text-align: center;
    bottom: 0;
}
.footer-area .footer-social-info {
    position: relative;
    z-index: 1;
    padding: 15px 0;
}
.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:focus, .footer-area .footer-social-info a:hover {
    color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 7px rgba(209, 209, 209, 1);
}
.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: #fff;
    font-weight: 400
}
.footer-area .copywrite-text p a:focus, .footer-area .copywrite-text p a:hover {
    color: #d1bb95
}
@media only screen and (max-width:767px) {
    .footer-area .copywrite-text p a {
        font-size: 12px
    }
}
@media only screen and (max-width:499px) {
    .footer-area .footer-social-info {
        padding: 15px 20px;
    }
}
@media only screen and (max-width:399px) {
    .footer-area {
        height: 8vh;
    }
}
/*----------Empieza código extra----------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 50px;
}
#top {
    z-index: 9998;
}
.one {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 40px;
    height: 30px;
    background-color: #fff;
    /*background-image:url(../img/master.png);*/
}
.two {
    width: 100%;
    margin: 0 auto;
    height: 1.5px;
    background-color: #0068A2;
}
.three {
    width: 100%;
    margin: 0 auto;
    height: 10px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    /*background-color:rgba(0,0,0,0.85);*/
}
.four {
    width: 100%;
    margin: 0 auto;
    height: 3px;
    background-color: #FFF;
}
.five {
    width: 100%;
    margin: 0 auto;
    height: 4px;
    background-color: #590834;
}
.btn_sitio {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 9999
}
.btn_sitio a img {
    width: 210px;
    height: 22px;
    margin-top: 4px;
}
@media only screen and (max-width:499px) {
.one {
    height: 33px;
}
.three {
    height: 7px;
}
.btn_sitio a img {
    margin-top: 8px;
}
}
/*----------Termina código extra----------*/
/*Media queries*/
@media (min-width:601px) and (max-width:992px) {
    .section {
        padding: 30px 0;
    }
    .btn_sitio a img {
        width: 200px;
        height: 21px;
    }
    .btn_sitio {
        right: 60px;
    }
}
@media (max-width:600px) {
    .section {
        padding: 30px 0;
    }
    .btn_sitio a img {
        width: 190px;
        height: 20px;
    }
    .btn_sitio {
        left: 10px;
    }
    .four, .five {
        display: none;
    }
}