@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root {
  --color-secondary: #c1d13f;
  --color-text: #5c5b5b;
  --bg-fondo: #fffefa;
  --text: "Noto Sans", sans-serif;
  --color-border: #d9d9d9;
}
body {
  background-color: var(--bg-fondo);
  color: var(--color-text);
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 300 !important;
}
.margen {
  margin-top: 170px;
}
.nav-gob {
  background-color: #611232;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}
.nav-gob .navbar-nav {
  flex-direction: row;
  padding-left: 10px !important;
}
.nav-gob a {
  padding-left: 10px !important;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.nav-gob a:hover {
  background-color: rgb(255 255 255 / 0.15);
  color: #d4c19c;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.fixedmenu {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 1050;
  transition: all 0.2s ease-out;
}
.fixedmenu.navbar-shrink {
  top: 0;
  transition: all 0.2s ease-out;
}
.fixedmenu.navbar-shrink svg#convivencia {
  height: 1.5rem;
}
.fixedmenu.navbar-shrink .bg-institucional {
  padding: 10px 0;
}
.bg-institucional {
  background-color: #235c4e;
  padding: 23px 0;
}
.bg-h {
  background-color: #fff;
  padding: 12px 0;
}
.btn-menu {
  background-color: #fff0;
  color: var(--color-text);
  border-radius: 30px;
  padding: 5px 30px;
  border: 1px solid var(--color-text);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.3s ease all;
  z-index: 1;
}
.navbar-nav li {
  margin-right: 10px;
}
.btn-menu:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--color-secondary);
  border-radius: 30px;
  padding: 5px 30px;
  z-index: -1;
}
.btn-menu:hover,
.btn-menu:focus {
  color: #fff;
}
.btn-menu:hover:before,
.btn-menu:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-menu:active {
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .btn-menu span.t {
    display: none;
  }
  .fixedmenu .btn-menu {
    font-size: 14px;
    padding: 5.5px 7px;
    border-radius: 50%;
  }
  .btn-menu:before {
    padding: 5px 6px;
  }
  .bg-h {
    padding: 8px 0;
  }
}
.line-menu-over {
  color: #fff;
  border: 1px solid;
  width: 100%;
  margin: 20px auto;
  opacity: 1;
}
aside.over {
  position: relative;
  z-index: 1050;
}
.aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
}
.btn-close-menu {
  position: fixed;
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
  transition: transform 0.4s ease-in-out;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #fff;
}
#close.btn-close-menu.active {
  transform: translateX(0%);
  z-index: 1;
}
.aside-left {
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: transform 0.4s ease-in-out;
  position: fixed;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.aside-left img {
  max-width: 100%;
  height: auto;
}
.aside-right {
  width: 100%;
  right: 0;
  background-color: #c1d13f;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  position: fixed;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
#over.open .aside-left,
#over.open .aside-right {
  transform: translateY(0%);
}
.aside-list {
  list-style: none;
  margin-left: -40px;
  text-align: center;
}
.aside-content {
  padding: 0 40px;
  position: relative;
  color: #fff;
  text-align: center;
}
.aside-anchor {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  transition: all 0.8s ease-out;
}
.aside-anchor:hover {
  color: #5c5b5b !important;
}
.container-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.container-links a:nth-of-type(1),
.container-links a:nth-of-type(2) {
  border-right: 1px solid #fff;
  padding-right: 7px;
}
.container-social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.container-social a {
  margin: 10px 25px;
  color: #fff;
  transition: all 0.8s ease-out;
}
.container-social a:hover {
  color: #5c5b5b;
}
.container-links .aside-anchor {
  font-size: 25px;
  color: #fff;
  margin: 15px;
  transition: all 0.8s ease-out;
}
.container-links .aside-anchor:hover {
  color: #5c5b5b;
}
@media (max-width: 575.98px) {
  .aside-anchor {
    font-size: 22px;
  }
  .aside-left {
    display: flex;
    width: 100%;
    height: 38%;
  }
  .aside-right {
    height: 70%;
    width: 100%;
    top: 38%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .bannerFull {
    display: none;
  }
  .bannerFullR {
    display: block;
    width: 210px;
    margin-top: 30px;
  }
  .container-links .aside-anchor {
    font-size: 16px;
    margin: 4px;
  }
  .aside-list {
    margin-top: -20px;
  }
  .aside-list li {
    margin-bottom: 12px;
  }
  .menu-footer {
    margin-top: -100px;
  }
  .container-social svg {
    width: 30px;
    height: 30px;
  }
  .container-social a {
    margin: 10px 14px;
  }
  .btn-close-menu {
    color: #c1d13f;
  }
}
@media (min-width: 768px) {
  .aside-list {
    margin-top: -50px;
  }
  .menu-footer {
    margin-top: -190px;
  }
  .aside-left {
    display: flex;
    width: 100%;
    height: 40%;
  }
  .aside-right {
    height: 70%;
    width: 100%;
    top: 40%;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .container-links .aside-anchor {
    font-size: 45px;
  }
  .aside-list li {
    margin-bottom: 25px;
  }
  .bannerFull {
    display: none;
  }
  .bannerFullR {
    display: block;
    width: 350px;
    margin-top: 30px;
  }
  .aside-anchor {
    font-size: 30px;
  }
  .container-links .aside-anchor {
    font-size: 25px;
    margin: 6px;
  }
  .container-links a:nth-of-type(1),
  .container-links a:nth-of-type(2) {
    border-right: 1px solid #fff;
    padding-right: 10px;
  }
  .btn-close-menu {
    color: #c1d13f;
  }
}
@media (min-width: 992px) {
  .aside-list {
    margin-top: 0;
  }
  .menu-footer {
    margin-top: 0;
  }
  .container-links .aside-anchor {
    font-size: 25px;
  }
  .aside-left {
    width: 30%;
    height: 100%;
    display: block;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .aside-right {
    width: 70%;
    position: fixed;
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  .aside-anchor {
    font-size: 40px;
  }
  .bannerFull {
    display: block;
  }
  .bannerFullR {
    display: none;
  }
  .container-social svg {
    width: 40px;
    height: 40px;
  }
  .aside-list li {
    margin-bottom: 15px;
  }
  .btn-close-menu {
    color: #fff;
  }
}
footer {
  font-size: 18px;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
footer .contac {
  color: #0092cd;
  text-decoration: none;
  font-weight: 400;
  transition: 0.7s ease-in;
}
footer .contac span {
  border-bottom: 1px solid #0092cd;
  transition: 0.7s ease-in;
}
footer .contac:hover {
  color: #5c5b5b;
}
footer .contac span:hover {
  border-bottom: 1px solid #5c5b5b;
}
.bor {
  border-left: 10px solid var(--color-secondary);
  padding-left: 10px;
  font-weight: 400;
  font-size: 15px;
}
.wrapper {
  display: inline-flex;
  list-style: none;
  padding-top: 40px;
  font-family: var(--text);
  justify-content: center;
  padding-left: 0;
}
.wrapper a {
  color: unset;
}
.wrapper .icon {
  position: relative;
  background: #fff0;
  border-radius: 50%;
  border: 2px solid var(--color-text);
  margin-right: 36px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon svg {
  vertical-align: sub;
}
.wrapper li.icon:last-child {
  margin-right: 0;
}
.wrapper .icon:hover {
  border: 0;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  left: -50%;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 0.1);
  width: 86px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  left: -50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 86px;
  text-align: center;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0 -1px 0 rgb(0 0 0 / 0.1);
}
.wrapper a:hover {
  color: #fff !important;
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #000;
  color: #fff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #d6249f;
  color: #fff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: red;
  color: #fff;
}
.wrapper .tiktok:hover,
.wrapper .tiktok:hover .tooltip,
.wrapper .tiktok:hover .tooltip::before {
  background: #010101;
  color: #fff;
}
.wrapper .spotify:hover,
.wrapper .spotify:hover .tooltip,
.wrapper .spotify:hover .tooltip::before {
  background: #1ed760;
  color: #fff;
}
@media (max-width: 575.98px) {
  .wrapper .icon {
    margin-right: 14px;
  }
  .bor {
    border-top: 8px solid var(--color-secondary);
    border-left: none;
  }
  footer {
    margin-top: 0;
    padding-top: 1rem;
  }
  .footer-pleca {
    background-size: cover;
  }
} /* .container-fluid:after, .container-fluid:before, .container-lg:after, .container-lg:before, .container-md:after, .container-md:before, .container-sm:after, .container-sm:before, .container-xl:after, .container-xl:before, .container-xxl:after, .container-xxl:before, .container:after, .container:before, .row:after, .row:before { display: table; content: " "; } */
.main-footer .container,
.nav-gob .container {
  max-width: 1170px;
} 
/* footer */

.social-icon {
    // background-image: url("https://framework-gb.cdn.gob.mx/gm/v4/qa/image/icons_full.png");
    display: block;
    text-indent: -9999px;
    margin-right: 5px
}
.logo-079 {
    width: 100%;
}
.link-a >a{
    font-size: 16px;
    text-decoration: underline !important;
    color: #fff !important;
}
.footer-title {
    font-size: 20px !important;
    padding: 3px !important;
    font-weight: 300;
}
.social-icon.facebook {
    width: 14px;
    height: 20px;
    background-position: 0 0
}

.social-icon.twitter {
    width: 24px;
    height: 20px;
    background-position: -34px 0
}

.social-icon.instagram {
    width: 22px;
    height: 20px;
    background-position: -12px 0
}

.social-icon.youtube {
    width: 22px;
    height: 20px;
    background-position: -60px 0
}

.social-icon.flickr {
    width: 22px;
    height: 20px;
    background-position: -141px 0
}

.social-icon.feed {
    width: 20px;
    height: 20px;
    background-position: -120px 0
}

.social-icon:hover {
    opacity: .5
}

.main-footer {
    font-family: inherit;
    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: white;
    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: black;
}

.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 h5 {
    font-weight: 600;
    margin-bottom: 18px !important;
}

.main-footer .list-info a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

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

.main-footer 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 {
}

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

.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;
}
.bottom-buffer-footer {
   padding-bottom: 32px;
}

@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
    }
}

@include media-breakpoint-up(xs) {
    .main-footer {
        width: auto;
    }
}
.accordion > label {

    cursor: pointer;
}
.main-footer h5 {
    font-weight: 600;
    margin-bottom: 18px !important;
}
.accordion > input[type=checkbox] {
    display: none;
}

.accordion > label:after {

}

.accordion > section {

}
.accordion {

}
.accordion > .accordion-toggle:checked ~ label:after {

}

.accordion > .accordion-toggle:checked ~ section {

}

.accordion > section p {
    margin: 15px 0;

    font-size: 16px;
    line-height: 1.5;
}
.accordion > section p a {
    color: white;
}

@media (max-width: 767px) {
    .accordion > label {
        position: relative;
        display: block;
        min-height: 25px;
        line-height: 50px;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 700;

        cursor: pointer;
    }


    .accordion > label:after {
        content: '\f282';
        position: absolute;
        top: -15px;
        right: 16px;
        font-family: bootstrap-icons !important;
        transform: rotate(270deg);
        transition: .3s transform;
    }

    .accordion > section {
        height: 0;
        transition: .3s all;
        overflow: hidden;

    }
    .accordion {
    }
    .accordion > input[type=checkbox]{
        display: none;
    }
    .accordion > .accordion-toggle:checked ~ label:after {
        transform: rotate(0deg);
    }

    .accordion > .accordion-toggle:checked ~ section {
        min-height: 180px;
    }
    .nav-list li a {
        color:  #fff;
        font-size: 16px;
        text-decoration: none;
        margin: 0;
        padding-left: 20px;
    }
    .accordion > section p {
        margin: 15px 0;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    .title{
        margin: 15px 0;
        padding: 0 25px;
        font-size: 16px;
        line-height: 1.5;
    }
    .logo-footer {
        text-align: left !important;
        padding: 10px;
    }
}
.nav-list {
    list-style: none;
    margin: 0;
    padding: 1px;
    display: inline-block;
}
.nav-list li a {
    color:  #fff;
    height: 30px;
    margin: 0;
    font-size: 16px;

    text-decoration: none;
}
.nav-list > a {
    color:  #fff;
    height: 30px;
    margin: 0;
    padding-left: 15px;
    text-decoration: none;
}

.nav-list li+li {
    margin-top: 8px;
}
.logo-footer {
    text-align: left;
    padding: 10px;
}

.social-media {
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-weight: 600;
  margin-bottom: 1px !important;
  padding-bottom: 20px;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
h5 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

