/* .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 .content{
    margin: 0 15px;
    width: calc(100% - 30px);
}

p.title {
    /* max-width: 950px; */
    margin: auto;
    text-align: left;
    line-height: 1.8;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    border-top: 1px solid black;
    padding-top: 10px;
    color: #3d3d3d;
}

.noticias .cabeceratitulofroca{
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.noticias .cabeceratitulofroca .cabeceratitulofroca_slider{
    width: calc(66% - 20px);
    display: inline-block;
}
.noticias .cabeceratitulofroca .cabeceratitulofroca_slider img{
    width: 100%;
}
.noticias .cabeceratitulofroca .cabeceratitulofroca_text{
    width: 33%;
    display: inline-block;
    margin: 0px 5px 0px 15px;
    padding: 0 5px 0 20px;
    vertical-align: top;
}

.noticias .cabeceratitulofroca_text{
    color: #6b6b6b;
}
.noticias .descripcion_corta {
    margin: auto;
    text-align: left;
    line-height: 1.8;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    border-top: 1px solid #505050;
    padding-top: 10px;
}

.noticias h1{
    text-decoration: none;
    outline: 0px;
    letter-spacing: 1px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 200;
    color: #0a0a0a;
    text-align: left;
}

.noticias h2 {
    color: #000; 
    font-weight: normal;
    margin-top: 50px;
    font-size: 22px;
}

/* .noticias.plantilla_entradas .ajuste {
    max-width: 100%;
    width: 100%;
    margin: 20px;
} */

.noticias.plantilla_entradas .card {
    width: 500%;
    background-color: white;
    min-height: 400px;
}

.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: var(--color-secundario);
    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: #d42373;
}

.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: 1300px;
    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: 100%;
    display: flex;
    padding: 0;
    margin: 25px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

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

.noticias.plantilla_entradas .new_card {
    width: calc(33% - 40px);
    margin: 10px 20px;
}

/* .noticias.plantilla_entradas .new_card:first-of-type {
    margin-right: 40px;
} */

/* .noticias.plantilla_entradas .new_card:last-of-type {
    margin-left: 40px;
} */

.noticias.plantilla_entradas .new_card img {
    width: 100%;/*  */
}

.noticias.plantilla_entradas .new_card .new_contenido {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
}

.noticias.plantilla_entradas .new_card .new_contenido .tag {
    font-size: 13px;
    background: #2395d2;
    color: white;
    padding: 5px;
    font-weight: 400;
    border-radius: 10px 3px 3px 3px;
    margin-top: 20px;
}

.noticias.plantilla_entradas .new_card .new_contenido h2 {
    margin:5px 0px 10px 0px;
}

.noticias.plantilla_entradas .new_card .new_contenido .fecha {
    font-size: 14.5px;
    color: #949494;
}

.noticias.plantilla_entradas .new_card .resume_text {
    font-size: 14.5px;
    color: #949494;
    text-align: left;
    margin-top: 13px;
}

.noticias.plantilla_entradas .new_card a {
    color: #000;
    font-weight: 600;
    text-decoration: revert;
    font-size: 14px;
    /* text-align: left; */
    display: flex;
    margin-top: 40px;
}
/*.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: 1000px) {
   /*  .noticias.plantilla_entradas .new_card:last-of-type {
        margin-left: 15px;
    } */

    .noticias.plantilla_entradas .new_card:first-of-type {
        margin-right: 15px;
    }

    .noticias.plantilla_entradas .new_card {
        width: calc(50% - 15px);
    }
}

@media all and (max-width:800px){
    .noticias .cabeceratitulofroca .cabeceratitulofroca_slider{
        width: 100%;
    }
    .noticias .cabeceratitulofroca .cabeceratitulofroca_text{
        width: 100%;
        margin: 0;
        padding: 0;
    } 
}

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

@media (max-width:600px) {
    .container_cards {
        flex-direction: column;
    }

    .noticias.plantilla_entradas .new_card {
        width: 100%;
        margin-bottom: 30px;
    }

 /*    .noticias.plantilla_entradas .new_card:last-of-type {
        margin-left: 0px;
    } */

    .noticias.plantilla_entradas .new_card:first-of-type {
        margin-right: 0px;
    }
}

@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;
    }
}