.motork-anchor-banner {
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
}

.motork-anchor-banner img {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 0;
}

.motork-anchor-close {
	position: absolute;
    top: 4px;
    right: 6px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
	font-weight: lighter;
}

/* Escritorio */
.motork-anchor-banner.vertical {
    bottom: 20px;
    right: 20px;
    max-width: 250px;
}

/* Móvil */
.motork-anchor-banner.horizontal {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
}
.custom-banner-rotator{
    background: #063253;
    min-height: 250px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.custom-banner-rotator img{
    border-radius: 0;
    margin: 0 auto
    
}
