.vallasection {
    height: 90vh;
    display: flex;
    margin-top: 1%;
    margin-left: 2%;
}

.container-carousel {
    position: relative;
    width: 25%;
    height: 100%;
    background-color: #e0e0e0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;
}

.carruseles {
    width: 500%;
    height: 100%;
    display: flex;
}

.slider-section {
    width: 100%;
    height: 100%;
}

.slidevideo {
    width: 20%;
    height: 60%;
}

.slider-section video {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0, -50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #333333d4;
    color: #fff;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}

.vallafija {
    margin-left: 30%;
    margin-top: -41%;
}

.vallafija2 {
    margin-left: 30%;
}

.valla1 {
    border-radius: 10px;
    width: 80%;
    height: 280px;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

.valla2 {
    border-radius: 10px;
    width: 80%;
    height: 280px;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}


/******************VALLARESPONSIVE*********************/

@media (min-width:538px)and (max-width:651px) {
    .valla1 {
        margin-top: 300px !important;
    }
}

@media (min-width:652px)and (max-width:767px) {
    .valla1 {
        margin-top: 400px !important;
    }
}

@media (min-width:768px)and (max-width:877px) {
    .valla1 {
        margin-top: 500px !important;
    }
}

@media (min-width:878px)and (max-width:979px) {
    .valla1 {
        margin-top: 600px !important;
    }
}

@media (min-width:980px)and (max-width:1079px) {
    .valla1 {
        margin-top: 700px !important;
    }
    .container-carousel {
        margin-top: 5% !important;
        margin-bottom: 10% !important;
    }
}

@media (max-width:1080px) {
    .vallasection {
        height: 90vh;
        display: flex;
        margin-top: 1%;
        margin-left: 2%;
    }
    .container-carousel {
        margin-top: 20%;
        margin-left: 25%;
        position: relative;
        height: 50%;
        background-color: #e0e0e0;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
        border-radius: 15px;
        overflow: hidden;
        width: 50%;
    }
    .carruseles {
        width: 500%;
        height: 100%;
        display: flex;
    }
    .slider-section {
        width: 100%;
        height: 100%;
    }
    .slidevideo {
        width: 20%;
        height: 70%;
    }
    .slider-section video {
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
    .btn-left,
    .btn-right {
        display: flex;
        position: absolute;
        top: 50%;
        font-size: 1.5rem;
        background-color: transparent;
        border-radius: 50%;
        padding: 5px;
        font-weight: 600;
        cursor: pointer;
        color: #ffffff81;
        transform: translate(0, -50%);
        transition: .5s ease;
        user-select: none;
    }
    .btn-left:hover,
    .btn-right:hover {
        background-color: #333333d4;
        color: #fff;
    }
    .btn-left {
        left: 10px;
    }
    .btn-right {
        right: 10px;
    }
    .vallafija {
        margin-left: 5%;
        margin-top: -85%;
    }
    .vallafija2 {
        margin-top: 2%;
        margin-left: 5%;
    }
    .valla1 {
        margin-top: 200px;
        border-radius: 10px;
        width: 95%;
        height: 200px;
        -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    }
    .valla2 {
        border-radius: 10px;
        width: 95%;
        height: 200px;
        -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    }
}