@media (max-width: 440px) {
    .carousel-inner {
    width: auto;
    height: 300px;      
    }
    .carousel-caption img{
        height: 100px;
        width: auto;
    }
    .carousel-caption h2{
        font-size: 20px;
        font-weight: bold;
    }
    .redes-sociais li{
        margin-right: 5%;
    }
}

@media (max-width: 440px) {
    #index-hero .hero-img-esportes{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }
    #index-hero .hero-img-esportes img{
        width: 80px;
        height: auto;
    }
    #index-hero h2{
        font-size: 20px;
    }
    #index-hero img{
        width: 300px;
        margin-top: 3%;
    }
    #index-hero .linha-vermelha p{
        font-size: 18px;
    }
}

@media (max-width: 440px) {
    #index-destaques h3 {
        font-size: 14px;
    }
    #index-destaques .slide-content h2 {
        font-size: 20px;
    }
    #index-destaques img{
        height: 200px;
    }
}



