.container-icon {
    background: linear-gradient(180deg, #3C3737 -19.56%, rgba(49, 45, 45, 0) 100%);
    height: 10vh;
}

.icon-budweiser {
    position: relative;
    left: 5%;
    top: 30px;
}

.container-nopermisos {
    /* background-image: url('../img/resultados/background_nopermisos.png'); */
    background: linear-gradient(180deg, #DC0019 0%, #A50005 100%);
    height: 100%;
    backdrop-filter: contrast(0.5);
    background-size: cover;
    width: 100%;
}

.nopermisos-container-white {
    background: #fff;
    width: 40%!important;
    border-radius: 23px;
    padding: 30px 30px 15px 30px;
    margin: auto;
}

h1.no-permissions.white.font-title {
    color: #DC0019;
    text-transform: uppercase;
}

h1.no-permissions-co.white.font-title {
    color: #DC0019;
    text-transform: uppercase;
}

h1.no-permissions-ar.white.font-title {
    color: #DC0019;
    text-transform: uppercase;
}

h1.no-permissions-gb.white.font-title {
    color: #DC0019;
    text-transform: uppercase;
}

h1.no-permissions-br.white.font-title {
    color: #DC0019;
    text-transform: uppercase;
}

p.no-permissions-subtext.white.font-regular {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

p.no-permissions-subtext-co.white.font-regular {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

p.no-permissions-subtext-ar.white.font-regular {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

p.no-permissions-subtext-gb.white.font-regular {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

p.no-permissions-subtext-br.white.font-regular {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

h1.central-side-title.white.font-title {
    text-transform: uppercase;
    margin-top: 2%;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
}

p.central-side-text.white.font-regular {
    font-size: 20px;
}

img.no-permisos-fifabudweiser {
    width: 25%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 2%;
}

a.nopermisos-button {
    background: #DC0019;
    margin: 30px auto;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 182px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.terminosycondiciones-container-white {
    background: #fff;
    width: 80%!important;
    border-radius: 23px;
    padding: 30px 60px 15px 60px!important;
    margin: auto;
}