﻿ 

.container__slider { 
    height: 600px;
    margin: auto;
    margin-left:-8%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

input[type=radio] {
    display: none;
}

.containerCarrusel {
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 600px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardsCarrusel {
    position: relative;
    width: 78%;
    height: 100%;
}

.cardCarrusel {
    position: absolute;
    width: 130%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.textCarrusel {
    font-size: 27px;
    width: 37%;
    color: white !important;
    font-weight: 500;
    position: relative;
    left: 10px;
    top: 18px;
}
.cardCarrusel a {
    display: contents;
}

.textURL {
    top: -142px;
    left: 21px;
    position: relative;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    background-color: transparent;
    color: #ffffffa1;
    border: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 10;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
button:focus { 
    outline: 0px auto -webkit-focus-ring-color !important;
}
.arrow:hover {
    background-color: rgba(0,0,0,0.0);
    color: #ffffff;
}

.arrow-left {
    left: 15%;
}

.arrow-right {
    right: -9%;
}



@media(max-width: 1446px) {
    .container__slider {
        scale: .6; 
    }
}
@media(max-width: 1000px) {
    .container__slider {
        scale: .5;
        margin-left: -10%;
    } 
}
 

@media(max-width: 800px) {
    .container__slider {
        scale: .44;
    }
    .textCarrusel {
        font-size: 28px;
        width: 70%;  
        margin-top: 22px; 
    }


}

@media(max-height: 500px) {
    .cardCarrusel {
        height:200%;

    }
    .container__slider {
        margin-top: -50px;
    }
}
@media(max-width: 500px) {
    .textURL {
        top: -190px !important; 
    }
}
