@font-face {
    font-family: ErasMeedium;
    src: url(ErasMediumITC.ttf);
}
body{
    font-family: ErasMeedium !important;
}
.main{
    margin-top: 120px;
}

footer{

    background-color: #005DAA;
    color:#FFF;
    bottom: 0;
    width: 100% !important;
}

/*mapa en pagina inicio*/
.map-links{
    margin-bottom: 25px;
}
.img_mapa{
    widows: 500px;
    height: 450px;
}

/*transparencia*/
h2{
    color: #005DAA;
    margin: 10px;
}

.articulo-item{
    text-align: center;
    position: relative !important;
}
.articulo-item:hover{
    cursor: pointer;
    background-color: #CCC;
    color:#FFF;
}
.articulo-item .active{
    background-color: #CCC;
}
.item-art{
    height: 100% !important;
}
.articulo-item img{
    width: 300px;
}


.item-parrafo:hover{
    cursor: pointer;
    background-color: #005DAA !important;
    color:#FFF;
}

.item-inciso:hover{
    cursor: pointer;
    background-color: #005DAA !important;
    color:#FFF;
}


.link-art{
    color:#005DAA !important;
    font-size: 16px !important;
}

/**/
.ver{
    background-color: #005DAA !important;
    color:#FFF;
    cursor: pointer;
}



/*noticias home*/
.show-more{
    padding: 5px;
    text-decoration: none;
    background-color: #005DAA;
    color:#FFF;
    float: right;
}
.show-more:hover{
    text-decoration: none;
    color:#FFF;
    background-color: #669ECC;
}

/*paginas CMS*/
.page .container img{
    margin:0 auto;
    max-width: 100% !important;
}

/*pa´gina notoicia*/
.nota .body img{
    max-width: 100%;
    height: auto;
}



/*transparencia v2*/
.articulo{
    display: none;
}
.parrafo{
    display: none;
}
.item-parraf{
    padding: 3px;
    position: relative;
    min-height: 30px;
    border-bottom: #CCC 1px solid;
    cursor: pointer;
    display: flex;
}
.item-parraf:hover{
    background-color: #003865;
    color:#FFF;
}
.item-parraf .num{
    width: 5%;
    display: block;
    flex-grow: unset;
    float: left;
}
.item-parraf .title{
    width:80%;
    flex-grow: unset;
}
.item-parraf .fecha{
    flex-grow: unset;
    width: 10%;
}
.item-parraf .show{
    flex-grow: unset;
    width: 3%;
    position: absolute;
    right: -10px;

}

.item-parraf i{
    font-size: 20px;
    margin-top:5px;
}
.item-parraf i:hover{
    cursor: pointer;
    color:#669ECC;
}
.item-parraf a{
    color:#005DAA !important;
    position: relative;
    cursor: pointer;
}

.lista-incisos{
    display: none;
    list-style: none;
    padding-left: 20px;
}
.lista-incisos li{
    display: block;
}
.lista-incisos .item{
    display: flex;
}
.lista-incisos li .item:hover{
    background-color: #003865;
    color:#FFF !important;
    cursor: pointer;
}
.lista-incisos .num{
    width: 3%;
    display: block;

}
.lista-incisos .title{

    width:80%;

}
.lista-incisos .fecha{

    width: 10%;
}
.lista-incisos .show{

    width: 3%;
}
.lista-incisos .text-inciso{
    color:red;
    font-style: oblique;
    margin-left: 10px;
}
.list-docs-parrafs{
    list-style: none;
    padding-left: 23px;
}
.list-docs-parrafs li{
    display:flex;

}
.list-docs-parrafs .itemDoc{
    display:flex;
    border-bottom: 1px #005DAA solid;

}
.list-docs-parrafs .dateCorrespnde{
    width: 20%;

}
.list-docs-parrafs .nameDoc, .list-docs-parrafs .linkDoc{
    float: left;
    width: 40%;
}
.list-docs-parrafs .dateDoc{
    width:30%;

}

.icon-show{
    float: right;
    color:#005DAA;
    width: 45px;
}
.parrafos{
    display: none;
    position: absolute;
}
.text-parrafo{
    color:red;
    font-style: oblique;
    margin-left: 10px;
}
.documentos{
    display: none;
    height: auto;
    width: 100%;
    padding-left: 5px;
}
#docs{
    width: 100%;
    background-color: white;
    color:#005DAA;
}
.item-doc{

}
.item-doc .name-doc{
    width:80%;
    float: left;
    clear: right;
}

