@media (min-width:992px)  {

/* Desplazar el contenido hacia la izquierda para evitar que el banner lo tape */
.contenedor-contenidos {
    margin-right: 220px;
}

/* Desplazar el footer también hacia la izquierda */
footer {
    margin-right: 220px;
}

/* Desplazar el encabezado también hacia la izquierda */
 .bloque_logo, .bloque_menu {
    margin-right: 220px !important;
}

.banner-flotante-lateral {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 200px;
    height: 500px;
    z-index: 1000;
    pointer-events: auto;
}

/* Asegurar que el banner no afecte el flujo del documento */
.banner-flotante-lateral img {
    width: 200px;
    height: 500px;
    object-fit: contain;
    display: block;
}

/* El banner flotante no debe afectar el flujo del documento */

@media (min-width:992px) and (max-width:1199px) {
.container {
	width:80rem;
}.banner_pc{
	width: 100%;
}
}
@media (min-width:1200px) and (max-width:1360px) {
.container{
	width:100rem;
}
}
@media (min-width:1367px) {
.container{
	width:120rem;
}
}
}