/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Version:      1.0.0
*/



/* Texto del slider */
.swiper-slide .gutslider-content-inner h2.gutslider-title {
    color: white !important; /* fuerza color blanco */
    background-color: rgba(24, 13, 34, 0.4) !important; /* fondo semitransparente */
    display: inline-block;
    padding: 5px 25px;
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
    text-align: center; /* opcional, centra el texto */
}

.wp-block-gutsliders-content-slider{
    width: 100%;
    max-width: 100%;
}