.noticias .content {margin: 1% 3% 3% 3%; width: 94%}


.noticias.plantilla_entradas {
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.noticias h1{
    text-decoration:none; 
    color: #424242;
    font-weight: bold;
    outline:0px;
    letter-spacing: 2px;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: left;
}

.noticias.plantilla_entradas .ajuste {
    max-width: 100%;
    width: 100%;
}

.noticias.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;
}

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

.noticias.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;
}

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

.noticias.plantilla_entradas .card .plantilla_entradas_resumen {
    position: absolute;
    bottom: 0px;
    padding: 0px 50px 50px 50px;
    z-index: 1;
    margin-bottom: -180px;
    /* max-height: 180px; */
    transition: 1s;
    height: 130px;
    text-align: center;
    color: #424242;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.noticias.plantilla_entradas .card:hover>.contenedor .contenido {
    height: 235px;
}

.noticias.plantilla_entradas .card:hover>.contenedor .plantilla_entradas_icono {
    height: 165px;
}

.noticias.plantilla_entradas .card:hover>.contenedor .plantilla_entradas_resumen {
    margin-bottom: 0px;
}

.noticias.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;*/
}

/* .noticias.plantilla_entradas .card .contenido h2:hover {
    color: var(--color-principal);
} */

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

.noticias.plantilla_entradas .card .plantilla_entradas_fecha {
    position: absolute;
    /*background-color: #03d0e4;*/
    /*background-color: #abc842;*/
    background-color: var(--color-principal);
    right: 20px;
    top: -18px;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
}

.noticias.plantilla_entradas .container_title_noticias .todo_title_noticias {
    width: 90%;
}

.noticias.plantilla_entradas .container_title_noticias {
    height: 80px;
    background-color: var(--color-principal-hover);
}

.noticias.plantilla_entradas .container_title_noticias .todo_title_noticias {
    width: 80%;
    margin: auto;
    height: 100%;
}

.noticias.plantilla_entradas .container_title_noticias h1 {
    font-size: 25px;
    color: white;
    display: inline-block;
    margin-top: 35px;
    font-weight: bold;
}

.noticias.plantilla_entradas .container_title_noticias .lineatob {
    border-bottom: 1px solid white;
    width: calc( 100% - 150px);
    display: inline-block;
}

.noticias.plantilla_entradas .container_title_noticias img {
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 26px;
    margin-top: 14px;
}

.noticias.plantilla_entradas .container_cards {
    text-align: center;
    padding: 20px;
    /* background-color: ; */
    max-width: 1600px;
    margin: auto;
}


/* ---- Noticias Nuevas ---- */

.noticias.plantilla_entradas .ajuste {
    width: 100%;
    max-width: inherit;
}

.noticias.plantilla_entradas .card {
    width: 370px;
    margin: 10px;
}

.noticias.plantilla_entradas .noticias.plantilla_entradas {
    margin: 0;
}

.noticias.plantilla_entradas .container_cards {
    width: 80%;
    margin: auto;
    padding: 20px 0;
}

.noticias.plantilla_entradas .card .contenido h2 {
    margin: 20px 0 0 0;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    text-transform: uppercase;
}

.noticias.plantilla_entradas .card .contenido {
    height: 130px;
}


/*.noticias.plantilla_entradas .card:hover>.contenedor .contenido {
    height: 265px;
}*/

.noticias.plantilla_entradas .plantilla_entradas_resumen {
    height: 150px;
}

.noticias.plantilla_entradas .content {
    /*background-color: ;*/
}


/* ---- /Noticias Nuevas ---- */

/* @media all and (max-width:920px) {
   
    .noticias.plantilla_entradas .card .plantilla_entradas_resumen {
        display: none;
    }
    .noticias.plantilla_entradas .card .contenido h2 {
        font-size: 14px;
        margin: 10px auto 0 auto;
        padding: 0 5px;
        width: 100%;
        overflow: hidden;
        word-wrap: anywhere;
        height: calc( 100% - 20px);
        display: block;
    }
    .noticias.plantilla_entradas .card:hover>.contenedor .contenido {
        height: 130px;
    }
} */

@media all and (max-width:650px) {
    .noticias.plantilla_entradas .container_title_noticias h1 {
        font-size: 22px !important;
    }
    .noticias.plantilla_entradas .container_title_noticias .lineatob {
        width: calc( 100% - 150px);
    }
}

@media (max-width:600px) {
    .noticias.plantilla_entradas {
        margin: 0px;
        margin-top: 20px;
        display: block;
    }
    .noticias.plantilla_entradas .card {
        width: 100%;
        box-shadow: none;
        height: 130px;
        margin: 20px 0;
        border-bottom: 1px solid black;
        overflow: inherit;
       /*  background-color: ; */
    }
    .noticias.plantilla_entradas .card .plantilla_entradas_icono {
        width: 160px;
        height: 100px;
        top: 0;
    }
    .noticias.plantilla_entradas .card .plantilla_entradas_resumen {
        display: none;
    }
    .noticias.plantilla_entradas .card .plantilla_entradas_fecha {
        width: 80px;
        text-align: center;
        height: 19px;
        left: 0px;
        top: -12px;
        padding: 3px 8px;
        font-size: 11px;
    }
    .noticias.plantilla_entradas .card .contenido {
        width: 100%;
        height: 101px;
        position: inherit;
        /* background-color: ; */
    }
    .noticias.plantilla_entradas .card .contenido h2 {
        text-align: inherit;
        margin: 0px 10px 20px 10px;
        position: absolute;
        top: 0;
        display: block;
        width: auto;
        height: 100%;
        margin-left: 165px;
        font-size: 13px;
        overflow: hidden;
        max-height: 78%;
        word-wrap: anywhere;
        padding: 0;
    }
    .noticias.plantilla_entradas .card:hover>.contenedor .plantilla_entradas_icono {
        height: 100px;
    }
    .noticias.plantilla_entradas .card:hover>.contenedor .contenido {
        height: initial;
    }
}

@media all and (max-width:480px) {
    .noticias.plantilla_entradas .container_title_noticias h1 {
        font-size: 18px !important;
    }
    .noticias.plantilla_entradas .container_title_noticias img {
        position: absolute;
        margin-top: 3px;
        margin-right: 26px;
    }
    .noticias.plantilla_entradas .container_title_noticias .todo_title_noticias {
        text-align: center;
    }
}