.elementor-5406 .elementor-element.elementor-element-7cc8204{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-5406 .elementor-element.elementor-element-75a3460 .title-area{text-align:center;}.elementor-5406 .elementor-element.elementor-element-d4e6b1d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5406 .elementor-element.elementor-element-28fe343 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-5406 .elementor-element.elementor-element-407cc3b .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-5406 .elementor-element.elementor-element-815adbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5406 .elementor-element.elementor-element-b070570 .title-area{text-align:center;}/* Start custom CSS *//* Mantiene la imagen de fondo en la sección */
.breadcumb-wrapper {
    position: relative;
    background-image: url('http://lacasitamusical.gobemo.site/wp-content/uploads/2025/02/Header-002.webp'); /* Asegura que el fondo esté presente */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px; /* Ajusta según la altura deseada */
}

/* Ajusta el título para que se muestre en la parte superior */
.breadcumb-content {
    position: absolute;
    top: -32%; /* Ajusta este valor para moverlo más arriba o abajo */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 10;
}

/* Asegura que el título se vea bien */
.breadcumb-title {
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Breadcrumbs debajo del título */
.breadcumb-menu {
    margin-top: 5px;
    color: white;
}

/* Ajuste para tablets (pantallas de hasta 1024px) */
@media (max-width: 1024px) {
    .breadcumb-content {
        top: -35%; /* Ajusta según la necesidad */
    }
}

/* Ajuste para móviles (pantallas de hasta 768px) */
@media (max-width: 768px) {
    .breadcumb-content {
        top: -35%; /* Mantiene el título visible sin salirse de la imagen */
        font-size: 2rem; /* Reduce el tamaño del título si es necesario */
    }
}
/* Ajuste para tablets */
@media (max-width: 1024px) {
    .breadcumb-wrapper {
        height: 400px; /* Reduce la altura en tablets */
        background-size: contain; /* Hace que la imagen se adapte sin recortar */
    }
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .breadcumb-wrapper {
        height: 200px; /* Reduce la altura en móviles */
        background-size: contain; /* Evita que la imagen se recorte */
        background-position: center top; /* Ajusta la posición para mostrar más niños */
    }
}/* End custom CSS */