

.bg_nosotros{
		background-image: url(../images/blur2.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position:center top;
	
	padding-top: 95px;
padding-bottom:80px;
}
.nosotros{
	margin-top:89px;
}

.nosotros button{
	border-radius: 999px;
background: rgba(0, 61, 223, 0.03);
box-shadow: 0px 1px 0px 0px rgba(165, 180, 252, 0.30) inset;
display: flex;
width: 171px;
height: 28px;
padding: 7px 0px;
justify-content: center;
align-items: center;
border:none;
cursor:default;
color: #003DDF;
text-align: center;
font-family: Scandia;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 14px; /* 116.667% */
letter-spacing: -0.133px;
}

.principal h2{
	background: linear-gradient(81deg, #003DDF 23.11%, #F3AEFF 106.22%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "MADE Outer Sans";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 118.182% */
letter-spacing: -1.196px;
}
.principal p{color: #000;
font-family: Scandia;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: -0.133px;}

.filosofia h2{
	color: #003DDF;
text-align: center;
font-family: "MADE Outer Sans";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 33px */
}

.filosofia{margin-top:120px;}

.casos{
	
	padding-left:0px;
	padding-top:14px;
}
.casos h3{
	color: #003DDF;
font-family: Scandia;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 21.219px; /* 151.563% */
letter-spacing: -0.606px;
}
.casos p{
	color: #A7A7A7;
font-family: Scandia;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 18.188px; /* 150% */
letter-spacing: -0.121px;
}
.casos0 svg{
	margin-top:7px;
	margin-bottom:15px;
}

@media (max-width:768px) {
	.nosotros{
	margin-top:10px;
}

.filosofia{margin-top:10px!important;}
.bg_nosotros{
		
	background-size: cover;
	
	

}


}