@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --azul: #2a3159;
  --rojo: #ff0000;
  --blanco: #faf5ec;
  --rosa: #ff0063;
  --morado: #631a78;
  --naranja: #ff4000;
  --lila: #40388f;
  --cyan: #63c2cd;
}
a{
    text-decoration: none!important;
}

.card__btn:focus{
    color: #5d5d5d!important;
}

body {
    margin: 0 auto;
}

.menu {
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.menu img{
    height: 80px!important;
}
img.logoMenucollapsed{
    height: 33px!important;
    margin-left: 1rem;
}

.logoMenucollapsed{

}

ul.listapermisos {
    list-style: none;
    font-family: montserrat;
    font-weight: 400;
    line-height: 3;
    font-size: 1.1rem;
}

ul.listapermisos li::before {
    content: '';
    height: .6rem;
    width: .6rem;
    background-color: var(--rojo);
    border-radius: 100%;
    display: inline-flex;
    margin-right: .5rem;
}

ul.listapermisos li a {
    text-decoration: none !important;
    color: #2f2f2f;
}

.menu {}

.BigTitle {
    color: var(--azul);
    text-align: center;
    font-weight: 700;
    font-family: montserrat;
}
.SmallTitle{
    color: var(--azul);
    text-align: center;
    font-weight: 500;
    font-family: montserrat;
    max-width: 70%;
    margin: 0 auto;
}
.UPP{
    text-transform: uppercase;
}
.contentP{
    max-width: 80%;
    text-align: justify;
    margin: 0 auto;
}
html {

    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}


main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.button {
    padding: .5rem 1rem .5rem 1rem;
    border: 1px solid #2a2859;
    border-radius: 300px;
    background: #2a2859;
    color: white !important;
    font-size: .9rem;
    font-family: montserrat;
    font-weight: 500;
    letter-spacing: .05rem;
}

.button-two {
    padding: .5rem 1rem .5rem 1rem;
    border: 2px solid #2a2859;
    border-radius: 300px;
    background: white;
    color: #2a2859 !important;
    font-size: .9rem;
    font-family: montserrat;
    font-weight: 500;
    letter-spacing: .05rem;
}



.menul li a {
    color: white !important;
    text-decoration: none;
    font-family: 'Montserrat';
    padding: 1.2rem;
    display: flex;
}

.menul li a:hover {
    background-color: var(--rojo);
    transition: .3s all ease;
}

header {

}

.m-n {

    background-color: var(--azul);

}


/*Fracciones*/

.iconoObligacion{
    width: 100%!important;
    justify-content: center!important;
    top: -1rem!important;
    height: 47%!important;
    display: flex!important;
    position: relative!important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
a.cardF{
    text-decoration: none!important;
}
.numbeRoman {
    float: right;
    padding: 1rem 1.5rem;
    font-weight: 900;
    font-family: 'Lora', serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.TitleFracc {
    font-weight: 700;
    font-size: .9rem;
    text-transform: uppercase;
    font-family: montserrat;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.fraccionRect{
    width: 100%;
    height: 13rem;
    border-radius: .5rem;
    margin-bottom: 2rem;
    background-size: cover;
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);*/
    transition: .2s ease;
    color: white;
    text-align: center;
    line-height: 1;
    padding-left: .5rem;
    padding-right: .5rem;
}
.fraccionRect:hover{
    box-shadow: inset 0 0 0 2000px rgb(42 49 90 / 77%)!important;
    box-shadow: outset 1px 1px 14px 3px #00000033;
}
.fraccionRect:hover{
    transform: scale(1.02);
}


.navbar-light .navbar-toggler-icon{
    filter: invert(100%)!important;

}
.navbar-light .navbar-toggler{
    border-color: #ffffff33!important;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--blanco)!important;
    text-decoration: none;
    border-color: rgb(255 255 255 / 55%)!important;
}

a.nav-link:hover{
    background: var(--rojo)!important;
    transition: .3s ease;
}

.navbar{
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}

.container-fluid{
    padding-left: 0rem!important;
    padding-right: 0rem!important;
    box-shadow: 0px 9px 6px 0px #00000052!important;
}
.navbar-nav{
    margin: 0 auto!important;
    max-width: 1000px!important;
    font-family: 'Montserrat'!important;
}
.navbar-toggler:focus{
    box-shadow: none!important;
}
.nav-link{
    padding: none!important;
}

}
.intro {
    height: 100vh!important;
}
.cb{

}
section.banner{
    width: 100%!important;
    background-image:linear-gradient(to bottom, rgb(0 0 0 / 40%), rgb(0 0 0 / 85%)), url(https://tizayuca.gob.mx/img/banner.jpeg);
    background-size: cover!important;
    -webkit-transition: all 0.3s ease-in-out;
    animation: scaleBanner 60s linear infinite;
    -moz-animation: scaleBanner 60s linear infinite;
    -webkit-animation: scaleBanner 60s linear infinite;
    -ms-animation: scaleBanner 60s linear infinite;
    -o-animation: scaleBanner 60s linear infinite;
    background-position: center;
    height: 80vh!important;
    display: grid;
    align-items: center;
}

@keyframes scaleBanner {
    0% { background-position: 0 0; }
    100% { background-position: -100px 0; }
}
@-moz-keyframes scaleBanner {
    0% { background-position: 0 0; }
    100% { background-position: -100px 0; }
}
@-webkit-keyframes scaleBanner {
    0% { background-position: 0 0; }
    100% { background-position: -100px 0; }
}
@-ms-keyframes scaleBanner {
    0% { background-position: 0 0; }
    100% { background-position: -100px 0; }
}
@-o-keyframes scaleBanner {
    0% { background-position: 0 0; }
    100% { background-position: -100px 0; }
}


.BigTitle{
    color: white!important;
    text-align: center;
    font-weight: 700;
    font-family: montserrat;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.SmallTitle{
    color: white!important;
    text-align: center;
    font-weight: 500;
    font-family: montserrat;
    max-width: 100%;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 3rem!important;
  
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  position: absolute;
  transform: scale(.7);
}
.icon-scroll:before {
  content: '';
  width: 8px!important;
  height: 8px;
  background: #fff;
  margin-left: -4px!important;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(46px);
}
}
@keyframes scroll {
  0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(46px);
}
}

.ics{
    width: 100%;
    height: 100%;
    text-align: center;
}

.cb{
    margin-bottom: 4rem!important;
}

.fracciones > .content{
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}
section#article-70 {
    padding-top: 1rem!important;
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.fraccionRect.borderf {
    padding: .5rem!important;
    background: white!important;
    box-shadow: 0px 0px 4px 0px #0000000a;
}
.borderf:hover{
    background: #2B8377!important;
    box-shadow: none!important;
}

.borderf > .iconoObligacion{
    text-shadow: none!important;
    margin-top: 2rem!important;
    color: #2B8377!important;

}
.art70rw{
    margin: 0 auto;
}

img.a70{
    height: 220px!important;
    text-align: center!important;
    margin: 0 auto!important;
    padding: 2rem!important;
    padding-right: 0!important;
}

span.TitleFracc.tt7 {
    text-shadow: none!important;
    color: #2B8377!important;
}
span.TitleFracc.tt7{
    color: #2B8377!important;
}
section.logos{

}

.col-md-3.logos-1{
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
}
.col-md-3.logos-1 a {
    text-align: center!important;
    margin: 0 auto!important;
}


section.logos img{
    width: 170px;
}
.card__btn {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: .9rem;
    line-height: 1.2;
    border: 1px solid #5d5d5d3b;
    text-align: center;
    color: #5d5d5d;
    background-color: #ffffff;
    border-radius: 0.4rem;
    transition: 0.2s;
    cursor: pointer;
    box-shadow: 0px 0px 4px 1px #0000000a;
    transition: .3s ease;
    height: 7rem;

}
.card__btn span {
  margin-left: 1rem;
  transition: 0.2s;
  transition: .3s ease;
}
.card__btn:hover, .card__btn:active {
  color: #333333;
  background-color: #5d5d5d0a;
  border: 1px solid #0000003b;
  transition: .3s ease;
  box-shadow: 1px 1px 15px 0px #0000001a;
  transform: scale(1.02);
}
.card__btn:hover span, .card__btn:active span {
  margin-left: 1.5rem;
  transition: .3s ease;
}

.row.a7.justify-content-center {
    max-width: 1100px;
    margin: 0 auto;
}
#f47 span.TitleFracc {
    font-size: .8rem!important;
}

@media only screen and (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: .5rem!important;
        padding-left: .5rem!important;
        padding: .9rem!important;
        padding-bottom: 1rem!important;
        padding-top: 1rem!important;
    }
    img.logoMenucollapsed{
        display: none!important;
    }
    .cb{
        margin-top: 0px;
    }   
    section.banner{
        display: flex;!important;
        height: 80vh!important;
    }
}
@media only screen and (min-width: 1800px){
    .fracciones > .content{
        max-width: 80%!important;
    }
    .BigTitle{
        font-size: 4rem!important;
    }
    .SmallTitle{
        font-size: 1.5rem!important;
    }

    section.banner{
        height: 85vh!important;
    }
}

