.blog-post-container {
    width: 100%;
    padding: 3% 10%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

.blog-post {
    border-radius: 8px;
    box-shadow: 0px 16px 32px rgb(0 15 30 / 20%);
    width: 30%;
    height: 65vh;
    margin: 1%;
}

.blog-post-link {
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}

.blog-post:hover {
    transition: all 500ms;
}

.blog-post:hover>.blog-post-link .blog-post-media img {
    animation: in 800ms ease forwards;
    filter: drop-shadow(3px 16px 6px rgba(0, 0, 0, 0.6));
}

.blog-post-media {
    background-color: rgba(0, 15, 30, 0.05);
    border-radius: 8px;
    width: 100%;
    height: 70%;
}


.blog-post-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    animation: out 250ms ease forwards;
}

.blog-post-body {
    height: 20%;
    width: 100%;
    padding: 2%;
}

.blog-post-caption {
    height: 10%;
    width: 100%;
    padding: 2% 5%;
    color: #9ba1a7;
    display: flex;
    font-size: 0.8rem;
    align-items: flex-end;
    justify-content: flex-end;
}

.blog-post-title {
    width: 100%;
    color: #000000;
    font-size: 1.3rem;
    font-family: 'Montserrat-BoldItalic';
    padding: 0% 1%;
}

.blog-post-description {
    width: 100%;
    font-size: 1rem;
    color: #9ba1a7;
    padding: 0% 1%;
}

@keyframes in {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.98);
    }
}

@keyframes out {
    from {
        transform: scale(0.98);
    }

    to {
        transform: scale(1);
    }
}




/* style fragment blog --------------------------------------------------------------------------------------------------------------------------------------------*/


.fragment-blog {
    margin-top: 5%;
}

.Fragment-blog-container {
    padding: 0%;
    justify-content: space-between;
}

.blog-post-fragment {
    width: 30%;
    height: 60vh;
    margin: 1% 0%;
}

.blog-post-body-fragment {
    height: 30%;
}

.blog-post-media-fragment {
    height: 60%;
}

/* style para pagina entrada de blog ------------------------------------------------------------------------------------------------------------------------------*/

.blog-container {
    width: 100%;
    display: flex;
}

.post-container {
    width: 75%;
    height: fit-content;
    padding: 2% 5%;
}

.title-post {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: var(--primary-color);
    font-family: 'Montserrat-BoldItalic';
    /* color: #1F3864; */
}

.text-post {
    color: #00000091;
    padding: 0% 5%;
    font-size: 1.2rem;
}

.link-blog {
    color: #57BDE8;
}

.link-blog:hover {
    color: #57BDE8;
}

.cursive {
    font-family: italic;
    color: #00000091;
}

.cursive:hover {
    color: #00000091;
}

.subtitle-post {
    text-align: center;
    font-size: 2.5rem;
    /* color: #007EC2; */
    font-family: 'Montserrat-BoldItalic';
    color: var(--primary-color75);
}

.note {
    background-color: #d9d9d9;
    color: #26265f;
    font-size: 0.8rem;
    margin: 1% 20%;
    padding: 2%;
    font-family: italic;
}

.subtitle2-post {
    text-align: center;
    font-size: 2rem;
    font-family: 'Montserrat-BoldItalic';
    color: var(--primary-color50);
}

.image-complete {
    width: 100%;
    text-align: center;
    padding: 2% 10%;
}

.image-complete img {
    width: 60%;
}

.image-complete figcaption,
.image-col figcaption {
    font-size: 0.8rem;
    color: #00000091;
    padding: 1% 20%;
    font-family: italic;
}

.text-post-col2 {
    display: flex;
    width: 100%;
}

.image-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-col img {
    width: 45%;
}

.text-post-col {
    color: #00000091;
    padding: 0% 5%;
    font-size: 1.2rem;
    width: 50%;
}

.title-bibliography {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 10%;
    background: #ebebeb;
    font-family: 'Montserrat-BoldItalic';
}

.title-bibliography span {
    position: absolute;
    left: 65%;
}

.bibliography ul {
    padding: 1% 10%;
    font-size: 1rem;
    color: #00000091;
}

ul li::marker {
    color: #26265f;
    font-size: 1.5em;
}

.publication-date {
    text-align: right;
    color: black;
    font-family: 'Montserrat-BoldItalic';
}

.adContainer.blog {
    width: 25%;
    flex-wrap: wrap;
    height: 100vh;
    position: sticky;
    top: 0;
}

.adBanner-square.blog {
    width: 250px;
    height: 250px;
}

.fb-page {
    width: 100%;
}

.fb_iframe_widget {
    position: fixed;
    display: block;
}

/* Inicia responsividad about Section  ------------------------------------------------------------------------------------------------------- */


@media (max-width:1500px) {


    .blog-post-media {
        height: 60%;
    }

    .blog-post-body {
        height: 30%;
    }

    .blog-post-title {
        font-size: 1.2rem;
    }

    .blog-post-description {
        font-size: 0.8rem;
    }


    .image-col img {
        width: 75%;
    }

    /* style fragment */

    .blog-post-title-fragment {
        font-size: 1rem;
    }



}

