.slider-p{
    margin-top: 0px !important;
}

.contenedor_sliderr{
    background-color: #fff !important;
    width: 100% !important;
    height: auto;
    position: relative;
}

 .contenedor-slider{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 82px;
    padding-bottom: 81px;
    max-width: 1665px;
    background: #fff;
    /* position: relative; */
}

#titulo-s{
    font-size: 14px;
    text-align: left;
    color: #000;
    margin-left: 115px;
    margin-bottom: 0;
    font-family: 'Alright Sans Regular';
}

.texto-boton{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left: 115px;
    align-items: center;
}

#titulo2_s{
    text-align: left;
    font-size: 48px;
    color: #D31145;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 69px;
    font-family: 'Alright Sans Ultra';
}

#btn-s{
    width: 176px;
    height: 42px;
    padding: 10px 0;
    background: #D31145;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}



/*  */
.bodyurs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
  }

/* Slider */
.wrapperr{
    display: flex;
    width: 100%;
    position: relative !important;
}
.wrapperr i{
    top: 50%;
    height: 32px;
    width: 32px;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute !important;
    text-align: center;
    line-height: 44px;    
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    z-index: 3;
}

.wrapperr i:active{
    transform: translateY(-50%) scale(0.9);
}

.wrapperr i:first-child{
    left: 30px;
    z-index: 2;
    /* display: none; */
}
.wrapperr i:last-child{
    right: 150px !important;
    z-index: 2;
    /* left: 95%; */
    /* transform: translateX(90%); */
}
.wrapperr .carousell{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden !important;
    white-space: nowrap !important;
    scroll-behavior: smooth !important;
}


.carousell .slide {
    display: inline;
    position: relative;
    margin-left: 14px; 
    /* width: calc(100% / 3) !important;
    height: 100%; */
    
}

.slide .overlay{
    top: -221px;
    bottom: -228px !important;
    left: -1px !important;
    width: 99% !important;
    background: #000;
}

.slide:last-child .overlay{
    width: 100% !important;
}


/* Estilos para el texto que aparece sobre la imagen */
.carousell .slide .image-text {
    max-width: 300px !important;
    position: absolute;
    bottom: -900%; /* Alinea el texto en la parte inferior de la diapositiva */
    left: 0;
    right: 0;
    color: #fff; /* Color del texto */
    padding: 8px; /* Espaciado interior del texto */
    font-size: 14px; /* Tamaño de fuente del texto */
    text-align: center; /* Centra el texto horizontalmente */
    margin: 0 auto !important;
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    overflow-wrap: break-word !important;
    font-family: 'Alright Sans Ultra';
    text-transform: uppercase;
}

.carousell .slide:first-child{
    margin-left: 100px;
}

.carousell .slide:last-child{
    margin-right: 200px !important;
}

.carousell #imgg{
    object-fit: cover !important;
    user-select: none !important;
    display: inline;
    box-shadow: linear-gradient(45deg,#000,rgba(128,33,47,0));
    z-index: 2;
    /* max-width: 368.77px; */
}

.slide .slide-img{
    width: 368.77px;
}


.carousell.dragging{
    cursor: grab !important;
    scroll-behavior: auto !important;
}
.carousell.dragging #imgg{
    pointer-events: none !important;
}

/* .carousell #imgg:first-child{
    margin-left: 100px !important;
} */


.wrapperr .custom_icon_izq {
    background-image: url('../img-bloques/flecha-izq.png') !important;
    background-size: cover; 
    background-repeat: no-repeat; 
}

.wrapperr .custom_icon_der {
    background-image: url('../img-bloques/flecha-der.png') !important;
    background-size: cover; 
    background-repeat: no-repeat; 
}

@media screen and (max-width: 900px) {
    .carousell #imgg{
        width: calc(100% / 3);
    }
    .carousell .slide .image-text{
        bottom: -1000%;
    }
    .carousell .slide::before{
        padding: 62% 49.3%;
    }

}

@media screen and (max-width: 800px){

    #titulo-s{
        text-align: center;
        margin-left: 0;
    }

    .texto-boton{
        flex-direction: column;
        margin-left: 0;
        margin-bottom: 20px;
        justify-content: center;
    }
    
    #titulo2_s{
        margin-right: 0;
    }

    .wrapperr i:last-child{
        right: 30px !important;
    }

    .carousell .slide .image-text{
        bottom: -750%;
        font-size: 18px;
    }
    .carousell .slide::before{
        padding: 62% 49.3%;
    }

    .carousell .slide:first-child {
        margin-left: 66px !important;
    }
    .carousell .slide:last-child {
        margin-right: 66px !important;
    }
}

@media screen and (max-width: 670px){
    #titulo2_s{
        text-align: center;
        font-size: 36px;
    }
    .carousell #imgg {
        width: calc(100% / 2.5);
    }
    .carousell .slide:first-child {
        margin-left: 39px;
    }
    .wrapperr i:first-child {
        left: 7px;
    }
}

@media screen and (max-width: 550px) {
    .carousell #imgg{
        width: calc(100% / 1.8);
    }

    /* .carousell .slide .image-text{
        bottom: -180%;
        font-size: 7px;
    } */
    .carousell .slide:first-child {
        margin-left: 42px !important;
    }
} 

@media screen and (max-width: 410px){
    .carousell .slide .image-text{
        font-size: 15px;
    }
}

@media screen and (max-width: 374px){
    .carousell .slide .image-text {
        bottom: -700%;
    }
}