

.banner-img{
    height: 410px;
    object-fit: cover;
    object-position: left;
}


.titulo-reflexion{
    display:block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.7em;
    color:cornflowerblue;
}

.img-reflexion{
    height: 210px;
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5%;
}

.txt-reflexion{
    text-align: justify;
    font-size: 18px;
    font-family: 
    height: 100px;
    line-height: 25px;
}



.column--30{
    text-align: left;
}

.column--70{

}

.vista-reflexiones{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.item-reflexiones{
    padding: 20px;
    width: 100%;
}


.link-reflexiones{
    font-size: 1.2em;
    text-decoration:none;
    color: black;
}



.bibliografia{
    font-size: 1em;
}
.txt-bibliografia{
    font-size: 18px;
    margin-bottom: 50px;
}





@media screen and (min-width:480px){
    
    .titulo-reflexion{
        font-size: 1.8em;
    }

    .img-reflexion{
        height: 260px;
        width: 250px;
        border-radius: 5%;
    }

    .txt-reflexion{
        text-align: justify;
        font-size: 18px;
        font-family: 
        background: red;
        line-height: 27px;
    }

    .column--30{
        text-align: center;
    }
    
    
@media screen and (min-width:770px){
    
    .main-reflexion .container--flex{
        align-items: flex-start;
    }

    .column--70{
        width: 68%;
    }
    .column--30{
        width: 28%;
        margin-bottom: 20px;
        background-image:url(4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-reflexiones{
        color: white;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: bold;
        font-size: 1.5em;
    }

    .titulo-reflexion{
        font-size: 2em;
    }


    .img-reflexion{
        height: 200px;
        width: 270px;
        border-radius: 5%;
       
    }

    .txt-reflexion{
        text-align: justify;
        font-size: 18px;
        line-height: 30px;
    }

    .link-reflexiones{
        color: white;
        text-align: left;
    }
    .item-reflexiones{
        text-align: left;
    }

    .item-reflexiones:hover{
        background: cornflowerblue;
        color: white;
        
    }

    .link-reflexiones:hover{
        color: white;
    }
}

@media screen and (min-width:1024px){

    .banner-img{
        height:700px;
        object-fit: cover;
        object-position: top;
    }
    
    .titulo-reflexion{
        
    }
}