.app-content {
    margin-top: 65px;
    margin-bottom: 140px;
}

#hero {
    display: flex;
    flex-direction: row;
    height: 518px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 600px) {
    #hero {
        padding: 0;
        flex-direction: column;
        height: auto;
    }
}

#latest {
    overflow: hidden;
    margin-right: 9px;
    width: 100%;
    position: relative;
}

#latest.news {
    margin: 0;
    height: 518px;
}

#latest .latest-content {
    height: 100%;
    align-items: stretch;
    position: relative;
    /*margin-left: 70px;*/
    border-radius: 16px;
    overflow: hidden;
}

#latest .latest-content .slide-content {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 518px;
}

#latest .latest-content .slide-content .slide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#latest .latest-content .slide-content-title {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 15px;
    width: 100%;
    background-color: #00000027;
}

#latest .latest-content .slide-content-title .slide-title {
    font-family: "BullBold";
    font-size: 24px;
    line-height: 140%;
    text-align: end;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    margin: 0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
}

#latest .latest-content .slide-content-title .slide-title a {
    color: #ffffff;
}

#latest .controls {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 50px 0;
}

#latest .controls .control {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-radius: 0.4rem;
}

#latest .controls .control .thumb {
    width: 160px;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#latest .controls .control .thumb .slide-thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

#latest .controls .control .thumb .slide-thumb.active {
    opacity: 1;
    transition: ease;
}

#latest .controls .control .slide-control {
    cursor: pointer;
    width: 4px;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    display: flex;
}

#latest .controls .control .slide-control .slide-control-bar {
    background-color: red;
    width: 100%;
}

#latest .controls .control-more {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    text-transform: uppercase;
    font-family: "BullBold";
    font-size: 14px;
    letter-spacing: 0.04em;
    margin: 0px;
    color: #bc0108;
    border: 1px solid #dadada;
}

#latest .controls .control-more a {
    color: inherit;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}

#latest .controls .control-more:hover {
    background-color: #bc0108;
    border-color: #bc0108;
    color: #ffffff;
}

#latest .mobile-controls {
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#latest .mobile-controls .mobile-control {
    display: flex;
    width: 100%;
    overflow: hidden;
}

#latest .mobile-controls .mobile-control .mobile-slide-control {
    cursor: pointer;
    width: 100%;
    height: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    display: flex;
}

#latest .mobile-controls .mobile-control .mobile-slide-control .mobile-slide-control-bar {
    background-color: red;
    width: 0;
}

@media only screen and (max-width: 600px) {
    #latest {
        margin: 0;
        margin-bottom: 30px;
    }

    #latest .latest-content {
        margin-left: 0;
        border-radius: 0;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #latest .latest-content .slide-content-title {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        padding: 15px;
        display: flex;
        align-items: center;
    }

    #latest .latest-content .slide-content-title .slide-title {
        text-align: start;
    }

    #latest .controls {
        display: none;
    }

    #latest .mobile-controls {
        display: flex;
    }
}


.VueCarousel {
    display: flex;
    flex-direction: column;
    position: relative;
}

.VueCarousel--reverse {
    flex-direction: column-reverse;
}

.VueCarousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.VueCarousel-inner {
    display: flex;
    flex-direction: row;
    backface-visibility: hidden;
}

.VueCarousel-inner--center {
    justify-content: center;
}

#upcoming {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

#upcoming .first-match {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 33px;
    width: 457px;
    height: 189px;
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border: 1px solid #ffffff;
    margin-bottom: 35px;
}

#upcoming .first-match .stadium {
    font-family: "BullMedium";
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #636262;
}

#upcoming .first-match .championship {
    font-family: "BullMedium";
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0;
}

#upcoming .first-match .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}

#upcoming .first-match .info .shields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 130px;
}

#upcoming .first-match .info .shields .shield {
    width: 50.43px;
    height: 50.43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#upcoming .first-match .info .shields .shield img {
    height: 100%;
}

#upcoming .first-match .info .ticket {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    gap: 10px;
    width: 143px;
    height: 30px;
    border: 1px solid #bc0108;
    border-radius: 3px;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #bc0108;
    border: 1px solid #bc0108;
    color: #ffffff;
}

#upcoming .first-match .info .datetime {
    display: flex;
    flex-direction: column;
}

#upcoming .first-match .info .datetime .date {
    font-family: "BullBold";
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2c2c2c;
}

#upcoming .first-match .info .datetime .time {
    font-family: "Bull";
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #2c2c2c;
}

#upcoming .match {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 33px;
    width: 457px;
    height: 118px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
}

#upcoming .match .championship {
    font-family: "BullMedium";
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #282828;
    margin: 0;
}

#upcoming .match .stadium {
    font-family: "BullMedium";
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #636262;
    margin: 0;
}

#upcoming .match .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

#upcoming .match .info .shields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 126px;
}

#upcoming .match .info .shields .shield {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#upcoming .match .info .shields .shield img {
    height: 100%;
}

#upcoming .match .info .ticket {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    gap: 10px;
    width: 143px;
    height: 30px;
    border: 1px solid #bc0108;
    border-radius: 3px;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #bc0108;
    color: #bc0108;
}

#upcoming .match .info .ticket:hover {
    background: #bc0108;
    color: #ffffff;
}

#upcoming .match .info .datetime {
    display: flex;
    flex-direction: column;
}

#upcoming .match .info .datetime .date {
    font-family: "BullBold";
    font-size: 20.1429px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
}

