/* Contenedor principal del blog */
.blog-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 1rem;
}

.blog-container-news {
    max-width: 800px;
    margin: 0 auto;
    padding: 0rem;
}

/* Encabezado del blog */
.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.blog-title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-title-legal {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
}

.blog-header-links {
    display: flex;
    gap: 0.9rem;
    margin-right: 20px;
}

.blog-link {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
}

.blog-link:hover,
.blog-link.active {
    color: #ffa726;
}

/* Botón hamburguesa oculto por defecto */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
}

/* Noticias del blog */
.blog-news-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-news-row.reverse {
    flex-direction: row-reverse;
}

.blog-news-image,
.blog-news-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.blog-news-image {
    overflow: hidden;
    border-radius: 0px;
}

.blog-new-image {
    overflow: hidden;
    border-radius: 15px 15px 0 0; /* Redondear solo las esquinas superiores */
    width: 100%;
    height: 250px;
    position: relative;
    margin-top: 20px;
}

.blog-new-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-image {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 260px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Versión móvil */
@media (max-width: 500px) {
    .blog-image {
        height: 220px;
    }
}

.blog-image:hover {
    transform: scale(1.05);
}

.blog-news-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #333233;
    color: #fff;
    border-radius: 0 0 15px 15px;
}

.blog-new-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #333233;
    color: #fff;
    border-radius: 0;
}

.blog-news-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}

.news-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Botón "Ver más" */
.blog-button-container {
    text-align: center;
    margin-top: 2rem;
}

.blog-button {
    background-color: #ffa726;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}

.blog-button:hover {
    background-color: #feac31;
}

.blog-app-icon {
    width: 150px; /* Ajusta el tamaño de los logos */
}

.blog-news-icon {
    font-size: 1.5rem;
    color: #ffa726;
    margin-bottom: 1rem;
    text-align: center;
}

.blog-footer {
    color: #fff;
    padding: 1rem;
    margin-top: 2rem;
    text-align: center;
}

.blog-footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.blog-footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
}

.blog-footer-link:hover {
    color: #ffa726;
    text-decoration: none;
}

/* Estilos home */
.home-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0rem;
}

.home-header-links {
    display: flex;
    gap: 1.5rem;
}

.home-link {
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
}

.home-link:hover,
.home-link.active {
    color: #ffa726;
}

.app-icons-container {
    display: flex; /* Coloca los iconos en fila */
    gap: 1rem; /* Espacio entre los iconos */
    justify-content: left;
    align-items: center; /* Alinea verticalmente los iconos */
    margin-left: 25px;
    margin-top: 40px;
}

.blog-app-icon {
    height: 48px; /* Ajuste del tamaño de los iconos */
    width: auto;
}

.claim {
    font-size: 2rem;
    margin-top: 10px;
    margin-left: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
}

.noticia-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.noticia-entradilla {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333333;
    line-height: 1.4;
}

.apartado {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    color: #333333;
    line-height: 1.4;
}

.noticia-contenido p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.noticia-wrapper {
    display: flex;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 40px;
}

.noticia-contenido ul {
    list-style-type: disc !important; /* Asegura que las viñetas se vean */
    margin-left: 20px !important; /* Agrega sangría */
    padding-left: 20px !important;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.noticia-contenido ol {
    list-style-type: decimal !important; /* Asegura que las listas numeradas se vean */
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.noticia-contenido li {
    margin-bottom: 5px; /* Espacio entre elementos de la lista */
}

.noticia-container {
    background-color: #ffffff;
    padding: 1rem;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
}

.noticia-contenido a {
    color: #ffa726;
    text-decoration: none;
    font-weight: 600;
}

.noticia-contenido a:hover {
    color: #fba21d; /* Un tono más oscuro en hover */
    text-decoration: underline; /* Opcional: Muestra subrayado al pasar el cursor */
}

.descargar-app {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #ffa726;
    font-weight: 600;
}

.descargar-app a:hover {
    color: #fba21d; /* Un tono más oscuro en hover */
    text-decoration: underline;
}
