@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700');

body {
    font-family: 'Roboto', sans-serif;
}

p, h1, h2, h3, h4, h5, h6, a {
    font-family: 'Roboto Slab', serif;
}

#barraMenuDeporte ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
}

.titleBarraDeportes h3,
.titleBarraDeportes h3,
#adplSection .adplTitle p,
#moreLeidoDeportes h3,
.titleEquipo h3,
.nameDeporte h3,
#moreComentadoDeportes h3,
.escuchaRadio p,
#moreLeidoDeportes .moreReadDep .cantVistas,
#sectionBasquetbol .nameDeporte h3 a span {
    font-family: 'Roboto', sans-serif;
}

.verMasDeporte {
    padding: 10px 19px 10px 18px;
}

#scrollDeportes article {
    padding: 10px;
    margin-bottom: 1px;
}

.todoSeccion .listaConImagen .notaConImagen {
    padding: 10px;
}
#futbolNacional #colocolo article,
#futbolNacional #universidadCatolica article, 
#futbolNacional #universidadDeChile article {
    margin-bottom: 1px;
}
#ultimoSectionDeporte .notaConImagen,
#futbolInternacional .notaConImagen {
    padding: 10px;
}
#sectionBasquetbol,
#sectionTenis,
#sectionMotor {
    padding-bottom: 0;
}

#sectionBasquetbol {
    margin-top: 15px;
}

ul#posts-tendencias li h3, ul#posts-tendencias li h1 {
    font-family: 'Roboto Slab', serif;
}
#noticia .contentNota {
    padding: 20px;
}
#noticia h1 {
    padding: 0 1.5rem 1rem 1.5rem;
}
#noticia .contentNota p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
}
#noticia .contFecha .fechaPublicacion {
    padding: 0 0 0 1.5rem;
}
ul#posts-tendencias li h3, ul#posts-tendencias li h1 {
    padding: 0;
}

.lee-tambien-bbcl {
    margin-bottom: 1rem;
}
.lee-tambien-bbcl .lee-tambien-caja {
    border: 1px solid rgba(0,0,0, .3);
    padding: 1rem;
    min-height: 112px;
}
.lee-tambien-bbcl .lee-tambien-img {
    float: left;
    width: 110px;
    height: 90px;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
    margin-bottom: 0;
}
.lee-tambien-bbcl .lee-tambien-titular {
    line-height: 1rem;
}
.cita-bbcl {
    border: 3px solid #DAE4EB;
    width: 100%;
    color: #1C2E4F;
    background-color: #fff;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 40px 0;
}

.cita-bbcl .cita-icon {
    float: left;
    background: white;
    margin-top: -3px;
    margin-left: -3px;
    padding-right: 13px;
    padding-bottom: 11px;
}

.cita-bbcl .cita-icon span {
    color: #DAE4EB;
    font-size: 2.28rem;
}

.cita-bbcl .cita-bbcl-texto {
    padding: 13px 40px 0;
    font-style: italic;
    font-weight: bold;
}

.cita-bbcl .cita-bbcl-autor {
    font-style: italic;
}

.cita-bbcl .cita-bbcl-compartir {
    padding: 10px;
}

.cita-bbcl .cita-bbcl-compartir a {
    color: #DAE4EB;
    padding: 0 10px;
    font-size: 1.42rem;
}

.cita-bbcl .cita-bbcl-compartir a:hover {
    cursor: pointer;
}

.cita-bbcl .cita-bbcl-compartir a .fa-facebook {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cita-bbcl .cita-bbcl-compartir a .fa-facebook:hover {
    color: #3B5998;
}

.cita-bbcl .cita-bbcl-compartir a .fa-facebook:focus {
    color: #3B5998;
}

.cita-bbcl .cita-bbcl-compartir a .fa-twitter {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cita-bbcl .cita-bbcl-compartir a .fa-twitter:hover {
    color: #2E9FFA;
}

.cita-bbcl .cita-bbcl-compartir a .fa-twitter:focus {
    color: #2E9FFA;
}

.cita-bbcl .cita-bbcl-compartir a .fa-envelope-o {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cita-bbcl .cita-bbcl-compartir a .fa-envelope-o:hover {
    color: #66BB6A;
}

.cita-bbcl .cita-bbcl-compartir a .fa-envelope-o:focus {
    color: #66BB6A;
}

.spoiler-bbcl {
  overflow: hidden;
  position: relative;
}

.spoiler-bbcl .spoiler-bbcl-checkbox {
    position: absolute;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    width: 100%;
}

.spoiler-bbcl .spoiler-bbcl-checkbox:checked {
    display: none;
}

.spoiler-bbcl .spoiler-bbcl-checkbox:checked ~ .spoiler-bbcl-foreground {
    opacity: 0;
}

.spoiler-bbcl .spoiler-bbcl-checkbox ~ *:not(.spoiler-bbcl-foreground) {
    transition: filter linear .3s;
}

.spoiler-bbcl .spoiler-bbcl-checkbox:not(:checked) ~ *:not(.spoiler-bbcl-foreground) {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
}

.spoiler-bbcl .spoiler-bbcl-foreground {
    align-items: center;
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    height: 100%;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: opacity linear .3s;
    width: 100%;
    z-index: 99998;
}