@media (max-width:991px) {


    .blog-post {
        width: 45%;
        height: 50vh;
    }


    .blog-container {
        flex-wrap: wrap;
    }

    .post-container {
        width: 100%;
    }

    .title-post {
        font-size: 2.5rem;
    }

    .subtitle-post {
        font-size: 2rem;
    }

    .subtitle2-post {
        font-size: 1.5rem;
    }

    .text-post {
        font-size: 1.2rem;
    }

    .text-post-col2 {
        padding: 0% 5%;
        flex-wrap: wrap;
    }

    .image-col {
        width: 100%;
        order: 2;
        padding: 2%;
    }

    .text-post-col {
        order: 1;
        width: 100%;
        font-size: 1.2rem;
        padding: 0%;
    }

    .image-col img {
        width: 80%;
    }

    .image-complete figcaption,
    .image-col figcaption {
        font-size: 1rem;
        padding: 2% 0%;
    }

    .note {
        margin: 1% 10%;
    }

    .image-complete {
        padding: 2%;
    }

    .image-complete img {
        width: 80%;
    }

    .title-bibliography {
        font-size: 2rem;
    }

    .title-bibliography span {
        left: 85%;
    }

    .publication-date {
        font-size: 0.8rem;
    }

    .adContainer.blog {
        height: fit-content;
    }

    .adContainerMovil {
        padding: 5% 0;
    }

    /* style fragment */

    .blog-post-fragment {
        width: 40%;
        height: 40vh;
    }

    .fragment-blog {
        margin-top: 10%;
    }

}



@media (max-width:450px) {

    .blog-post-container {
        justify-content: center;
        padding: 3% 5%;
    }

    .blog-post {
        width: 90% !important;
        height: 65vh !important;
        margin: 5% 1% !important;
    }

    .blog-post-caption {
        font-size: 0.6rem !important;
    }

    .blog-container {
        flex-wrap: wrap;
    }

    .post-container {
        width: 100%;
    }

    .title-post {
        font-size: 1.5rem;
    }

    .subtitle-post {
        font-size: 1.2rem;
    }

    .subtitle2-post {
        font-size: 1rem;
    }

    .text-post {
        font-size: 0.8rem;
    }

    .text-post-col2 {
        padding: 0% 5%;
        flex-wrap: wrap;
    }

    .image-col {
        width: 100%;
        order: 2;
        padding: 2%;
    }

    .text-post-col {
        order: 1;
        width: 100%;
        font-size: 0.8rem;
        padding: 0%;
    }

    .image-col img {
        width: 80%;
    }

    .image-complete figcaption,
    .image-col figcaption {
        font-size: 0.5rem;
        padding: 2% 0%;
    }

    .note {
        font-size: 0.5rem;
        margin: 1% 3%;
        padding: 2%;
    }

    .image-complete {
        padding: 2%;
    }

    .image-complete img {
        width: 80%;
    }

    .title-bibliography {
        font-size: 1.5rem;
    }

    .title-bibliography span {
        left: 85%;
    }

    .bibliography ul {
        font-size: 0.6rem;
        text-align: left;
    }

    .publication-date {
        font-size: 0.6rem;
    }


    /* style fragment */

    .blog-post-fragment {
        width: 100% !important;
        height: 55vh !important;
    }

    .fragment-blog {
        margin-top: 15%;
    }

}




@media (max-width:350px) {

    .blog-container {
        flex-wrap: wrap;
    }

    .post-container {
        width: 100%;
    }

    .title-post {
        font-size: 1.2rem;
    }

    .subtitle-post {
        font-size: 1rem;
    }

    .subtitle2-post {
        font-size: 0.8rem;
    }

    .text-post {
        font-size: 0.8rem;
    }

    .text-post-col2 {
        padding: 0% 5%;
        flex-wrap: wrap;
    }

    .image-col {
        width: 100%;
        order: 2;
        padding: 2%;
    }

    .text-post-col {
        order: 1;
        width: 100%;
        font-size: 0.8rem;
        padding: 0%;
    }

    .image-col img {
        width: 80%;
    }

    .image-complete figcaption,
    .image-col figcaption {
        font-size: 0.5rem;
        padding: 2% 0%;
    }

    .note {
        font-size: 0.5rem;
        margin: 1% 3%;
        padding: 2%;
    }

    .image-complete {
        padding: 2%;
    }

    .image-complete img {
        width: 80%;
    }

    .title-bibliography {
        font-size: 1.5rem;
    }

    .title-bibliography span {
        left: 85%;
    }

    .bibliography ul {
        font-size: 0.5rem;
        text-align: left;
    }

    .blog-post-title {
        font-size: 0.8rem !important;
    }

    .blog-post-description {
        font-size: 0.6rem !important;
    }

    .blog-post-caption {
        font-size: 0.5rem !important;
    }


    /* style fragment */

    .blog-post-fragment {
        height: 65vh !important;
    }
}