.parallax{
    background-image: url("../img/parallax_bg1.jpg");
}
.parallax2{
    background-image: url("../img/parallax_bg2.jpg");
}
.parallax-general{
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ing-tres{
    font-family: 'Open Sans', sans-serif;
    color: #5a5959;
}
.ing-tres > figure{
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
}
.ing-tres > span{
    margin: 1rem;
    display: flex;
    justify-content: space-around;
    
}
.ing-tres > span > ul{
    width: 20%;
    border: 1px solid #e4e4e4;
    padding: 1.6rem 1rem .6rem 3rem;
    list-style: none;
}
.ing-tres > span > ul > i{
    color: #ff5722;
    border: 1px solid #ababab;
    padding: 1rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    float: right;
}
.parallax > h2{
    font-size: 5rem;
    color: #fff;
}
.parallax > p {
    font-size: 2rem;
    color: #fff;
}
.parallax2  h2{
    font-size: 5rem;
    color: #fff;
}
.parallax2  p {
    font-size: 2rem;
    color: #fff;
}