.g--main-card {
    border: 1px solid #000;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0em 1rem;
}
.g--moreNews{
    color:black;
    transition:none;
}
.g--moreNews:hover{
    color:white;
    transition:none;
}
.g--main-card__title {
    font-family: 'Inter';
    font-weight: bold;
    color: #000 !important;
    min-height: 100px !important;
}

.g--main-card__date {
    font-family: 'Inter';
    color: var(--main-grey);
    margin-bottom: 0 !important;
    opacity: 0.7;
    font-weight: bolder;
}

.g--main-card__lineUp,
.g--main-card__sponsor {
    width: 100%;
    margin: 0px !important;
    aspect-ratio: 1.06/1;
    background-repeat: no-repeat;
    background-size: cover;
}

.g--main-card:hover {
    box-shadow: -3px 3px 0px 3px #000;
    transform: translate(10px, -15px);
    /* border-radius: 4px 0px 4px 0px; */
}

.g--main-card__img {
    aspect-ratio: 3.51/1;
    object-fit: cover;
}

/*detalles de los bordes rectos */
.g--cut-corner-top-left {
    position: absolute;
    top: -2px;
    left: -10px;
    display: block;
    z-index: 2;
    background: transparent;
    width: 10px;
    height: 10px;
}

.g--cut-corner-bottom-right {
    position: absolute;
    bottom: -9px;
    right: -3px;
    display: block;
    z-index: 2;
    rotate: 180deg;
    width: 10px;
    height: 10px;
}

@media (min-width: 300px) and (max-width: 480px) {
    /**All movil**/
    .g--main-card {
        margin: 0em 2rem;
    }
}

@media (min-width: 1001px) {
    /**All desktop**/
    .g--main-card__title-news-right {
        min-height: 0px !important;
    }

    .g--main-card__date-news-big {
        position: absolute;
        bottom: 0px;
        padding-bottom: 1rem;
    }
}