<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.size350 {
  max-width: 350px;
  max-height: 197;
  object-fit: cover;
}
#vivoIcon {
  height: 100%;
  width: 4em;
  margin-left: 0.4em;
  border-radius: 20%;
  margin-top: 0.3em;
}
.video img,
.separador img {
  object-fit: contain;
  height: 100%;
  width: 1.5em;
  margin-left: 0.4em;
}
#vivoTexto {
    color: #fff;
}
.minuto-a-minuto {
  list-style: none;
  margin: 4%;
  display: block;
}

.minuto-a-minuto h2 {
  color: #043959;
  text-align: center;
  font-family: 'Archivo Black', sans-serif;
}

.minuto-a-minuto span {
  color: rgb(34, 33, 33);
  font-weight: 500;
}

.minuto-a-minuto li {
  background-color: #fff;
  height: 2em;
  line-height: 2em;
  padding-left: 1em;
    text-align: left;
    
}

.minuto-a-minuto .minuto {
  color: #fff;
  background-color: #666;
  text-align: left;
  padding: 0.2em;
  border-radius: 0.2em;
  margin-right: .5em;
}
.minuto-a-minuto .descripcion {
}

.minuto-a-minuto li:nth-child(2n) {
  background-color: #a8a8a8;
}

.minuto-a-minuto li.gol {
  background-color: rgba(66, 66, 66, 0.7);
}

.minuto-a-minuto .gol span {
  color: #fff;
  font-weight: bold;
}

.video {
  margin: 4%;
}
.video h2 {
  color: #fff;
  text-align: center;
}
.video ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.video li {
  width: 350px;
  object-fit: contain;
  align-self: center;
  margin-top: 0.8em;
  margin-bottom: 1em;
}
.video li img {
    margin: 0;
    padding: 0;
    width: 350px;
}


.grid{
  justify-content: center;
  background-color: rgb(104,136,155,.75);
    padding-bottom: 1em;
}
.grid ul {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.grid ul li {
  width: 48%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.7rem;
min-height: 12em;
    
}

.grid ul li img {
  width: 100%;
  height: auto;
}

.grid ul li article h4 img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.grid ul li article h4 span {
  font-weight: 900;
  /* color: rgba(66, 66, 66, 0.7); */
}


#iconos {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#iconos ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

#iconos ul li {
  justify-content: space-between;
}

#iconos ul li a {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}


.comentarios {
  list-style: none;
  margin: 4%;
  display: block;
    background-color: rgba(104, 136, 155, .3);
    border-radius: 1em;
    padding: .3em 1em;
}


.comentarios h2 {
  color: #fff;
 text-align: left;
 
}

.comentarios span {
  color: #fff;
  font-weight: 500;
}

.comentarios li {
 display: flex; 
 margin: 1em 0 1em 0;
color: #ffffff;
align-items: center;
    
  
 }

.imagen {
  max-width: 2em;
  border-radius: 50%;
    margin-right: .5em;
 
  
}
.comentarios .descripcion {
  text-align: left;
}

strong{
    color: #a8a8a8;
}


/*------------------------------------
videos anteriores
------------------------------------*/

.revivi {
  justify-content: center;
  background-color: rgb(104,136,155,.75);
    padding: 1em 0;
}

.revivi ul {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.revivi ul li {
  width: 48%;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 0.7rem;
    
}

.descripcionvideo {
    margin-left: 1em;
    min-width: 90%;
    line-height: 1em;
    color: #043959
    
}

#titulovideo {
    font-weight: 900;
    color: #ffffff;
    padding: .5em 0;
}

</pre></body></html>