.PrincipalB {
    width: 80%;
    margin: 10vw 10% 10vw 10%;
    height: auto;
}
.encabezadoBlog h2 {
    font-size: 5vw;
    margin: 0;
    color: transparent; /* Hace que el interior sea transparente */
    -webkit-text-stroke: 2px #273270; /* Borde blanco */
}
.encabezadoBlog div {
    width: 85%;
    background-color: transparent;
    backdrop-filter: blur(1.8px);
    text-align: center;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.PrincipalB h3 {
    font-size: 2.5vw;
    font-style: oblique;
    margin-bottom: 0;
}
.PrincipalB p {
    font-size: 2vw;
    line-height: 1.5;
    text-align: justify;
}
#headerBlog {
    background-image: none;
    background-color: #273270 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logo {
    backdrop-filter: blur(10px);
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        #273270,
        rgba(0, 0, 0, 0.18) 20%,
        rgba(0, 0, 0, 0.18) 80%,
        #273270
    );
    padding: 0px 2rem;
    color: white;
}
.logo a img {
    width: 80% !important;
}
#desplegablePT:hover {
    cursor: pointer;
}
.encabezadoBlog {
    width: 100%;
    height: 45vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ochocol {
    width: auto;
    z-index: 0;
}
.Flexchocol {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}
@media (min-width: 601px) and (max-width: 1000px) {
    .encabezadoBlog {
        width: 100%;
        height: 70vw;
    }
    #headerBlog {
        height: 19.5vw !important;
    }
    .logo img {
        width: 50%;
        height: 100%;
    }
}
@media screen and (max-width: 600px) {
    .encabezadoBlog {
        width: 100%;
        height: 100vw;
    }
    #headerBlog {
        height: 25vw !important;
    }
    .logo {
        width: 70%;
    }
    .logo a img {
        width: 100% !important;
        height: 100%;
    }
    .encabezadoBlog div {
        width: 100%;
        height: 40%;
    }
    .encabezadoBlog h2 {
        font-size: 12vw;
        margin: 0;
        color: transparent;
        -webkit-text-stroke: 1.5px #273270;
    }
    .PrincipalB p {
        font-size: 5vw;
    }
    .PrincipalB h3 {
        font-size: 5.5vw;
        text-align: right;
    }
}
