.PrincipalB {
    width: 80%;
    margin: 10vw 10% 10vw 10%;
    height: auto;
}
.encabezadoBlog h2 {
    font-size: 5vw;
    margin: 0;
    color: rgba(255, 255, 255, 0.5); /* Hace que el interior sea transparente */
    -webkit-text-stroke: 2px #273270; /* Borde blanco */
}
.encabezadoBlog div {
    width: 85%;
    background-color: transparent;
    backdrop-filter: blur(1px);
    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;
}
/* FORMULARIO INICIO */
.article-blog {
    padding: 4rem 0;
    display: flex;
    justify-content: space-evenly;
    gap: 3rem;
    width: 90%;
    margin: 0px 5%;
}
.form-blog {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 45%;
}
.format-in {
    border: 1px solid #cf5d17;
    border-radius: 100px;
    padding: 5px 15px;
    width: 100%;
}
textarea.format-in {
    border-radius: 20px;
    resize: vertical;
    max-height: 150px;
}
.g-recaptcha {
    margin: auto;
}
.blog-form-txt {
    width: 45%;
}
.blog-form-txt-h1 {
    color: #18417c;
    font-weight: lighter;
    text-align: center;
    font-size: 2.5vw;
}
.format-in.subir-btn {
    cursor: pointer;
}
/* FORMULARIO FIN */

.flex-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}
.flex-blog2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.flex-blog img {
    width: 40%;
    max-width: 500px;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #9ad4b3;
    border-radius: 25px;
    aspect-ratio: 16/9;
    object-fit: contain;
    align-self: stretch;
}
.flex-blog2 img {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 25px;
    aspect-ratio: 16/9;
    object-fit: contain;
    align-self: stretch;
}
.flex-blog .element-fb {
    width: 50%;
    flex-grow: 1;
}
.format-in::placeholder {
    color: #273270;
    font-weight: lighter;
}
.botonesNavegacion {
    width: 90%;
    margin: 2.5vw 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.botonesNavegacion button {
    background-color: #273270;
    color: #cf5d17;
    border-radius: 10px;
    font-size: 1.7vw;
    width: 20%;
    height: 3vw;
}
.botonesNavegacion button:hover {
    cursor: pointer;
}
#BtnN1 img {
    width: 10%;
    height: auto;
    position: relative;
    top: 0.26vw;
    right: 0.5vw;
}
#BtnN2 img {
    width: 10%;
    height: auto;
    position: relative;
    top: 0.26vw;
    left: 0.5vw;
}
@media (max-device-width: 950px) {
    .article-blog {
        flex-direction: column;
        align-items: center;
    }
    .blog-form-txt {
        width: 100%;
    }
    .blog-form-txt-h1 {
        width: 90%;
        margin: 0 5%;
        font-size: 3.2vw;
    }
    .botonesNavegacion button {
        width: 25%;
        height: 3.1vw;
    }
}
@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) {
    .botonesNavegacion {
        width: 80%;
        margin: 5vw 10%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .botonesNavegacion button {
        font-size: 4.5vw;
        width: 60%;
        height: 9.5vw;
        margin-bottom: 3vw;
    }
    #BtnN1 {
        margin-right: 25vw;
    }
    #BtnN2 {
        margin-left: 25vw;
    }
    #BtnN1 img {
        top: 0.7vw;
        right: 2vw;
    }
    #BtnN2 img {
        top: 0.7vw;
        left: 2vw;
    }
    .article-blog {
        width: 80%;
        margin: 0px 10%;
        padding: 2rem 0;
    }
    .form-blog {
        gap: 12px;
        width: 100%;
    }
    .blog-form-txt-h1 {
        width: 90%;
        margin: 0 5%;
        font-size: 6vw;
    }
    .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: auto;
        padding: 3vw 0;
    }
    .encabezadoBlog h2 {
        font-size: 12vw;
        margin: 0 5%;
        width: 90%;
        color: rgba(255, 255, 255, 0.5);
        -webkit-text-stroke: 1.5px #273270;
    }
    .PrincipalB p {
        font-size: 5vw;
    }
    .PrincipalB h3 {
        font-size: 5.5vw;
        text-align: right;
    }
}
