@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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --azul: #720F36;
    --rojo: #ff0000;
    --blanco: #faf5ec;
    --rosa: #ff0063;
    --morado: #631a78;
    --naranja: #ff4000;
    --lila: #40388f;
    --cyan: #63c2cd;
    --bodyColor: white;
    --whiteDark: white;
}

/* #720F36 */

/* 720F36 */
/* ANTES 2024 FEBRERO */



/* #720F36 */
/* DESPUES 2024 FEBRERO */



body {
    overflow-x: hidden !important;
}



.slideHome button {
    border-radius: 100px;
}

.btn-primary {
    background-color: #720F36 !important;
    font-family: "Montserrat", sans-serif !important;
    border-color: #720F36 !important;
    margin-left: 2px;
    font-size: 1rem !important;
}

.btn-outline-secondary {
    color: #720F36 !important;
    border-color: #720F36 !important;
    border: #720F36 2px solid !important;
    font-family: "Montserrat", sans-serif !important;
    margin-left: 2px;
    font-size: 1rem !important;
}

p.lead {
    color: #ffffffcc;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.1rem;
    font-weight: 400;
}

.border-efe {
    border: 1px solid rgba(33, 40, 50, 0.125);
}

.shadow-efe {
    box-shadow: 0 0rem 0.4rem 0 rgb(33 40 50 / 15%);
}

.shadwo-efe {
    box-shadow: 0 0.5rem 2rem 0 rgb(33 40 50 / 25%);
}

a {
    text-decoration: none !important;
}

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

body {
    margin: 0 auto;
    background-color: var(--bodyColor) !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.menu {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.menu img {
    height: 80px !important;
}

img.logoMenucollapsed {
    height: 33px !important;
    margin-left: 1rem;
}

ul.listapermisos {
    list-style: none;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    line-height: 3;
    font-size: 1.1rem;
}

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

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

.BigTitle {
    color: var(--azul);
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
}

.SmallTitle {
    color: var(--azul);
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    max-width: 70%;
    margin: 0 auto;
}

.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;
}

.footer-wrap .container-fluid {
    background: #f9f4f557 !important;
}

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: 0.5rem 1rem 0.5rem 1rem;
    border: 1px solid #2a2859;
    border-radius: 300px;
    background: #2a2859;
    color: white !important;
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.button-two {
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 2px solid #2a2859;
    border-radius: 300px;
    background: white;
    color: #2a2859 !important;
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

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

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

.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: 0.9rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.fraccionRect {
    width: 100%;
    height: 13rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    background-size: cover;
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 60%);*/
    transition: 0.2s ease;
    color: white;
    text-align: center;
    line-height: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fraccionRect:hover {
    box-shadow: inset 0 0 0 2000px #720F367d !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: #791a3f1c;
    transition: 0.3s ease;
    border-radius: 6px;
}

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

.container-fluid {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.navbar-nav {
    margin: 0 auto !important;
    max-width: 1000px !important;
    font-family: "Montserrat", sans-serif !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-link {
    padding: none !important;
}

.intro {
    height: 100vh !important;
}

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;
    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: 100vh !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", sans-serif !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.SmallTitle {
    color: white !important;
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    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(0.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: 0.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;
}

.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: 0.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: 0.3s ease;
    height: 7rem;
}

.card__btn span {
    margin-left: 1rem;
    transition: 0.2s;
    transition: 0.3s ease;
}

.card__btn:hover,
.card__btn:active {
    color: #333333;
    background-color: #5d5d5d0a;
    border: 1px solid #0000003b;
    transition: 0.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: 0.3s ease;
}

.row.a7.justify-content-center {
    max-width: 1100px;
    margin: 0 auto;
}

#f47 span.TitleFracc {
    font-size: 0.8rem !important;
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding: 0.7rem !important;
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }

    img.logoMenucollapsed {
        display: none !important;
    }

    .cb {
        margin-top: 0px;
    }

    section.banner {
        display: flex;
        height: 100vh !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: 100vh !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: 0.5rem !important;
    }
}

@media only screen and (max-width: 765px) {

    .slideHome h1 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        font-family: "Montserrat", sans-serif !important;
    }

    .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) {

    #inicio {
        margin-top: 120px;
    }

    .slideHome h1 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        font-family: "Montserrat", sans-serif !important;
    }

    .card__btn {
        font-size: 0.75rem !important;
    }

    .icon-circle-colors {
        margin-bottom: 1.5rem;
    }

    /* For desktop: */
    .container-fluid {
        padding: 0rem !important;
    }

    section.fracciones {
        max-width: 90% !important;
        margin: 0 auto !important;
    }

    .col-6 {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }

    section.banner {
        height: 100% !important;
        padding-top: 70px;
        position: relative;
        width: 100%;
    }

    .intro {
        height: 100vh !important;
    }

    .navbar-toggler {
        margin: 0.35rem 1rem 0.3em 0rem !important;
    }

    li.nav-item {
        padding-left: 1rem;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
    }

    .movil a.nav-link.linkMenu {
        color: #636363;
        width: 100%;
    }

    .menu {
        display: none !important;
    }

    .navbar {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
        position: fixed !important;
        width: 100% !important;
        z-index: 1 !important;
    }

    li.nav-item:hover {
        background: var(--rojo);
    }

    li.nav-item:hover {
        background: #a021400d !important;
        transition: 0.3s ease !important;
        border-radius: 14px !important;
    }

    li.nav-item.active {
        background: #a021400d !important;
        font-weight: 600 !important;
        border-radius: 14px;
    }

    .cb {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 774px) {
    .up-text {
        text-align: center;
    }

    .up-text h2 {
        text-align: center !important;
    }
}

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: 0.3s ease;
}

