/* :: 1.0 Fonts */
@font-face {
  font-family: Adelle Sans SemiBold;
  src: url("../../fonts/Adelle/AdelleSans-SemiBold.otf");
}

@font-face {
  font-family: "AdelleSans-Regular";
  src: url("../../fonts/Adelle/AdelleSans-Regular.otf")
}

@font-face {
  font-family: AdelleSans-Light;
  src: url("../../fonts/Adelle/AdelleSans-Light.otf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
  font-family: OldSansBlack;
  src: url("../../fonts/OldSansBlack.ttf");
}

@font-face {
  font-family: ProzaLibre-Bold;
  src: url("../../fonts/Proza/Proza_Libre/Proza_Libre/ProzaLibre-Bold.ttf");
}

@font-face {
  font-family: ProzaLibre-SemiBold;
  src: url("../../fonts/Proza/Proza_Libre/Proza_Libre/ProzaLibre-SemiBold.ttf");
}

/* :: 2.0 General Styles */
::-webkit-scrollbar {
  display: none;
}

.body_anexo {
  background-image: url(../img/fondo.png);
  background-position: center;
  background-size: contain;
  z-index: 1;
  background-repeat: repeat;
  background-position-y: inherit;
  background-position-x: right;
}

a {
  text-decoration: none !important;
  color: none !important;
}

.hero-area {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 1%;
}

.hero-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-area2 {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 2%;
}

.hero-area2:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.titulogeneral {
  text-align: center;
  color: #FFFFFF;
  padding-top: 8% !important;
  font-size: 28pt;
  font-family: "AdelleSans-Regular";
  font-weight: bold;
}

.titulogeneralb {
  text-align: center;
  color: #0E312D;
  font-size: 26pt !important;
  font-family: "ProzaLibre-Bold";
  margin-bottom: 30px;
}

.titulogeneralc {
  text-align: center;
  color: #0E312D;
  font-size: 30px;
  font-family: "Adelle Sans SemiBold";
  font-weight: bold;
  margin-bottom: 30px;
}

.subtitle-des {
  text-align: justify;
  color: #FFFFFF !important;
  font-family: "AdelleSans-Regular";
  line-height: 17pt;
  font-size: 14pt;
}

.info .titulo {
  color: #000;
  padding-top: 5%;
  font-size: 20px;
}

.mayusculas {
  text-transform: uppercase;
}

.txt_intro_anexo {
  width: 100%;
  margin: 2% 0%;
  padding-top: 1%;
  padding-bottom: 8%;
}

.egresos {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 675px;
  background-attachment: fixed;
}

.egresos .cta-content h2 {
  font-size: 72px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}

.egresos .cta-content p {
  color: #ffffff;
  margin-bottom: 100px;
  font-size: 16px;
}

.areaAnexo {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0;
  background-color: #0E312D;
}

.tAnexoLeyEgresos {
  position: absolute;
  text-align: center;
  width: 20%;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.contentAnexoLeyEgresos {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-bottom: 5%;
}

.clasificacion {
  box-sizing: border-box;
  width: 61%;
  margin: 0 auto;
  position: relative;
  padding-left: .5%;
}

.clasificacion h5 {
  text-transform: uppercase;
  color: #0E312D !important;
  font-size: 25px !important;
  font-family: "Adelle Sans SemiBold";
  margin-bottom: 25px;
}

.columna_ {
  width: 20%;
  padding: 0 1.5px;
  margin-right: 20px;
  text-decoration: none;
}

.columna_ img {
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  margin-left: 40px;
}

.margenDiv {
  margin-bottom: 35px;
  margin-right: 6px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
  cursor: pointer;
}

.margenDiv:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
  transition: all .3s ease;
  text-decoration: none;
}

.margenDiv img {
  height: 160px;
}

.txt_mosaico {
  font-size: 16px;
  font-weight: bold;
  color: #55555b;
  line-height: 20px;
  font-family: "Montserrat-Regular";
  margin-bottom: 10px;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #C79B66;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.areaImpresion {
  height: auto;
  position: relative;
  width: 90%;
}

.areaImpresion tr td {
  display: table-cell;
  vertical-align: middle !important;
  border: none;
}

.areaImpresion .table {
  box-shadow: #0E312D 0px 4px 8px 0px;
  background: linear-gradient(135deg, #c79b66 0%, #e0c9a8 25%, #f8f4ee 50%, #e0c9a8 75%, #c79b66 100%);
  height: auto;
  border-collapse: collapse;
}

.areaImpresion .table th {
  background: #0E312D !important;
  color: #FFFFFF;
  font-size: 16px !important;
  width: 100%;
  padding-left: 75px;
  font-family: "Adelle Sans SemiBold";
}

.areaImpresion .table td,
tr {
  box-sizing: border-box;
}

.areaImpresion .table td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.recursos img,
.clasificaciones img,
.disciplina img,
.deuda img,
.programas img,
.presupuestos img,
.presupuestos img,
.informacion img,
.servicios img,
.apendiceA img,
.montos img {
  height: 40px !important;
  max-width: none !important;
  cursor: pointer;
}

p.text-Menu {
  color: #0E312D;
  font-size: 15px !important;
  vertical-align: middle !important;
  text-align: justify;
  padding-top: 10px;
  font-family: "ProzaLibre-SemiBold";
}

.numeros {
  font-size: 40px;
  text-align: right;
  font-weight: bold;
  padding: 0;
  color: #0E312D;
}

.btnMas:hover {
  cursor: pointer !important;
}

/* MENU */
.active69 {
  background-color: #C79B66 !important;
  color: #0E312D !important;
}

a {
  text-decoration: none;
}

.btnSI {
  cursor: pointer;
  background-color: #0E312D;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 25px !important;
  border-radius: 10px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
  margin: 2px 10px;
}

.btnSI:hover {
  background-color: #C79B66;
  color: #0E312D;
}
/* END MENU*/

/********************************** CSS COLLAGE ESTATALES**************************************/
#rig {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.rig-cell {
  display: block;
  position: relative;
  overflow: hidden;
}

.rig-img {
  display: block;
  width: 90%;
  transform: scale(1);
  transition: all 1s;
  padding: 5px 5px;
}

#li:hover .rig-img {
  transform: scale(1.3);
}

