@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

body {
  line-height: 1.42857;
 /*font-family: "Montserrat", Helvetica, Arial, sans-serif;*/
  /* font-size: 14px; */
}
body.site {
  border-top: 3px solid #5f6db3;
  padding-top: 0px;
  background-color: #f4f6f7;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.5em;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  zoom: 1;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.responsivo {
  width: 100%;
}
.responsiva{
  width: 100%;
  max-width: 800px;
  height: auto;
}
p.readmore {
    margin: 9px;
}

/* .blog {
    padding-left: 20px;
    padding-right: 20px;
} */
main#content {
  padding-left: 0px;
  padding-right: 0px;
}
.main-footer {
  background-color: #611232!important;
  
  min-height: 56px;
  color: #fff;
  padding: 0px 0 0px;
  text-align: left;
  font-weight: 300;
}

.main-footer .list-info {
  line-height: auto;
  padding: 30px 0px 10px;
  margin-bottom: 0px;
}
.main-footer .list-info a {
  color: white;
  font-size: 16px;
  text-decoration: none !important;
}
.main-footer .list-info ul {
  margin: 0px 0px 60px;
  padding: 0px;
}
.main-footer .list-info ul li {
  list-style-type: none;
  margin: 4px 0px 0px;
  padding: 0px;
  line-height: 110%;
}
.main-footer .list-info ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}


  .footer-pleca {
    background-color: #fff;
    background-image: url(https://framework-gb.cdn.gob.mx/gobmx/img/pleca.svg);
    background-repeat: repeat-x;
  }

.main-footer .list-info ul {
  margin: 0px 0px 60px;
  padding: 0px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.main-footer .list-info ul li {
  list-style-type: none;
  margin: 4px 0px 0px;
  padding: 0px;
  line-height: 110%;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.main-footer .list-info ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.main-footer .list-info a {
  color: white;
  font-size: 16px;
  text-decoration: none !important;
}
.blog-featured {
  padding-left: 2%;
}
.blog {
  padding-left: 1%;
  padding-right: 1%;
}


/*Estilos con grid*/

.grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
.grid2{
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  width: 80%;
    margin: auto;
}

.grid2Col{
  padding: 2%;
}
.gridCol {
  /*border: 1px solid #ccc;*/
  padding: 20px;
  /*text-align: center;*/
}

.gridAnual {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.gridPE {
  /* display: grid; */
  padding: 1%;
  grid-template-columns: 33% 33% 33%;
}

.tarjeta {
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0, 1);
  border: 1px solid #ccc;
  margin: 2%;
}

.cabeza {
  width: auto;
}

.cuerpo {
  font-size: 15px;
  /*border-bottom: 1px solid #ccc;*/
  padding: 15px;
}
.ligah{
  color:#fff;
  text-decoration: none;
}
.ligah:hover{
  color:#fff;
  text-decoration: underline;
}
.liga {
  text-align: center;
  width: auto;
  background-color: #1f5f51;
  padding: 10px 15px;
  margin: 10px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}

a.pubnos{
  border-bottom: solid 4px #269f7e;
}
a.directorio{
  border-bottom: solid 4px #b83563;
}
.menuSec {
  display: flex;
  width: auto;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
 justify-content: flex-end;
}
 .menuSecCol {
 padding: 10px;
 font-size:0.9em;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: auto;
    padding: 0;
    text-align: center;
    height: auto !important;
    height: 28px;
}
.navigation .nav li:hover{
  background-color: #25745c;
}

.comodinBackMarron{
  background-color: #b83563;
}
.botonSuscribir{
    background-color: #b83563;
    color: #fff;
    border-radius: 4px;
    margin: 2px;
    display: block;
    width: 90%;
    text-align: center;
    padding: 8px;
}
.botonSuscribir:hover{
     background-color: #a72f59;
    color: #fff;
    border-radius: 4px;
    margin: 2px;
    display: block;
    width: 90%;
    text-align: center;
    padding: 8px;
}
.botonSuscribir a{
text-decoration: none;
color: #fff;
}
.botonSuscribir a:hover{
  text-decoration: none;
  color: #fff;
  }

@media screen and (max-width: 900px) {
  .grid {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
  }
  .gridAnual {
  display: grid;
  grid-template-columns: auto auto;
}

  .gridCol {
    /* border: 1px solid #ccc; */
    padding: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .grid {
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
  }
    .gridAnual {
  display: grid;
  grid-template-columns: auto;
}

  .gridCol {
    /* border: 1px solid #ccc; */
    padding: 20px;
    text-align: center;
  }
}
/* */

.fechaCentrada {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  color: #fff;
  padding-top: 1%;
  padding-bottom: 1%;
}
.titGacetaMes {
  display: block;
  padding: 5%;
  background-color: #d5da2f;
  text-align: center;
  color: #1d5d4f;
  /* margin-left: 1%; */
  font-weight: bolder;
  /* font-size: 150%; */
  border-bottom: 5px solid #1d5d4f;
}
.titBusqueda {
  display: block;
  padding: 5%;
  background-color: #d5da2f;
  text-align: center;
  color: #1d5d4f;
  /* margin-left: 1%; */
  font-weight: bolder;
  font-size: 200%;
  border-bottom: 5px solid #1d5d4f;
}
.busqueda {
   /* color: #FFF;
width: 100%;*/
  display: block;
}
/*
 .ajax-search input[type="search"]{
    padding-left: 2%;
    color: #FFF;
    margin-left: 5%;
    margin-top: 6%;
}

.ajax-search .results-box {
    z-index: 99;
    position: absolute;
    top: 32px;
    width: 100%;
    background: rgba(254, 254, 254, 0.9);
    border: 0px solid #fefefe;
    -moz-box-shadow: #999 2px 2px 14px;
    -webkit-box-shadow: #999 2px 2px 14px;
    box-shadow: #999 2px 2px 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: all 0.2s ease-in-out 0s;
    font-size: 12px;
    line-height: 16px;
    color: #000;
} */

/* .busqueda{
    background-color: #3c3c3b;
    color: #fff;
    padding: 1%;
    display: block;
} */
.titulosGen {
  color: #1d5d4f;
  font-weight: bolder;
  font-size: 150;
}
div.mod_search87 input[type="search"] {
  width: 90%;
  display: block;
  padding: 4%;
  border: 3px solid #1d5d4f7a;
}
.search {
  padding-left: 2%;
  display: block;
  /* background-color: #3b3b3b; */
  padding-top: 5%;
  padding-bottom: 1%;
}
.item-title {
  margin-bottom: 9px;
  padding-bottom: 2%;
  padding-top: 2%;
  /* height: 60px; */
  padding-left: 0%;
  padding-right: 0%;
  border-bottom: 1px solid #1d5d4f;
  /*background-color: #e6cea2;*/
}
.item-page {
  padding-left: 8%;
  padding-top: 2%;
  padding-right: 8%;
}
.menuCentrado {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.jalarDer {
  display: block;
  width: auto;
  padding-left: 3%;
  padding-right: 1%;
}
.leerMas {
  background-color: #3c3c3b;
  color: #fff;
  padding: 1%;
  border-radius: 5px;
  text-decoration: none;
}
.leerMas:hover {
  background-color: #555553;
  color: #fff;
  padding: 1%;
  border-radius: 5px;
  text-decoration: none;
}
.pop {
  position: absolute;
  background-color: rgb(0 0 0 / 89%);
  width: 60vw;
  height: auto;
  top: 40%;
  left: 15%;
  box-shadow: 0px 0px 23px 0px rgb(0 0 0 / 85%);
  z-index: 999;
  transition: all 0.3s;
  /* text-align: center; */
  color: white;
}
a.jwDisqusListingCounterLink,
a.jwDisqusListingCounterLink:hover {
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  margin-bottom: 20px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.btn-primary {
  background: #c0c0c0;
  color: #000;
}
.nav-pills > .active > a {
  background: #868686;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 0px;
  line-height: 14px;
  color: #fff;
}
.navigation {
 /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;*/
  padding: 0px 0% 0%;
  border-top: 0px solid rgba(0, 0, 0, 0.075);
  /* border-bottom: 15px solid #1d5d4f; */
  margin-bottom: 0px;
  background-color: #3c3c3b;
  height: auto;
  font-size: 14px;
  margin-bottom: 0px;
 /* font-weight: bolder;*/
}
.nav-pills > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: #3c3c3b 1px solid;
  border-right: #3c3c3b 1px solid;
  color: #FFF;
  padding-left: 30px;
    padding-right: 30px;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
  text-decoration: none;
  color: #606060;
  background-color: #f2f2f2;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f2f2f2),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  background-repeat: repeat-x;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ff00', endColorstr='#ff004c73', GradientType=0); */
}
.navigation .nav-child a {
  display: block;
  padding: 15px 20px;
  clear: both;
/*  font-size: 15px; */
  font-weight: normal;
  line-height: 18px;
  color: #b9b9b9;
  white-space: nowrap;
}
.navigation .nav-child {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-width: 2px;
  border-bottom-width: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.titulo {
  background-color: #1d5d4f;
  color: #fff;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.busquedaHead {
  display: block;
  padding: 3%;
  background-color: #d5da2f;
  text-align: center;
  color: #1d5d4f;
  /* margin-left: 1%; */
  font-weight: bolder;
  /* font-size: 150%; */
  border-bottom: 5px solid #1d5d4f;
}
.headModulos {
  /* display: block; */
  padding: 3%;
  /* background-color: #d5da2f; */
  /* text-align: center; */
  color: #3c3c3b;
  /* margin-left: 1%; */
  font-weight: bolder;
  /* font-size: 150%; */
  /* border-bottom: 2px solid #3c3c3c; */
  /* border-left: 10px solid #3c3c3c; */
  text-align: center;
}
.headSecciones {
  display: block;
  padding: 1%;
  /* background-color: #e6cea2; */
  /* text-align: center; */
  color: #555;
  margin-left: 1%;
  font-weight: bolder;
  font-size: 150%;
  border-bottom: 2px solid #555;
  border-left: 10px solid #555;
}
.headIgualdad {
  display: block;
  padding: 1%;
  /* background-color: #e6cea2; */
  /* text-align: center; */
  color: #555;
  margin-left: 1%;
  font-weight: bolder;
  font-size: 150%;
  border-bottom: 2px solid #bd1280;
  border-left: 10px solid #bd1280;
  margin-top: 5%;
}
.headCulturaDig {
  display: block;
  padding: 1%;
  /* background-color: #e6cea2; */
  /* text-align: center; */
  color: #555;
  margin-left: 1%;
  font-weight: bolder;
  font-size: 150%;
  border-bottom: 2px solid #005aff;
  border-left: 10px solid #005aff;
  margin-top: 5%;
}
.headTendencias {
  display: block;
  padding: 1%;
  /* background-color: #e6cea2; */
  /* text-align: center; */
  color: #555;
  margin-left: 1%;
  font-weight: bolder;
  font-size: 150%;
  border-bottom: 2px solid #f89406;
  border-left: 10px solid #f89406;
  margin-top: 5%;
}
.headInvestigacion {
  display: block;
  padding: 1%;
  /* background-color: #e6cea2; */
  /* text-align: center; */
  color: #555;
  margin-left: 1%;
  font-weight: bolder;
  font-size: 150%;
  border-bottom: 2px solid #3bea25;
  border-left: 10px solid #3bea25;
  margin-top: 5%;
}
.page-header {
  /* margin: 10px 0px 0px 0px; */
  padding-bottom: 10px;
  /* background-color: aliceblue; */
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /* background-color: #e6cea2; */
  color: #3c3c3b;
  /* height: 60px;*/
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 0px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: 0px solid #e3e3e3;
  border-right: 0px solid #e3e3e3;
  /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);*/
}
.secundarioHerramientas {
  padding-top: 4%;
  text-align: right;
  padding-right: 4%;
}
.okm-card .okm-card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 10px;
  color: #333;
  background-color: #fff;
}
footer.footer {
  background-color: #3c3c3b;
  color: white;
  /* padding-bottom: 4%;
  padding-top: 4%; */
}
.ligaMagenta {
  color: #e3467e;
  text-decoration: none;
}
.ligaMagenta:hover {
  color: #e3467e;
  text-decoration: underline;
}
.comodinBackVerde {
  width: 100%;
  height: 100%;
  background-color: #c1f433;
}
.createdby {
  color: #000;
  /* color: #ba965c; */
  font-size: 100%;
  /* font-weight: bold; */
  padding-bottom: 3%;
}
.hits {
  color: rgb(187, 0, 0);
}
.published {
  color: #8c8c8c;
  padding-bottom: 2%;
}

p.readmore > a.btn {
	display: block;
    zoom: 1;
    padding: 2%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    /* color: #333; */
    background-color: #cfd8dc;
    /* margin-left: .3em; */
    margin: auto;
    width: 33%;
}
p.readmore > a.btn:hover {
  background-color: #bac2c5;
}

.botonLM{
      display: block;
    zoom: 1;
    padding: 2%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    background-color: #e0e0e0;
    margin-left: .3em;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banTendencias {
  height: auto;
  background-image: url(../img/EnvioDeManuscritos.jpg);
  background-attachment: fixed;
  background-position: center;
  animation: movimiento 15s infinite;
}

#acym_wrapper {
  box-sizing: border-box;
  padding: 4%;
}
.titModulosCentrado {
  text-align: center;
}
.imagenModulo {
  padding: 4%;
}

.agenda {
  width: auto;
  height: auto;
  background-color: blueviolet;
  position: relative;
  overflow: hidden;
}
.fecha {
  width: 100%;
  height: 25%;
  background-color: rgba(0, 0, 0, 0.72);
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  transition: width 1s, height 1s, font-size 1s;
}
.fecha:hover {
  width: 100%;
  height: 50%;
  font-size: 30px;
}
.linkredes{
  color: #fff;
  text-decoration:none;
}
.linkredes:hover{
  color: #b83563;
  text-decoration:none;
}

@keyframes movimiento {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}

@media screen and (max-width: 1024px) {
   .grid2{
    display: grid;
    grid-template-columns: 100%;
  }
  .grid2Col{
    padding: 2px;
    text-align: center;
  }
  .navigation {
    padding: 0px 0px 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.075);
    /* border-bottom: 15px solid #1d5d4f; */
    margin-bottom: 0px;
    background-color: #3c3c3b;
    height: auto;
    /* font-size: 15px; */
    margin-bottom: 0px;
  }
}

@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
    .grid2{
    display: grid;
    grid-template-columns: 100%;
  }
  .grid2Col{
    padding: 2px;
    text-align: center;
  }
}
