/* style page nosotros.php */
@font-face {
    font-family: Iconos Fondea;
    src: url('fonts/iconos_fondea/fonts/iconos_fondea.ttf');
}

#sobre_nosotros{
	background: #fff;
	margin-top: -25px;
	padding-bottom: 100px;
}

.nosotros-title{
	font-family: Barlow Black;
	padding-top:100px;
	padding-bottom:100px;
}

.team_member .img-circle{
	width: 180px;
    height: 180px;
    margin: 0 auto;
    border: 3px solid #964963;
    padding: 5px;
}

.n_v1 .team_member .img-circle, .n_v2 .team_member .img-circle{
    border: 0;
    padding: 0;
}

.text-member{
	width: 180px;
	margin:10px auto;
	margin-bottom: 75px;
}

.text-member:before{
	font-family: Iconos Fondea;
    content: '\e903';
    color: #e7004d;
    font-size: 18px;
    position: absolute;
    margin-left: 15px;
}

.text-member>p, .text-member>span{
	margin-left: 40px;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

.text-member>p{
	color: #e7004d;
    font-size: 26px;
    font-family: Barlow Regular;
    line-height: 1;
}

.text-member>span{
	display: block;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 768px){
    #sobre_nosotros .row.center-flex{
        display: flex;
        justify-content: center;
    }

    .team_member .img-circle{
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 998px){
    .team_member .img-circle{
        width: 180px;
        height: 180px;
    }
}