
.plantilla_entradas {
    margin: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.plantilla_entradas .card{
    display: inline-block;
    width: 350px;
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    height: 400px;
    margin: 20px 30px;
    position: relative;
    overflow: hidden;
}

.plantilla_entradas .card > .edit{
    float: left bottom;
    height:2px;
    width:2px;
}

.plantilla_entradas .etiqueta{
    z-index: 999999;
    position: relative;
    top: 0;
}

.plantilla_entradas .etiqueta span{
    color: white;
    background: #3a7a99;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px;
}



.plantilla_entradas .etiqueta_privada{
    background: #09b5ae !important;
}

.plantilla_entradas .card .plantilla_entradas_icono{
     width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    transition: 0.5s;
}

.plantilla_entradas .card .contenido {
    width: 100%;
    height: 115px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
    background-color:white;
/*     overflow: hidden; */
}

.plantilla_entradas .card .plantilla_entradas_resumen{
    position: absolute;
    bottom: 0px;
    padding: 8px;
    padding-top: 10px;
    z-index: 1;
    margin-bottom: -180px;
    /* max-height: 180px; */
    transition: 0.5s;
    height: 130px;
    text-align: justify;
    color: #3f3f3f;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.plantilla_entradas .card:hover > .contenedor .contenido{
    height: 235px;
}
.plantilla_entradas .card:hover > .contenedor .plantilla_entradas_icono {
    height: 165px;
}
.plantilla_entradas .card:hover > .contenedor .plantilla_entradas_resumen {
    margin-bottom: 0px;
}


.plantilla_entradas .card .contenido h2 {
    color: black;
    font-size: 19px;
    text-align: center;
    margin: 12px 10px;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: 91px;
    margin-left: 0px;
}

.plantilla_entradas .card .contenido h2:hover{
    color: #0085c5;
}

.plantilla_entradas .card .contenedor p {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-height: 65px;
}

.plantilla_entradas .card .plantilla_entradas_fecha {
    position: absolute;

    background-color: #0085c5;
    right: 20px;
    top: -18px;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
}

.plantilla_entradas h2{
        font-size: 22px;
}
.plantilla_entradas ol,
.plantilla_entradas ul{
        margin-left: 30px;
}
.plantilla_entradas .descripcion{
    margin-left: 20px;
}

.banner_img{
    width: 100%;
    height: 360px;
    background-image: url("/tema/img/santodomingo.webp");
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}


@media (max-width:500px) {
    .plantilla_entradas .etiqueta span{
        display: block;
        width: fit-content;
        font-size: 11px;
        margin: 10px 10px 0px 5px;
    }

    .plantilla_entradas .etiqueta_privada{
        display: none !important;
    }

    .plantilla_entradas {
        margin: 0px;
        margin-top: 20px;
    }
    .plantilla_entradas .card {
        width: 100%;
        box-shadow: none;
        height: 130px;
        margin: 10px;
        border-bottom: 1px solid black;
        overflow: inherit;
    }
    .plantilla_entradas .card .plantilla_entradas_icono {
        width: 160px;
        height: 100px;
        top: 0;
    }
    .plantilla_entradas .card .plantilla_entradas_resumen {
        display: none;
    }
    .plantilla_entradas .card .plantilla_entradas_fecha {
        width: 80px;
        text-align: center;
        height: 19px;
        left: 0px;
        top: -12px;
        padding: 3px 8px;
        font-size: 11px;

    }
    .plantilla_entradas .card .contenido {
        width: 100%;
        height: 101px;
        position: inherit;
    }
    .plantilla_entradas .card .contenido h2 {
        text-align: inherit;
        margin: 0px;
        position: absolute;
        top: 0;
        display: block;
        width: auto;
        height: 77px;
        margin-left: 165px;
        font-size: calc(100vw * 19 / 500);
    }
    .plantilla_entradas .card:hover > .contenedor .plantilla_entradas_icono {
        height: 100px;
    }
}
