@font-face {
    font-family: "Poppins";
    src: url(https://cdn.hidalgo.gob.mx/transicion/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(https://cdn.hidalgo.gob.mx/transicion/fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(https://cdn.hidalgo.gob.mx/transicion/fonts/Poppins-Bold.ttf);
}

body * {
    font-family: Poppins-Regular !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

:root {
    --gray: #656565;
    --pink: #B51C40;
    --wine: #9C223C;
    --gold: #BC955C;
    --greenI: #265B4E;
}

html {
    font-family: Poppins !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.container-small {
    min-height: calc(100vh - 250px)
}

.row-gob {
    margin-top: 100px;
}

@media (max-width: 576px) {
    .row-gob {
        width: 95%;
        margin: 0 auto;
        margin-top: 25px;
    }
}

.row-body {
    margin-top: 50px !important;
}

@media (max-width: 576px) {
    .row-body {
        margin-top: 25px !important;
    }
}

.row-content {
    width: 100%;
}

@media (max-width: 576px) {
    .row-content {
        width: 95%;
        margin: 0 auto;
        margin-top: 25px;
    }
}

h1 {
    color: var(--wine);
}

h2 {
    color: var(--wine);
}

h3 {
    color: var(--wine);
}

h4 {
    color: var(--wine);
}

h5 {
    color: var(--wine);
}

p {
    color: var(--greenI);
}

.fa.fa-navicon {
    color: white;
}

._box h4 {
    color: var(--wine) !important;
}

._box h5 {
    color: var(--wine) !important;
}

.bd-example {
    width: 100%;
}

#carouselExampleCaptions {
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    #carouselExampleCaptions {
        height: 550px;
    }
}

.carousel-inner {
    height: 100%
}

.carousel-item {
    height: 100%;
}

#carouselExampleCaptions .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;
}

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 70%;
        justify-content: space-evenly;
        height: fit-content;
    }
}

.carousel-caption * {
    text-align: left;
}

.carousel-caption h5 {
    font-family: "Poppins-Bold" !important;
    font-size: 36px;
}

@media (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 25px;
    }
}

.carousel-caption p {
    font-size: 20px;
}

@media (max-width: 768px) {
    .carousel-caption p {
        font-size: 18px;
    }
}

.carousel-indicators {
    z-index: 5;
}

.btn-gobpink {
    color: #fff;
    background-color: var(--gold);
    border-color: var(--gold);
}

.btn-gobpink:hover {
    color: #fff;
    background-color: var(--greenI);
    border-color: var(--greenI);
    transition: 500ms
}

.btn-gob-transparent {
    background-color: transparent;
    color: #fff;
    border: rgba(255, 255, 255, 0.7) solid 2px;
    border-radius: 0px;
    font-size: 14px;
}

.btn-gob-transparent:hover {
    text-decoration: underline;
    color: #fff;
}

.carousel-indicators {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .carousel-indicators {
        flex-direction: column;
    }
}

.carousel-indicators li {
    height: 50px;
    width: 25%;
    text-indent: 0px;
}

@media (max-width: 768px) {
    .carousel-indicators li {
        width: 100%;
    }
}

.carousel-indicators li h5 {
    text-align: center;
    margin-top: 15px;
    color: var(--wine);
    font-family: "Poppins-Black" !important;
}

.car-mob {
    display: none;
}

@media (max-width: 576px) {
    .car-mob {
        display: block;
    }

    .car-desk {
        display: none !important;
    }
}

.content {
    width: 100%;
    z-index: 0;

}

header h3 {
    font-size: 2rem;
}

@media (max-width: 576px) {
    header h3 {
        font-size: 1.8rem;
    }
}

.small-margin {
    margin: 10px 0 10px;
    border-top-color: #dce0e0;
}

.blue {
    color: var(--wine)
}

.blue:before {
    content: " ";
    width: 35px;
    height: 5px;
    background-color: var(--wine);
    display: block;
    position: absolute;
}

.ligas-interes {
    width: 30%;
}

.titulo-ligas {
    background-color: var(--wine);
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ligas-interes .row {
    border: 1px solid var(--wine);
    margin: 0;
    padding: 30px 0px;
}

.ligas-interes h2 {
    color: #BC955C;
    margin-right: 30px;
}

@media (max-width: 576px) {
    .ligas-interes h2 {
        font-size: 25px;
    }
}

.ligas-interes ul {
    padding-inline-start: 0px;
}

.ligas-interes a {
    text-decoration: underline var(--wine);
    vertical-align: middle;
    color: var(--wine);
}

.ligas-interes a:hover {
    text-decoration: none !important;
    color: var(--wine);
}

.ligas-interes li {
    list-style: none;
    color: var(--wine);
}

.ligas-interes img {
    width: 30px;
    margin-right: 15px;
}

.iconos-ligas {
    font-size: 23px;
    color: var(--wine);
    margin-right: 15px;
}

.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}

