* {
    margin: 0;
    padding: 0;    
}
body {
    width: 100%;
    background: #fff;
    font-family: Arial, sans-serif;
}

/*---------------------------*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #870d30;
    color: #fff;
    flex-wrap: wrap;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.iso img {
    height: 90px; /* o más si querés */
}
.logo img {
    height: 60px;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #ccc;
}
.slogan {
    margin-left: 100px;
    font-size: 1em;
    color: #ccc;
}
.header-center {
    text-align: center;
}
.lugar h3 {
    margin: 0;
    font-size: 1em;
}
.fecha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.9em;
    gap: 3px;
}
.header-right {
    text-align: right;
}
.redes {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.redes p {
    margin-bottom: 5px;
    font-weight: bold;
}
.redes a {
    margin: 0 14px;
    display: inline-block;
}
.redes img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}
.redes img:hover,
.redes img:focus {
    transform: scale(1.1);
    outline: none;
}

/*-------------------------*/

/* Ocultar checkbox */
.menu-toggle {
    display: none;
}
/* Estilo del botón hamburguesa */
.hamburger {
    font-size: 30px;
    cursor: pointer;
    padding: 5px 10px;
    display: block;
    background: #870d30;
    color: white;
    position: fixed;
    top: 155px;
    left: 15px;
    z-index: 1100;
    border-radius: 4px;
    user-select: none;
}
/* Sidebar cerrado por defecto */
.sidebar {
    position: fixed;
    top: 200px;
    left: -250px;
    width: 220px;
    height: auto;
    background-color: #870d30;
    color: white;
    margin-left: 15px;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    padding-top: 10px; /* espacio para botón */
}
/* Mostrar menú cuando checkbox está activo */
.menu-toggle:checked + .hamburger + .sidebar {
    left: 0;
}
/* Estilos de los ítems */
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #aa203a;
}
.sidebar ul li:hover,
.sidebar ul li:focus-within {
    background-color: #aa203a;
    outline: none;
}
.sidebar ul li ul {
    margin-left: 15px;
    background-color: #a03550;
}
.sidebar ul li ul li:hover,
.sidebar ul li ul li:focus-within {
    background-color: #b04663;
    outline: none;
}
.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
}

/*----------------------------*/
.ulti {
    width: 80%;
    height: auto;
    margin-top: 1%;
    display: flex;
    flex-direction: row; 
    align-items: center;
    position: relative;
}
.titu_ulti {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 20%
}
.titu_ulti h2 {
    width: 100%;
    color: #708238;
    font-size: 1.9em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2%;
}
.linea1 {
    width: 30%;
    color: #708238;
    margin-top: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 35%;
}
.linea2 {
    width: 30%;
    color: #708238;
    margin-top: 2%;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 35%;
}
/*-----------------------------*/
.radio {
    margin-left: 82%;
    margin-top: 1%;
    padding: ;
    text-align: center;
    background-color: #b04663;
    background-color: rgba(135, 13, 48, 1); 
    max-width: 200px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: absolute;
    display: none;
}

.escuchanos {
    width: 50%;
    margin-top: 7%;
    margin-left: 2%;
    color: #fff;
    font-size: .65em;
    display: flex;
    flex-direction: column;
}
.radio img {   
    height: 78px;
    margin-left: 10%;
    margin-top: 4.5%;
}
/*-------------------------*/
.noticia-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.noticia-link:hover h2 {
  /*text-decoration: underline;*/
}

