footer {
    display: flex;
    background-color: #bc0108;
    position: relative;
}

footer .container {
    margin-top: -45px;
}

footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

footer .logo img {
    width: 181.7px;
}

footer .redbull {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48.61px;
    margin-bottom: 43.52px;
}

footer .sponsors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer .sponsors .sponsor-title {
    font-family: "BullThin1";
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 14px;
}

footer .sponsors .sponsor-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

footer .terms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

footer .terms .link {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Bull";
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-decoration: none;
}

footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .copyright p {
    font-family: "Bull";
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

footer .copyright p:last-child {
    font-family: "BullThin1";
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 29px;
}

footer .copyright p:last-child a {
    font-family: "BullMedium";
    text-decoration: none;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
    footer {
        text-align: center;
        padding: 0 50px 0 50px;
    }

    footer .terms {
        flex-direction: column;
    }
}


.logotipo-container .image {
    width: 100%;
}