.wp-block .slider h2{
    margin-bottom: 0px !important;
}
html .wp-block .slider .swiper-slide .swiper-slide-text p{
    margin-top: 0px !important;
}
html .wp-block[data-type="meta-box/slider-de-imagenes"]{
    margin-bottom: 0px !important;
}
.slider.slider-imagenes .swiper-slide{
    background-size: cover;
}
.slider.slider-imagenes .swiper-slide .swiper-slide-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    /*
    filter: grayscale(1);
    */
    background-position: center center;
}
.slider.slider-imagenes .swiper-slide img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    filter: grayscale(1);
    opacity: 1;
}
.slider.slider-imagenes .swiper-slide .swiper-slide-text{
    z-index: 2;
    position: relative;
}
html .slider{
    background-color: #3a3c42;
}
html .slider,
html .slider .swiper-container,
html .slider .swiper-wrapper{
    height: 700px;
}
html .slider h2{
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    display: inline-flex;
    background-color: rgba(77, 76, 77, 0.5);
    padding: 10px 10px;
}
html .slider .swiper-slide .swiper-slide-text{
    opacity: 1;
    transition: all 700ms ease;
    display: flex;
    align-items: flex-end;
    height: 100%;
}
html .slider .swiper-slide .swiper-slide-text p{
    font-weight: 400 !important;
    font-size: 44px !important;
    line-height: 44px !important;
    color: #F5F5F5 !important;
    display: inline-flex;
    background-color: rgba(77, 76, 77, 0.5);
    padding: 10px 10px;
}
html .slider .swiper-slide-active .swiper-slide-text{
    opacity: 1;
}
html .slider-pager-wrapper{
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
    width: 100%;
    text-align: right;
    z-index: 10
}
html .slider-pager-wrapper .swiper-button-prev{
    left: 30px;
}
html .slider-pager-wrapper .swiper-button-next{
    right: 30px;
}
html .slider-pager-wrapper .swiper-button-prev,
html .slider-pager-wrapper .swiper-button-next{
    color:#FFF;
}
html .slider .icono-flor{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
html .slider .slider-pager{
    padding-left: var(--bs-gutter-x,.75rem);
}
html .slider .swiper-pagination-bullet{
    width: auto;
    height: auto;
    background-color: transparent;
    margin-left: 26px !important;
    opacity: 0.6;
    font-size: 14px;
    transition: all 400ms ease;
}
html .slider .swiper-pagination-bullet-active{
    opacity: 1;
}
html .slider .swiper-pagination-bullet:first-child{
    margin-left: 0px;
}
html .slider .wp-block-button__link{
    color: #fff !important;
    background: #DE0251;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: 10px 30px !important;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    margin-bottom: 70px;
    width: auto;
}
html .slider a:hover.wp-block-button__link{
    color: #fff !important;
    background-color: #9B1071 !important;
}
.wp-block[data-type="meta-box/slider-de-imagenes"]{
    width: 100% !important;
    max-width: 100% !important;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider-imagenes{
    width: 100%;
    max-width: 100%;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider-imagenes .swiper-container{
    margin: auto;
    width: 1140px;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider-imagenes .swiper-slide:not(:first-child){
    display: none;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider .swiper-slide .swiper-slide-text{
    opacity: 1;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider .swiper-wrapper{
    display: flex;
}
.wp-block[data-type="meta-box/slider-de-imagenes"] .slider .slider-pager-wrapper{
    display: none;
}

@media (max-width: 576px){
    html .slider, 
    html .slider .swiper-container,
    html .slider .swiper-wrapper{
        height: 380px !important;
    }
    html .slider h2{
        font-size: 30px !important;
        line-height: 35px !important;
        padding-bottom: 0px !important;
    }
    html .slider .swiper-slide .swiper-slide-text p{
        font-size: 25px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }
    html .slider .icono-flor svg{
        width: 100px !important;
        height: 100px !important;
    }
    html .slider .wp-block-button__link{
        padding: 8px 20px !important;
        font-size: 1em;
    }
    
}
@media (max-width: 768px){
    html .slider, 
    html .slider .swiper-container,
    html .slider .swiper-wrapper{
        height: 500px;
    }
    html .slider .btn.btn-white{
        margin-bottom: 50px;
    }
    html .slider h2{
        font-size: 40px;
        line-height: 50px;
    }
    html .slider .swiper-slide .swiper-slide-text p{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    html .slider-pager-wrapper{
        top: auto;
        bottom: 10px;
        transform: translate(0, 0);
    }
    html .slider-pager-wrapper .container{
        display: flex !important;
        justify-content: center !important;
    }
    html .slider .swiper-button-next, 
    html .slider .swiper-button-prev{
        position: static;
    }
    html .slider .swiper-button-prev:after,
    html .slider .swiper-button-next:after{
        font-size: 20px;
    }
    html .slider .icono-flor svg{
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    html .slider, 
    html .slider .swiper-container,
    html .slider .swiper-wrapper{
        height: 600px;
    }
    html .slider h2{
        font-size: 40px;
        line-height: 50px;
    }
    html .slider-pager-wrapper{
        top: auto;
        bottom: 10px;
        transform: translate(0, 0);
    }
    html .slider-pager-wrapper .container{
        display: flex !important;
        justify-content: center !important;
    }
    html .slider .swiper-button-next, 
    html .slider .swiper-button-prev{
        position: static;
    }
    html .slider .swiper-button-prev:after,
    html .slider .swiper-button-next:after{
        font-size: 20px;
    }
    html .slider .icono-flor svg{
        width: 200px;
        height: 200px;
    }
}
