
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* -------------------- Boton arriba ------------------------ 
.ir-arriba{
    position: fixed;
    background-color: rgba(44, 44, 44, 0.736);
    margin: auto;
    display: flex;
    bottom: 1%;
    right: 1%;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 50%;
    transition: 0.5s;
}
.ir-arriba:hover {
    background: white;
    color: rgb(27, 27, 27);
    border-radius: 1px solid black;
}

@media (max-width: 550px) {
    .ir-arriba {
        scale: 1.2;
    }
    .letra-boton {
        display: none;
    }
}

a {
    text-decoration: none;
    color: white;
}
a:hover {
    color: white;
}
*/
/* ------------------------------ Portada ----------------------------- */
.lc-portada{
    padding: 0;
    border-bottom: 4px solid rgb(39, 37, 37);
    background-color: #2b1131;
    background-size: cover;
    height: 100%;
    align-items: center;
}
.lc-portada p {
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: 1px;
}

.lc-estadio,
.lc-portada span {
    font-size: 12px;
}

.lc-4-partidos {
    width: 100%;
    user-select: none;
}

@media (max-width: 1200px) {
    .lc-portada {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    .carousel-inner p{
        display: none;
    }
    .lc-header-partidos {
        flex-direction: row;
    }

    .lc-4-partidos {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 100vw;
    width: 80vw;
    }
}
@media (max-width: 768px) {
    .lc-4-partidos {
        flex-direction: column;
        width: 100vw;
    }
}
.carousel {
    height: 100%;
    width: 100%;
}
.lc-carousel-portada {
    align-items: flex-end;

}

.lc-texto-noticias-portada{
    background: rgb(85,0,101);
    background: linear-gradient(0deg, rgba(84, 0, 101, 0.850) 0%, rgba(84, 0, 101, 0.500) 25%, rgba(85, 0, 101, 0.150) 85%, rgba(255, 255, 255, 0) 99%);
    color: rgb(235, 235, 235);
    text-shadow: 1px 1px 2px #2a2929, -1px 1px 2px #2a2929, -1px -1px 2px #2a2929, 1px -1px 2px #2a2929, 1px -1px 2px #2a2929;

}
.lc-carousel-portada h2{
    display: flex;
    align-items: flex-end;
    font-size: 3rem;
    overflow: hidden;
    user-select: none;
}


@media (max-width: 1250px) {
    .lc-carousel-portada h2 {
        font-size: 2rem;
    }
}
@media (max-width: 580px) {
    .lc-carousel-portada h2 {
        font-size: 1.2rem;
    }
}

.section-1 {
    height: 100vh;
    background-color: rgba(255, 0, 0, 0.337);
}


/* ---------------- grupos ------------------ */

.lc-grupos {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.lc-grupos h2{
    text-align: center;
    margin-top: 20px;
    font-size: 3rem;
    text-shadow: 2px 2px 2px #4d4c4c, -2px 2px 2px #4d4c4c, -2px -2px 2px #4d4c4c, 2px -2px 2px #4d4c4c, 2px -2px 2px #4d4c4c;
}
@media (max-width: 500px) {
    .lc-grupos h2{
        font-size: 2rem;
    }
}
.lc-grupos h5 {
    position: absolute;
    top: 0%;
}
.card-G {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.card-G:hover {
    transition: 0.5s;
    scale: 1.15;
    user-select: none;
}





/*  -----------------      Jose        --------------------------*/








/* -------------------- Quienes somos? ------------------------ */

/*
.fijotop {
    position: sticky;
    top: 0;
    z-index: 2;
}
*/

/* --------------------------------------- Augusto ----------------------------------------- */

.ac-card{
    background:linear-gradient( #550065, rgb(70, 0, 101), #020f2a);
}


