* {
    margin: 0;
    padding: 0;
}



.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 20%;
  margin: 20px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
  margin: 25px;
}




.btn-emisora {
    background-color: #6AB165;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 0.3125rem;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease;
    display: inline-block;
}

.btn-emisora:hover {
    transform: scale(1.1);
    background-color: #57bb4f;
    cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}





.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/Murales/Potrerito.jpeg);
    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;
    }
}
