* {
    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;
}

.text-block {
  background-color: rgba(0, 0, 0, 0.89) !important;
  color: white !important;
  padding: 25px;
}




.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/Nature/charcos.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;
}


/* Slideshow */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: #000000d7;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



@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;
    }
}