.fraccionRect.borderf:hover>span.TitleFracc.tt7 {
    color: white !important;
    transition: 0.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);
}

#f49 {
    background-image: linear-gradient(to bottom, #00000059, #000000), url(https://tizayuca.gob.mx/imgTransparencia/ultimoparrafo.jpg);
}

.movil {
    justify-content: right;
    margin-right: 1rem;
    z-index: 99;
}

a.sbitem {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    border-radius: 0.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: 0.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 .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-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;
}

.social-media a {
    color: #898989;
    margin-right: 20px;
    font-size: 1.1rem;
}

li.btn-facebook a {
    font-size: 0.95rem;
}


/*
  =========================================================================================
                                    footer
  =========================================================================================
  */

footer svg {
    height: 55px;
    width: 100%;
    fill: #f9f4f557;
}

.footer-wrap {
    background-size: cover;
}

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

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

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

.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #898989;
    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: #898989;
    text-decoration: none;
}

.address {
    color: #898989;
    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: #898989;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

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

.info a {
    color: #898989;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

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

.container-fluid.hide-movil {
    background: #f2f6fc;
}

ul.social-media {
    display: flex;
    padding: 0;
}

.copyright {
    font-size: 13px;
    letter-spacing: 1px;
    color: #898989;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    width: 90%;
    margin: 0 auto;
}

footer .second_class {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #f9f4f557 !important;
}

footer .round-btn a:hover {
    color: var(--azul);
}

footer .first_class p,
footer .first_class h3 {
    margin: 0 0;
}

footer {
    background: #fff;
    margin-top: auto;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #f2f6fc;
    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;
}

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

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

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", sans-serif !important;
    text-transform: uppercase;
    color: #720F36;
    font-size: 1.5rem;
    font-weight: 700;
}

.subTitulo {
    font-family: "Montserrat", sans-serif !important;
    color: #4d4d4d;
}

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

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

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

.TzM {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-family: "Montserrat", sans-serif !important;
}

.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: 0.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%;
}

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);
}

.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;
}

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-left: 2rem;
    padding-right: 2rem;
    margin-right: 17rem;
    font-family: "Montserrat", sans-serif !important;
    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: 0.25rem;
    padding-bottom: 0.25rem;
}

ul.periodos li a {
    color: #2a315a;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.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: 0.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: 0.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;
}

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

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

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

a.cardIndexSecs.sRosa:hover {
    border-bottom: 3px solid var(--rosa);
    color: var(--rosa);
}

a.cardIndexSecs.sRojo:hover {
    border-bottom: 3px solid var(--rojo);
    color: var(--rojo);
}

a.cardIndexSecs.sNaranja:hover {
    border-bottom: 3px solid var(--naranja);
    color: var(--naranja) !important;
}

.card-title {
    margin-bottom: 0.5rem !important;
    font-size: 0.8rem !important;
    text-align: left;
    font-weight: 700 !important;
    color: var(--azul) !important;
    display: flex !important;
    align-items: center !important;
    text-transform: uppercase;
}

.card-post {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", sans-serif !important;
    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: 0.9rem !important;
    text-align: left;
    font-weight: 300 !important;
    color: #000000cf !important;
    margin-top: 11px !important;
}

li.ct {
    font-size: 0.8rem !important;
    text-align: left;
    font-weight: 300 !important;
    color: #000000cf !important;
    margin-top: 5px !important;
    line-height: 1.3;
}

ul.list-card {
    padding-left: 0.8rem;
}

.card-footer {
    padding: 0.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: 0.7rem !important;
    font-weight: 800;
    -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);
    padding: 0.5rem;
    border: 1px solid var(--azul);
    border-radius: 5px;
}

