.release-detail-page .release-container {
    margin-top: 32px;
}
.release-detail-page .release-container p {
    font-family: Inter-Regular, sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
}

.releases-page .subdescription {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}

/* asuntos globales */

.releases-page .subdescription img
{
    float: left;
    width: 160px;
}

.releases-page .subdescription .text
{
    float: left;
    margin-left: 20px;
    width: calc(100% - 180px);
}

.releases-page .subdescription .text .title
{
    font-weight: bold;
    font-size: 1.4rem;
    color: #13383C;
    margin-top: 3px;
}

.releases-page .subdescription .actions
{
    float: right;
    width: calc(100% - 180px);
}

.releases-page .subdescription .actions .btn
{
    color: #FFF;
    background-color: #212529;
    margin-right: 15px;
    cursor: pointer;
}

.releases-page .subdescription .actions .btn:hover
{
    background-color: #13383C;
}

.index
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

.index .background
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.index .data
{
    position: absolute;
    margin-left: calc(50% - 390px);
    margin-top: 100px;
    width: 750px;
    height: 400px;
    padding: 15px;
    background-color: #FFF;
}

.index .close
{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: calc(100% - 20px);
    text-align: center;
    color: #FFF;
    background-color: #000;
    cursor: pointer;
}

.index .title
{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.index .items
{
    float: left;
    width: 100%;
    margin-top: 25px;
    overflow-y: auto;
    height: 290px;
}

.index .items .item
{
    float: left;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    padding: 5px;
    cursor: pointer;
}
.index .items .item:hover
{
    background-color: #CCC;
}

.index .items .item_thumb
{
    float: left;
    width: 120px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #CCC;
    cursor: pointer;
    text-align: center;
}

.index .items .item_thumb img
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.autoridades_img
{
    margin-left: calc(50% - 315px);
}

@media only screen and (min-width: 992px) {
    .release-detail-page h1 {
        font-size: 35px;
        line-height: 42px;
        min-width: 100%;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .release-detail-page .tags-widget {
        margin-left: 40px;
        margin-top: 55px;
    }
    .release-detail-page .hero > .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .releases-page .release-widget.list-view {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 440px;
        -ms-grid-columns: 1fr 440px;
    }
    .releases-page .release-widget.list-view img {
        grid-column: 2;
        -ms-grid-column: 3;
        grid-row: 1;
        -ms-grid-row: 1;
        padding-left: 24px;
    }
    .releases-page .release-widget.list-view .release-container {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        -ms-grid-row: 1;
    }
}
@media only screen and (max-width: 991px) {
    .release-detail-page .main-content .col-lg-4 {
        order: 1;
    }
    .release-detail-page .main-content .col-lg-8 {
        order: 2;
    }
    .release-detail-page .release-container p {
        font-size: 16px;
        line-height: 24px;
    }
    .releases-page .release-widget.list-view .release-container {
        margin-top: 16px;
    }
}

@media only screen and (orientation: portrait)
{
    .releases-page .subdescription img
    {
        float: left;
        width: 70px;
    }

    .releases-page .subdescription .text
    {
        float: left;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .releases-page .subdescription .text .title
    {
        font-weight: bold;
        font-size: 1.4rem;
        color: #13383C;
        margin-top: 3px;
    }

    .releases-page .subdescription .actions
    {
        float: left;
        width: 100%;
    }

    .releases-page .subdescription .actions .btn
    {
        color: #FFF;
        background-color: #212529;
        margin-right: 0;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }

    .releases-page .subdescription .actions .btn:hover
    {
        background-color: #13383C;
    }

    .index .data
    {
        position: absolute;
        margin-left: 5px;
        margin-top: 5px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        padding: 15px;
        background-color: #FFF;
    }

    .autoridades_img
    {
        margin-left: 0;
        width: 100%;
    }

    .index .items
    {
        height: 86%;
    }
}