.item-doc .icon-doc{
    float: left;
    width: 15%;
}
.item-doc .icon-doc .fas{
    font-size: 1.4em !important;
}
.viewPDF{
    cursor: pointer;
}
#visor{
    display:none;
    position: fixed;
    width:75%;
    height: 80vh;
    top:10%;
    left: 12%;
    background-color: #FFF;
    padding: 10px;
    z-index: 9990;
}
#visor .myhead{
    display: block;
    text-align: right;
}
#visor iframe{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#close_visor{
    cursor: pointer;
    font-size: 1.5em;
}


/*menu sidebar new*/
.sidebar{
    list-style: none;
    position: absolute !important;
    overflow-y: scroll;
}
.sidebar li{
    color:#000;
}

.enlaces .item img{
    height: 90px;
}

.link-socials-movil{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #005DAA;
    padding: 3px;
}
 .link-socials-movil .icon-what{
     width: 25%;
     float: left;
 }
 .link-socials-movil .icon-what img{
    height: 100%;
    width: auto;
}

 .link-socials-movil .icon-social{
    width: 70%;
    float: right;
 }
 .link-socials-movil .icon-social ul{
    list-style: none;
 }
 .link-socials-movil .icon-social li{
     float: right;
     width: 22%;

 }
.link-socials-movil img{
    width: 100%;
}

