h2.font-alt {
    display: none;
}

.leyes ul {
    list-style-type: none;
    padding-left: 5px;
}

.leyes a {
    text-decoration: underline !important;
}

.leyes a:hover {
    color: #b248ba !important;
}

a:visited {
    color: inherit !important;
}

.leyes li {
    line-height: 25px;
}

.leyes li::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    padding: 0 10px 0 0;
}

#motivos tbody>tr>td {
    font-size: 13px;
}

.m-inf {
    margin-bottom: 45px;
}

.preguntas h3 {
    font-weight: bold;
    /*  cursor: pointer;*/
}

.zona {
    padding: 4%;
}

.zona-sides {
    padding-left: 4%;
    padding-right: 4%;
}

.anuncio {
    padding-left: 15%;
    padding-right: 15%;
}

.img-portada {
    /*Va en el Div que contiene a la imagen*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 0px;
}

.nav-tabs {
    background-color: #FFF !important;
}

.portada {
    object-fit: cover;
}

.bgCrema {
    background-color: #fefaff;
}

.cRosa {
    color: #e42d89 !important;
}

.bgRosa {
    background-color: #e42d89 !important;
}

.brdRosa {
    border: 4px solid #e42d89;
}

.cMorado {
    color: #8d3a8c !important;
}

.bgMorado {
    background-color: #8d3a8c;
}

.bgVerde {
    background-color: #04af92;
}

.cVerde {
    color: #04af92;
}

.bgNaranja {
    background-color: #fc987a;
}

.cNaranja {
    color: #fc987a;
}

.cLila {
    color: #b248ba !important;
}

.cGuinda {
    color: #720742 !important;
}

.bordeVerde {
    border-bottom: 2px solid #27b764;
}

.btn-registro button {
    width: 300px;
    height: 50px;
    margin-bottom: 15px;
    background-color: #8d3a8c !important;
    color: #FFF;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

.centrar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-registro button:hover {
    background-color: #e42d89 !important;
    color: #FFF;
}

.noVisible {
    display: none;
}

#myTab .active a {
    pointer-events: none;
    font-weight: bold;
    color: white !important;
    background-color: #e42d89;
}

.consulta .nav-tabs {
    border-bottom: none !important;
}
/* Por BS 4.6 */
.consulta .nav > li > a
{
  padding: 10px 15px !important;
}

ul.cargos {
    list-style-image: url('https://www.ieechihuahua.org.mx/sistema/archivos/interno/paginas/2023/revocacion_juarez/img/vi%C3%B1eta.png');
}

ul.docs {
    
    list-style-image: url('https://www.ieechihuahua.org.mx/sistema/archivos/interno/paginas/2023/revocacion_juarez/img/vi%C3%B1eta.png');
}
ul.docs li{
    
    margin-bottom: 20px;
}

.docs a {
    text-decoration: underline;
    color: #8d3a8c !important;
}

.btnArt53 {
    background-color: transparent;
    border-color: #8d3a8c;
    color: #8d3a8c !important;
    font-weight: bold;
}

.btnArt53:hover {
    background-color: #8d3a8c;
    color: #FFF !important;
}

.tblPorcentajes tbody>tr>td {
    font-size: 1.2em;
    background-color: #f2f2f2;
    font-weight: bold;
}

.tblPorcentajes td {
    border: 3px solid #FFF;
    font-family: 'Open Sans', sans-serif;
}

.tblFormatos td {
    border: 1px solid #FFF !important;
}

.tblFormatos a {
    color: #8d3a8c;
    font-size: 1.3em;
    text-decoration: underline !important;
}

.tblFormatos a:hover {
    color: #e42d89;
}

.fas:hover {
    color: #e42d89;
}

.tbAltura {
    height: 50vh;
}

@media only screen and (max-width: 600px) {
    .zona {
        padding: 2%;
    }

    .zona-sides {
        padding-left: 2%;
        padding-right: 2%;
    }

    .anuncio {
        padding-left: 5%;
        padding-right: 5%;
    }

    .btn-font {
        font-size: 0.8em;
    }

}

.myProgress {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.myBar {
    margin-top: 10px;
    height: 40px;
    background-color: #fdb400;
    text-align: right;
    line-height: 40px;
    padding-right: 5px;
    color: white;
    border-radius: 10px;
    border-right: 1px solid #af4b86;

}

.google-visualization-tooltip {
    pointer-events: none;
}

.enlace a:hover{
    color: #e42d89;
}
.etiqueta {
    text-align: right;
    font-size: 1em;
    color: #af4b86;
    padding-right: 10px;
}

.valores {
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
}


.donutCell
{
    position: relative;
}

.donutDiv{
    width: 100%;
    height: 300px;
}
.centerLabel
{
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100%;
    line-height: 300px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #b248ba;
}