.bold-text {
    font-family: "Gotham-Black";
    color: white;
}
.text {
    font-family: "Gotham-Book";
    color: white;
}
.highlight-text {
    font-family: "Gotham-Black";
    color: #30d87b;
}
#deportes-page-mb {
    padding: 50px 40px;
}
#deportes-page-mb > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#deportes-page-mb img {
    width: 25%;
    max-width: 100px;
}
#deportes-page-mb h2 {
    width: 70%;
    font-size: 6.5vw;
}
#deportes-page-mb h1 {
    padding: 20px;
    font-size: 6vw;
}
#deportes-page-dk {
    display: none;
}
@media screen and (max-width: 350px) {
    #deportes-page-mb {
        padding: 30px 0px 30px 15px;
    }
}
@media screen and (min-width: 351px) and (max-width: 400px) {
    #deportes-page-mb {
        padding: 50px 20px;
    }
}
@media screen and (min-width: 601px) {
    #deportes-page-mb {
        display: none;
    }
    #deportes-page-dk {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #deportes-page-dk img {
        width: 150px;
        margin-right: 2vw;
    }
    #deportes-page-dk h2 {
        font-size: 40px;
    }
    #deportes-page-dk h1 {
        font-size: 36px;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
    main.mt50 {
        margin-top: 80px;
    }
}
@media screen and (min-width: 601px) and (max-width: 880px) {
    #deportes-page-dk h2 {
        font-size: 4.5vw;
    }
    #deportes-page-dk h1 {
            font-size: 3.5vw;
    }
}