/*blouqqe noticias inicio*/
.firt-item{
    height: 100%;
    width: 100%;
}
.firt-item:hover{
    background-color: #005DAA;
    color:#FFF;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.firt-item .text-first{
    position: absolute;
    bottom: 0;
    width: 95%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 25px;
    font-family: 'Montserrat', Arial, sans-serif;
    display: inline-block;
    background-color: rgb(158, 164, 167, .4) ;
    text-decoration: none;
}
.firt-item .text-first h3{
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.noticia-degrade{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 7%, #005DAA 100%);
}
.item-noticia{
    border-bottom: 1px #CCC solid;
    max-height: 120px;
    overflow: hidden;
    padding: 5px;
}
.item-noticia:hover{
    background-color: #005DAA;
    color:#FFF;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */

}
.item-noticia .photo{
    overflow: hidden;
    height: 25%;
}
.item-noticia .photo img{
    width: 100%;
    min-height: 100%;
}
.link-noticia{
    text-decoration: none;
    color:#000;
}
.item-noticia .resumen-nota{
    /* white-space: nowrap; */
    font-size: .9em;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}


.date-nota{
    font-size: 10px !important;
}
/* pagina noticias*/
.notices{

}
.notices .item-noticia{
    border-bottom: 1px #CCC solid;
    max-height: 180px;
    overflow: hidden;
    padding: 5px;
}
.notices .item-noticia:hover{
    background-color: #005DAA;
    color:#FFF;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */

}
.notices .item-noticia .photo{
    overflow: hidden;
    height: 25%;
}
.notices .item-noticia .photo img{
    width: 100%;
    min-height: 100%;
}
.notices .link-noticia{
    text-decoration: none;
    color:#000;
}
.notices .item-noticia .resumen-nota{
    height: 65px;
    overflow-y: hidden;
    font-size: .9em;
}
.notices .date-nota{
    font-size: 10px !important;
}
.title-nota{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.item-noticia .resumen-nota{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}






/* pagina estrados*/
.estrados{
    position: relative;
}
.estrados ul{
    list-style: none;
    position: relative;
    width:100%;
    margin:0px !important;
    padding: 0px !important;

}
.estrados .item-categoria, .estrados .item-subcategoria,  .estrados .item-grupo{
    cursor: pointer;
    width:100%;
    padding:3px;
    min-height: 35px;
    border-bottom: 1px #CCC solid;
}
.item-categoria:hover, .item-subcategoria:hover, .item-grupo:hover{
    background-color: #003865;
    color:#FFF !important;
    cursor: pointer;
}
.estrados .name{
    width:90%;
}
.estrados .show{
    height: 45px;
    position: absolute;
    right: 0;
    top: 5px;
}
.estrados .subcategorias, .estrados .grupos, .estrados .docs-grupo{
    display: none;
}
.estrados .subcategorias, .estrados .grupos{
     padding-left:20px !important;
}
.documents{
    display: none;
}
.estrados .documentos-estrado li{
    display: flex;
    background-color: #CCC;
    color:#FFF;
    padding:3px;
}
.estrados .item-estrado{
    border-bottom: #CCC 1px solid;
    padding-left: 10px;
    font-weight: bold;
    position:relative;
}
.estrados .docs{
    border:1px solid;
}
.estrados .docs-grupo{
    margin-left: 10px !important;
}
.estrados .item-doc{

    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.estrados .item-doc .doc-name{
    width: 50%;
}
.estrados .item-doc .doc-date{
    position: absolute;
    right: 40px;
    top: 1;
}

/*pagina directorio*/
.name-area{
    background-color: #005DAA;
    color:#FFF;
    text-align: center;
}

/*pagina comite de estructura*/
.page-comite{

}
.page-comite .comite{
    margin-bottom: 100px;
}
.page-comite .comite .item-integrante{
    position: relative;
    height: 370px;
    padding:5px !important;
    margin-bottom: 70px;
}
.page-comite .comite .item-integrante .photo{
    width:100%;
    height: 100%;
    overflow-y: hidden;
    position: relative;
}
.item-integrante .photo img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;

}
.page-comite .comite .item-integrante .name {
    position: absolute;
    display: block;
    width: 80%;
    height: 100px;
    top: 100%;
    background-color: #FFF;
    left: 10%;
    text-align: center;

    border-radius: 5px;
}
.item-integrante .name p{
    text-align: center !important;
}

/*pagina diputados*/
.page-diputados{
    margin-top:85px !important;

}
.item-diputado{
    padding:10px;
    border-bottom: 1px #005DAA solid;
}
.item-diputado .photo{
    width:100%;
    text-align:center;
}
.item-diputado .photo img{
    max-height:350px;
    max-width:95%;
}
.item-diputado .name

/* pagina boletines*/

.boletines{
    list-style: none;
    position: relative;
    width:100%;
    margin:0px !important;
    padding: 0px !important;
    margin-bottom: 50px !important;

}
.boletines .item-boletin{
    width:100%;
    padding:3px;
    min-height: 35px;
    border-bottom: 1px #CCC solid;
    display: flex;
}
.boletines .item-boletin .name{
    font-weight: 900;
    width:80%;
}
.boletines .item-boletin .icon-doc{
    width:10%;
}

/*pagina incio*/
@media only screen and (max-width: 600px) {

#myCarousel{
    height: 30vh;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 1rem !important;
}
.carousel-inner{
    height: 30vh;
    overflow: hidden !important ;
}
.carousel-item{
    height: 100% !important;
}
.carousel-item img{
    height: 100%;
    width: 100%;
}
.carousel-caption{
    height: 110px;
    font-size: .8em;
    bottom: 10px !important;
}
.carousel-caption p {
    height: 20px;
    overflow: hidden;
}
.carousel-inner .text-carousel{
    display: none;
}


.item-noticia{
    height: 135px;
}
.item-noticia .photo{
    width:30%;
    overflow: hidden;
    height: 100%;
    margin: auto;
    padding: 0px;
}
.item-noticia .photo img{
    height: 130px;
        width: auto;
        transform: translateX(-10%);
}

.item-noticia .note{
    width: 67%;
    padding-left: 0;
}


.map-links img{
    width:100%;
    height: auto;
}
.enlaces .item img{
    height: 175px;
    width:100%;
}
.icon-whats{
    display: none;
}
#social{
    display: none;
}
.link-socials-movil{
    display: block;
    z-index: 1;
}
.link-socials-movil img{
    height: 45px !important;
    width: 45px !important;
}

.page .container img{
    width: 100% !important;
    height: auto !important;
}
.nota img{
    width:100% !important;
    height: auto !important;
}

/*transparencia*/
.articulo-item{
    margin:0 auto !important;
    width:40% !important;
    float:left !important;
}
.articulo-item img {
    width: 100% !important;
}

.item-parraf .num{
    width: auto;
    margin-right: 3px;
}



}
