
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/classy-nav.min.css);
@import url(css/nice-select.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

h1,
h2,
h4 {
  color: #9d2449;
  line-height: 1.3; }

p {
  color: #656565;
  font-size: 14px;
  line-height: 2;
  font-family: "Gotham-Book_0";}

a{
	font-size: 14px;
	color: #656565;
	font-weight: 500;
}


a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #9d2449;
  font-weight: 500;
  font-size: 14px; }

ul,
ol {
  margin: 0; font-family: "Gotham-Book_0"; color: #656565;}
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0; }

.section-padding-0-50 {
  padding-top: 0;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(2, 3, 28, 0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #656565;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: gray; }

#mapCanvas {
    width: 100%;
    height: 600px;
}

/*transparencia*/

.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #EDEDED;
  color: #3f3c3c;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: .1em;
  transition: all .3s;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #F9F9F9;
}

.accordion-header:hover {
  background: #E0E0E0;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #FCFCFC;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
	border-bottom: 1px solid #E4E4E4;
}

.accordion-body__contents a {
  font-size: 14px;
  color: #656565;
}

.accordion-body__contents a:hover {
  color: #656565;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid #CBCBCB;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(-180deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(0deg);
}

.accordion__item.active .accordion-header {
  background: #E0E0E0;
}

.accordion__item .accordion__item .accordion-header {
  background: #F5F5F5;
  color: black;
}

.accordion__item .accordion__item .accordion-header:hover {
  background: #EDEDED;
}

.articulostransp{
	text-align: center;
	margin-top: 50px;
}

.articulostransp h3{
	margin-top: 30px;
	font-size: 30px;
}

.articulostransp a{
	color: #656565;
}

.articulostransp a:hover{
	color: #656565;
}

@media only screen and (max-width: 967px) {
	.articulostransp h3{
	font-size: 18px;
}
}

/*termina transparencia*/

/*marco normativo*/

.marconormativo{
	width: 100%;
	border: 1px solid #D7D7D7;
}

.marconormativo p{
	padding: 10px 10px 0 10px;
	line-height: 20px;
}

.marconormativo p a{
	font-size: 16px;
}

.marconormativo i{
	font-size: 22px;
}

.marconormativo span{
	font-size: 14px;
}

/*termina marco normativo*/

/*CIMTRA*/

.listascimtra{
	font-weight: bold;
	font-size: 18px;
	background: #f3f5f8;
	border: 1px solid #9A9A9A;
}

.listascimtra ol{
	padding: 20px;
}

.listascimtra ol li a{
	font-weight: bold;
	font-size: 18px;
}

.iconocimtra{
	background: #f3f5f8;
	text-align: center;
	border: 1px solid #9A9A9A;
}

.iconocimtra img{
	padding: 20px;
}

.textocimtra{
	background: #f3f5f8;
	border: 1px solid #9A9A9A;
}

.textocimtra p{
	padding: 10px 20px 10px 20px;
}

.textocimtra h5{
	padding:20px 20px 0 20px;
	font-family: 'GOTHAM-BLACK';
	color: #6E6E6E;
}

.textocimtra ul li a{
	font-size: 18px;
	font-weight: bold;
}

.actualizacioncimtra{
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 20px;
}

.actualizacioncimtra p{
	padding-top: 13px;
}

.edilicia{
	padding-bottom: 20px;
}

.texto43 p{
	line-height: 14px;
}