@media only screen and (max-width: 450px) {
  /* For phones: */
  .fracciones > .content{
    max-width: 100%;
    padding-top: 0rem!important;
}


.cb{
    margin-bottom: 6rem!important;
}

}

@media only screen and (min-width: 600px) {
  /* For tablets: */

}
@media only screen and (max-width: 600px) {
  /* For tablets: */
  .fraccionRect{
    height: 12rem!important;
    margin-bottom: .5rem!important;
}
}
@media only screen and (max-width: 765px){
    .card__btn{
        margin-top: 1rem!important;
    }
    .hidemt{
        margin-top: 0rem!important;
    }
    .col-md-3.logos-1{
        display: flex!important;
        align-items: center!important;
        margin: 0 auto!important;
        padding: 1rem!important;
    }
    section.logos img{
        width: 150px!important;
    }
}
@media only screen and (max-width: 992px) {
    .card__btn{
        font-size: .75rem!important;
    }
    /* For desktop: */
    .container-fluid{
        padding: .0rem!important;
    }
    section.fracciones {
        max-width: 90%!important; 
        margin: 0 auto!important;
    }
    .col-6{
        padding-right: .3rem!important;
        padding-left: .3rem!important;
    }
    section.banner{
        height: 100%!important;
        padding-top: 70px;
        position: relative;
        width: 100%;
    }
    .intro{
        height: 100vh!important;
    }
    .navbar-toggler{
        margin: .35rem 1rem .3em 0rem!important;
    }
    li.nav-item {
        padding-left: 1rem;
        padding-bottom: .2rem;
        padding-top: .2rem;
        border-top: 1px solid #2a315abd!important;
        box-shadow: inset 0px 12px 12px 0 #00000008!important;

    }
    .menu{
        display: none!important;
    }

    .navbar{
        padding-top: .2rem!important;
        padding-bottom: .2rem!important;
        position: fixed!important;
        width: 100%!important;
        z-index: 1!important;
    }
    li.nav-item:hover{
        background: var(--rojo);
    }
    .navbar-collapse {
        background-color: #323758!important
    }
    li.nav-item:hover {
        background: var(--rojo)!important;
        transition: .3s ease!important;
    }
    li.nav-item.active{
        background: #2e324e!important;
        font-weight: 600!important;
    }
    .cb{
        margin-top: 60px;
    }
}

