/* CSS */
.sliderthree-n{
    margin-top: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.slider_three{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 1366px;
    height: 625px;
}

.slider_three h1{
    color: #BA0C2F;
    font-size: 26px;
    text-align: left;
    margin-bottom: 35px;
    margin-left: 115px;
    margin-top: 0px;
    font-family: 'Alright Sans Black';
}

.slider-container-three {
    position: relative;
    width: 100%;
    height: 405px;
    max-width: 1251px;
    margin-top: 0px;
    margin-left: 115px;
    margin-bottom: 0px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
}

.slider_three_t {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    margin-left: 0px;
    z-index: 200;
}

.slider_three .slider-card-three {
    width: 272px;
    height: 390px;
    margin-right: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: cover;
    z-index: 100;
    position: relative;
    transition: background-size 0.5s ease-in-out;
}

.slider_three .slider-card-three .sombreado{
    background: linear-gradient(45deg, black 0%, rgba(128, 33, 47, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    border-radius: 5px;
}
.slider_three .slider-card-three .content_three{
    z-index: 200;
}

.slider_three .one-card{
    border: solid 1px #000 !important;
    background-size: auto;
}

.slider_three .one-card .sombreado{
    border-radius: 20px;
}

.slider_three .slider-card-three:first-child{
    margin-left: 0px;
    border-radius: 20px;
}

.slider_three .slider-card-three h2{
    display: flex;
    align-items: end;
    font-size: 22px;
    text-align: left;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    max-width: 220px;
    margin-bottom: 12px;
}

.slider_three .slider-card-three p{
    font-size: 14px;
    text-align: left;
    color: #fff;
    max-width: 220px;
    margin-bottom: 16px;
    font-family: 'Alright Sans Medium';
}

.slider_three .slider-card-three a{
    width: 100%;
    max-width: 156px;
    max-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #BA0C2F;
    font-size: 14px;
    opacity: 1;
    border-radius: 20px;
    padding: 11px;
    font-weight: 900;
    margin-bottom: -43px;
    transition: 0.5s ease-in-out;
}
.slider_three .slider-card-three:hover a{
    margin-bottom: 32px;
    opacity: 1;
}

.slider_three .slider-card-three:hover{
    background-size: 110%;
    transition: background-size 0.5s ease-in-out;
    z-index: 200;
}

.slider_three .one-card:hover{
    background-size: auto !important;
}


.slider_three .slider-card-three a img{
    width: 18px;
    height: 11px;
    margin-left: 11px;
}


/* .slider-image {
    max-width: 190px;
    max-height: 86px;
} */


.slider-btn-three:last-child svg{
    fill: red;
}

.prev-btn-three {
    left: 10px;
    background-image: url("../images-reskin/black-arrow-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: rotate(180deg);
    opacity: 0;
}

.btn_a{
    opacity: 1;
}

.prev-btn-three:focus{
    outline: none;
}

.next-btn-three {
    background-image: url("../images-reskin/black-arrow-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.next-btn-three:focus{
    outline: none;
}

.slider-btn-three {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
    right: 61px;
}


.slider_three .controls_btn{
    display: flex;
    width: 130%;
    max-width: 1735px;
    justify-content: space-between;
    position: absolute;
    margin-right: 449px;
    margin-top: 60px;
    margin-left: 59px;
    z-index: 1000;
}

.slider_three .controls_btn .control_btn{
    display: flex;
    justify-content: space-between;
    width: 72%;
    margin-left: 49px;
}

/*  */

.circle_controls .slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.circle_controls .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb; /* Color del círculo inactivo */
    margin: 0 5px;
    cursor: pointer;
}

.circle_controls .slider-dot.active {
    background-color: #333; /* Color del círculo activo */
}


/*  */
@media screen and (max-width: 1024px){
    .slider_three .slider-card-three{
        width: 250px;
        height: 368px;
    }
    .slider-container-three{
        height: 378px;
        margin-left: 40px;
    }
    .slider_three h1{
        margin-left: 40px;
    }
    .slider_three .controls_btn {
        margin-left: -19px;
    }
    /* .slider_three .slider-card-three:hover{
        width: 260px !important;
        height: 378px !important;
    } */

}

@media screen and (max-width: 880px){
    .slider_three .slider-card-three{
        width: 230px;
        height: 348px;
    }
    .slider-container-three{
        height: 358px;
    }
    /* .slider_three .slider-card-three:hover{
        width: 240px !important;
        height: 358px !important;
    } */
    .slider_three .slider-card-three h2{
        font-size: 17px;
        max-width: 180px;
    }
    .slider_three .slider-card-three p{
        font-size: 13px;
        max-width: 180px;
    }
    .slider_three .controls_btn{
        margin-top: 40px;
    }
    
}

@media screen and (max-width: 800px){
    .slider_three .slider-card-three{
        width: 210px;
        height: 328px;
    }
    .slider-container-three{
        height: 338px;
    }
    /* .slider_three .slider-card-three:hover{
        width: 220px !important;
        height: 338px !important;
    } */
}

@media screen and (max-width: 530px){
    .slider-container-three{
        margin-left: 15px;
    }
    .slider_three h1{
        margin-left: 15px;
    }
    .slider_three .controls_btn{
        margin-top: 20px;
    }
}

@media screen and (max-width: 430px){
    .next-btn-three{
        right: 2px !important;
    }
    .prev-btn-three{
        left: -13px !important;
    }
}

/*  */
@media screen and (max-width: 768px){
    .circle_controls{
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .slider_three .slider-card-three a{
        margin-bottom: 32px !important;
    }
    .slider_three .controls_btn{
        display: none !important;
    }
    .slider_three .slider-card-three:hover{
        background-size: cover !important;
    }
    .slider_three .one-card:hover{
        background-size: auto !important;
    }
}

@media screen and (min-width: 1367px){
    .slider_three{
        max-width: 100% !important;
    }
    .slider-container-three{
        max-width: 100% !important;
    }
}

@media screen and (min-width: 2000px){
    .slider-btn-three{
        right: -540px !important;
    }
}