.h3-apps {
    vertical-align: middle;
    display: inline;
}

@media (min-width: 998px) {
    #btn-cards {
        display: none
    }
}

.apps {
    /*border: 1px solid var(--wine);*/
    border-radius: 2px;
    padding: 10px 20px 10px 20px;
    transition: 500ms;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 2px #9C223C;
    background-color: #fff;
}

@media (max-width: 576px) {
    .apps {
        padding: 10px;
        min-height: 220px;
        margin-top: 10px;
    }
}

.apps:hover {
    background-color: #f4f8ff;
    transition: 500ms;
}

.row-apps {
    padding: 20px;
    background-color: #f2f2f2;
    width: -webkit-fill-available;
    margin: 0;
}

@media(max-width: 768px) {
    .row-apps {
        padding: 0px;
    }
}

.row-apps a {
    text-decoration: none;
}

.apps img {
    width: 50%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 576px) {
    .apps img {
        border-radius: 8px;
        width: 80px;
    }
}

.apps h5 {
    text-align: center;
    margin-top: 10px;
    color: #9C223C;
}

.row-comunicados {
    margin: 0;
}

#carouselExampleControls {
    height: 500px;
}

@media (max-width: 998px) {
    #carouselExampleControls {
        height: 100%;
    }
}

.row-comunicados img {
    object-fit: contain;
}

@media (max-width: 998px) {
    .row-comunicados img {
        object-fit: cover;
    }
}

.btn-app {
    margin-top: 15px;
}

.form-Index {
    border: 2px var(--wine) solid;
    padding: 10px 20px;
}

.btn-gob {
    background-color: var(--wine);
    border-color: var(--wine);
}

.row-planes {
    padding: 20px;
}

.row-planes i {
    font-size: 70px;
}

.row-planes h4 {
    color: var(--wine)
}

.row-planes p {
    color: var(--wine);
    font-family: "Poppins-Bold" !important;
}

.p-card {
    padding-top: 15px;
    display: flex;
}

.p-card .ind {
    display: flex;
}

.p-card i {
    color: var(--wine);
    margin-right: 15px;
}

.p-card a {
    text-decoration-color: var(--wine);
}

.planes {
    border-left: 2px solid var(--wine)
}

@media (max-width: 768px) {
    .planes {
        margin-top: 15px;
    }
}

.row-cs iframe {
    position: relative;
    margin: 0 auto;
    display: block;
}

.container-footer {
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    margin-top: 25px;
}

.footer {
    height: 200px;
    background-color: var(--wine);
    width: 300%;
    display: flex;
}

@media (max-width: 758px) {
    .footer {
        flex-direction: column;
        height: fit-content;
    }
}

.footer p {
    color: #fff;
    text-align: center;
}

.logo-hidalgo {
    margin: 0 auto;
    display: block;
    margin-top: 55px;
    width: 20%
}

@media (max-width: 758px) {
    .logo-hidalgo {
        margin-top: 30px;
        width: 30%;
    }
}

.escudo-footer {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    width: 50%;
    height: 50%;

}

@media (max-width: 758px) {
    .escudo-footer {
        margin-top: 25px;
        width: 30%
    }
}

.contacto-footer {
    margin-top: 50px;
}

.contacto-footer strong {
    font-size: 20px
}

@media (max-width: 758px) {
    .contacto-footer {
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

#buzon {
    z-index: 30;
    display: none;
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 700px;
    height: auto;
    color: #fff;
}

@media (max-width: 998px) {
    #buzon {
        width: 70%
    }
}

@media (max-width: 768px) {
    #buzon {
        width: 90%;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50px;
        height: 70vh;
    }

    #buzontext {
        height: 80px;
    }
}

#buzon .x-buzon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 40;
    cursor: pointer;
}

#buzon .fa-times-circle {
    color: #fff;
    font-size: 25px;
}

#buzon .fa-envelope-open {
    padding: 5px;
}

#buzon input textarea {
    border-radius: 12px;
}

#buzon .form-group {
    margin-bottom: 10px;
}

.row-buzon {
    height: 100%;
    padding: 10px;
    background-color: var(--wine);
}

@media (max-width: 576px) {
    .row-buzon {
        overflow: scroll;
    }
}

.row-buzon h4 {
    margin-left: 10px;
    text-decoration: underline;
    display: inline;
    font-family: "Poppins-Bold" !important;
}

.row-buzon p {
    padding-top: 5px;
}

.contacto-info {
    padding: 15px;
}

a #emailHelp {
    color: #fff;
    text-decoration-color: #fff;
}

.modal-center {
    padding-right: 0px;
}

.apps-logos {
    display: flex;
    justify-content: space-between;
}

.apps-logos a {
    color: var(--wine);
    font-size: 30px;
    padding: 10px;
    display: flex;
    text-decoration: none !important;
}

.apps-logos a:hover,
a:link {
    color: var(--wine);
    text-decoration: none !important;
}