.rig-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #1d1d1b;
  background-size: 50px 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s;
  border-radius: 12px;
}

#li:hover .rig-overlay {
  opacity: 0.8;
}

.rig-text {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
  top: 20%;
  color: #fff;
  font-weight: solid 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-20px);
  transition: all .3s;
  text-shadow: 3px 5px 5px #000;
  font-family: "AdelleSans-Light";
}

#li:hover .rig-text {
  transform: translateY(0px);
  opacity: 0.9;
}

/* MEDIA QUERYS */
@media (max-width: 9000px) {
  #rig-img {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .egresos .cta-content h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 958px) {
  .txt_mosaico {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .egresos .cta-content h2 {
    font-size: 48px;
  }
}

@media screen and (min-width: 800px) {
  .areaImpresion {
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .columna_ {
    flex: 50%;
    max-width: 50%;
  }

  .areaImpresion {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .egresos .cta-content p {
    margin-bottom: 50px;
  }

  .egresos .cta-content h2 {
    font-size: 30px;
  }

  .margenDiv {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .columna_ {
    flex: 100%;
    max-width: 100%;
  }
  .areaAnexo{
    margin-top: 3%;
  }
}

@media only screen and (max-width: 425px) {
  .titulogeneral {
    color: #87847b;
    padding-top: 15% !important;
    font-size: 24pt;
    line-height: 28px;
  }

  .titulogeneralb {
    font-size: 24pt !important;
    line-height: 30px;
  }
}

@media only screen and(max-width:280px) {
  .areaImpresion .table {
    display: block !important;
    overflow-y: auto !important;
  }
}