/* @media (min-width: 320px) { */

.paginacion {
    margin-top: 40px;
    width: 80%;
    height: 40px;
    margin-left: 10%;
    position: relative;
}

.paginacion ul {
    display: flex;
    align-items: center;;
    justify-content: space-evenly;
    width: 90%;
    height: 100%;
    padding: 0;
    margin-left: 5%;
    left: 0%;
    top: 0%;
    position: absolute;
    align-self: center;
}

.paginacion ul li {
    list-style: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    font-size: 18px;
}

.paginacion ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column; 
}

.paginacion ul li:hover {
    background-color: rgb(215, 215, 215);
}

.paginacion a {
    text-decoration: none;
    color: black;
}

.pagina-actual {
    background-color: rgb(210, 210, 210);
}

.arrow-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 5%;
    height: 100%;
    left: -3%;
}

.arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 5%;
    height: 100%;
    right: -3%;
}

/* } */








@media (min-width: 360px) {
/* 
    .paginacion {
        margin-top: 40px;
        width: 80%;
        height: 40px;
        margin-left: 10%;
        position: relative;
    }

    .paginacion ul {
        display: flex;
        align-items: center;;
        justify-content: space-between;
        width: 90%;
        height: 100%;
        padding: 0;
        margin-left: 5%;
        left: 0%;
        top: 0%;
        position: absolute;
        align-self: center;
    }

    .paginacion ul li {
        list-style: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: ease-in-out 0.2s;
        font-size: 18px;
    }

    .paginacion ul li a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column; 
    }

    .paginacion ul li:hover {
        background-color: rgb(215, 215, 215);
    }

    .paginacion a {
        text-decoration: none;
        color: black;
    }

    .pagina-actual {
        background-color: rgb(210, 210, 210);
    }

    .arrow-left {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 5%;
        height: 100%;
        left: -3%;
    }

    .arrow-right {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 5%;
        height: 100%;
        right: -3%;
    }
 */
}











@media (min-width: 480px) {

    .paginacion {
        margin-top: 40px;
        width: 80%;
        height: 40px;
        margin-left: 10%;
        position: relative;
    }

    .paginacion ul {
        display: flex;
        align-items: center;;
        justify-content: space-between;
        width: 90%;
        height: 100%;
        padding: 0;
        margin-left: 5%;
        left: 0%;
        top: 0%;
        position: absolute;
        align-self: center;
    }

    .paginacion ul li {
        list-style: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: ease-in-out 0.2s;
        font-size: 18px;
    }

    .paginacion ul li a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column; 
    }

    .paginacion ul li:hover {
        background-color: rgb(215, 215, 215);
    }

    .paginacion a {
        text-decoration: none;
        color: black;
    }

    .pagina-actual {
        background-color: rgb(210, 210, 210);
    }

    .arrow-left {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 5%;
        height: 100%;
        left: -3%;
    }

    .arrow-right {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 5%;
        height: 100%;
        right: -3%;
    }

}