	.violetaSba {
		color: #5E147D;

}

.violetaClaroFondo {
	color:#ddb7ed;
}
.titulo__SBA {
	margin-top: 50px;
	color:#5E147D;
	background-image: linear-gradient(to right, white, #5E147D);
	font-weight: bold;
	text-align: left;
	font-size: 40px;
	font-family: 'Julius Sans One', sans-serif;
			
}

.titulo__que {
	color:#5E147D;
	font-weight: bold;
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;		
}

.Subtitulo__index {
	margin-top: 50px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	font-family: 'Julius Sans One', sans-serif;
}	 
.footer__1 {
	margin-top: 200px;
	margin-bottom: 100px;
	text-align: center;
	color: #5E147D;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footer__2 {
	margin-top: 200px;
	margin-bottom: 100px;
	text-align: center;
	color: #5E147D;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footer__3 {
	margin-top: 200px;
	margin-bottom: 100px;
	text-align: center;
	color: #5E147D;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.p1__index{
	margin-top: 80px;
	color: #5E147D;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	}
.p1__que{
	color: #5E147D;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	}
.p2__que{
	color: #5E147D;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	}
.p3__que{
	padding-top: 50px;
	padding-bottom: 30px;
	color: #5E147D;
	font-size: 18px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: bold;
	}
form{
	color: #5E147D;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold
}
.Caja__TituloQue{
	background-color: white;
	margin-top: 50px;
	padding: 20px;
}
.Caja__Que {
	background-color: #5E147D;
	margin: 50px 0px 50px 0px;
	padding: 15px;
	border: solid white;
	border-width: 8px;
}
.Caja__Ordenamos{
	background-color: white;
	margin-top: 110px;
	height: 270px;
	overflow: hidden;
	border: solid #5E147D; 	
	border-width: 5px;
	padding: 20px;
}
.Caja__Organizamos{
	background-color: white;
	margin-top: 110px;
	height: 200px;
	overflow: hidden;
	border: solid #5E147D; 	
	border-width: 5px;
	padding: 20px;

}
.Caja__Administramos{
	background-color: white;
	margin-top: 110px;
	height: 200px;
	overflow: hidden;
	border: solid #5E147D; 	
	border-width: 5px;
	padding: 20px;
}
.Caja__TituloVentajas{
	background-color: #5E147D; 	
	padding: 10px;
}
.Caja__Ventajas{
	background-color: white;
	border: solid #5E147D; 	
	border-width: 2px;
	margin: 50px 0px 50px 0px;
	padding: 10px;
	font-weight: bold;
	
}
.Servicios{
	margin-top: 80px;
}
.Servicios--1{
	margin-top: 80px;
}
@media (max-width: 576px) {
		.Servicios--1 {
			margin-top: 0px;
}
}
.Caja__Contacto{
	background-color: white;
	margin: 50px 0px 50px 0px;
	border: solid #5E147D; 	
	border-width: 5px;
	padding: 50px;
}
.imagen1{
	border: solid white;
	background: white;
	border-radius: 300px;
	margin-left: 0px;
	overflow: hidden;
	width: 10px;	
	animation-name: foto;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-delay: 0s;
}

@keyframes foto {
	0%{width: 10px; } 
	100%{ width: 280px; }
}
.card{
	width: 200px; height: 180px;
	transition: all 1s;
}
.card:hover {
		padding: 10px;
		
}
@media (max-width: 576px) {
		.card {
				margin-top: 10px;
		}
	}

@media (max-width: 576px) {
		.imagen1 {
				width: 300px;
				margin-left: 50px;
		}
	}

.titulo__ventajas {
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;			
}
.titulo__servicios {
	font-size: 25px;
	color: white;
	font-weight: bold;
	font-family: 'Julius Sans One', sans-serif;
	text-align: center;
}
.Parrafo__Que {
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Julius Sans One', sans-serif;
}
.titulo__cuales {
	font-size: 25px;
	color: white;
	font-weight: bold;
	font-family: 'Julius Sans One', sans-serif;
	text-align: center;

}
.topnav {
  background-color: white;	
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #5E147D;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: bold;
}
.topnav a:hover {
  background-color: #ddd;/*color cuando paso mouse*/
  color: black;
}
.topnav a.active {
  background-color: #845896;/*color en la pagina activa*/
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.body__index {
	background-color: #ddb7ed;
}
.container__index{
	background-color: white;
	margin-top: 50px;	
}
.container__que{
	background-color: white;
	height: 500px;
	margin: 50px 0px 50px 0px;
}
.container__que--2{
	background-color: white;
	height: 400px;
	margin-top: 50px;
}
@media (max-width: 576px) {
		.container__que {
			width: 800px;
			height: 1100px;
}
}
@media (max-width: 576px) {
		.container__que--2 {
			width: 800px;
			height: 500px;
}
}
@media (max-width: 576px) {
		.p1__index{
			margin-top: 80px;
			margin-bottom: 80px;
			text-align: center;
}
}
@media (max-width: 576px) {
		.footer__1 {
		margin-top: 50px;
		margin-bottom: 0px;
}
}
@media (max-width: 576px) {
		.footer__2 {
		margin-top: 10px;
		margin-bottom: 0px;
}
}
@media (max-width: 576px) {
		.footer__3 {
		margin-top: 10px;
		margin-bottom: 20px;
}
}
.IG a:hover {
  color: white;
}
.IG a {
	color: #5E147D;
}
.container__servicios--foto{
	margin: 40px 40px 100px 40px;	
}

.Parrafo__servicios{
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}
.card__style--titulo{
	color: #5E147D;
	font-weight: bold;
	font-family: 'Julius Sans One', sans-serif;
}
.card__style--texto{
	color: #5E147D;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
.card__style--borde{
	border: solid #5E147D;
	border-width: 5px;
}  
.card__link a:hover {
  color: #5E147D;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Julius Sans One', sans-serif;

}
.card__link a {
	color: #5E147D;
	text-decoration: underline;
	font-family: 'Julius Sans One', sans-serif;
}
.card__style--parrafo a {
	color: #5E147D;
	text-decoration: underline;
	font-family: 'Julius Sans One', sans-serif;
}
#Sevicios {

}
#Sevicios1 {

}
#Sevicios2 {

}
#Sevicios3 {

}
#Sevicios4 {

}
#Sevicios5 {

}
.top{
	background-color: white;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: center;
	margin-left: 1040px;
	margin-bottom: 20px;
	border: solid #5E147D;
	border-width: 2px;
}
.top a:hover {
  color: #5E147D;
  font-weight: bold;
}
.top a {
	color: #5E147D;
	font-weight: bold;
	font-family: 'Julius Sans One', sans-serif;
}
.container__clientes--1{
	background-color: white;
	margin-top: 50px;
}
.Caja__Clientes{
	background-color: white;
	padding: 25px;
	border: solid #5E147D;
	border-width: 5px;
	height: 310px;
	margin-top: 90px;
}
.Parrafo__Clientes{
	padding: 10px;
	color:  #5E147D;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
.imagen__mac {
	margin-top: 45px;

}
.imagen__grafico {
	margin-top: 35px;

}
.footer__1--que {
	margin-top: 200px;
	margin-bottom: 100px;
	text-align: center;
	color: #5E147D;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 576px) {
		.footer__que {
		margin-top: 250px;
		margin-bottom: 0px;
}
}
@media (max-width: 576px) {
			.Caja__Clientes{
			height: 350px;
			margin-top: 40px;
		}
	}
.subir{

}
@media (max-width: 576px) {
			.subir{
			display: none;
		}
	}