﻿.todo-full-carrusel {
    box-sizing: border-box;
    width: 100%;
    max-width: 1450px;
    height: 100vh;
    padding: 40px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 90px;
}

.container-otro-carru {
    width: 50%;
    position: relative;
}

.mySlides {
    display: none;
}

    .mySlides img {
        width: 100%;
    }

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6 ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border: solid #fff 2px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.elements {
    text-align: center;
}

.quadrate {
    cursor: pointer;
    height: 4px;
    width: 50px;
    margin: 0 2px;
    background-color: #717171;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-radius: 2px;
}

    .active, .quadrate:hover {
        background-color: #fff;
    }

@media (width:287px){
    .todo-full-carrusel{
        margin-top: -30px;
        margin-bottom: -30px;
        padding: 0;
    }
    .container-otro-carru{
        width: 90%;
    }
}

@media screen and (max-width:900px) {
    container-otro-carru {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    container-otro-carru {
        width: 100%;
    }

    .prev,
    .next {
        padding: 5px;
    }
}
