.pg-lf .pg-lf--section{
    margin-bottom: 10px;
}
.pg-lf .pg-lf--info{
    display:flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.pg-lf .pg-lf--info .pg-lf-title{
    font-size: 20px;
}
.pg-lf .pg-lf--info .pg-lf-desc{
  margin-left: 15px;
  width: 400px;
}
.pg-lf .pg-lf--info>div{
    flex:0 0 50%;
}
.pg-lf .pg-lf--info a{
    font-size: 18px;
}
.pg-lf .pg-lf--info img{
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-right: 20px;
}
.pg-lf--text--glosa{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:flex-start;
}
.pg-lf .pg-lf--text{
    flex:0 0 50%;
    padding-right: 5rem;
}
.pg-lf h3.pg-heading--wind{
    font-weight: bolder;
    margin-top: 0;
}
.pg-lf .lista1{
    margin-left: 4%;
    margin-top: 0;
}
.pg-lf .pg-lf--section .pg-lf--video{
    margin-bottom: 30px;
}
.pg-lf .pg-heading--wind{
    margin-bottom: 1rem;
}

.pg-lf .pg-lf--text img{
    width: 100%;
    margin: 15px 0;
}
.pg-lf .pg-lf--text .textoLecturaFacil,.pg-lf .pg-lf--text ul.lista1 li{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: left;
}
.pg-lf .pg-lf--text .lista1{
    margin-top: 0;
}
.pg-lf .pg-lf--glosa{
    width: 350px;
}
.pg-lf .pg-lf--glosa p{
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    padding: 16px;
    border:2px solid #0279d4;
    border-radius: 20px;
    margin-bottom: 10px;
}
.pg-lf .pg-lf--glosa p.noGlosa{
    border-style: none;
    text-align: center;
}
.pg-lf li::marker {
    font-weight: bolder;
}

@media only screen and (max-width: 767px){
    .pg-lf .pg-lf--info>div{
        flex:0 0 100%;
    }
    .pg-lf .pg-lf--text{
        flex:0 0 100%;
    }
}
