@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@200;300;400;500;600;700&display=swap');

.contenedor-column{
    padding: min(50px, 7%);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.title-contenido h1{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 26px;
    margin-bottom: 20px;
    color: #ca9a5c;
    text-align: center;
}

.title-column h2{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.title-column h3{
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 20px;
    color: #acacac;
    text-align: center;
}

.title-column h3 span{
    color: #fff;
    font-weight: 300;
}

.column-botones{
    padding: 1em;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(41, 41, 43, 1) 0%, rgba(54, 56, 63, 1) 100%);
}

.column_2col{
    grid-column: span 2;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(41, 41, 43, 1) 0%, rgba(54, 56, 63, 1) 100%);
}

.grid-container{
    display: grid;
    border-radius: 10px;
    padding: 10px;
    background-color: #29292b;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

/*descargar col archivos*/
.archivos-pdf{
    width: 100%;
}

.seccion{
    width: 96%;
    margin: 0 auto;
    justify-content: center;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.archivos-pdf p{
    font-size: 16px;
    line-height: 24px;
}

.lista-archivos-pdf{
    flex: 50%;
    padding: 20px 10px 20px 10px;
}

.lista-archivos-pdf h3{
    font-weight: 300;
    font-size: 18px;
    color: #ca9a5c;
    padding-bottom: 30px;
}

.lista-archivos-pdf span{
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.lista-archivos-pdf p{
    font-size: 16px;
    padding-bottom: 30px;
}

.lista-archivos-pdf a{
    color: #fae6bb;
    padding-bottom: 10px;
    border-bottom: 1px solid #474747;
    text-decoration: none;
}
.lista-archivos-pdf a:hover{
    color: #ca9a5c;
}

/* contenido cd */
.contenedor_cd{
    width: 100%;
}

.contenido_cd{
    flex: 50%;
    padding: 20px 10px 20px 10px;
}

.contenido_cd_img img{
    max-width: 250px;
    padding: 20px 20px 20px 0;
}

.contenido_txt_cd h1{
    font-weight: 200;
    font-size: 26px;
    color: #ca9a5c;
    padding-bottom: 20px;
}

.contenido_txt_cd p{
    font-size: 14px;
    padding-bottom: 20px;
}

.contenido_txt_cd img{
    max-width: 300px;
    padding: 0 20px 10px 20px;
}

.contenido_reproductor{
    margin: 0 auto;
}

/* lateral descargas menu */

.contenido_cd img{
    width: 300px;
}

.activo{
    background: linear-gradient(180deg, rgba(41, 41, 43, 1) 0%, rgba(54, 56, 63, 1) 100%);
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    color: #ca9a5c;
    text-shadow: 1px 1px #000;
}

.menu-categorias a{
    background: linear-gradient(180deg, rgba(41, 41, 43, 1) 0%, rgba(54, 56, 63, 1) 100%);
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    color: #fae6bb;
    text-shadow: 1px 1px #000;
    text-decoration: none;
    transition: all .2s ease-out;
}

.menu-categorias a:hover{
    background: linear-gradient(180deg, rgba(32, 32, 33, 1) 0%, rgba(64, 66, 71, 1) 100%);
    color: #ca9a5c;
}

/* donar */
.donar{
    height: 160px;
    padding: 10px;
    margin: 30px 10px 10px 10px;
    border-radius: 6px;
    border:1px solid #474747;
    background: linear-gradient(120deg, rgba(48, 48, 51, 1) 0%, rgba(68, 70, 74, 1) 100%);
}

.donar h3{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.donar .btn-mail{
    font-size: 20px;
    width: 90%;
    background-color: #6d0101;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

.donar .btn-mail:hover{
    background-color: #951b1a;
    color: #fff;
}