﻿.title-first {
    text-align: center;
}

.post-content {
    padding-left: 5%;
    padding-right: 5%;
}

.title-accion {
    background: #266187;
    height: 75px;
    padding-top: 5px;
}

.accion-img {
    min-height: 280px;
    min-width: 660px;
    background-position: center;
    background-size: cover;
}

.accion-detalle {
    min-height: 390px;
    padding-bottom: 15px;
    padding-top: 15px;
}
img.img-responsive {
    width: 100%;
}

.div-acciones {
    padding-bottom: 20px;
}

@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:170px;
        min-width: 100%;
        background-position: center;
        background-size: contain;
    }
    .title-accion p{
        font-size:13px;
    }
}