main{
    background-image:url(reflexion.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-reflexion{
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 20px;
    color:orange;
}

.container-reflexion{
    background: rgba(250,250,250,.1);
    width: 95%;
    margin: auto;
    
}

.lista-reflexiones{
    margin: 10px;
    padding: 0;
    list-style: none;
    font-size: 1.2em;
}

.item-reflexiones{
    padding: 10px;

}

.item-reflexiones:hover{
    border-bottom: 2px solid orange;
}

.link-reflexiones{
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-size: 1.2em;
}

@media screen and (min-width:770px){
    .item-reflexiones:hover{
        border-bottom: none;
    }  

    .link-reflexiones:hover{
        color: orange;
        
    }  

    .txt-reflexion{
        font-size: 2.5em;
    }
}
        

