@media (max-width: 700px)
{
    .float
    {
        bottom:20px;
	    right:20px;
    }
}
@media (max-width: 990px) {
    .navbar-expand-lg {
        display: none !important;
    }

    .one,
    .two,
    .three {
        background-color: #fff;
        height: 5px;
        width: 100%;
        margin: 6px auto;

        transition-duration: 0.3s;
        
    }

    .menu-toggle {
        width: 40px;
        height: 30px;
        margin-right: 20px;
        cursor: pointer;
    }

    /* fullscreen */
    .menu-section.on {
        position: absolute;
        top:0;
        left:0;
        
        width: 100vw;
        height: 100vh;

        background-color:  rgba(40, 42, 54, 1.8);
        
        z-index: 10;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-section.on .navbar-expand-lg {
        display: block !important;
        position: absolute;
    }

    .menu-section.on .menu-toggle {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .menu-section.on .menu-toggle .one {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .menu-section.on .menu-toggle .two {
        opacity: 0;
    }

    .menu-section.on .menu-toggle .three {
        transform: rotate(-45deg) translate(8px, -9px);
    }

    .menu-section.on nav ul {
        margin-top: 2rem;
        text-align: center;
        display: block;
        flex-direction: column;
    }

    .menu-section.on nav ul a{
        transition-duration: 0.5s;
        font-size: 1.5rem;
        display: block;
        
    }

}


@media (max-width: 1100px)
{
    #world-cup, #euro-cup, #premier-ship, #super-league, #express-cup {
        font-size: 14px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .campeonatos {
        padding: 15px 0 !important;
    }

    .campeonatos li img {
        height: auto !important;
        width: 90px !important;
        margin: 0 !important;
    }
}