.notprev {
    width: 100%;
    height: auto;
    margin-top: 1%;
    display: flex;
    flex-direction: row;
    margin-left: 1%;
    flex-wrap: wrap;
    margin-bottom: 3%;
}
.notpreview {
    width: 24.5%;
    margin-top: 0.1%;
    margin-bottom: 3%;
    margin-right: 0.5%;
    text-decoration: none;
    box-sizing: border-box;
}
.notpreview img {
    width: 100%;
}
.notpreview h2 {
    font-size: 1.7em;
    margin-left: 3%;
    color: #708238;
    text-align: center;
    width: 94%;
}
.notpreview p {
    width: 90%;
    margin-left: 3%;
    margin-top: 5%;
    font-size: 1.2em;
    color: #000;
    text-align: center;
}
.notpreview.destacada {
    width: 49.5%;
    margin-right: 0.5%;
    background-color: #f8f8f8; /* opcional, para resaltar */
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.notpreview.destacada h2 {
    font-size: 2.2em;
    margin-left: 3%;
}
.notpreview.destacada p {
    font-size: 1.3em;
}
.volver_cont {
    display: flex;
    justify-content: flex-start;
    margin: 4% 4%;
}

.volver {
    padding: 1% 3%;
    background-color: #708238;
    color: white;
    text-decoration: none;
    border-radius: 1%;
    font-weight: bold;
    font-size: 100%;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.volver:hover {
    background-color: #a21c3f;
    transform: scale(1.05); /* Agranda todo el botón visualmente */
}

/*-----------------------------*/
.footer {
    background-color: #870d30; /* color oscuro */
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 30px;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.logopie img {
    width: 200px;
    max-width: 100%;
    height: auto;
}
.titulo-redes {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 8px;
}
.iconos-redes a {
    margin: 0 8px;
    display: inline-block;
}
.iconos-redes img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}
.iconos-redes img:hover,
.iconos-redes img:focus {
    transform: scale(1.1);
    outline: none;
}
.copy {
    margin-top: 15px;
    font-size: 0.9em;
    color: #ccc;
}









/*-----------------------*/
/*-----------------------*/

@media screen and (max-width: 1024px) {
    .notpreview {
        width: 48%;
        margin-right: 2%;
    }

    .notpreview.destacada {
        width: 98%;
        margin-right: 1%;
    }

    .radio {
        margin-left: auto;
        right: 10px;
        top: 10px;
        position: static;
        margin-top: 10px;
        align-self: flex-end;
        display: none;
    }

    .titu_ulti h2 {
        font-size: 1.6em;
    }

    .linea1, .linea2 {
        width: 50%;
        margin-left: 25%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .header-left, .header-center, .header-right {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .slogan {
        margin-left: 0;
        font-size: 0.9em;
    }

    .logo img {
        height: 50px;
    }

    .iso img {
        height: 70px;
    }

    .hamburger {
        top: 170px;
        left: 10px;
    }

    .sidebar {
        top: 220px;
        width: 80%;
    }

    .notprev {
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }

    .notpreview,
    .notpreview.destacada {
        width: 95%;
        margin: 10px 0;
    }

    .notpreview h2 {
        font-size: 1.4em;
        margin-left: 10%;
    }

    .notpreview p,
    .leermas {
        font-size: 1em;
        margin-left: 5%;
    }

    .radio {
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        display: none;
    }

    .escuchanos {
        font-size: 0.75em;
        margin: 5px 0;
        align-items: center;
        width: 90%;
    }

    .radio img {
        margin: 10px auto;
    }

    .titu_ulti h2 {
        font-size: 1.5em;
    }

    .linea1, .linea2 {
        width: 70%;
        margin-left: 15%;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    
    .header{
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 10px;
    }
    .header-left{
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }    
    .iso img {
        height: 100px;
        margin-left: 1px;
        margin-top: 1px;
    }
    .logo img{
        height: 32px;
        margin-top: 1px;
        margin-bottom: -10px;
    }
    .hamburger {
        top: 180px;
        left: 15px;
        font-size: 24px;
        position: absolute;
    }
    .sidebar {
        top: 220px;
        width: 65%;
        position: absolute;
    }
    .notpreview{
        border: 2px solid rgba(0, 0, 0, 0.1);
    }
    .notpreview h2 {
        font-size: 1.4em;
        margin-left: 3%;
        text-align: center;
    }
    .notpreview p{
        font-size: 0.95em;
        margin-left: 3%;
        margin-bottom: 2%;
        text-align: center;
        width: 94%;
    }
    .notpreview.destacada h2 {
    font-size: 2em;
    margin-left: 3%;
    width: 92%;
    }
    .notpreview.destacada p {
        font-size: 1.3em;
        margin-left: 2%;
        text-align: center;
        width: 94%
    }
    .radio{
        display: flex;
        flex-direction: row;
        margin-left: 155px;
        margin-top: -15px;
        display: none;
    }
    .radio img {
        height: 55px;
        padding-right: 5px;
    }
    .escuchanos {
        font-size: 0.65em;
    }
    .ulti{
        margin-left: 45px;
        
    }
    .titu_ulti{
        margin-left: 5%;
    }
    .titu_ulti h2 {
        font-size: 1.3em;

    }
    .linea1, .linea2 {
        width: 80%;
        margin-left: 10%;
        display: none;
    }
    .linea1{
        margin-top: 15px;
    }
    .footer-content {
        padding: 10px;
    }
    .iconos-redes img {
        width: 28px;
        height: 28px;
    }
    .redes{
        justify-content: center;
        flex-wrap: wrap;
    }
    .header-right{
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .fecha{
        font-size: .8em;
    }
    .header-center{
        width: 100%;
        margin-top: -50px;      
        margin-left: 57px;
    }    
    .slogan{
        margin-left: 12px;
        font-size: .9em;
        margin-top: 5px;
    }
    .volver_cont {
    display: flex;
    justify-content: flex-start;
    margin: 4% 4%;
    }

    .volver {
        padding: 1% 3%;
        text-decoration: none;
        border-radius: 1%;
        font-weight: bold;
        font-size: 90%;
        border-radius: 5px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .volver:hover {
        background-color: #a21c3f;
        transform: scale(1.05); /* Agranda todo el botón visualmente */
    }
}
