
@media (max-width: 991px) {

    .container {
        width: 100% !important;
        padding: 10px !important;
    }
    .col-8 {
        flex: 0 0 auto !important;
        width: 91.66666667% !important;
    }

    #trailer {
        padding-top:20px;
    }

    #about {
        padding-top: 20px;
    }

    #about img {
        margin: 50px 0;
    }

    #streamers {
        padding-top: 92px;
    }
    #streamers .header-section h2 {
        margin-bottom: 30px;
        font-size: 2rem;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .navbar-nav {
        display: flex;
        float: none;
        margin: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    ul.navbar-nav {
        justify-content: end !important;
        text-align: end;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .download-buttons-container {
        padding: 20px;
    }

    .download-button {

        padding: 15px;
        width: 250px; /* Ajustar según sea necesario */
        height: 70px; /* Ajustar según sea necesario */
        text-align: center;
    }

    .download-button span {
        font-size: 12px; /* Tamaño del texto */
    }


    .header-section h2 {
        font-size: 2rem;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    #header .logo {
        padding-top: 100px;
        padding-bottom: 145px;
        text-align: center;
    }

    .logo img {
        width: 415px;
    }

    #downloads .play-now img {
        max-width: 400px;
    }

    /*#footer .language {
        font-family: "Noto Serif", serif !important;
        color: #e1bf8c !important;

    }*/

    .fixed-top {
        left: initial !important;
    }

    #menu {
        background: none; /* Sin fondo por defecto */
        max-width: 300px;
    }

    #menu.with-bg {
        background: linear-gradient(to bottom,
        rgba(32, 14, 8, 1),
        rgba(32, 14, 8, 0.8),
        rgba(60, 25, 12, 0.8),
        rgba(60, 25, 12, 0.8),
        rgba(32, 14, 8, 0.8),
        rgba(32, 14, 8, 1));
        border-left: #806b32 solid 2px;
        border-bottom: #806b32 solid 2px;
    }


    #streamers .header-section {
        margin-top: 38px;
    }

    #streamers .header-section h2:after {
        left: 50%;
    }

    .legal h2 {
        font-size: 2rem;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
    }

}
@media (max-width: 768px) {
    /*#footer .language {
        font-family: "Noto Serif", serif !important;
        color: #e1bf8c !important;
        margin-top: -123px;
    }*/
}

@media (max-width: 566px) {
    .logo img {
        width: 90%;
    }
    #streamers .header-section h2 {
        font-size: 1.5rem;
    }
    .download-button {
        width: 95%;
        margin: 10px;
        padding: 8px;
    }

    .download-flex {
        display: inline !important;
    }

    .download-button span br {
        display: none;
    }

    .download-button span {
        font-size: 18px;
    }
    #downloads .play-now img {
        max-width: 80%;
    }
    #streamers .header-section {
        margin-top: 8px;
    }

    .header-section h2 {
        font-size: 1.8rem;
    }

}


