body {
  text-align: left;
  font-family: "Noto Sans", sans-serif;
}
@font-face {
  font-family: 'Patria'; /* Dale un nombre a tu fuente */
  src: url('https://framework-gb.cdn.gob.mx/applications/cms/fonts/Patria_Regular.otf') format('opentype');
  font-weight: bold; /* Define el peso de la fuente (normal, bold, 100-900) */
  font-style: bold; /* Define el estilo (normal, italic, oblique) */
}
@font-face {
  font-family: 'icogobmx';
  src: url("https://framework-gb.cdn.gob.mx/cms/assets/icogobmx.eot");
  src: url("https://framework-gb.cdn.gob.mx/cms/assets/icogobmx.eot?#iefix-jluxo2") format("embedded-opentype"),url("https://framework-gb.cdn.gob.mx/cms/assets/icogobmx.woff") format("woff"),url("https://framework-gb.cdn.gob.mx/cms/assets/icogobmx.ttf") format("truetype"),url("https://framework-gb.cdn.gob.mx/cms/assets/icogobmx.svg#icogobmx") format("svg");
  font-weight: normal;
  font-style: normal
}
h3, h2, h1, .h3, .h2, .h1  {
  font-family: "Patria", "Noto Sans", "Helvetica", "Arial", sans-serif;
}
.article-body a {
  color: #9b2247 !important;
}
.article-body a:hover  {
  color: #611232 !important;
}
hr.red {
  margin: 10px 0 30px;
  border-top-color: #dce0e0;
}
hr.red:before {
  content: " ";
  width: 35px;
  height: 5px;
  background-color: #a57f2c;
  display: block;
  position: absolute;
}
.red {
  color: #7e664a;
}
*:focus{
  outline: #9f2241 solid 3px !important;
}
a, button {
  min-width: 24px !important;
  min-height: 24px !important;
  display: inline-block;
}
.top-buffer,.vertical-buffer {
  margin-top: 64px
}
.bottom-buffer,.vertical-buffer {
  margin-bottom: 64px
}
.img-fluid img {
  width: 100% !important;
  height: auto;
}
.notice-page {
  margin: 0 auto;
  display: block;
  padding: 1em 0 2em;
}
.bg-primary {
  background-color: #611232 !important;
}

/* Botones */

/*.btn-outline-primary {
  color: #611232;
  border-color: #611232;
}*/

.btn-outline-primary {
  --bs-btn-color: #611232; /* Color de texto por defecto (azul primario de Bootstrap) */
  --bs-btn-border-color: #611232; /* Color del borde por defecto */
  --bs-btn-hover-color: #fff; /* Color de texto en hover (blanco) */
  --bs-btn-hover-bg: #611232; /* Color de fondo en hover (azul primario) */
  --bs-btn-hover-border-color: #611232; /* Color del borde en hover */
  --bs-btn-focus-shadow-rgb: 13, 110, 253; /* Sombra en foco */
  --bs-btn-active-color: #fff; /* Color de texto en active */
  --bs-btn-active-bg: #611232; /* Color de fondo en active */
  --bs-btn-active-border-color: #611232; /* Color del borde en active */
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); /* Sombra en active */
  --bs-btn-disabled-color: #611232; /* Color de texto en disabled */
  --bs-btn-disabled-bg: transparent; /* Fondo en disabled */
  --bs-btn-disabled-border-color: #611232; /* Borde en disabled */
  --bs-gradient: none; /* Sin gradiente por defecto */

  color: var(--bs-btn-color);
  border-color: var(--bs-btn-border-color);
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #611232;
  border-color: #611232;
}

.btn-outline-primary:focus-visible {
  color: #ffffff;
  background-color: #611232;
  border-color: #611232;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #611232;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #ffffff;
  background-color: #611232;
  border-color: #611232;
  box-shadow: #611232;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #ffffff;
  background-color: #611232;
  border-color: #611232;
  opacity: 0.65; /* Opacidad para indicar deshabilitado */
}

/* Menu */

.bg-dark {
  background-color: #611232 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 1.1em;
}
.nav-item a {
  min-width: 24px !important;
  min-height: 24px !important;
}
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus {
  color: #e6d194 !important;
  /*background-color: #9f2241;*/
} 
.skip {
  position: absolute;
  top: -60px;
  z-index: 1;
  display: inline-block;
}
.skip a {
  position: absolute;
  left: 170px;
}
.skip a:hover,.skip a:focus{
  top: 76px;
  background-color: #9f2241;
}
.navbar-brand img {
  height: 45px;
  width: auto;
}
/* Menu */


/* breadcrumb */