section.art70{
    background-color: var(--blanco);
    height: auto!important;
}

.paddingf{
    padding-top: 1rem;
    padding-bottom: 1rem!important;
    display: flex;
    align-items: center;
}
.imgstyle{
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem!important;
}

.fraccionRect.borderf:hover > .iconoObligacion{
    color: white!important;
    transition: .3s ease;
}

.fraccionRect.borderf:hover > span.TitleFracc.tt7{
    color: white!important;
    transition: .3s ease;
}

.imgstyle img {
    height: 220px;
    text-align: center;
    margin: 0 auto;
}

/*IMAGENES*/
#f1{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/normatividad.jpg);
}
#f2{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/estructura.jpg);
}
#f3{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/facultades.jpg);
}
#f4{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/metas.jpg);
}
#f5{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/indicadoresinteres.jpg);
}
#f6{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/indicadoresresultados.jpg);
}
#f7{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/directorio.jpg);
}
#f8{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/remuneraciones.jpg);
}
#f9{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/gastosviaticos.jpg);
}
#f10{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/plazas.jpg);
}
#f11{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/contrataciones.jpg);
    background-position: bottom!important;
    background-size: cover!important;
}
#f12{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/declaraciones.jpg);
}
#f13{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/domiciliotransparencia.jpg);
}
#f14{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/convocargospub.jpg);
}
#f15{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/apoyos.jpg);
}
#f16{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/condicionestrabajo.jpg);
}
#f17{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/cv.jpeg);
}
#f18{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/sanciones.jpg);
}
#f19{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/servicios.jpg);
}
#f20{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/tramites.jpg);
}
#f21{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/presupuestoasignado.jpg);
}
#f22{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/deudapublica.jpg);
}
#f23{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/gastossocial.jpg);
}
#f24{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/resultadosauditorias.jpg);
}
#f25{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/estadosfinancieros.jpg);
}
#f26{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/listado.jpg);
}
#f27{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/permisos.jpg);
}
#f28{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/resultadoslicitaciones.jpg);
}
#f29{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/informes.jpg);
}
#f30{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/estadisticasgenerales.jpg);
}
#f31{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/avances.jpg);
}
#f32{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/proveedores.jpg);
}
#f33{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/convenio.jpg);
}
#f34{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/inventario.jpg);
}
#f35{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/derechoshumanos.jpg);
}
#f36{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/resoluciones.jpg);
}
#f37{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/participacionciiudadana.jpg);
}
#f38{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/programasdelmunicipio.jpg);
}
#f39{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/actastransparencia.jpg);
}
#f40{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),   url(https://tizayuca.gob.mx/imgTransparencia/resultadosencuestas.jpg);
}
#f41{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/estudios.jpg);
    background-position: right!important;
}
#f42{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/jubilados.jpg);
}
#f43{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/ingresos.jpg);
}
#f44{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/donaciones.jpg);
}
#f45{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/archivos.jpg);
}
#f46{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/actasesion.jpg);
}
#f47{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/telecomunicaciones.jpg);
}
#f48{
    background-image: 
    linear-gradient(to bottom, #00000059, #000000),  url(https://tizayuca.gob.mx/imgTransparencia/info.jpg);
}

