html,
body {
    font-family: "Montserrat", serif;
    background-color: #000000;
}

body {
    background: url(../img/bg.avif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

header {
    padding: 1.5rem 0;
}

header a.nav-link {
    font-size: .875rem;
}

header ul.navbar-nav {
    padding: .5rem 3.125rem;
    border-radius: 2rem;
    border: 1px solid #360588;
    background: rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 15px 0px rgba(71, 3, 166, 0.25);
    backdrop-filter: blur(.75rem);
}

header ul.navbar-nav li.nav-item {
    text-align: center;
}

header ul.navbar-nav li:first-child {
    margin-right: 1.5rem;
}

p.conectado {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}

ul.social_media {
    width: auto;
    margin: 0;
    padding: 0;
}

ul.social_media li {
    list-style: none;
}

@media (max-width: 576px) {
    section#content {
        width: 100%;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
    html{
        font-size: 14px;
    }
    .container-fluid{
        width: calc(95%);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html{
        font-size: 14px;
    }
    .container {
        height: 100%;
    }
    .container-fluid{
        width: calc(95%);
        height: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html{
        font-size: 14px;
    }
    .container-fluid{
        width: calc(100% - 70px);
        /* max-width: 876px; */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html{
        font-size: 14px;
    }
    .container-fluid{
        width: calc(100% - 140px);
        /* max-width: calc(1060px + 1.5rem); */
    }
}

    /* Extra Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px){
    html{
        font-size: 16px;
    }
    .container-fluid{
        width: calc(100% - 140px);
        max-width: calc(1400px + 1.5rem);
    }
}

@media (min-width: 1921px) {
    .container-fluid {
        width: calc(100% - 140px);
        max-width: calc(1900px + 1.5rem);
    }
}
