.info-nota{
margin-bottom:15px;
}

.tituloSecundario{
display:block;
height:100px;       /* espacio fijo para el título */
overflow:hidden;
}

.sinHeight{
    height: unset;
}

.imagen-nota{
height:180px;
overflow:hidden;
}

.imagen-nota img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.imagen-wrapper{
position:relative;
height:100%;
overflow:hidden;
}

.imagen-wrapper img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.comente{
position:absolute;
bottom:-20px;
right:15px;
}

.rss_titulo_novasow{    
    font-family: "Roboto Condensed";
    color: #1f5599;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
 .tituloSecundario2{
    font-family:"Roboto Condensed";
    color:#1f5599;
    font-size:20px;
    font-weight:bold;
    line-height:normal;
    margin-bottom:10px;
    display:block;
    /* margin-bottom: -45px!important; */
}
.tituloSecundario2:hover{
    color:#3699a9;
}

.buscador-google{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.buscador-google input{
    width:260px;
    padding:8px 35px 8px 12px;
    border-radius:20px;
    border:1px solid #dfe1e5;
    font-size:14px;
    outline:none;
}

.buscador-google input:focus{
    box-shadow:0 1px 6px rgba(32,33,36,.28);
    border-color:#dfe1e5;
}

.buscador-google button{
    position:absolute;
    right:10px;
    background:none;
    border:none;
    color:#777;
    cursor:pointer;
}

.buscador-google button:hover{
    color:#000;
}

.buscador-redes{
display:flex;
align-items:center;
gap:10px;
}

.buscador-redes form{
display:flex;
align-items:center;
gap:5px;
}

.buscador-redes a{
color:#333;
}

.secciones_abajo{
    margin-top:-290px!important;
}

@media (max-width: 767px){
    .espacio_nota{
        height: 246px;
    }
    .tituloSecundario{
        
    }
}

@media (min-width: 767px) and (max-width: 946px) {
    .tu-elemento {
        /* tus estilos o agregás clases via JS */
    }
}