.pkp_site_name { display: flex; justify-items: center; align-items: center; margin-bottom: 30px; } .textos { width: 400px; margin-left: 40px; } .parrafosTextos { font-size: 12px; margin: 0; color: black; } .imagenes { display: flex; align-items: center; } .imgHeader { width: 200px; } .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); } @media (max-width: 992px) { .textos, .imagenes { display: none; } }