.pub_total{
    margin-top:1rem;
    width:100%;
    height:100%;
}
.cont_pub{
    margin:0 auto;
    width:90%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.titulo_pub_det{
    margin-top:0.8rem;
    margin-bottom:0.8rem;
    height:10%;
    width:100%;
}
.titulo_det_estilo{
    text-align:center;
    font-size:2.2rem;
    color:#282828;
    font-weight:700;
}
.desc_total{
    margin-top:0.8rem;
    margin-bottom:0.8rem;
    height:10%;
    width:100%;
    display:flex;
}
.desc_total_estilo{
    margin:auto;
    text-align:justify;
    width:60%;
    color:#656775;
    font-size:1.2rem;
}
.metadata_pub{
    margin-top:0.5rem;
    display:flex;
    flex-direction:row;
}
.metadata_pub_date{
    margin-right:0.2rem;
    font-size:1.1rem;
}
.metadata_pub_sep{
    font-size:1.1rem;
}
.metadata_pub_cate{
    margin-left:0.4rem;
    font-size:1.1rem;
}
.img_total_pub{
    width:100%;
    height:40%;
    margin-top:1.2rem;
    text-align:center;
}
.img_pub_estilo{
    width:60%;
}
.cuerpo_pub{
    width:100%;
    height:20%;
    margin-top:2rem;
}
.texto_pub_det{
    margin:auto;
    width:60%;
    font-size:1.2rem;
    text-align:justify;
}
.descargas{
    height:10%;
    width:100%; 
    margin-top:2rem;
    margin-bottom:8rem;
}
.descargar_file{
    margin:auto;
    width:60%;
    display: flex;
    flex-direction:row;
}
.descargar_file_texto{
    width:20%;
}
.descargar_file_boton{
    width:80%;
}
.boton-descarga_estilos{
    width:70%;
    background-color: #6c88b0;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-right:10rem;
}
.boton-descarga:hover {
    background-color: #45a049;
}
.archivo_titulo{
    margin-top:0.9rem;
    margin-left:0.5rem;
}