/*  Custom website css  responsive */
@media only screen and (max-width: 1024px){
    .container-news .content{
        width: 28%;
    } 
    div.btn-pse{
        right: -49px;
        top: 299px;
    }
    div.btn-pse:hover{
        right: -49px;
    }
    div.btn-pse img{
        max-width: 53%;
    }
    .text-pse {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px){
    .container-news .content{
        width: 31%;
    }
    .content-gallery-home .gallery-home-center .item{
        height: auto !important;
    }
    #content-modal-new .content-modal{
        width: 92%;
    }
    .closeVideo{
        right: 0px;
    }
    .organizational-structure .slick-prev:before{
        left: 5px;
    }
    .organizational-structure .slick-next:before{
        right: 5px;
    }

}

@media only screen and (max-width: 768px){
    .container-news .content{
        margin-right: 15px;
    }
    

}

@media only screen and (max-width: 660px){
    .title-sections-home h2{
        padding-left: 0px !important;
    }
    .container-news .content{
        max-width: 400px;
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    #content-modal-new .content-modal h2{
        font-size: 18px;
    }
    #content-modal-new .content-modal p{
        font-size: 14px;
    }
    #content-modal-new {
        height: 450px !important;
    }
    .title-report h2{
        text-align: center;
    }
    .accordion-files-legal .ui-accordion-content{
        padding: 1em 1em !important;
    }
    .accordion-files-legal .files-data{
        display: block;
    }
    .accordion-files-legal .files-data .name{
        margin-bottom: 5px;
        width: 100%;
    }
    .accordion-files-legal .files-data .file-url{
        width: 100%;
    }

}