﻿.title-first {
    text-align: center;
}

.post-content {
    padding-left: 20%;
    padding-right: 20%;
}

.title-accion {
    background: #266187;
    height: 75px;
    padding-top: 5px;
}

.accion-content {
    padding: 20px;
    margin-top: 30px;
    color: #2b5b78;
}

.div-resumen-programa {
    background-size: cover;
    background-color: white;
    margin-left: 20px;
    margin-right: 5%;
    padding: 20px;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 4px solid #f6955a;
}


#comunicado p {
    font-family: 'Kievit OT'
}

.wrapper {
    float: left;
    clear: left;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.anio-resumen {
    font-weight: bold;
    color: #2b5b78;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

img.img-responsive {
    display: table-cell;
    max-width: 100%;
    width: 100%;
}

.accion-img {
    width: 100%;
    min-height: 240px;
    background-size: cover;
    background-size: contain;
}


@media only screen and (hover: none) and (pointer: coarse) {
    .post-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .accion-detalle {
        min-height: 280px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .accion-img {
        min-height: 200px;
        min-width: 100%;
        background-position: center;
        background-size: contain;
    }

    .title-accion p {
        font-size: 13px;
    }
}
