
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root
{
    --color-bg: #121414; 
    --color-white: #e6e6e6;
    --color-gray: #313131;
    --color-orange: ;
}
p, h1, h2, h3, h4, h5, h6, small
{
    margin: 0;
    padding: 0;
}
body{
    color: var(--color-white);
    font-family: 'Oswald', sans-serif;
}

/*
main
{
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    z-index: -2;
}

main::after
{
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.9;
    background: var(--color-bg);
}
#content
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    padding: 2rem;
}
#perfil
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
#perfil img
{
 border-radius: 50%;
 border: 4px solid var(--color-white);
 width: 150px;
}
#links
{
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
#links a
{
    text-decoration: none;
    color: var(--color-white);
    background-color: #313131;
    padding: 8px 48px;
    border-radius: 8px;
    border-bottom: 3px solid var(--color-white);
}
#links a:nth-child(n+4)
{
    border-bottom: 3px solid #34af23;
}
*/


.swiper {
    width: 100%;
    height: auto;
}

.card {
    width: 300px;
}
