.pkp_site_name {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.textos {
    margin-left: 40px;
}
.parrafosTextos {
    font-size: 12px;
    margin: 0;
    color: black;
}
.imagenes {
    display: flex;
    align-items: center;
}
.imgHeader {
    width: 200px;
}

.imgDoble {
    width: 150px;
}
.pkp_structure_sidebar  {
    -webkit-box-shadow: 0px 0px 33px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 33px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 33px -11px rgba(0,0,0,0.75);
}

.pkp_structure_content {
    padding-top: 0;
}
@media (max-width: 992px) {
    .textos, .imagenes {
        display: none;
    }
}