a.sbitem{
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    border-radius: .2rem!important;
    background-color: white!important;
    box-shadow: 0px 0px 4px #00000045;
}

a.sbitem:hover{
    box-shadow: inset 0 0px 20px 0px #00000059!important;
    background-color: var(--rojo)!important;
    transition: .2s ease;
}
ul.sbmenu{
    background-color: transparent!important;
    border: none!important;
    padding: 0rem 0!important;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
/* ============ desktop view .end// ============ */


/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */
  

  .round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;}
  .round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
  .round-btn .icon {padding: 3px;}
  .round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
  .btn-facebook a {color: #000;padding: 8px 13px;}
  .btn-linkedin a {color: #000;}
  .btn-twitter a{color: #000;}
  .btn-instagram a{color: #000;}
  .btn-whatsapp a{color: #000;}
  .btn-envelop a{color: #000;font-size: 15px; padding: 9px 12px;}
  .standard_header .standard_social_links {margin-left: 1rem;}
  .standard_social_links {
    margin: 0 auto;
    text-align: center;
    display: flex;
}
  /*
  =========================================================================================
                                    footer
  =========================================================================================
  */
  
  .footer-wrap {
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}



.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

ul.footer-links{
    padding-left: 0rem!important;
    margin-bottom: 0rem;
}

ul.footer-category{
    padding-left: 0rem!important;
}

.footer-category li a {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.address {

    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #181c33;
    font-family: 'Saira Semi Condensed', sans-serif;
}
footer .second_class{
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 25px;
    background: var(--azul);
}
footer .round-btn a:hover{
    color: var(--azul);
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
    
}
footer{
    background: #fff;
    border-top: 1px solid #00000017;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 17px;
    color: #333;
}


footer .second_class_bdr{
    padding-top: 25px;
    border-top:1px solid #222;
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}

footer .btn-envelop a {
    color: #000;
    font-size: 16px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {

}

footer .round-btn {
    margin: 15px 4px;
}

footer dl, ol, ul {
    padding-left: 5px;
}
footer li{
    list-style: none;
}

@media(max-width:768px){
    .footer-wrap h3 {
        margin-top: 27px;
    }

    footer .round-btn {
        margin: 15px 4px;
    }
}
@media(max-width:320px){
    .copyright {
        font-size: 13px;
    }

}   

li.webanimation{
    animation: web 1s infinite;
}

@keyframes web {
    from { transform: none; }
    50% { transform: scale(1.01); }
    to { transform: none; }
}

.tituloPrincipal{
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 800;
    color: #2a315a;
    text-align: center;
}
.subTitulo{
    font-family: Montserrat;
    color: #4d4d4d;
}

.edModal{
    max-width: 700px!important;
}

.edModalContent{
    border-radius: 1rem!important;
}

h5.TzM{
    margin-left: 1rem!important;
    font-family: 'Montserrat';
    line-height: 1.2;
    font-size: 1.1rem;
}

.TzM{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
    font-family: 'Montserrat';
}

.buttonTz {
    padding: 1rem 3rem 1rem 3rem;
    border: 1px solid #0000002e;
    border-radius: 5px;
    margin-top: 2rem;
    box-shadow: 0px 0px 8px 0px #00000014;
    background-color: #2A315A!important;
    text-decoration: none!important;
    color: white!important;
}

.buttonTz {
    background-color: #2A315A!important;
    text-decoration: none!important;
    color: white!important;
    transition: .2s ease;
}

.buttonTz:hover{
    background-color: #202547!important;
}

.modalCt{
    letter-spacing: 5px!important;
}

button.btn.btnTz {
    border: 1px solid #00000047;
}

button.btn.btnTz:hover {
    border: 1px solid #00000073;
}


.content-table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 95%;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  letter-spacing: 1px;
  box-shadow: 0 0 8px rgb(0 0 0 / 6%);
}
.content-table a {
    font-weight: 500;
    color: #ff0063;
}


.content-table thead tr {
    background-color: #ff0063;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #ff0063;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #ff0063;
}

tbody > tr:nth-child(even) {
    color: #5b5b5b!important;
}

#div1 {
    overflow: scroll;
    height: 50vh;
    width: 100%;
}








/*ºººººººººººlilaººººººººººº*/
table.content-table.colorLila a {
    color: var(--lila);
}
table.content-table.colorLila thead tr {
    background-color: var(--lila);
}
table.content-table.colorLila tbody tr:last-of-type {
  border-bottom: 2px solid var(--lila);
}
table.content-table.colorLila tbody tr.active-row {
  color: var(--lila);
}


/*ºººººººººººMORADOººººººººººº*/
.content-table .colorMor a {
    color: var(--morado)!important;
}
.content-table .colorMor thead tr {
    background-color: var(--morado)!important;
}
.content-table .colorMor tbody tr:last-of-type {
  border-bottom: 2px solid var(--morado)!important;
}
.content-table .colorMor tbody tr.active-row {
  color: var(--morado)!important;
}


/*ºººººººººººCYANººººººººººº*/
table.content-table.colorCyan a {
    color: var(--cyan)!important;
}
table.content-table.colorCyan thead tr {
    background-color: var(--cyan)!important;
}
table.content-table.colorCyan tbody tr:last-of-type {
  border-bottom: 2px solid var(--cyan)!important;
}
table.content-table.colorCyan tbody tr.active-row {
  color: var(--cyan)!important;
}


.acc{
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem; 
    background-color: white;
    font-family: montserrat;
    border: 2px solid #0000000f;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 0px #0000000d;
}

button.accordion-button{
    font-weight: 600;
    color: #5d5d5d;
}

.accordion-button:not(.collapsed){
    color: black!important;
}
ul.periodos {
    list-style: none;
    padding-left: 0rem!important;
    box-shadow: 0px 0px 8px 1px #0000000d;
    border-radius: 6px;
}
.periodos li {
    background-color: white;
    width: 100%;
    padding: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

ul.periodos li a{
    color: #2a315a;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
    transition: .1s;
}

ul.periodos li a:hover{
    color: black;
}
ul.periodos li:nth-of-type(even) a{
    color: #2a315a;
}

ul.periodos li:nth-of-type(even) a:hover{
    color: black;
}

ul.periodos li:nth-of-type(even){
    background-color: #2a315a1f;
}

ul.periodos li:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom: 2px solid #2a315a;
}
ul.periodos li:first-of-type {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.cvaccontent {
    top: 40%;
    position: relative;
}

.cvaccontent h6 {
    color: #2a315a;
}

.accordion-flush .accordion-item .accordion-button{
    border-radius: .5rem!important;
}
ul.subSecretarias:first-child{
    border-top: 3px solid black;
}
ul.subSecretarias {
    margin: 0 auto;
    padding-left: 0!important;
    display: flex;
    list-style: none;
    text-align: center;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: space-around;
    border-bottom: 3px solid #00000008;
    background-color: white!important;
}
li.sS{
 width: 215px!important;
 height: 3.5rem;
 display: flex;
 align-items: center;
 line-height: 1;
}
li.sS a{
    margin: 0 auto;
    color: #2a315a;
    height: 100%;
    padding: 1rem;
    -webkit-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    -moz-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    -o-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
}

li.sCyan a:hover {
    border-bottom: 3px solid var(--cyan);
    color: var(--cyan);
}

li.sMorado a:hover{
    border-bottom: 3px solid var(--morado);
    color:  var(--morado);
}   

li.sLila a:hover{
    border-bottom: 3px solid var(--lila);
    color:  var(--lila);
}

li.sRosa a:hover{
    border-bottom: 3px solid var(--rosa);
    color:  var(--rosa);
}
.card-title {
    margin-bottom: .5rem!important;
    font-size: 1rem!important;
    text-align: left;
    font-weight: 700!important;
    height: 4rem!important;
    color: var(--azul)!important;
    display: flex!important;
    align-items: center!important;
}
.card-post{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat';
    border: none!important;
    border-radius: 8px!important;
}
.card-img-top{
    border-top-right-radius: 7px!important;
    border-top-left-radius: 7px!important;
}
p.card-text {
    font-size: .9rem!important;
    text-align: left;
    font-weight: 300!important;
    color: #000000cf!important;
    margin-top: 11px!important;
}
li.ct{
    font-size: .9rem!important;
    text-align: left;
    font-weight: 300!important;
    color: #000000cf!important;
    margin-top: 11px!important;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: transparent!important;
    border-top: 1px solid rgb(0 0 0 / 7%)!important;
    justify-content: space-between!important;
    display: flex!important;
}

a.morelinkpost{
    font-size: .9rem!important;
    font-weight: 600;
    -webkit-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    -moz-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    -o-transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    transition: all 0.1s 0s ease-in, all 0.1s 0s ease;
    color: var(--azul);
}

a.morelinkpost:hover{
    color: var(--rojo);

}

a.cardIndex {
    width: 100%;
    background-color: white;
    height: 3rem;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 2rem;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    font-family: 'Montserrat';
    font-size: 0.9rem;
    border: 1px solid #f2f2f2d1;
    color: #2e2e2e;
    text-decoration: none!important;
    box-shadow: inset 0px -3px 0px #2a315929!important;
    -webkit-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    line-height: 1;
}

a.cardIndex:hover {
    color: var(--azul)!important;
    box-shadow: inset 0px -3px 0px var(--azul)!important;
}

a.cardIndex.cIred:hover {
    color: var(--rojo)!important;
    box-shadow: inset 0px -3px 0px var(--rojo)!important;
}
a.logo2030 img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
a.cardIndex.ciOther{
    height: 6rem!important;
    text-transform: uppercase;
    font-size: .8rem;
    text-align: center;
    padding: 1rem;
    box-shadow: inset 0px -3px 0px var(--azul)!important;
}

a.cardIndexSecs {
    width: 100%;
    height: 5.4rem;
    display: flex;
    margin: .5rem;
    margin: 0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem;
    line-height: 1.2;
    color: #2e2e2ed1;
    font-family: 'Montserrat';
    font-size: .9rem;
    font-weight: 700;
    border: 1px solid #00000014;
    box-shadow: 0px 0px 6px 0px #00000005;
    border-radius: 6px;
    align-items: center;
    -webkit-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    -moz-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    -o-transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
    transition: all 0.2s 0s ease-in, all 0.2s 0s ease;
}

a.cardIndexSecs:before {
    content: '';
    left: 0;
    bottom: -1px;
    height: 55px;
    min-width: 4px;
    background-color: #084078;
    transition: all ease-in-out 0.5s;
    margin-right: .3rem;
}

a.cardIndexSecs.sCyan:before {
    background-color: var(--cyan);
}

a.cardIndexSecs.sMorado:before{
    background-color:  var(--morado);
}   

a.cardIndexSecs.Lila:before{
    background-color:  var(--lila);
}

a.cardIndexSecs.sRosa:before{
    background-color:  var(--rosa);
}


a.cardIndexSecs.sCyan:hover {
    color: var(--cyan);
}

a.cardIndexSecs.sMorado:hover{
    color:  var(--morado);
}   

a.cardIndexSecs.Lila:hover{
    color:  var(--lila);
}

a.cardIndexSecs.sRosa:hover{
    color:  var(--rosa);
}

h5.titleMini {
    font-family: 'Montserrat';
    font-weight: 800;
    text-align: center;
    color: white;
    margin: 0 auto;
}

img.bannerMedium{
    width: 100%;
}

.heightFull{
    display: flex;
    align-items: center;
    height: 100%;
    color: white;
    border-radius: 7px;
    background: rgb(42,49,90);
    background: linear-gradient(52deg , rgba(42,49,90,1) 0%, rgba(44,61,162,1) 100%);
}

.card-post-2 {
    display: flex;
    width: 100%;
    padding: 1rem;
    border-radius: 7px;
    border: 1px solid #80808029;
    box-shadow: 0px 0px 10px #00000008;
}

img.boletinNew {
    max-width: 50%;
    border-radius: 7px;
    box-shadow: 0px 0px 3px #00000042;
}

.textoCard{
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    position: relative
}

.footerCard {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding-right: 3rem;
    justify-content: space-between;
    display: flex;
}






/*SEPARADOR*/







body {
    background-image: url(https://tizayuca.gob.mx/img/fondologin.png)!important;
    background-size: cover !important;

    

}

.col-md-8.cardSalud {
    background: #f2f2f282;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 13px #00000038;
    font-family: 'Montserrat';
}
h2.titleSaludsmall {
    text-align: center;
    color: #2e2e2e;
    font-weight: 700;
}

.fechaSalud {
    padding: 2rem;
    text-transform: uppercase;
}

.fechaSalud h1{
    text-align: center;
    color: #8d3446;
    font-weight: 800;
    font-family: 'Montserrat';
}
.enlaceSalud {
    text-align: center;
    color: #8d3446;
    font-weight: 700;
    font-family: 'Montserrat';
    }

    .fechaSalud h4{
    text-align: center;
    color: #8d3446;
    font-weight: 800;
    font-family: 'Montserrat';
}




