@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: #fff;
	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: #00b4da;
	text-decoration: none;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 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: 51px;
  background-color: #fff;
  /*background-image:url(../img/master.png);*/
}
.two {
  width: 95%;
  margin: 0 0 0 auto;
  height: 1.5px;
  background-color: #000;
}
.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: 76px;
  height: 55px;
  margin-top: 4px;
}
/*----------Termina código extra----------*/
/*Media queries*/
@media (max-width:1499px) {
  .one {}
  .two {
    width: 94%;
  }
}
@media (max-width:1299px) {
  .two {
    width: 93%;
  }
}
@media (max-width:1099px) {
  .two {
    width: 92%;
  }
}
@media (min-width:601px) and (max-width:992px) {
  .section {
    padding: 30px 0;
  }
  .btn_sitio {
    right: 60px;
  }
}
@media (max-width:992px) {
  .two {
    width: 91%;
  }
}
@media (max-width:849px) {
  .two {
    width: 90%;
  }
}
@media (max-width:767px) {
  .two {
    width: 88%;
  }
  .btn_sitio {
    left: 10px;
  }
}
@media (max-width:600px) {
  .section {
    padding: 30px 0;
  }
  .one {
    height: 47px;
  }
  .btn_sitio a img {
    width: 69px;
    height: 50px;
  }
  .four, .five {
    display: none;
  }
}
@media only screen and (max-width:499px) {
  .one {
    height: 43px;
  }
  .three {
    height: 7px;
  }
  .btn_sitio a img {
    width: 55px;
    height: 40px;
    margin-top: 8px;
  }
}
@media only screen and (max-width:389px) {
  .two {
    width: 85%;
  }
}
@media only screen and (max-width:339px) {
  .two {
    width: 83%;
  }
}