a.morelinkpost:hover {
    color: var(--rojo);
    border: 1px solid var(--rojo);
}

.text-muted {
    font-size: 0.7rem !important;
}

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", sans-serif !important;
    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;
    max-height: 200px;
    padding-top: 1rem;

}

a.cardIndex.ciOther {
    text-transform: uppercase;
    font-size: 0.8rem;
    text-align: center;
    padding: 1rem;
    box-shadow: inset 0px -3px 0px var(--azul) !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

ul.dropdown-menu.conta-gub.show {
    font-size: 0.9rem;
    background-color: #ffffff;
    box-shadow: 0px 4px 0px #f911008c;
}

ul.conta-gub li a {
    line-height: 1.3;
    transition: 0.2s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

.card-post-2:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 10px #00000030;
}

ul.conta-gub li {
    border-bottom: 1px solid #0000000f;
}

ul.conta-gub li:last-child {
    border-bottom: none;
}

ul.conta-gub li a:hover {
    background-color: var(--azul);
}

a.cardIndexSecs {
    width: 100%;
    height: 5.4rem;
    display: flex;
    margin: 0.5rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    line-height: 1.2;
    color: #2e2e2ed1;
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.9rem;
    font-weight: 700;
    background-color: white;
    border: 1px solid #00000014;
    box-shadow: 0px 0px 6px 0px #00000005;
    border-radius: 6px;
    align-items: center;
    -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;
}

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: 0.3rem;
}

a.cardIndexSecs.sNaranja:before {
    background-color: var(--naranja);
}

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.sRojo:before {
    background-color: var(--rojo);
}

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

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

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

a.cardIndexSecs.sRojo:hover {
    color: var(--rojo);
}

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

h5.titleMini {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    margin: 0 auto;
}

img.bannerMedium {
    width: 100%;
}

h5.titleMini2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: white;
    margin: 0 auto;
}

p.aconta {
    padding: 1rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid #00000021;
}

.heightFull2 {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: white;
    border-radius: 7px;
    background: #720F36;
    background: #720F36;
}

.heightFull {
    background-image: url(../img/pattern.jpg);
    background-color: #720F36;
    background-size: 230%;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    display: flex;
    align-items: center;
    height: 100%;
    color: white;
    border-radius: 7px;
}

.card-post-2 {
    display: flex;
    width: 100%;
    padding: 1rem;
    border-radius: 7px;
    border: 1px solid #80808029;
    background-color: white !important;
    box-shadow: 0px 0px 10px #00000008;
    transition: 0.2s ease;
}

img.boletinNew {
    width: 230px;
    height: 260px;
    border-radius: 7px;
    box-shadow: 0px 0px 3px #00000042;
}

.textoCard {
    padding-left: 1rem;
    padding-right: 0rem;
    position: relative;
}

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

.cardDown {
    padding: 1rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: white;
    height: 6rem;
}

.cardDown h5 {
    font-size: 14px;
    font-weight: 600;
    color: #363d47;
}

.cardDown h6 {
    font-size: 14px;
    font-weight: 400;
    color: #69707a;
}

.cardUp {
    height: 275px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cardPeople {
    margin-bottom: 2rem;
    border-radius: 10px;
}

#fb-root {
    display: none !important;
}

.cardUp:hover {
    transition: 0.2s ease;
}

.cardDown:hover {
    transition: 0.2s ease;
}

.cardPeople:hover {
    transform: translateY(-0.3333333333rem);
    transition: 0.2s ease;
}

#SusyHidden {
    display: none;
    transition: 0.3s ease !important;
}

.profile-picture {
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.big-profile-picture {
    margin: 0 auto;
    border: 5px solid var(--azul);
    ;
    width: 150px;
    height: 150px;
    outline: 1px solid var(--azul);
    outline-offset: 2px;
}

.small-profile-picture {
    border: 2px solid #50597b;
    width: 40px;
    height: 40px;
}

button.SsH {
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
}

button.SsH:focus {
    box-shadow: none !important;
}

p#dialog_description {
    text-align: center;
}

h2#dialog_title {
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .banner-search-padding {
        background-size: auto !important;
    }
}

span.titleFooterM {
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.8rem;
    letter-spacing: 6px;
}

