@media screen and (min-height: 1224px) {
    .header {
        text-align: center;
        height: 5%;
    }
    figcaption {
        top: 18%;
    }
    .home-img {
        height: 40%;
    }
    .top5 {
        height: 28%;
    }
    .alinha {
        top: 10%;
    }
    .hits {
        height: 22%;
    }
}


/* Mobile */

@media screen and (max-width: 600px) {
    .home-img {
        height: 280px;
        width: 100%;
    }
    figcaption {
        top: 85px;
    }
    figcaption h1 {
        font-size: 16px;
    }
    figcaption p {
        font-size: 12px;
    }
    figcaption form input {
        font-size: 13px;
    }
    .alinha {
        margin: 0 auto;
        width: 90%;
    }
    .triangulo-para-baixo {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid white;
    }
    .footer a {
        position: relative;
        right: 30%;
        bottom: 60%;
        font-family: 'Roboto', sans-serif;
        color: #AA1423;
        font-size: 25px;
    }
}