.breadcrumb {
  padding: 1rem 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb a {
  color: black;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline
}
.breadcrumb>.active {
  font-weight: bold;
  color: #404041
}
.breadcrumb .icon {
  font-size: 14px
}
.breadcrumb>li+li:before {
  content: "\e600";
  font-family: "icogobmx";
  font-size: 10px;
  color: #404041;
}

/* breadcrumb */

/* Menu secundario */

.bg-light {
  background-color: #3A0B1E !important;
  color: #ffffff;
  min-height: 56px;
}
.bg-light .navbar-nav li {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-nav a, .bg-light .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 1.1em;
  min-width: 24px !important;
  min-height: 24px !important;
  display: inline-block;
}
.navbar-nav a:hover, .navbar-nav a:focus {
  color: #e6d194;
}
.bg-light .nav-link:hover, .bg-light .nav-link:focus {
  color: #e6d194 !important;
  /*background-color: #9f2241;*/
} 
.navbar-light .navbar-toggler {
  border-color: #ffffff6e;
}
.navbar-light .navbar-brand {
  color: #ffffff;
  display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu-nav-light.svg);
}

@media (max-width: 991px) {
  .bg-light .navbar-nav li {
    display: #e6d194;
    padding: 0.5rem 1rem;
  }
  .bg-light .navbar-nav .navbar-nav-title {
    padding: 10px;
  }
  .navbar-light .navbar-brand {
  display: inline-block;
}
}

/* footer fovissste */

.footer-dep {
  background-image: url(../img/textura_footer.png);
  background-color: #f2f2f2;
  border-top: #a57f2c 4px solid;
  background-position: center;
  background-repeat: no-repeat;
  font-size: .8em;
  background-size: cover;
}
.footer-dep ul {
  padding: 0;
}
.footer-dep li {
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
  line-height: 110%;
}
.footer-dep a {
  color: #9f2241;
  text-decoration: none;
  min-height: 24px !important;
  display: inline-block;
}
.footer-dep a:hover {
  color: #691c32;
  text-decoration: underline;
}
.footer-dep .h3 {
  font-size: 1.6em;
}

/* Footer */

.main-footer {
  font-family: "Noto Sans";
  background-color: #611232;
  min-height: 56px;
  color: #fff;
  padding: 0px 0 0px;
  text-align: left;
  font-weight: 300
}
.main-footer .list-info {
  line-height: auto;
  color: #fff;
  background-size: cover;
  background-position: bottom;
  padding: 30px 10px 10px
}

.main-footer .list-info form label {
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 110%;
  color: #000
}

.main-footer .list-info form .form-group-icon {
  max-width: none;
  font-size: 14px
}

.main-footer .list-info form .form-control {
  font-size: 14px
}

.main-footer .list-info h5 {
  font-weight: 300;
  margin-bottom: 20px
}

.main-footer .list-info a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  min-height: 24px !important;
  display: inline-block;
}

.main-footer .list-info a.link-email {
  color: #fff;
  font-size: 14px
}

.main-footer .list-info p {
  margin-bottom: 15px
}

.main-footer .list-info ul {
  margin: 0 0 60px;
  padding: 0
}

.main-footer .list-info ul li {
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
  line-height: 110%
}

.main-footer .row>div {
  margin-bottom: 15px
}