@media only screen and (min-width: 550px) {
    hr.hide-desktop {
        display: none;
    }

    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 550px) {
    #inicio {
        margin-top: 0px;

    }

    hr.hide-movil {
        display: none;
    }

    .footer-wrap {
        margin-top: -1px;
    }

    .container-with-background svg {
        height: 20px !important;
        width: 100%;
    }

    svg.blue-wb-svg-last {
        margin-bottom: 8px;
    }

    .container-wb p.lead {
        font-size: 13px !important;
        margin-bottom: 1rem !important;
    }

    a.a-text-bg {
        padding: 0.3rem 1rem !important;
    }

    a.btnWhite {
        margin-top: 1.5rem !important;
        font-size: 0.6rem !important;
        padding: 0.5rem 1.5rem !important;
    }

    .container-wb {
        padding-top: 60px !important;
    }

    footer svg {
        height: 20px;
        width: 100%;
        margin-bottom: 1px;
    }

    .footer-wrap h3 {
        margin-bottom: 10px;
    }

    .footer-links li a {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }

    footer .second_class_bdr {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hide-movil {
        display: none !important;
    }

    .copyright.hide-desktop {
        border-top: 1px solid #ffffff14 !important;
        color: white !important;
    }

    footer .second_class {
        padding-bottom: 50px;
        padding-top: 0px;
        color: white !important;
    }

    .row.justify-content-center.hide-desktop {
        --bs-gutter-x: none;
    }

    #parallax-world-of-ugg h3 {
        letter-spacing: 3px !important;
        font-size: 12px !important;
    }

    a.cardIndex.ciOther {
        font-size: 0.65rem !important;
    }
}

a.sub-down {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    display: block;
    width: 300px;
}

input#busqueda {
    width: 85%;
    margin-left: 0.5rem;
    border-radius: 5px;
    border: 1px solid #80808082;
    padding: 0.2rem;
    padding-left: 0.4rem;
    transition: 0.2s all;
}

input#busqueda:focus {
    box-shadow: 0px 0px 7px 0px #0000001a;
}

span.search-text {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}

span.search-text:before {
    content: "I";
    left: 0;
    color: var(--azul);
    bottom: -1px;
    height: 55px;
    min-width: 4px;
    background-color: var(--azul);
    transition: all ease-in-out 0.5s;
    margin-right: 0.3rem;
}

span.keywords {
    visibility: hidden;
    display: block;
}

b.boldP {
    color: var(--azul);
}

li.element-aw {
    list-style-type: none;
}


/* Override UGG site */

#main {
    width: 100%;
    padding: 0;
}

.content-asset p {
    margin: 0 auto;
}

.breadcrumb {
    display: none;
}


/* Helpers */


/**************************/

.margin-top-10 {
    padding-top: 10px;
}

.margin-bot-10 {
    padding-bottom: 10px;
}


/* Typography */


/**************************/

#parallax-world-of-ugg h1 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}

#parallax-world-of-ugg h2 {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    letter-spacing: 10px;
    text-align: center;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0.9;
}

#parallax-world-of-ugg h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 0;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
}

#parallax-world-of-ugg p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: "Source Sans Pro", sans-serif;
}

.sc {
    color: #3b8595;
}

.ny {
    color: #3d3c3a;
}

.atw {
    color: #c48660;
}


/* Section - Title */


/**************************/

#parallax-world-of-ugg .title {
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}

#parallax-world-of-ugg .title h1 {
    font-size: 35px;
    letter-spacing: 8px;
}


/* Section - Block */


/**************************/

#parallax-world-of-ugg .block {
    background: white;
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
}

#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}

#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}


/* Section - Parallax */


/**************************/

#parallax-world-of-ugg .parallax-one {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(https://tizayuca.gob.mx/img/bannerPlanMpalDesarrollo.jpg);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


/* Extras */


/**************************/

#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}


/* Media Queries */


/**************************/

@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}

@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }

    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }

    #parallax-world-of-ugg .block {
        padding: 30px;
    }

    #parallax-world-of-ugg .parallax-one,
    #parallax-world-of-ugg .parallax-two,
    #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}

a.btnWhite {
    color: white;
    background-color: transparent;
    padding: 0.8rem 2.5rem;
    border-radius: 100px;
    display: inline-flex;
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 2px;
    will-change: transform;
    transition: 0.2s;
    border: 2px solid white;
}

a.btnWhite:hover {
    background-color: white;
    border: 2px solid white;
    color: #720F36;
    transition: 0.2s;
    transform: scale(0.99);
}

a.btnBlue {
    color: white;
    background-color: #720F36;
    padding: 0.8rem 3.5rem;
    border-radius: 100px;
    display: inline-flex;
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 2px;
    will-change: transform;
    transition: 0.2s;
    border: 2px solid #720F36;
    ;
}

a.btnBlue:hover {
    background-color: white;
    border: 2px solid #720F36;
    color: #720F36;
    transition: 0.2s;
    transform: scale(0.99);
}

.parallax-one {
    box-shadow: inset 0px 0px 900px 900px #00000040;
}

.w-back {
    background: rgb(57, 96, 224);
    background: linear-gradient(52deg, rgb(42 49 90 / 10%) 0%, rgb(44 61 162 / 10%) 100%);
    color: var(--azul) !important;
    font-weight: 700 !important;
    transition: 0.2s !important;
}