#upcoming .match .info .datetime .time {
    font-family: "Bull";
    font-size: 13.4286px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #282828;
}

#upcoming .match-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#upcoming .match-header h2 {
    font-family: "BullBold";
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #bc0108;
}

#upcoming .match-header a {
    font-family: "BullBold";
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #2c2c2c;
    margin-bottom: 5px;
    border-bottom: 3px solid #2c2c2c;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    #upcoming {
        width: 100%;
    }

    #upcoming .first-match,
    #upcoming .match {
        width: 100%;
        height: auto;
    }

    #upcoming .first-match .championship,
    #upcoming .first-match .info .datetime .date {
        font-size: 18px;
    }

    #upcoming .first-match .stadium,
    #upcoming .first-match .info .datetime .time {
        font-size: 12px;
    }

    #upcoming .match .championship,
    #upcoming .match .info .datetime .date {
        font-size: 12px;
    }

    #upcoming .match .stadium,
    #upcoming .match .info .datetime .time {
        font-size: 10px;
    }

    #upcoming .first-match .info .shields {
        width: 120px;
    }

    #upcoming .first-match .info .shields.img-original {
        width: 142px;
    }

    #upcoming .match .info .shields {
        width: 100px;
    }

    #upcoming .match .info .shields.img-original {
        width: 126px;
    }

    #upcoming .first-match .info .shields .shield {
        width: 54px;
    }

    #upcoming .match .info .shields .shield {
        width: 41px;
    }

    #upcoming .first-match .info .ticket,
    #upcoming .match .info .ticket {
        font-size: 11px;
        width: 100px;
    }
}

#elenco .elenco-titulo {
    font-family: "BullBold";
    font-size: 45px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
    margin-bottom: 57.71px;
}

#elenco .elenco-content {
    margin-bottom: 59.41px;
}

#elenco .card-jogador {
    margin: 10px auto;
    position: relative;
    width: 301.56px;
    height: 480px;
    overflow: hidden;
    border-radius: 14.4028px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#elenco .card-jogador a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

#elenco .card-jogador a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#elenco .card-jogador .card-jogador-background {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 40%, #FFFFFF 100%);
    border-radius: 14.4028px;
}

#elenco .card-jogador .card-jogador-number {
    position: absolute;
    left: 0;
    top: 35px;
    padding: 10px 20px;
    background: #2c2c2c;
    border: 1.60993px solid #2c2c2c;
    border-radius: 4.8298px;
    font-family: "BullBold";
    font-size: 20px;
    line-height: 15px;
    letter-spacing: 1.80035px;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: rotate(-90deg);
}

#elenco .card-jogador .card-jogador-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    width: 100%;
}

#elenco .card-jogador .card-jogador-info .card-jogador-info-nome {
    font-family: "BullHeavy1";
    font-size: 30.7921px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #bc0108;
    padding: 0;
    margin: 0;
}

#elenco .card-jogador .card-jogador-info .card-jogador-info-posicao {
    font-family: "BullMedium";
    font-size: 21.6043px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #7B7B7B;
    padding: 0;
    margin: 0;
}

#elenco > .controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 44px auto;
}

#elenco > .slide-control {
    cursor: pointer;
    height: 6.14px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

#elenco > .slide-control::-webkit-progress-bar {
    background-color: #ECECEC;
}

#elenco > .slide-control::-webkit-progress-value {
    background-color: #bc0108;
}

#elenco > .slide-control::-moz-progress-bar {
    background-color: #bc0108;
}

#elenco > .controls button:focus {
    outline: none;
}

@media only screen and (max-width: 600px) {
    #elenco {
        margin-top: 50px;
    }

    #elenco .elenco-titulo {
        text-align: center;
        font-size: 24px;
    }
}

#shop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

#shop .shop-logo {
    width: 182.27px;
}

#shop .shop-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    gap: 32px;
    margin: 41px auto;
    flex-wrap: wrap;
}

#shop .shop-content .shop-card {
    width: 100%;
    max-width: 350px;
    background: #FFFFFF;
    border-radius: 14.4028px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    padding: 20px;
    text-align: center;
}

#shop .shop-content .shop-card a {
    text-align: center;
}

#shop .shop-content .shop-card .shop-img {
    width: 100%;
}

#shop .shop-content .shop-card .shop-card-collection {
    color: #b6b6b6;
    text-transform: uppercase;
    font-size: 14px;
    font-family: BullBold;
    text-align: center;
    margin: 20px 0;
}

#shop .shop-content .shop-card .shop-card-title {
    text-decoration: none;
    color: inherit;
    font-weight: 500 !important;
}

#shop .shop-content .shop-card .shop-card-price {
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    padding: 2px 12px;
    color: #404c58;
    font-family: BullBold;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#shop .shop-link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21.5px 35px;
    gap: 10px;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    font-family: "BullBold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    text-decoration: none;
}

#shop .shop-link:hover {
    background-color: #2c2c2c;
    color: #FFFFFF;
}

#shop .shop-link img {
    width: 11px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #shop .shop-content {
        flex-direction: column;
    }
}

#beapartner .desktop, .slide-content .desktop {
    display: flex;
}
#beapartner .mobile, .slide-content .mobile {
    display: none;
}
@media only screen and (max-width: 600px) {
    #beapartner .desktop, .slide-content .desktop {
        display: none;
    }
    #beapartner .mobile, .slide-content .mobile {
        display: flex;
    }
}