.apps-logos p {
    font-size: 20px;
    margin-left: 10px;
}

.carousel {
    width: 100%;
    max-height: 800px;
}

.container-not {
    border-top: 3px #9C223C solid;
    margin: 0;
    padding: 20px;
    background-color: #fafafa;
}

.slide-box {
    box-shadow: 0 1px 2px #BC955C;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.container-not .col-md-7 {
    height: 808px !important;
    min-height: 808px !important;
    max-height: 808px !important;
    overflow-y: auto;
}

@media (max-width: 556px) {
    .container-not .col-md-7 {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        overflow-y: auto;
    }
}

.container-com {
    margin-top: 100px;
}

@media (max-width: 576px) {
    .container-com {
        width: 90%;
        padding-left: 15px;
        margin-right: auto;
        margin-left: 0px;
    }
}

.slide-box .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}

.slide-box .sec-nota {
    height: 40px;
    margin-top: 0px;
    max-width: 80px !important;
    display: inline-block;
    vertical-align: top;

}

.slide-box .desc-nota {
    margin-left: 55px;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: var(--wine);
}

.slide-box .titles {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    padding: 0px 10px;
}

.slide-box .titles p {
    color: #ccc;
    font-size: 10px !important;
}

.slide-box .descripcion-nota h5 {
    margin-top: 5px;
    color: var(--wine);
    font-family: "Poppins-SemiBold" !important;
    font-size: 14px;
}

.slide-box .descripcion-nota p {
    color: var(--wine);
    font-size: 12px;
}


.slide-box .images .image-3:nth-child(1) {
    width: 100%;
    height: calc(200px - 5px);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.slide-box .images .image-3:nth-child(2) {
    width: calc(50% - 8px);
    height: calc(200px - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.slide-box .images .image-3:nth-child(3) {
    width: calc(50% - 3px);
    height: calc(200px - 5px);
    margin-bottom: 10px;
    margin-left: -4px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.slide-box .images .image-2:nth-child(1) {
    width: 100%;
    height: calc(200px - 5px);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.slide-box .images .image-2:nth-child(2) {
    width: 100%;
    height: calc(200px - 5px);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.slide-box .images .image-1:nth-child(1) {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.s-1 {
    margin-bottom: 10px;
}

.frame-fb {
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .frame-fb {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .frame-fb {
        display: none;
    }
}

.arrows-notas {
    background-color: var(--wine);
    padding: 15px;
    border-radius: 50%;
}

.steps-row {
    width: 100%;
}

.steps-row:before,
.steps-row:after {
    content: " ";
    display: table
}

.steps-row:after {
    clear: both
}

.steps-row article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .steps-row article {
        float: left;
        width: 33.33333%
    }
}

h3 a {
    color: #9C223C !important;
}

.steps-row article h3 a {
    font-size: 22px;
    font-weight: 500;
    color: #9C223C !important;
    text-decoration: underline !important;
}

.steps-row article a:hover {
    font-weight: 500;
    color: #1b5dab !important;
    text-decoration: none !important
}

.indicadores h2 {
    font-size: 60px;
}

.indicadores a {
    text-decoration: none;
    color: #9C223C;
}

.card-indicador {
    padding: 50px;
    padding-bottom: 0px;
}

.top-title {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .top-title {
        margin-top: 35px;
    }
}

@media (max-width: 576px) {
    .top-title {
        margin-top: 60px;
    }
}

.icon-material_wa {
    background: url(../img/whatsapp.svg);
    background-size: 20px;
    color: var(--wine);
    background-repeat: no-repeat;
    background-position: center;
}

.icon-material_te {
    background: url(../img/telegram.svg);
    background-size: 20px;
    color: var(--wine);
    background-repeat: no-repeat;
    background-position: center;
}

.spantag span {
    float: right;
}

.spantag span:hover {
    transform: scale(1.2);
}

/*Transparencia*/
.rubrosMobile {
    display: none;
}

@media (max-width: 576px) {
    .rubrosMobile {
        display: block;
    }

    .rubrosDesk {
        display: none;
    }
}

.rubrosMobile h3 {
    margin-bottom: 20px;
}

.rubro {
    height: auto;
}

.rubros {
    font-size: 70px;
    margin-top: 18px;
    width: 130px !important;
    height: 130px;
    font-weight: 700;
    clear: both;
    background-color: #9C223C;
    border-radius: 50%;
}

.iconoTrans {
    width: 80px;
    margin-top: 15px;
    margin-left: 18%;
}

.nombreRubro {
    margin-top: 10px;
}

.nombreRubro span.small {
    font-size: 18px;
    margin-top: 20px;
    width: 100% !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: white;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #9C223C
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #9C223C
}

.label-success {
    background-color: #BC955C
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #265B4E
}

/* div.items { proptype sass
    ol {
        li {
            list-style: decimal;
            color: var(--wine);
        }
    }
} */

#itemLi {
    list-style: decimal;
    color: var(--wine);
}