.main-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 136%;
  height: auto;
  position: static
}
.main-footer .h3 {
  font-size: 1.2em;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.gobmx-footer {
  margin-top: 15px
}

.message-subscribe {
  margin-top: 20px;
  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
}

@media(min-width: 768px) {
  .main-footer {
    text-align:left
  }

  .main-footer .list-info form .form-group-icon {
    max-width: 300px
  }

  .main-footer .row>div {
    margin-bottom: 0
  }
}

.main-footer {
  width: auto
}

/* footer */



/* head */

.head-inicio {
  min-height: 200px;
  background: #f4f4f4;
  border-bottom: #611232 7px solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.back1, .back2, .lgs-primary {
  width: 33.333333%;
}
.back1 {
  background-image: url(../img/head1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  height: 200px;
  /*margin-top: 55px;*/
}
.back2 {
  background-image: url(../img/head2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  height: 200px;
  /*margin-top: 55px;*/
}
.head-home {
  border: 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  min-height: 78px;
  border-bottom: #a57f2c 4px solid;
  background-color: #611232;
}
.lgs-primary {
  display: grid; 
  place-items: center; 
  height: 200px; 
  /*margin-top: 55px;*/
}
.lgs-primary img {
  width: 100%; 
  margin: 0 auto; 
  display: block; 
  padding: 0;
}
.head {
  border: 3px;
  padding-top: 30px;
  background: linear-gradient(0deg, #611232 0%, #611232 35%, #9b2247 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  min-height: 122px;
  border-bottom: #a57f2c 4px solid;
}


@media (max-width: 991px) {
  .back1, .back2 {
    display: none;
  }
  .lgs-primary {
    /*margin-top: 50px !important;*/
    padding: 0 10%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .head-inicio {
    min-height: 200px;
  }
}

@media (max-width: 600px) {∫
  .lgs-primary {
    padding: 0 5%;
  }
}

/* head */


/*-- redes ---*/
.redes {
  margin: 30px 0 50px 0;
}
.redes-ul {
  list-style-type: none;
  margin-left: 5px;
}
.redes-ul>li {
  position: relative;
  float: left;
  width: 50px;
}
.redes-ul img {
  width: 33px;
}
.redes-ul a {
  background: #a57f2c;
  padding: 5px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: inline-block;
}
.redes-ul a:hover {
  background: #7e6021;
}

@media (max-width: 767px) {
  .redes-ul>li {
    width: 55px;
    margin-bottom: 20px;
  }
}

/*-- redes ---*/


/* home */

.home-body h1, .home-body h2 {
  margin-top: 1em;
}
.home-body a {
  color: #9f2241;
  text-decoration: none;
}
.home-body a:hover {
  color: #691c32;
  text-decoration: underline;
}
.home-body .media-left img {
  width: 70px;
  margin-right: 1em;
}

.small-top-buffer {
  margin-top: 26px;
}

.small-link {
  background: #611232;
  margin: 1rem auto 2.2em;
  border-radius: 50px;
  width: auto;
  padding: 10px !important;
  text-align: center;
  font-size: .9em;
  text-decoration: none !important;
  color: white !important;
  float: right;
  font-weight: 500;
}
.small-link:hover {
  background: #9b2247;
  margin: 1rem auto 2.2em;
  border-radius: 50px;
  width: auto;
  padding: 10px !important;
  text-align: center;
  font-size: .9em;
  text-decoration: none !important;
  color: white !important
}

.enlaces img {
  margin-bottom: 30px;
  border-radius: 20px;
}

/* home */

/* Entradas recientes */

.wp-block-heading  {
  background: #611232;
  padding: 0.8em;
  margin: 0;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
}
.wp-block-latest-posts__list {
  list-style-type: none;
  padding: 0;
}
.wp-block-latest-posts__list a {
  position: relative;
  display: block;
  padding: 1em;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #161a1d;
}
.wp-block-latest-posts__list a:hover, .wp-block-latest-posts__list a:focus {
  background-color: #916F27;
  color: #ffffff;
}

/* Entradas recientes */

/* Buscador */

.search-form .h3 {
  font-size: 1.2em;
}
.search-result {
  border-bottom: #a57f2c 3px solid;
  min-height: 1px;
  padding: 1.25rem;
}
.search-result a {
  color: #161a1d;
}
.search-result a:hover {
  color: #611232;
}

.input-group input {
  height: 2.8em;
}

/* Buscador */

.creditos {
  background-image: url(http://localhost:8888/wordpress/wp-content/uploads/2025/06/TexturaBlanco02.png);
  background-position: bottom left;
  background-size: 1300PX;
  background-repeat: no-repeat;
  border-bottom: #a57f2c 4px solid;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}
.creditos .h3 {
  padding-top: 30px;
  color: #611232;
  font-size: 2em;
}
.perfil-credito {
  border: 2px solid #98989a;
  padding: 20px 0;
  background-image: url(http://localhost:8888/01-Desarrollo/LandingPage_Portal2/img/Textura.png);
  background-position: bottom left;
  background-size: 419PX;
  background-repeat: no-repeat;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
.perfil-credito img {
  padding: 0 35px;
}
.perfil-credito2 {
  padding: 20px 0;
  background-position: bottom left;
  background-size: 419PX;
  background-repeat: no-repeat;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
.perfil-credito2 img {
  padding: 0 35px;
}
.perfil-credito2 a {
  filter: grayscale(0%);
}
.perfil-credito2 a:hover {
  filter: grayscale(100%);
}

/* */

.card {
  border: 0!important;
  border-radius: 10px;
  background-color: transparent!important;
}
.card-body {
  min-height: 230px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 20px;
}
.card-body .h4 a {
  color: #611232;
  font-family: "Noto Sans", sans-serif;
}
.card-body .h4 a:hover {
  color: #9b2247;
  font-family: "Noto Sans", sans-serif;
}
.wp-post-image {
  border-radius: 10px 10px 0 0;
}

/* */

.category h1 {
  font-size: 2.6em;
  margin-bottom: 10px;
}
.description p {
  font-size: 1.8em; 
  margin-top: 10px; 
  margin-bottom: 30px;
  font-family: "Patria", "noso Sans", "Helvetica", "Arial", sans-serif;
}

/* Blog */
.img-blog {
  object-fit: cover;
  height: 490px;
  object-position: top;
  border-bottom: #B38E5D 7px solid;
  margin-bottom: 90px;
  width: 100%;
}
.title-blog {
  background: #611232; 
  color: #fff; 
  padding: 40px; 
  position: absolute; 
  top: 400px; 
  border-bottom: #B38E5D 7px solid;
}
.title-blog .category a {
  color: #e6d194;
}

/* Entrada */
.contenido img {
  width: 100%;
}
.header {
  background-image: url(http://localhost:8888/wordpress/wp-content/uploads/2025/06/textura-header-scaled.png);
  background-color: #611232;
  color: #ffffff;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
}
.header .category a {
  color: #ffffff;
}
.header h1 {
  font-size: 2.2em;
}
.header .description p {
  font-family: "Patria", "noso Sans", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
}
