hr{
    height: 2px;
    margin-top: -3px;
    background-color:#163d6f;
    align-content: center;
}
.team--title{
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.0em;
    margin-bottom: 5px;
    border-bottom: 1px solid #163d6f;
    width: 20%;
    margin-left: 5px;
    line-height: 2em;
}
.team--txt{
    padding: 10px;
    padding: 10px;
    font-size: 0.95em;
    right: 20px;
    color: black;
}
.container-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-nosotros{
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
}
.team--img{
    flex: auto;
    display: flex;
}
.sub-team--title{
    margin: 10px 0px 10px 5px;
    padding: 5px 5px 5px 5px;
    font-size: 0.9em;
    font-size: 0.9em;
}
.icon-valores[class*="icon-"]{
    color: #163d6f;
    width: auto;
    height: auto;
    font-size: 1.7em;
}
.icon-valores{
    margin-top: 5px;
    margin-left: 10px;
}
.team-txt{
    padding: 10px;
    margin-top: -80px;
    font-size: 1.0em;
    right: auto;
    color: black;  
}



@media screen and (min-width:280px){
    .team--title{
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }
    .container-flex{
        display:block;
    }
    .team-txt{
        margin-left: 50px;
        
    }
    
}
@media screen and (min-width:480px){
    .team--img{
        flex: 1;
    }
    .team-txt{
        margin-left: 50px;
    }
}
@media screen and (min-width:700px){
    .column--valores{
        width: 49%;
        margin-top: -0px;
        
    }
    .team-txt{
        min-height: 98px;
    }
}