a.cardIndex.w-back:hover {
    color: white !important;
    background: linear-gradient(52deg, rgb(42 49 90 / 100%) 0%, rgb(44 61 162 / 100%) 100%);
}



@media only screen and (min-width: 550px) {
    .slideMovil {
        display: none;
    }

    h3.titleMovil {
        display: none;
    }

    hr.hide-desktop {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    body {
        background-color: #f2f2f2;
    }

    .slideDesk {
        display: none;
    }

    img.LogPrinc {
        width: 90px !important;
    }

    .slideMovil {
        display: block;
        margin-top: 0px !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    img.logoMenucollapsed {
        display: none;
    }

    nav.menumv {
        background: #720F36;
        background: -moz-linear-gradient(315deg, #2648b7 0%, #720F36 100%);
        background: -webkit-linear-gradient(315deg, #2648b7 0%, #720F36 100%);
        background: linear-gradient(315deg, #2648b7 0%, #720F36 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#720F36", endColorstr="#720F36", GradientType=1);
        height: 150px;
    }

    .container-fluid {
        border-bottom: 1px solid #8080803b;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(https://tizayuca.gob.mx/img/bars.png) !important;
        filter: none !important;
    }

    .navbar {
        align-items: baseline;
        position: relative !important;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .slideMovil h3 {
        color: #720F36;
        font-weight: 200;
        letter-spacing: 2px;
        font-size: 1rem;
    }

    button.navbar-toggler {
        color: #720F36;
    }

    .header-background {
        height: 240px;
    }

    .second-header {
        height: 150px;
    }

    .content {
        padding-top: -1rem !important;
    }

    .heightFull {
        display: none;
    }

    h3.titleMovil {
        color: var(--azul);
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 1rem;
    }

    a.cardIndexSecs {
        font-size: 0.8rem;
    }

    .hide-movil {
        display: none;
    }

    .card-post-2 {
        display: block;
        width: 100%;
        padding: 0.5rem;
        border-radius: 7px;
        border: 1px solid #80808029;
        box-shadow: 0px 0px 10px #00000008;
        transition: 0.2s ease;
        padding-bottom: 0rem !important;
    }

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

    .textoCard {
        padding-left: 0rem !important;
        padding-top: 0.5rem !important;
    }

    .card-title {
        margin-bottom: 0rem !important;
        font-size: 0.6rem !important;
        text-transform: none;
        font-weight: 500 !important;
        line-height: 1;
    }

    p.card-text {
        display: none;
    }

    ul.list-card {
        display: none;
    }

    .footerCard {
        position: relative;
        display: block;
        padding-right: 0rem !important;
    }

    .card-post-2 p {
        display: none;
    }

    small.text-muted {
        font-size: 0.5rem !important;
        font-weight: 300 !important;
    }

    hr.hide-desktop {
        width: 100%;
        margin: 0;
        padding: 0;
        color: gray;
    }

    .news {
        margin-top: 1rem;
    }

    a.morelinkpost {
        font-size: 0.6rem !important;
        color: var(--azul);
        padding: 0rem !important;
        border: none !important;
        justify-content: right;
        display: grid;
        margin-top: 0.2rem;
        font-weight: 500;
    }

    a.cardIndex {
        margin-bottom: 0.5rem;
    }

    .pl {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .copyright.hide-desktop {
        border-top: 1px solid #ffffff14 !important;
        color: white !important;
    }

    footer .second_class {
        padding-bottom: 15px;
        padding-top: 0px;
        color: white !important;
        border-bottom: 1px solid #00000014;
    }

    span.titleFooterM {
        text-align: center;
        font-family: "Montserrat", sans-serif !important;
        font-size: 0.8rem;
        letter-spacing: 6px;
    }

    .row.justify-content-center.hide-desktop {
        --bs-gutter-x: none;
    }

    button.navbar-toggler:active~.slideMovil {
        z-index: 0;
    }
}

footer .second_class {
    background: #f2f6fc;
}

section.content {
    padding-right: 1rem;
    padding-left: 1rem;
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100vh !important;
    z-index: 200;
    /*   background: -moz-linear-gradient(135deg, #720F36, #720F36, #720F36, #720F36);
    background: -webkit-linear-gradient( 135deg, #720F36, #720F36, #720F36, #720F36);
    background: linear-gradient(135deg, #720F36, #720F36, #720F36, #720F36); */

    background: linear-gradient(0deg, rgba(81, 29, 78, 1) 0%, rgba(114, 15, 54, 1) 100%);
    /*  animation: AnimationName 10s ease infinite; */
    background-size: 800% 800%;
    overflow-x: hidden;
}

.splash.display-none {
    opacity: 0;
    z-index: -10;
    transition: all 1s;
}

.banner-movil-index img {
    width: 100%;
    border-radius: 7px !important;
    box-shadow: 0px 0px 11px #0000004f !important;
}

.banner-movil-index {
    margin-top: 0.5rem;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 22% 0%;
    }

    50% {
        background-position: 79% 100%;
    }

    100% {
        background-position: 22% 0%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 22% 0%;
    }

    50% {
        background-position: 79% 100%;
    }

    100% {
        background-position: 22% 0%;
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 22% 0%;
    }

    50% {
        background-position: 79% 100%;
    }

    100% {
        background-position: 22% 0%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 22% 0%;
    }

    50% {
        background-position: 79% 100%;
    }

    100% {
        background-position: 22% 0%;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    /*  background: url(https://tizayuca.gob.mx/img/loader.gif) 0 0; */
    background: url(https://tizayuca.gob.mx/img/T-white.png);
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.display-down {
    z-index: 0;
}

.botao-wpp {
    text-decoration: none;
    color: white;
    display: inline-block;
    background-color: #34d755;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3px;
    height: 3rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-wpp:hover {
    background-color: darken(#25d366, 5%);
    color: white !important;
}

.botao-wpp:focus {
    background-color: darken(#25d366, 15%);
}

button.card__btn {
    font-weight: 700 !important;
}

.mobileD {
    display: none;
}

.deskD {
    display: block;
}

@media only screen and (max-width: 755px) {
    .mobileD {
        display: block;
    }

    .deskD {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .movil {
        position: absolute;
        width: 400px;
        right: 0;
        top: 0;
        margin-top: 60px;
    }

    a.nav-link:hover {
        background-color: transparent;
    }

    .movil .dropdown-menu {
        border: none;
    }
}

@media only screen and (max-width: 500px) {
    .cardeV {
        margin-bottom: 0rem !important;
    }

    .movil {
        width: 95%;
        right: 0;
        left: 0;
        margin: 65px auto;
    }
}

.nav-link i {
    font-size: 17px;
    padding: 3px;
}

img.light-image {
    display: none;
    margin: 0 auto;
}

img.dark-image {
    display: block;
    margin: 0 auto;
}

.navbar .megamenu {
    padding: 1rem;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media (max-width: 991px) {
    .slideHome img {
        max-width: 120px !important;
        margin: 0 auto !important;
    }

    .slideHome {
        padding-top: 100px !important;
        height: 500px !important;
    }

    .center-slideHome {
        justify-content: center !important;
        text-align: center;
    }

    .center-slideHome .col-lg-6 {
        margin-top: 15px !important;
    }

    p.lead.subtitle-hero {
        margin-bottom: 5px !important;
    }

    p.lead {
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .movil {
        max-width: 400px;
    }

    .movil {
        background: #ffffff;
        border-radius: 14px;
        border: 1px solid #BC955C47;
        margin-bottom: 1rem;
    }

    .navbar-nav>li>a.dropLink:hover {
        color: #636363 !important;
    }
}

@media (max-width: 551px) {
    .slideHome {
        padding-top: 0px !important;
        height: 440px !important;
    }

    p.lead {
        max-width: 340px !important;
        margin: 0 auto !important;
        font-size: 0.9rem !important;
    }

    p.lead.subtitle-hero {
        font-size: 0.7rem !important;
        font-weight: 700 !important;
    }
}

.cardeV {
    margin-bottom: 2rem;
}

a.nav-link {
    font-size: 0.9rem !important;
}

.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 26px !important;
    border: 2px solid white !important;
    background: transparent !important;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: white !important;
}

.navbar-expand-lg {
    background-color: white;
}

nav.navbar.navbar-expand-lg.blue-header-nav {
    background-color: white;
}

.header-background {
    background-image: url(https://tizayuca.gob.mx/img/pattern.jpg);
    background-color: #720F36;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    width: 100%;
    height: 550px;
    z-index: -1;
    top: 0;
    display: flex;
    box-shadow: inset 0px -1px 0px white;
    align-items: end;
}

.second-header {
    height: 550px;
}

.header-background svg {
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid white; */
    /* display: block; */
    bottom: -1px;
    position: absolute;
}

img.LogPrinc {
    margin: 7px;
    width: 78px;
    margin-left: 34px;
}

img.LogPrinc2 {
    margin: 7px;
    width: 78px;
    margin-left: 34px;
}

.second-nav li a {
    color: #5d5d5d !important;
}

.second-nav .dropdown-menu>li>a:hover {
    color: white !important;
}

nav.b-bottom {
    border-bottom: 1px solid #eeeeee;
}

.second-nav li a.nav-link:hover {
    background: transparent;
    color: #2f2f2f !important;
}

a.linkMenu {
    color: #2f2f2f;
    font-weight: 500;

}

a.dropLink:hover {
    cursor: pointer;
}

a.linkMenu:hover {
    color: #720F36;
    cursor: pointer;
}

a.dropdown-item {
    color: #636363;
    font-size: 0.9rem;
}

.dropdown-menu>li>a:hover {
    background-color: #BC955C;
    color: white;
    transition: .2s ease;
}

.dropdown-menu>li>a:hover i {
    color: white;
    transition: .2s ease;
}

.navbar .nav-item .dropdown-menu {
    right: 0px;
}

button.navbar-toggler {
    color: white;
}

.slideHome {
    max-width: 1100px;
    margin: 0 auto;
    height: 400px;
}

.slideHome h1 {
    font-size: 2.5rem;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif !important;
    color: white;
}

.slideHome p {
    color: white;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.1rem;
    font-weight: 400;
}

p.lead.subtitle-hero {
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
}

.slideHome img {
    max-width: 260px;
}

.container-with-background svg {
    height: 55px;
    width: 100%;
    fill: #f2f6fc;
}

.blue-wb {
    background: rgb(81, 29, 78);
    background: linear-gradient(0deg, rgba(81, 29, 78, 1) 0%, rgba(114, 15, 54, 1) 100%);
}

svg.blue-wb-svg {
    fill: #720F36;
    margin-bottom: -3px;
}

svg.blue-wb-svg-last {
    background: #511D4E;
    fill: white;
}

.container-wb {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 85px;
    padding-bottom: 40px;
    text-align: center;
}

.container-wb.blue-wb h3 {
    font-family: "Montserrat";
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
}

.up-text {
    margin-left: 1.5rem;
}

a.a-text-bg {
    background: #ffffff3d;
    color: #ffffffcc;
    text-align: center;
    text-decoration: none;
    font-size: 0.7rem;
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 100px;
    text-transform: uppercase;
}

a.a-text-bg:hover {
    background: white;
    color: #720F36;
    text-decoration: none;
}

.wb-two {
    display: flex;
    justify-content: space-evenly;
}

footer.white {
    background: white;
}

footer.white .second_class {
    background: white;
}

footer.white .copyright {
    background: white !important;
}

footer.white .container-fluid {
    background: white !important;
}

.up-content {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 3.5rem 3.5rem;
    margin-top: -4rem;
    background: white;

}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.up-content p {
    color: #898989;
}

.up-content h2 {
    color: #3f3c3c;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}

.up-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle-colors {
    width: 60px;
    color: white;
    height: 60px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #720F36;
    border-radius: 100px;
}

.no-paddding {
    padding: 0rem !important;
    margin: 0rem;
}

ul.dropdown-menu.dropdown-menu-end {
    max-width: 470px;
}

a.dropdown-item.dropLink i {
    color: #720F36;
    margin-right: 1rem;
}

ul.dropdown-menu.dropdown-menu-end p {
    padding: 0rem 0.3rem 0rem 0.3rem;
    margin: 0.2rem;
    border-bottom: 1px solid #720F3605;
}

ul.dropdown-menu.dropdown-menu-end.show a {
    font-size: .8rem !important;
}

.carousel-indicators {
    z-index: 0;
}

.tramites-sedeco .row {
    max-width: 1100px;
    margin: 0 auto;
}

.tramites-sedeco img {
    width: 285px;
    margin-top: -35px;
    margin-bottom: -35px;
}

.tramites-sedeco {
    background-image: url(https://tizayuca.gob.mx/img/pattern.jpg);
    background-color: #720F36;
    background-size: 100%;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.tramites-sedeco h5 {
    color: white;
    font-family: montserrat;
    font-weight: 900;
    letter-spacing: 2px;
}

.tramites-sedeco ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 2rem;
}

.tramites-sedeco li a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

span.guion {
    content: '';
    width: 17px;
    display: inline-block;
    height: 2px;
    background: #f10103;
    margin-right: 10px;
    margin-bottom: 5px;
}

div#sare h5 {
    color: #474747 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: center;
    width: 100% !important;
}

div#sare img {
    width: 100% !important;
}

@media only screen and (max-width: 550px) {

    /* For tablets: */
    .tramites-sedeco img {
        width: 100%;
        padding: 3rem;
        padding-top: 0rem;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .tramites-sedeco h5 {
        font-size: 14px;
        text-align: center;
    }

    .tramites-sedeco ul {
        margin: 0rem 1rem;
    }

    span.guion {
        width: 10px;
        margin-right: 7px;
    }

    .tramites-sedeco li a {
        font-size: 0.8rem;
    }
}

div#BannerSedeco img {
    width: 100%;
}

div#BannerSedeco img {
    border-radius: 10px;
}

img.ic-1 {
    max-width: 125px;

}

img.ic-2 {
    max-width: 260px;


}

h2.upTitle {
    color: #3f3c3c;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

section.content {
    width: 90%;
}

.circle-round {
    content: '' !important;
    background-color: #395fe01c !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    align-self: center;
    margin: 0 auto;
}

.list-group-item:first-child {
    margin-top: 0rem !important;
}

a.list-group-item.active .circle-round {
    background-color: #395fe0 !important;
}

.list-group-item.active {
    border: 2px solid #395fe0 !important;
}

.list-group-item {
    z-index: 99;
    display: flex !important;
    content: '' !important;
    background-color: white !important;
    border: 2px solid transparent !important;
    width: 32px !important;
    height: 32px !important;
    margin: 1rem !important;
    margin-left: 0px !important;
    padding: 0 !important;
    border-radius: 50% !important;
}

.line {
    position: relative;
    display: block;
    margin-top: -26px;
    margin-bottom: -17px;
    width: 3px;
    height: 138px;
    background: #395fe01c;
    margin-left: 15px;
    z-index: 1;
}

.list-group {
    width: fit-content;
}

.scrollspy-example h4 {
    color: #3f3c3c;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0.4rem;
    font-weight: 700;
}

.scrollspy-example p {
    color: #898989;
    font-family: var(--bs-font-sans-serif);
    margin: .4rem;
}

.btn-primary:focus {
    box-shadow: none;
}

section.maintenance {
    height: 300px;
    margin-top: 85px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

section.maintenance h1.title {
    color: #5e5e5e;
    font-weight: 900;
    font-size: 1.4rem;
}

section.maintenance img {
    width: 100px;
    mix-blend-mode: luminosity;
}

.faceframe {
    background-color: #F8F9FB;
    background-image: url(https://tizayuca.gob.mx/img/patternface3.png) !important;
    background-repeat: repeat;
    background-size: contain;
    border-radius: 25px;
    border: 2px solid;
    border-color: #f8f9fb;
    padding: 1rem !important;
    max-width: 1100px !important;
    margin-top: 0rem;
}

.faceframe iframe {
    border-radius: 22px !important;
}

.faceframe img {
    width: 45px;
}

.faceframe h1 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #334853;
    font-size: 2rem;
    text-align: center;
}



#licitaciones-invitaciones {
    display: flex;
    width: 100%;
    gap: 2rem;
}

#licitaciones,
#invitaciones {
    width: 50%;
    height: fit-content;
    font-family: "Montserrat", sans-serif !important;
    border: 2px solid #0000000f;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 0px #0000000d;

}

@media only screen and (max-width: 600px) {
    .faceframe h1 {
        font-size: 1.3rem !important;
        padding-top: 1rem !important;
    }

    .faceframe img {
        width: 30px !important;
        padding-bottom: 2rem !important;
    }

    .faceframe iframe {
        width: auto !important;
    }
}



.cards-start {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 3rem;
}

a.card-start {
    width: 235px;
    height: 180px;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat';
    font-weight: 700;
    gap: 1rem;
    color: rgb(67, 67, 67);
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    flex-wrap: wrap;
    transition: .3s ease;
    border-radius: 1rem;
    border: 2px solid #efefef;
    text-transform: uppercase;
    box-shadow: 5px 5px 0px #fff;
}

a.card-start:hover {
    color: #720F36;
    transition: .3s ease;
    transform: scale(1.1);
    border: 2px solid #720F36;
    box-shadow: 7px 7px 0px #c8c8c8;
}

span.icon {
    font-size: 2.5rem;
}

nav.navbar.navbar-expand-lg {
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 900px) {
    a.card-start {
        width: 200px;
    }

    .cards-start {
        gap: 2rem;
    }

    #licitaciones-invitaciones {

        flex-direction: column;


    }

    #licitaciones,
    #invitaciones {
        width: 100%;


    }
}

@media only screen and (max-width: 700px) {
    a.card-start {
        width: 185px;
        height: 140px;
    }

    .cards-start {
        gap: 1rem;
    }
}

@media only screen and (max-width: 550px) {
    a.card-start {
        width: 130px;
        height: 130px;
        font-size: .75rem;
        padding: .5rem;
    }

    .cards-start {
        gap: .5rem;
    }

}

.dropdown-custom {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 0;
    min-width: 280px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid white;
}

.dropdown-custom .dropdown-item {
    padding: 0.75rem 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #720F36;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-custom .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-custom .dropdown-item:hover {
    background-color: #f8f8f8;
    color: #720F36;
}