/*Termina CIMTRA*/

  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.viral-btn {
  display: inline-block;
  min-width: 150px;
  height: 52px;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  background: #656565;
  background: -webkit-linear-gradient(to right, #e30a73, #feae04);
  background: linear-gradient(to right, #e30a73, #feae04); }
  .viral-btn.active, .viral-btn:hover, .viral-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #e30a73;
    background: -webkit-linear-gradient(to right, #e30a73, #feae04);
    background: linear-gradient(to right, #e30a73, #feae04); }

.add-post-btn {
  display: inline-block;
  min-width: 120px;
  height: 52px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px !important;
  line-height: 52px;
  font-weight: 700 !important;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  background: #656565; }
  
  .add-post-btn.active, .add-post-btn:hover, .add-post-btn:focus {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: orange; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  /* Search Form Area */ }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #dedede;
    background-color: #ffffff; }
    .header-area .top-header-area .top-header-content {
      position: relative;
      z-index: 1;
      height: 48px; }
      .header-area .top-header-area .top-header-content .top-breaking-news-area {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        min-width: 70%;
        width: 70%; }
        .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker {
          width: 100%;
          text-align: left;
          position: relative;
          overflow: hidden; }
          .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker ul {
            width: 100%;
            position: relative;
            z-index: 1; }
            .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker ul li {
              display: none;
              width: 100%; }
              .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker ul li a {
                display: block;
                font-size: 12px;
                color: #656565;
                height: 38px;
                line-height: 38px; }
                .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker ul li a:hover, .header-area .top-header-area .top-header-content .top-breaking-news-area .ticker ul li a:focus {
                  color: #9d2449; }
      .header-area .top-header-area .top-header-content .top-social-info-area {
        position: relative;
        z-index: 1; }
        .header-area .top-header-area .top-header-content .top-social-info-area a {
          display: inline-block;
          padding: 0 12px;
          font-size: 18px;
          color: #b0b0b0; }
          @media only screen and (max-width: 767px) {
            .header-area .top-header-area .top-header-content .top-social-info-area a {
              padding: 0 3px; } }
          .header-area .top-header-area .top-header-content .top-social-info-area a:hover, .header-area .top-header-area .top-header-content .top-social-info-area a:focus {
            color: #9d2449; }
  .header-area .viral-news-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .viral-news-main-menu {
        height: 80px; } }
    @media only screen and (max-width: 767px) {
      .header-area .viral-news-main-menu {
        height: 70px; } }
    .header-area .viral-news-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .viral-news-main-menu .classy-navbar {
      height: 100px;
      padding: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .viral-news-main-menu .classy-navbar {
          height: 80px; } }
      @media only screen and (max-width: 767px) {
        .header-area .viral-news-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .viral-news-main-menu .classy-navbar .classynav ul li a {
        font-weight: 700; font-size: 13px; }
        .header-area .viral-news-main-menu .classy-navbar .classynav ul li a:hover, .header-area .viral-news-main-menu .classy-navbar .classynav ul li a:focus {
          color: #9d2449;
          font-weight: 700; }
      .header-area .viral-news-main-menu .classy-navbar .classynav ul li.active a {
        color: #656565; }
      .header-area .viral-news-main-menu .classy-navbar .classynav > ul > li > a {
        text-transform: uppercase;
        padding: 12px 12px 11px;
        background-color: transparent;
        line-height: 1;
        color: #231f1f;
        font-weight: 700; }
        .header-area .viral-news-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .viral-news-main-menu .classy-navbar .classynav > ul > li > a:focus {
          color: #9d2449; }
    .header-area .viral-news-main-menu .search-btn {
      padding: 15px 40px;
      display: block;
      cursor: pointer;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .header-area .viral-news-main-menu .search-btn:hover, .header-area .viral-news-main-menu .search-btn:focus {
        color: #656565; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .viral-news-main-menu .search-btn {
          padding: 15px 20px; } }
  .header-area .viral-search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #e30a73;
    background: -webkit-linear-gradient(to right, #e30a73, #feae04);
    background: linear-gradient(to right, #e30a73, #feae04);
    z-index: 30000;
    top: 150px;
    left: 0;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transform: scale(0.9) translate3d(0, 0, 0);
    transform: scale(0.9) translate3d(0, 0, 0);
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .viral-search-form {
        top: 130px; } }
    @media only screen and (max-width: 767px) {
      .header-area .viral-search-form {
        top: 120px; } }
    .header-area .viral-search-form form {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 200px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-delay: 500ms;
      transition-delay: 500ms;
      -webkit-transition-duration: 700ms;
      transition-duration: 700ms; }
      .header-area .viral-search-form form input {
        width: 90%;
        height: 60px;
        position: absolute;
        left: 5%;
        font-size: 14px;
        color: #231f1f;
        font-weight: 600;
        padding: 0 30px;
        border: none;
        border-radius: 5px; }
      .header-area .viral-search-form form button {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 5%;
        top: 0;
        border: none;
        cursor: pointer;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 0 5px 5px 0; }
        .header-area .viral-search-form form button:hover {
          background-color: #656565;
          color: #fff; }
    .header-area .viral-search-form.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0); }
      .header-area .viral-search-form.active form {
        opacity: 1;
        visibility: visible;
        top: 50px; }
  .header-area .is-sticky #stickyMenu {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-bottom: none; }
    .header-area .is-sticky #stickyMenu .viral-search-form {
      top: 100px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .is-sticky #stickyMenu .viral-search-form {
          top: 80px; } }
      @media only screen and (max-width: 767px) {
        .header-area .is-sticky #stickyMenu .viral-search-form {
          top: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add-post-button {
    margin-left: 15px; } }
@media only screen and (max-width: 767px) {
  .add-post-button {
    margin-left: 15px; } }

@media only screen and (max-width: 767px) {
  .classy-navbar .nav-brand {
    max-width: 180px; } }

/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 1;
  background-color: #f3f5f8;
  padding-top: 50px;
  border-bottom: 5px solid #656565; }

/* :: 6.0 Welcome Slides Area */
.welcome-slide-area {
  padding: 60px 0 90px;
  position: relative;
  z-index: 1; }

.single-welcome-slide {
  position: relative;
  z-index: 1; }
  .single-welcome-slide .welcome-post {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .single-welcome-slide .welcome-post img {
      -webkit-transition-duration: 600ms;
      transition-duration: 600ms; }
    .single-welcome-slide .welcome-post:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .single-welcome-slide .welcome-post .post-content {
      position: absolute;
      width: 80%;
      bottom: 10%;
      left: 10%;
      z-index: 5; }
      .single-welcome-slide .welcome-post .post-content .tag {
        background-color: #656565;
        width: 88px;
        height: 25px;
        color: #fff;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 15px; }
        .single-welcome-slide .welcome-post .post-content .tag.tag-2 {
          background-color: #6bc045; }
        .single-welcome-slide .welcome-post .post-content .tag.tag-3 {
          background-color: #ee9202; }
        .single-welcome-slide .welcome-post .post-content .tag:hover {
          background-color: #231f1f; }
      .single-welcome-slide .welcome-post .post-content .post-title {
        background-color: #231f1f;
        padding: 0 15px 5px;
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-post .post-content .post-title {
            font-size: 18px; } }
        .single-welcome-slide .welcome-post .post-content .post-title:hover {
          color: #656565; }
      .single-welcome-slide .welcome-post .post-content p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 0;
        font-weight: 600; }
    .single-welcome-slide .welcome-post.style-2 .post-title {
      padding: 0 10px;
      font-size: 18px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-posts-- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* :: 7.0 Blog Post Area */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    min-width: 130px;
    width: 130px; }
    .single-blog-post .post-thumb a {
      display: block; }
  .single-blog-post .post-data {
    margin-left: 20px; }
    .single-blog-post .post-data .post-catagory {
      font-size: 14px;
      color: #656565;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .single-blog-post .post-data .post-title {
      display: block; }
      .single-blog-post .post-data .post-title h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1.8;
        font-size: 14px;
        color: #231f1f; }
        .single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
          color: #656565; }
    .single-blog-post .post-data .post-meta .post-date {
      margin-bottom: 0; }
      .single-blog-post .post-data .post-meta .post-date a {
        display: block; }
        .single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
          color: #9d2449; }
    .single-blog-post .post-data .post-meta .post-like {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-like span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
          color: #656565; }
    .single-blog-post .post-data .post-meta .post-comment {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-comment span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
          color: #656565; }
  .single-blog-post.style-2 {
    margin-bottom: 25px; }
    .single-blog-post.style-2:last-of-type {
      margin-bottom: 0; }
    .single-blog-post.style-2 .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      min-width: 90px;
      width: 90px; }
    .single-blog-post.style-2 .post-date a {
      font-size: 12px; }
  .single-blog-post.style-3 .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 50px; }
  .single-blog-post.style-3 .post-data {
    margin-left: 0;
    margin-bottom: 40px; }
    .single-blog-post.style-3 .post-data .post-catagory {
      background-color: #656565;
      width: 88px;
      height: 25px;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 15px;
      font-weight: 600;
      margin-bottom: 20px; }
      .single-blog-post.style-3 .post-data .post-catagory.cat-2 {
        background-color: #6bc045; }
      .single-blog-post.style-3 .post-data .post-catagory.cat-3 {
        background-color: #ee9202; }
      .single-blog-post.style-3 .post-data .post-catagory.cat-4 {
        background-color: #02aeee; }
      .single-blog-post.style-3 .post-data .post-catagory:hover {
        background-color: #231f1f; }
    .single-blog-post.style-3 .post-data .post-title {
      display: block; }
      .single-blog-post.style-3 .post-data .post-title h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1.5;
        font-size: 24px;
        color: #231f1f; }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-3 .post-data .post-title h6 {
            font-size: 20px; } }
        .single-blog-post.style-3 .post-data .post-title h6:hover, .single-blog-post.style-3 .post-data .post-title h6:focus {
          color: #656565; }
    .single-blog-post.style-3 .post-data .post-meta .post-author {
      font-size: 14px;
      color: #656565;
      font-weight: 700;
      margin-bottom: 0; }
      .single-blog-post.style-3 .post-data .post-meta .post-author a {
        color: #231f1f;
        font-weight: 700;
        font-size: 14px; }
    .single-blog-post.style-3 .post-data .post-meta .post-date {
      color: #656565;
      font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .single-blog-post.style-3.style-5 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-blog-post.style-3.style-5 .post-data {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single-blog-post.style-3.style-5 .post-data {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
  .single-blog-post.style-3.style-5 .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    width: 50%;
    margin-bottom: 0;
    margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .single-blog-post.style-3.style-5 .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        margin-bottom: 50px;
        margin-right: 0; } }
  .single-blog-post.style-4 {
    margin-bottom: 40px; }
    .single-blog-post.style-4:last-child {
      margin-bottom: 0; }
    .single-blog-post.style-4 .post-thumb {
      position: relative;
      z-index: 10;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%;
      width: 100%;
      margin-bottom: 15px; }
      .single-blog-post.style-4 .post-thumb .serial-number {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #656565;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: block;
        text-align: center;
        line-height: 42px;
        position: absolute;
        left: 15px;
        top: -21px;
        z-index: 10; }
    .single-blog-post.style-4 .post-data {
      margin-left: 0;
      margin-bottom: 0; }
      .single-blog-post.style-4 .post-data .post-title {
        display: block; }
        .single-blog-post.style-4 .post-data .post-title h6 {
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
          line-height: 1.5;
          font-size: 18px;
          color: #231f1f;
          font-weight: 600; }
          .single-blog-post.style-4 .post-data .post-title h6:hover, .single-blog-post.style-4 .post-data .post-title h6:focus {
            color: #656565; }
      .single-blog-post.style-4 .post-data .post-meta .post-author {
        font-size: 12px;
        color: #656565;
        font-weight: 700;
        margin-bottom: 0; }
        .single-blog-post.style-4 .post-data .post-meta .post-author a {
          color: #231f1f;
          font-weight: 700;
          font-size: 12px; }

.popular-news-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px; }
  .popular-news-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #656565; }
    @media only screen and (max-width: 767px) {
      .popular-news-widget h3 {
        font-size: 24px; } }
  .popular-news-widget .single-popular-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .popular-news-widget .single-popular-post h6 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.7;
      font-weight: 500; }
      .popular-news-widget .single-popular-post h6 span {
        margin-right: 15px;
        color: #656565; }
      .popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
        color: #656565; }
    .popular-news-widget .single-popular-post p {
      margin-bottom: 0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #828282;
      margin-left: 30px;
      line-height: 1; }
    .popular-news-widget .single-popular-post:last-child {
      margin-bottom: 0; }

.latest-comments-widget {
  position: relative;
  z-index: 1; }
  .latest-comments-widget h4 {
    margin-bottom: 50px;
    font-weight: 600; }
  .latest-comments-widget .single-comments {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .latest-comments-widget .single-comments .comments-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
      flex: 0 0 42px;
      max-width: 42px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-top: 6px; }
      .latest-comments-widget .single-comments .comments-thumbnail img {
        border-radius: 50%;
        display: block; }
    .latest-comments-widget .single-comments .comments-text {
      margin-left: 15px; }
      .latest-comments-widget .single-comments .comments-text a {
        display: block;
        font-size: 16px;
        color: #231f1f;
        margin-bottom: 10px;
        line-height: 1.9;
        font-weight: 600; }
        .latest-comments-widget .single-comments .comments-text a span {
          color: #656565; }
        .latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
          color: #9d2449; }
      .latest-comments-widget .single-comments .comments-text p {
        margin-bottom: 0;
        font-size: 11px;
        text-transform: uppercase;
        color: #828282;
        line-height: 1; }
    .latest-comments-widget .single-comments:last-child {
      margin-bottom: 0; }

.newsletter-widget {
  position: relative;
  z-index: 1;
  background: #e30a73;
  background: -webkit-linear-gradient(to right, #e30a73, #feae04);
  background: linear-gradient(to right, #e30a73, #feae04);
  padding: 0 25px 35px; }
  .newsletter-widget h4 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 70px 0;
    margin-bottom: 0; }
  .newsletter-widget form input {
    width: 100%;
    height: 52px;
    background-color: #fff;
    font-size: 11px;
    font-style: italic;
    color: #656565;
    margin-bottom: 20px;
    border: none;
    padding: 0 25px;
    border-radius: 5px;
    font-weight: 600; }
  .newsletter-widget form button {
    width: 100%;
    height: 52px;
    background-color: #6bc045;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 5px; }
    .newsletter-widget form button:hover, .newsletter-widget form button:focus {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #fff;
      color: #656565; }

.viral-news-pagination {
  position: relative;
  z-index: 1;
  margin: 50px 0 40px; }
  .viral-news-pagination .page-link {
    padding: 0 5px;
    font-size: 14px;
    border: none;
    color: #656565;
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .viral-news-pagination .page-link {
        font-size: 12px; } }
    .viral-news-pagination .page-link:hover, .viral-news-pagination .page-link:focus {
      color: #ee9202; }
  .viral-news-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 30px;
    color: #656565; }
    @media only screen and (max-width: 767px) {
      .viral-news-pagination .page-item:first-child .page-link {
        margin-right: 5px; } }
    .viral-news-pagination .page-item:first-child .page-link:hover, .viral-news-pagination .page-item:first-child .page-link:focus {
      color: #ee9202; }
  .viral-news-pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 30px;
    color: #656565; }
    @media only screen and (max-width: 767px) {
      .viral-news-pagination .page-item:last-child .page-link {
        margin-left: 5px; } }
    .viral-news-pagination .page-item:last-child .page-link:hover, .viral-news-pagination .page-item:last-child .page-link:focus {
      color: #ee9202; }

.viral-news-breadcumb-area {
  position: relative;
  z-index: 1;
  background-color: #f3f5f8;
  height: 230px;
  border-bottom: 5px solid #656565; }
  @media only screen and (max-width: 767px) {
    .viral-news-breadcumb-area.section-padding-50 {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .viral-news-breadcumb-area h3 {
    font-size: 30px;
    color: #656565; }
  .viral-news-breadcumb-area .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent; }
    @media only screen and (max-width: 767px) {
      .viral-news-breadcumb-area .breadcrumb {
        margin-bottom: 30px; } }

.treading-articles-widget {
  position: relative;
  z-index: 1; }
  .treading-articles-widget h4 {
    margin-bottom: 50px;
    font-weight: 600; }

.catagory-featured-post {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .catagory-featured-post .cata-content {
      margin-top: 50px; } }
  .catagory-featured-post .cata-content .post-catagory {
    background-color: #656565;
    width: 88px;
    height: 25px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px; }
    .catagory-featured-post .cata-content .post-catagory.tag-2 {
      background-color: #6bc045; }
    .catagory-featured-post .cata-content .post-catagory.tag-3 {
      background-color: #ee9202; }
    .catagory-featured-post .cata-content .post-catagory:hover {
      background-color: #231f1f; }
  .catagory-featured-post .cata-content h2 {
    font-size: 36px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .catagory-featured-post .cata-content h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .catagory-featured-post .cata-content h2 {
        font-size: 22px; } }
    .catagory-featured-post .cata-content h2:hover {
      color: #656565; }
  .catagory-featured-post .cata-content .post-meta .post-author {
    font-size: 14px;
    color: #656565;
    font-weight: 700;
    margin-bottom: 0; }
    .catagory-featured-post .cata-content .post-meta .post-author a {
      color: #231f1f;
      font-weight: 700;
      font-size: 14px; }
  .catagory-featured-post .cata-content .post-meta .post-date {
    color: #656565;
    font-size: 12px; }
  .catagory-featured-post .cata-content .post-excerp {
    color: #656565;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500; }

.single-blog-post-details {
  position: relative;
  z-index: 1; }
  .single-blog-post-details .post-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
  .single-blog-post-details .post-data .post-meta p {
    font-weight: 500; }
  .single-blog-post-details .post-data .post-catagory {
    background-color: #656565;
    width: 88px;
    height: 25px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px; }
    .single-blog-post-details .post-data .post-catagory.tag-2 {
      background-color: #6bc045; }
    .single-blog-post-details .post-data .post-catagory.tag-3 {
      background-color: #ee9202; }
    .single-blog-post-details .post-data .post-catagory:hover {
      background-color: #231f1f; }
  .single-blog-post-details .post-data .post-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog-post-details .post-data .post-title {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .single-blog-post-details .post-data .post-title {
        font-size: 24px; } }
  .single-blog-post-details .post-data .post-author {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    color: #656565;
    font-weight: 700; }
    .single-blog-post-details .post-data .post-author a {
      font-size: 14px;
      color: #231f1f;
      font-weight: 700; }
  .single-blog-post-details .post-data .post-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #656565;
    display: block;
    margin-bottom: 0; }
  .single-blog-post-details .post-data .view-comments .views {
    font-size: 12px;
    color: #656565;
    margin-bottom: 0; }
  .single-blog-post-details .post-data .view-comments .comments {
    font-size: 12px;
    color: #656565;
    display: block;
    text-decoration: underline; }
    .single-blog-post-details .post-data .view-comments .comments:hover {
      color: #656565; }

.login-with-facebook a {
  display: inline-block;
  padding: 0 90px;
  height: 45px;
  background-color: #2d5f9a;
  border-radius: 6px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .login-with-facebook a {
      padding: 0 15px;
      font-size: 12px; } }
  .login-with-facebook a:hover, .login-with-facebook a:focus {
    background-color: #9d2449; }

.single-questions-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single-questions-area h3 {
      font-size: 24px; } }
  .single-questions-area .questions-thumb {
    margin-bottom: 25px; }
  .single-questions-area input[type=radio] {
    display: none; }
  .single-questions-area input[type="radio"] + label {
    padding-left: 60px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #f3f5f8;
    margin-bottom: 25px;
    border-radius: 3px;
    line-height: 55px;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms; }
  .single-questions-area input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    width: 23px;
    height: 23px;
    border: 2px solid #ccd2dc;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .single-questions-area input[type=radio]:checked + label:before {
    content: '';
    background-color: #656565;
    border: 9px solid #fff; }
  .single-questions-area input[type=radio]:checked + label {
    background: #e30a73;
    background: -webkit-linear-gradient(to right, #e30a73, #feae04);
    background: linear-gradient(to right, #e30a73, #feae04);
    color: #fff; }

.comment_area .title {
  color: #231f1f; }
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  min-width: 72px;
  margin-right: 30px;
  height: 72px;
  border-radius: 5px; }
  .comment_area .comment-content .comment-author img {
    border-radius: 5px; }
.comment_area .comment-content .comment-meta {
  margin-bottom: 30px; }
  .comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: #393939;
    font-weight: 600; }
  .comment_area .comment-content .comment-meta .post-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #656565;
    display: block;
    margin-bottom: 15px; }
  .comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500; }
.comment_area .single_comment_area {
  margin-bottom: 30px; }
  .comment_area .single_comment_area:last-of-type {
    margin-bottom: 0; }
.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px; }

.post-a-comment-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-a-comment-area {
      margin-bottom: 100px; }

       }

  @media only screen and (max-width: 767px) {
    .post-a-comment-area {
      margin-bottom: 100px; } }
  .post-a-comment-area h4 {
    font-size: 24px;
    color: #393939; }

.editors-pick-post-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f9; }

/* :: 8.0 Footer Area */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f3f5f8;
  border-top: 5px solid #656565;
  padding-top: 50px; }
  .footer-area .footer-widget-area {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .footer-area .footer-widget-area {
        margin-bottom: 40px; } }
    .footer-area .footer-widget-area .footer-logo {
      margin-bottom: 50px; }
    .footer-area .footer-widget-area .widget-title {
      display: block;
      margin: 40px 0;
      font-weight: 600; }
    .footer-area .footer-widget-area .footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-area .footer-widget-area .footer-nav ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 50%;
        width: 50%; }
        .footer-area .footer-widget-area .footer-nav ul li a {
          display: block;
          padding: 15px 0;
          font-size: 14px;
          font-weight: 700;
          color: #231f1f; }
          .footer-area .footer-widget-area .footer-nav ul li a:hover, .footer-area .footer-widget-area .footer-nav ul li a:focus {
            color: #9d2449; }
  .footer-area .bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
    background-color: #000000;
    margin-top: 30px;}
    @media only screen and (max-width: 767px) {
      .footer-area .bottom-footer-area {
        padding: 20px 0 30px; } }
    .footer-area .bottom-footer-area p {
      color: #ffffff;
      margin-bottom: 0;
      font-size: 11px; }
      .footer-area .bottom-footer-area p a {
        color: gray;
        font-size: 11px;
        font-weight: 600; }
        .footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
          color: #9d2449; }

/* :: 9.0 Contact Area */
.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #656565;
    display: inline-block;
    color: #656565; }

.contact-form-area .form-control {
  height: 52px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 3px solid;
  border-color: transparent;
  font-weight: 500; }
  .contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #656565; }
.contact-form-area textarea.form-control {
  height: 200px;
  padding: 15px 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.contact-area {
  position: relative;
  z-index: 1; }
  .contact-area .contact-title h4 {
    color: #393939;
    margin-bottom: 70px; }

@media only screen and (max-width: 767px) {
  .contact-info-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

     }

.single-contact {
  position: relative;
  z-index: 1;
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    .single-contact {
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 70px; }
.single-contact:last-child {
        margin-bottom: 0; }

         }

.google-maps iframe {
  width: 100%;
  height: 680px;
  margin-bottom: 100px;
  border: none; }

/*directorio*/
.directorioimage{
	width: 20%;
	float: left;
}

.directorioimage img{
	border: 2px solid #C7C7C7;
}

.directoriop{
	width: 50%;
	float: left;
}

.directoriop p{
	padding: 10px;
}

.directoriomap{
	width: 30%;
	float: left;
}

.directoriomap iframe{
	 width: 100%;
 	 height: 250px;
	border: none;
}

  @media only screen and (max-width: 767px) {

    .google-maps iframe {
      height: 500px; }

    .textointro{
  margin-top: 20px;
}

       }

  .intro{
    background-color: #fcfcfc;
      }

.text-content{
  
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
  width: 100%;
    padding-top: 35vh;
    text-align: center;
    vertical-align: middle;
  position:relative;
}

.baner-content .text-content {
  text-align: center;
}

.baner-content .text-content img {
  margin-bottom: 20px;
  margin-top: -60px;
}

.baner-content .text-content h2 {
  font-size: 55px;
  font-weight: 400;
  color: #fff;
font-family: "GOTHAM-BLACK";
}

.baner-content .text-content h2 span {
  font-weight: 700;
  color: #656565!important;
}

.baner-content .text-content h2 em {
  font-style: normal;
  font-weight: 700;
  color: #f89624!important;
}

.baner-content .text-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight:100;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 0px 25%;
  text-shadow: 1px 1px 2px #000000;
}

.baner-content .text-content .primary-white-button {
  margin-top: 25px;
}

.btnarrow{
  font-size: 40px;
	color: #656565;
}

.btnarrow:hover{
  font-size: 40px;
  color: gray;
}

/*# sourceMappingURL=style.css.map */

#video{
}

#video-wrap{
position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

#video-wrap video{
/* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.text-content{
  
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
  width: 100%;
    padding-top: 35vh;
    text-align: center;
    vertical-align: middle;
  position:relative;
}

.titulos{
  font-size: 20px;
  color: #656565;
  font-family: "GOTHAM-BLACK";
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
}

.titulos2{
  font-size: 20px;
  color: #656565;
  font-family: "GOTHAM-BLACK";
  text-align: center;
  margin-bottom: 60px;
  margin-top: 120px;
}

@font-face{
  font-family: "GOTHAM-BLACK";
  src:url(fonts/gotham/GOTHAM-BLACK.TTF)
}

@font-face{
  font-family: "Gotham-Book_0";
  src:url(fonts/gotham/Gotham-Book_0.otf)
}

@font-face{
  font-family: "Gotham-Medium_0";
  src:url(fonts/gotham/Gotham-Medium_0.otf)
}

.margenslide{
  margin-top: -150px;
}

.textointro{
  text-align: justify;
}

.tel-emer{
  text-align: center;
  align-content: center;
}

.tel-emer p{
  font-size: 20px;
}

.tel-emer h3{
	margin-top: 15px;
}

.organigrama img{
  border: 2px solid gray;
  margin-bottom: 20px;
}

.organigrama p{
  margin-top: -5px;
  line-height: 25px;
  margin-bottom: 40px;
}

.parallax{
    background-image: url("img/baner-inicios/organigrama.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax2{
    background-image: url("img/baner-inicios/comisiones.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax3{
    background-image: url("img/baner-inicios/cabildo.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax4{
    background-image: url("img/baner-inicios/gacetam.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax5{
    background-image: url("img/baner-inicios/aniversarioj.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax6{
    background-image: url("img/baner-inicios/alfarojuanacatlan.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax7{
    background-image: url("img/baner-inicios/comisiones.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax8{
    background-image: url("img/baner-inicios/lugares.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax9{
    background-image: url("img/baner-inicios/galeriaturismo.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax10{
    background-image: url("img/baner-inicios/sanantonio.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax11{
    background-image: url("img/baner-inicios/acapulquito.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax12{
    background-image: url("img/baner-inicios/video.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax13{
    background-image: url("img/baner-inicios/pleno.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax14{
    background-image: url("img/baner-inicios/historia.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax15{
    background-image: url("img/baner-inicios/mapa.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax16{
    background-image: url("img/baner-inicios/mujeres.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax17{
    background-image: url("img/baner-inicios/gacetadif.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax18{
    background-image: url("img/baner-inicios/navidaddif.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax19{
    background-image: url("img/baner-inicios/posadaterceraedad.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax20{
    background-image: url("img/baner-inicios/directorio.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax21{
    background-image: url("img/baner-inicios/medicodebarrio.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax22{
    background-image: url("img/baner-inicios/copplademun.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax23{
    background-image: url("img/baner-inicios/consejo_salud.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax24{
    background-image: url("img/baner-inicios/primer_informe.jpg");
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax25{
    background-image:url(img/baner-inicios/bitacora_ambiental_1.jpg);
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

.parallax26{
    background-image:url(img/baner-inicios/cuenta_publica.jpg);
    min-height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    margin-bottom: 100px;
}

#header{
  position: absolute;
  z-index: 10;
}

#header h1{
  width: 90%;
  margin: auto;;
}

.tithead{
  margin-top: 170px;
}

.tithead h1{
  color: #ffffff;
}

.titulocabildo{
  padding-left: 30px;
}

.margen{
  margin-top: 50px;
}

.noticias2{
  text-align: center;
  align-content: center;
}

.noticias{
  border: 1px solid gray;
  margin-top: 0;
}

.noticias a{
  filter: grayscale(0); 
  -webkit-filter: grayscale(0);
  transition:filter 0.4s;
  -webkit-transition:-webkit-filter 1s;
}

.noticias a:hover{
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);
  text-decoration: underline;
}

.noticias2 p{
  padding: 0 10px 0 10px;
  line-height: 24px;
}

.noticias2 h4{
  font-size: 18px;
  padding: 10px 10px 0 10px;
}

.noticias2{
  text-align: center;
  align-content: center;
}

.docpoetdum{
	width: 100%;
	height: 700px;
}

.docpoetdum iframe{
	width: 100%;
	height: 700px;
}


.lugares2{
  text-align: center;
  align-content: center;
}

.lugares{
  border: 1px solid gray;
  margin-top: 30px;
}

.lugares a{
  filter: grayscale(0); 
  -webkit-filter: grayscale(0);
  transition:filter 0.4s;
  -webkit-transition:-webkit-filter 1s;
}

.lugares a:hover{
  filter: grayscale(100%); 
  -webkit-filter: grayscale(100%);
  text-decoration: underline;
}

.lugares2 p{
  padding: 0 10px 0 10px;
  line-height: 24px;
}

.lugares2 h4{
  font-size: 18px;
  padding: 10px 10px 0 10px;
}

.margenvideos{
  margin-top: 50px;
}

.marginnoticias{
  width: 100%;
  height: 150px;
  clear: both;
}

.textonoticia{
  font-size: 18px;
}

.textonoticia p{
  font-size: 18px;
}

/*historia*/
.textoarticulo{
	width:100%;
	text-align:justify;
	margin-top:30px;
	float:left;

	
}

.textoarticulo p{
	font-size:18px;
	line-height:31px;
	font-weight:300;
	padding-bottom:20px;
}

.textoarticulo ul li{
	font-size:18px;
	line-height:31px;
	font-weight:300;
	padding-bottom:20px;
}

.imagenarticulo{
	width:55%;
	float:right;
	margin-left:20px;
}

.piedepag{
	width:55%;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	background-color: #000000;
	color: lightgray;
	text-align: left;
}

.piedepag h5{
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 3px 8px;
}

.imagenarticulo2{
	width:100%;
	float:right;
	margin-left:20px;
}

.piedepag2{
	width:100%;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	background-color: #000000;
	color: lightgray;
	text-align: left;
}

.piedepag2 h5{
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 3px 8px;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.titulospoel h1{
  font-size: 22px;
  color:#FFFFFF;
	background-color: #656565;
  font-family: "GOTHAM-BLACK";
  text-align: center;
	margin-top: 70px;
}

@media only screen and (max-width: 991px){
	
.directoriomap{
	width: 100%;
	margin-top: 20px;
}
	
.directoriop{
	width: 70%;
}
	
.directorioimage{
	width: 30%;
}

.baner-content {
  width: 100%;
    padding-top: 35vh;
    text-align: center;
    background-image:url(img/juanacatlan2.jpg);
    vertical-align: middle;
    background-position: center;
}

.baner-content .text-content p {
}

.titulospoel h1{
  font-size: 22px;
  color:#FFFFFF;
  font-family: "GOTHAM-BLACK";
  text-align: center;
}
	
.titulos h2{
  font-size: 22px;
  color: #656565;
  font-family: "GOTHAM-BLACK";
  text-align: center;
	}

.titulos2 h1{
  font-size: 22px;
  color: #656565;
  font-family: "GOTHAM-BLACK";
  text-align: center;
}

.margenslide{
  margin-top: 0px;
}

.textointro{
  padding-top: 20px;
}

.parallax{
    min-height: 250px; 
}

.parallax2{
    min-height: 250px; 
}

.parallax3{
    min-height: 250px; 
}

.parallax4{
    min-height: 250px; 
}

.parallax5{
    min-height: 250px; 
}

.parallax6{
    min-height: 250px; 
}

.parallax7{
    min-height: 250px;
}

.parallax8{
    min-height: 250px;
}

.parallax9{
    min-height: 250px;
}

.parallax10{
    min-height: 250px;
}
	
.parallax11{
    min-height: 250px;
}
	
.parallax12{
    min-height: 250px;
}
	
.parallax13{
    min-height: 250px;
}
	
.parallax14{
    min-height: 250px;
}
	
.parallax15{
    min-height: 250px;
}
	
.parallax16{
    min-height: 250px;
}
	
.parallax17{
    min-height: 250px;
}
	
.parallax18{
    min-height: 250px;
}
	
.parallax19{
    min-height: 250px;
}
	
.parallax20{
    min-height: 250px;
}
	
.parallax21{
    min-height: 250px;
}
	
.parallax22{
    min-height: 250px;
}
	
.parallax23{
    min-height: 250px;
}
	
.parallax24{
    min-height: 250px;
}
	
.parallax25{
    min-height: 250px;
}

.tithead{
  margin-top: 100px;
}

.tithead h1{
  color: #ffffff;
}

.titulocabildo{
  padding-left: 15px;
}

.margen{
  margin-top: 0;
}

.noticias{
  margin-top: 50px;
}

.lugares{
  margin-top: 50px;
}

.marginnoticias{
  height: 0;
}
	
.textoarticulo{
	text-align:left;
}
	
.imagenarticulo{
	width:100%;
	float:none;
	margin-left:0px;
}
	
.piedepag{
	width:100%;
	float:none;
	margin-left:0px;
	margin-bottom:10px;
}

}

 @media only screen and (max-width: 767px) {
	 
.directorioimage{
	width: 100%;
}

.directoriop{
	width: 100%;
	margin-top: 20px;
}

.directoriomap{
	width: 100%;
	margin-top: 20px;
}
	 
.baner-content .text-content h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
font-family: "GOTHAM-BLACK";
}
	 
}

.container2 {
  position: relative;
  width: 100%;
  background-color:#000;
	overflow: hidden;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container2:hover .image {
  opacity: 0.5;
transform: scale(1.2);
}

.container2:hover .middle {
  opacity: 1;
}

#centro{
  margin-top: -100px;
}

.linea{
	border-right: 1px #C0C0C0 solid;
}

/*informacion sobre el covid 19*/

.caja-casos-covid{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-left: 7px solid #ED161A;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid p{
	padding: 10px;
	padding-bottom: 0;
	color: #ED161A;
}

.caja-casos-covid h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid img{
	float: right;
	padding-right: 10px;
	margin-top: 3px;
}

.caja-casos-covid-2{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-left: 7px solid #0E39B0;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid-2 p{
	padding: 10px;
	padding-bottom: 0;
	color: #0E39B0;
}

.caja-casos-covid-2 h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid-2 img{
	float: right;
	padding-right: 10px;
	margin-top: 3px;
}

.caja-casos-covid-3{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-left: 7px solid #F4B924;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid-3 p{
	padding: 10px;
	padding-bottom: 0;
	color: #F4B924;
}

.caja-casos-covid-3 h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid-3 img{
	float: right;
	padding-right: 10px;
	margin-top: 3px;
}

.caja-casos-covid-4{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-left: 7px solid #0A0A0A;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid-4 p{
	padding: 10px;
	padding-bottom: 0;
	color: #626262;
}

.caja-casos-covid-4 h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid-4 img{
	float: right;
	padding-right: 10px;
	margin-top: 5px;
}

.caja-casos-covid-5{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-top: 7px solid #EF7C0A;
	border-bottom: 7px solid #EF7C0A;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid-5 p{
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0;
	color: #EF7C0A;
}

.caja-casos-covid-5 h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid-5 img{
	float: right;
	padding-right: 10px;
	margin-top: 3px;
}

.caja-casos-covid-6{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	border-top: 7px solid #11AA19;
	border-bottom: 7px solid #11AA19;
	box-shadow: 3px 3px 3px #DCDCDC;
	margin-top: 20px;
}

.caja-casos-covid-6 p{
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0;
	color: #11AA19;
}

.caja-casos-covid-6 h3{
	float: left;
	padding-left: 10px;
	color: #626262;
}

.caja-casos-covid-6 img{
	float: right;
	padding-right: 10px;
	margin-top: 5px;
}

.act-covid{
	margin-top: 30px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

.act-covid p{
	padding-top: 15px;
}

.list-recom-covid{
	padding-left: 60px;
}

.list-recom-covid li{
	font-size: 18px;
	font-weight: bold;
}

/*termina informacion sobre el covid 19*/

/*calendario*/

#calendario{
	max-width:100%;
	max-height:250px;
	margin:auto;
      }
	  
#calendario .conciertos{
        color: #FFF;
		background-color:#8447ad;
      }
	  
	  #calendario .conciertos:hover{
		background-color:#656565;
      }
      
      #calendario .talleres{
        color: #FFF;
		background-color:#55B31B;
      }
	  
	  #calendario .talleres:hover{
		  background-color:#656565;
      }

#calendario .prueba{
        color: #FFF;
		background-color:red;
      }
	  
	  #calendario .prueba:hover{
		  background-color:#656565;
      }
      
      #info {
      	padding: 15px;
      	background-color:#F0F0F0;
     	max-width: 100%;
		margin-top:0px;
		border-radius:0;
		font-family:Arial, Helvetica, sans-serif;
		margin:auto;
		text-align:center;
      }
	  
	  #info a{
		  text-decoration:none;
		  color:#C65CE0;
      }
	  
	  #info a:hover{
		  text-decoration:underline;
      }
	  
	  #info h2{text-align:center; color:#ff8200; font-size: 24px; margin-top: 10px; font-family: 'Gotham-Medium_0';}
	  
	  #info img{width:100%;}
	  
	  .espaciocal{
		  width:100%; margin-top:30px; clear:both;
	  }
	  
	  #logo img{
		  width:180px;
	  }
	  
	  #espacioslide{
		  width:100%;
		  height:110px;
	  }	  
	 
/*termina calendario*/

/*Bitacora Ambiental*/
.documentos-ba{
	background-color:#EBEBEB;
	padding: 15px;
	border: 1px solid #D9D9D9;
	margin-bottom: 10px;
}
/*Termina Bitacora ambiental*/