
#nav-slider
{
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 4px;
padding: 0;
justify-content: space-between;
}
#nav-slider li
{
display: block;
width: fit-content;
font-family: "Obibok", Sans-serif;
color: var(--green-dark);
font-weight: 300;
cursor: pointer;
font-size: 12px
}

#nav-slider li:hover
{
color: #B9C2AD;
}

/*------------*/

#yaguarete-slider
{
    width: 100%;
    max-width: 840px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    cursor:grab;
    padding-bottom: 40px;
}
#yaguarete-slider::-webkit-scrollbar{
    height: 5px;
    border-bottom: 2px solid var(--green-dark);
}
#yaguarete-slider::-webkit-scrollbar-thumb{
    background-color: var(--green-dark);
    border-radius: 5px;
}

#yaguarete-slider article:first-child
{
    margin-left: 20px;
}

#yaguarete-slider article:last-child
{
    margin-right: 20px;
}

#yaguarete-slider article
{
    padding: 30px;
    padding-top: 25px;
    border-radius: 30px;
    min-width: 360px;
    max-width: 360px;
    height: 560px;
    background-color: #3B3B3B;
    color: #fff;
    gap: 50px;
    position: relative;
}
#yaguarete-slider h3, #yaguarete-slider p, #yaguarete-slider a
{
    font-family: "Obibok", Sans-serif;
    color: #B9C2AD;
}
#yaguarete-slider h3{
    font-size: 20px;
}

#yaguarete-slider p
{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
}

#yaguarete-slider a
{
    font-size: 16px;
}

#yaguarete-slider hr
{
    margin: 15px 0px;
}
#yaguarete-slider hr
{
    width: 10px;
}

#yaguarete-slider a{
    color: inherit;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
}
#yaguarete-slider a:hover{
    color: #B9C2AD;
    border-color: #B9C2AD;
}
    
/*------------------*/

#yaguarete-slider-clientes
{
    width: 100%;
    max-width: 840px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    cursor:grab;
    padding-bottom: 40px;
                
}
#yaguarete-slider-clientes::-webkit-scrollbar{
    height: 5px;
    border-bottom: 2px solid var(--green-dark);
}
#yaguarete-slider-clientes::-webkit-scrollbar-thumb{
    background-color: var(--green-dark);
    border-radius: 5px;
}

#yaguarete-slider-clientes article:first-child
{
    margin-left: 20px;
}

#yaguarete-slider-clientes article:last-child
{
    margin-right: 20px;
}

#yaguarete-slider-clientes article
{
    padding: 30px;
    padding-top: 15px;
    border-radius: 30px;
    min-width: 260px;
    max-width: 260px;
    height: 500px;
    background-color: #fff;
    color: #fff;
    gap: 50px;
    position: relative;
}
#yaguarete-slider-clientes picture
{
    display: block;
    width: 80%;
    margin: 0px auto 20px auto;
    height: 200px;
    overflow: hidden;
}
#yaguarete-slider-clientes picture img 
{
    display: block;
    width: 100%;
    max-width: max-content;
    max-height: 160px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#yaguarete-slider-clientes h3, #yaguarete-slider-clientes p, #yaguarete-slider-clientes a
{
    font-family: "Obibok", Sans-serif;
    color: var(--green-dark);
    user-select: none;
}
#yaguarete-slider-clientes h3{
    font-size: 20px;
}

#yaguarete-slider-clientes p
{
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

#yaguarete-slider-clientes a
{
    font-size: 16px;
}

#yaguarete-slider-clientes hr
{
    margin: 15px 0px;
}
#yaguarete-slider-clientes hr
{
    width: 10px;
}

#yaguarete-slider-clientes a{
    color: #DAD5D2;
    padding: 5px 15px;
    border: 1px solid #DAD5D2;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
}
#yaguarete-slider-clientes a:hover{
    color: #B9C2AD;
    border-color: #B9C2AD;
}
#artcomics-logo
{
    width: 75% !important;
    margin: auto !important;
}

@media (max-width: 576px) {
    #yaguarete-slider article
    {
        min-width: 300px;
        max-width: 300px;
        height: 520px;
    }
    #yaguarete-slider article:first-child
    {
        margin-left: 0px;
    }
    
    #yaguarete-slider p
    {
        font-size: 13px;
    }
    
    #yaguarete-slider-clientes article:first-child
    {
        margin-left: 0px;
    }
}