/* Seccion bienvenida de INFORMES SEMANALES */

section #blog_article_welcome {
    font-family: 'Century Gothic';
    width: 100%;
    height: 400px;
    margin: 0px auto;
    margin-top: -200px;
    padding-top: 25%;
    text-align: center;
    box-shadow: 2px 0px 20px black;


}



.loader {
    display: none;
    margin: 0px auto;
    background-color: rgba(5, 58, 128, 0.5);
    box-shadow: 0px 0px 20px #333;
}

#blog_article_welcome {
    box-shadow: none !important;


}

#blog_article_welcome {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url(../img/blog_background.jpg);
    background-size: 180%;
    background-attachment: fixed;
    background-position: center 0%;
    background-repeat: no-repeat;
    transition: background-size 0.1s background-position 0.1s ease-in-out;
}

@keyframes blurOut {
    0% {
        filter: blur(5px)
    }

    35% {
        filter: blur(5px)
    }

    200% {
        filter: blur(0px)
    }

}

#blog_article_welcome h1,
p {
    margin: 0px auto;
    animation: blurOut 700ms;
    animation-iteration-count: initial;
    animation-timing-function: ease-in-out;

}



#blog_article_welcome h1 {
    color: white;
    font-family: 'Century Gothic';
    /* text-transform: capitalize; */
    width: 100%;
    font-size: 70px;
    line-height: 70px;
    text-shadow: 1px 2px 3px #333;
    letter-spacing: 2px;
    padding-top: 90px;

}




/* Sección blog description */
section #article_blog_description {
    font-family: 'Century Gothic';
    width: 100%;
    min-height: 600px;
    margin: 0px auto;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    box-shadow: 2px 0px 20px black;

}

#article_blog_description {
    background-color: white;
    text-align: center;


}



#article_blog_description p {
    color: white;
    font-weight: normal;
    width: 90%;
    margin: 0px auto;
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 1px;

}

#article_blog_description .post-excerpt p {
    margin: 0px auto;
    font-size: 14px;
    width: 70%;


}





/* ESTILOS DEL TEMPLATE CON LOS DATOS PEDIDOS AL BLOG */

/* #blog_description *{
    color: black;
} */

#article_blog_description>article h3 {
    color: black;
    
}

#article_blog_description>article a {
    color: black !important;
    font-size: 2rem;
}

#article_blog_description>article p {
    color: rgb(0, 0, 0);
}



#blog_description a {
    color: white;
}

#blog_description #article_blog_description a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#blog_description #article_blog_description a:hover {
    opacity: 0.75;
}

#blog_description h2{
    color: white;
    width: 80%;
    margin: 0px auto;
    margin-top: 20px;
}

#blog_description .post-date{
    font-size: 20px;
    font-weight: bold;
}

#blog_description img {
    max-width: 60%;
    height: auto;
    border-radius: 10px;


}

#blog_description h1 {
    text-align: center;
}

#blog_description hr {
    border: thin solid white;
    margin: 3rem auto;
    width: 60%;
}

#blog_description .site {
    margin: 1rem auto;
    padding: 1rem;
    max-width: 50%;
    text-align: center;
}


#blog_description .post {
    margin: 1rem auto;
    padding: 1rem;
    border-radius: .5rem;
    max-width: 80%;
    text-align: center;
    background-color: rgb(42, 40, 41);
}

.post-author img {
    border-radius: 50%;
}

.post-date {
    margin: 1rem auto;
    display: block;

}


.post-excerpt,
.post-categories,
.post-tags {
    text-align: center;
}

.post-content summary {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 50px;
    cursor: pointer;
    margin-bottom: 20px;
}

.post-content>article {
    width: 80%;
    margin: 0px auto;
    padding: 1rem;
    background-color: rgb(71, 68, 70);
    margin-bottom: 20px;
}

.post-content img {
    display: block;
    margin: auto;
    box-shadow: 0px 3px 10px #333;
}

.post-excerpt p {
    width: 100%;
    text-align: center;
}


.post-content article {
    text-align: justify;
}

#article_blog_description p {
    width: 90%;
    font-size: 16px;
}