﻿body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
}

h1 {
    font-size: 2.0em;
    margin-bottom: 0.8em;
    color: #34495e;
}

h2 {
    font-size: 1.5em;
    margin-top: 2.0em;
}

h3 {
    font-size: 1.0em;
}

.footer-title {
    color: gray;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-size: 1.2rem;
}

img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

footer {
    background-color: #2e363f;
    color: white;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .social-links a {
        margin: 0 10px;
        text-decoration: none;
        color: #3498db;
        font-size: 1.5em;
    }

        .social-links a:hover {
            color: #2980b9;
        }

.div-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 20px auto;
    max-width: 900px;
    padding: 20px;
}

.author-info {
    max-width: 400px;
    text-align: left;
}

    .author-info p {
        margin: 0;
        color: rgba(0,0,0,0.6); 
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    }

    .author-info a {
        color: #3498db;
        text-decoration: none;
    }

.badge-base {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
        margin: 10px;
    }

    h1 {
        font-size: 2em;
    }

    .article-meta {
        font-size: 0.8em;
    }

    .social-links a {
        font-size: 1.2em;
    }

    .audio-container {
        margin-right: 10px;
    }
}

.footer-article {
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.btn-custom-light{
    color:gray;
}
.btn-custom-light:hover{
    color:white;
    cursor:pointer;
}

.article-icon{
    margin-right:10px;
    margin-bottom:10px;
    margin-top:10px;
}

.article-title{
    padding-bottom: 10px;
    font-weight: bold;
}

.div-header {
    padding-right: 0px !important;
    padding-left: 30px !important;
}

.card-title:hover{
    cursor:pointer;
}

.person-image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
    border: 6px solid white;
    box-shadow: 0 0 0 6px #f1f1f1;
    background-color: #2e363f;
}

    .person-image:hover {
        cursor: pointer;
        background-color: #434c55;
    }

.btn-primary {
    color: #7b7b7b;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

    .btn-primary:hover {
        color: #e1e1e1;
        background-color: #7b7b7b;
        border-color: #e1e1e1;
    }

.custom-follow-button {
    background-color: black;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

    .custom-follow-button iframe {
        filter: invert(1) contrast(1.2);
        border-radius: 8px;
    }

.magazine-content {
    padding: 0 20px;
}

    .magazine-content h2 {
        font-size: 28px;
        color: #34495e;
        border-bottom: 2px solid #3498db;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .magazine-content p {
        font-size: 18px;
        text-align: justify;
        margin-bottom: 20px;
    }

.values-list, .volume-list {
    list-style-type: none;
    padding-left: 0;
}

    .values-list li, .volume-list li {
        font-size: 18px;
        background: #ecf0f1;
        padding: 10px;
        margin-bottom: 8px;
        border-radius: 5px;
        border-left: 5px solid #3498db;
    }

.magazine-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .magazine-container {
        padding: 15px;
    }

    .magazine-content h2 {
        font-size: 24px;
    }

    .magazine-content p {
        font-size: 16px;
    }
}

.magazine-header {
    text-align: center;
    margin-bottom: 30px;
}

    .magazine-header h1 {
        font-size: 36px;
        font-weight: bold;
        color: #2c3e50;
    }

.magazine-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    font-style: italic;
}


.capa {
    width: 100%;
    text-align: center;
}

    .capa img {
        width: 50%;
    }

.line-articles {
    width: 100%;
    text-align: center;
}

    .line-articles h1, .line-articles a {
        color: gray;
        font-size: 0.9rem;
    }

.text-publication {
    background-color: #3498db;
    color: white;
    border-width: 0px;
    width: 100%;
    padding:10px;
    border-radius:5px;
}

.icon-menu {
    color: #bababa;
    margin-right: 10px;
}