﻿.header-land2022 .types {
    margin-bottom: 2px;
    display: flex;
}
.header-land2022 .types p.type-game {
    color: #C30000;
    margin-right: 10px;
    font-size: 14px;
    line-height: 26px;
}

.header-land2022 .types p.type-liga {
    color: #888888;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
}

.header-land2022 {
    display: flex;
    flex-flow: column-reverse;
}

.header-land2022 img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.header-land2022 .info {
    padding: 30px 14px;
}


.header-land2022 h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    color: #888888;
}

.header-land2022 .grey {
    margin-right:6px;
    color:#888888;
}

.header-land2022 p {
    font-size: 24px;
    color: #242424;
    line-height: 32px;
}

.header-land2022 .info .equipas {
    width: fit-content;
    margin-top:30px;
}

.header-land2022 .info .equipas .eq {
    display: flex;
    width: fit-content;
    margin-bottom:35px;
}

.header-land2022 .info .equipas .eq img{
    height: auto;
    width: 65px;
}

.header-land2022 .info .equipas .eq h2 {
    margin-left: 20px;
    align-self: center;
    font-size: 36px;
    font-weight: bold;
}

.header-land2022 .info .buttons-tickets a.button {
    margin-right: 20px;
}

.header-land2022 .info .buttons-tickets a.button.premium {
    margin: 0;
}

.header-land2022 .info .buttons-tickets {
    display: flex;
    justify-content: center;
}

.header-land2022 .info .buttons-tickets .button {
    width: 156px;
}



@media screen and (min-width: 768px){
    .header-land2022 {
        display: flex;
        flex-flow: row-reverse;
    }

        .header-land2022 .grey {
            margin-right: 18px;
        }

        .header-land2022 img {
            margin: 0;
            width: 100%;
        }

        .header-land2022 .info {
            height: 500px;
            padding: 38px 43px 44px;
            display: flex;
            flex-flow: column;
            justify-content: space-between;
        }

        .header-land2022 .header-game {
            height: 500px;
            width: 42%;
        }

        .header-land2022.bancada-familia img {
            height: 100%;
            width: 100%;
        }

        .header-land2022 .header-image {
            width: 58%;
        }

        .header-land2022 .info .equipas {
            width: fit-content;
            margin-top: -10px;
        }


    .buttons-tickets {
        justify-content: left;
    }

}

@media screen and (min-width: 1240px) {

    .header-land2022 .header-game {
        width: 30%;
    }

    .header-land2022 .header-image {
        width: 70%;
    }
}