* {
    margin: 0;
    padding: 0;
}
.video-tittle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.section-tittle {
    position: absolute;
}
.video-info {
    display: flex;
    width: 100%;
}
.plantilla-sections {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;  
}
.info-container-sports {
    display: flex;
    flex-direction: column;
    margin: 1em;
    align-items: center;
    justify-content: center     ;
    gap: 1em;
}
.paragraph-container {
    display: flex;
    padding: 2em;
    text-align: justify;
}
.otherinfo-container {
    display: flex;
    align-items: center;
    padding: 1em;
    overflow: hidden;
}
.image-about {
    width: 100%;
    height: 15em;
    margin-right: 10em;
}
.plantilla2-sections {
    display: flex;
    justify-content: center;
    background-image: url(../../assets/images/aliados.jpg);
    color: aliceblue;
    flex-direction: column;
}
.sports-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.tittle-sport-container {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 5em;
}
.cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1em;
    padding: 1em;
    width: 100%;
    overflow: hidden;
    height: 35em;
}
.img-container{
    display: flex;
    width: 15em;
    height: 25em;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 2em;
    overflow: hidden;
    height: 18em;
    gap: 1em;
}
.sport-img{
    width: 100%;
    height: auto;
}
.slider-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.tittle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20em;
}
.video-info2 {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.video-section2 {
    display: flex;
    width: 100hv;
}
@media (min-width: 481px) and (max-width: 768px) {
    .info-container-sports {
        flex-direction: column;
        width: 30em;
        margin: 1em;
        align-items: center;
        gap: 1em;
    }
    .otherinfo-container {
        display: flex;
        padding: 1em;
        width: 25em;
        height: 25  em;
        overflow: hidden;
    }
    .plantilla2-sections {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    .cards {
        display: flex;
        width: 20em;
        height: 30em;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .info-container-sports {
        flex-direction: column;
        width: 25em;
        margin: 1em;
        align-items: center;
        gap: 1em;
    }
    .otherinfo-container {
        display: flex;
        padding: 1em;
        width: 25em;
        height: 25em;
        overflow: hidden;
    }
    .plantilla2-sections {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    .cards {
        display: flex;
        width: 20em;
        height: 30em;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .info-container-sports {
        flex-direction: column;
        width: 30em;
        margin: 1em;
        align-items: center;
        gap: 1em;
    }
    .video-tittle-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        height: 40em;
    }
    .otherinfo-container {
        display: flex;
        padding: 1em;
        width: 25em;
        height: 25  em;
        overflow: hidden;
    }
    .plantilla2-sections {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
    .cards {
        display: flex;
        width: 25em;
        height: 35em;
    }
}
@media (min-width: 1201px) {
    .info-container-sports {
        flex-direction: column;
        width: 40em;
        height: 40em;
        margin: 1em;
        align-items: center;
        gap: 1em;
    }
    .otherinfo-container {
        display: flex;
        padding: 1em;
        width: 25em;
        overflow: hidden;
    }
    .plantilla2-sections {
        display: flex;
        flex-direction: row-reverse;
        background-size: 100%;
        flex-wrap: wrap-reverse;
    }
    .cards {
        display: flex;
        width: 25em;
        height: 35em;
    }
    .video-tittle-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        height: 40em;
    }
}
