/*
.categories_info {
    text-align: center;
    margin-top: -120px;
    font-size: 2rem;
}
*/
.categories_info {
    position: relative;
    top: -3rem;
}
.categories_title {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

@media (min-width: 2400px) {
    .categories_info {
        text-align: center;
        top: -5rem;
        font-size: 5rem;
    }
}

@media (min-width: 1800px) {

    .title input {
        width: 75% !important;
    }

    .title select {
        width: 75% !important;
    }

    #liderMundial {
        font-size: 8rem !important;
    }
}

@media (min-width: 3200px) {
    .title input {
        width: 88% !important;
    }

    .title select {
        width: 88% !important;
    }
}

@media (min-width: 1600px) {
    .bottom-right {
        position: absolute;
        bottom: 8px;
        left: 55%;
    }

    #header-wrap > div {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(128, 128, 128, 0));
    }    
}

@media (min-width: 1200px) {
    #header-wrap > div {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(128, 128, 128, 0));
    }
}