*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: Raleway;*/
	font-family: 'Abel', sans-serif;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/*font-family: 'Asap', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;*/

.menu-bar{
	display: none;
}

.logo{
	width: auto;
	text-align: center;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;	
	-ms-flex-wrap: nowrap;	
	-o-flex-wrap: nowrap;	
	flex-wrap: nowrap;	
/*	justify-content: center;*/
	align-items: center;
	/*padding: 20px;*/
}

.logo img{
	width: 200px;
}

.banner{
	width: 100%;
}

.banner img{
	width: 100%;
}



header{
	width: 100%;
	background: #2F2F2F;
	box-shadow: 2px 2px 2px #737272;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

header nav{
	background: #2F2F2F;
}

header nav ul{
	list-style: none;
	margin: auto;
}

header nav ul li{
	display: inline-block;
	position: relative;
	margin: auto;
}


header nav ul li a{
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	margin: auto;
	border-bottom: 3px solid #2F2F2F;
}

header nav ul li a:hover{
	box-sizing: border-box;
	border-bottom: 3px solid #ffed00;
}

header nav ul li a i{
	margin-right: 10px;
}

header nav ul li:hover .children{
	display: block;
}

header nav ul li .children{
	display: none;
	background: #5C5C5C;
	position: absolute;
	width: 150%;
	z-index: 1000;
}

header nav ul li .children li{
	display: block;
	overflow: hidden;
}

header nav ul li .children li a{
	display: block;
}

header nav ul li .children li a:hover{
	border-bottom: 3px solid #ffed00;
	width: 100%;
}

header nav ul li .children li a i{
	float: right;
	position: relative;
	top: 3px;
	margin-right: 0;
	margin-left: 10px;
}

header nav ul li .fa-angle-down{
	position: relative;
	margin-left: 10px;
	margin-right: 0;
}




.portada
{
	width: 100%;
	position: relative;
	display: block;
/*	position: absolute;
	z-index: 500;*/
}

.active{
	transition: all 0.8s ease-out;
	border-bottom: 3px solid #ffed00;
}

.portada img{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.portada h1{
	display: block;
	position: absolute;
/*	z-index: 1;*/
	width: 100%;
	top: 40%;
	background: rgba(0,0,0,.5);
	color: #FFF;
	text-align: center;
	font-size: 60px;
	border-bottom: #ffed00 3px solid;
	padding: 30px;
}

.sect-1{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;

	padding: 20px;
}

.nh{
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 40px;
}

.nh .contenedor-history .history > p{
	font-size: 20px;
	text-align: justify;
	margin-top: 30px;
}

.nh i{
	font-size: 70px;
	margin-top: 25px;
	color: #575757;
}



.qs{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 40px;
}
.qs p {
	font-size: 20px;
	text-align: justify;
	margin-top: 30px;
}

.qs i{
	font-size: 70px;
	margin-top: 25px;
	color: #575757;
}

.qs .qs111{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}

.qs .qs111 > .qs-texto{
	width: 50%;
	padding-right: 20px;
}

.qs .qs111 .qs-img{
	width: 50%;
	padding-left: 12px;
}

.qs .qs111 .qs-img img{
	width: 100%;
}

.contacto
{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 900;
}

.contacto img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.caja-contacto{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.c-contacto{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: rgba(0,0,0,.4);
	position: relative;
}

.info{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
/*	background: #74EDFF;*/
	padding: 20px;
	width: 80%;
	height: 10%;
	color: #FFF;
}
 
.info h2{
	width: 80%;
	border-bottom: #ffed00 5px solid;
}



.acceder  ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	float: right;
	bottom: 0;
  	right: 10px;
}


.acceder ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
	/*width: 150px;*/
	background: #ffed00;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	border-radius: 50%;
}

.acceder  ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	float: right;
	bottom: 10px;
  	right: 10px;
}


/*.acceder ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 150px;
	background: #ffed00;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}*/

.acceder ul li a:hover{
	background: #000000;
	color: #ffed00;
	transition: all 0.5s;
	transform: scale(1.15);
}


#login-content{
	position: absolute;
	top: -480px;
	right: 0;
	z-index: 15;
	width: 300px;
	display: none;
}

.acceder ul li a i{
	font-size: 35px;
}


#frm-contacto{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	background: #ffed00;
	padding: 15px;
	box-shadow: 2px 2px 15px black;
}

#frm-contacto  input[type="text"], input[type="email"], textarea{
	border: none;
	padding: 10px;
	margin: 0px auto 10px auto;
	width: 100%;
}

#frm-contacto input[type="submit"]{
	width: 100%;
	border: none;
	color: #FFF;
	background: #000000;

	padding: 10px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	border-radius: 0px;
	font-size: 18px;
}

#frm-contacto input[type="submit"]:hover{
	background:#383838;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	border-radius: 0px;
	transition: all 0.7s;
}

.info-form{
	background: #000000;
	color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}
.info-form h2{
	font-size: 20px;
	text-align: center;
}

.info-form p{
	font-size: 14px;
}

.mapa{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px;
	background: rgba(0,0,0,.4);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.direccion{
	width: 50%;
	height: 20%;
	color: #FFF;


}
/*
.sect-1 p{
	display: block;
	font-size: 22px;
	padding: 40px;
	text-align: justify;
}*/

.sect-1 h2, .sect-2 h2, .sect-3 h2, .sect-4 h2,
 .sect-5 h2, .sect-6 h2, .sect-7 h2{
	font-size: 50px;
	width: 100%;
	/*border-bottom: #F2FF28 5px solid;*/
	text-align: center;
	color: #333;
}

.linea{
	width: 150px;
	margin: auto;
	height: 3px;
	background: #F2FF28;
}

.linea2{
	width: 70px;
	margin: auto;
	height: 3px;
	background: #ED2423;
}

.sect-1, .sect-2, .sect-3{
	/*border-bottom: #E1E1E1 1px solid;*/
}

/*.sect-2{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
*/
.align{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
/*	background: #636363;*/
	padding: 40px;

}

.align:last-child(1)
{
	border-bottom: none;
}

.align p{
	display: block;
	font-size: 20px;
	/*padding: 20px;*/
	text-align: justify;
}

.align p i
{
	margin-right: 10px;
	font-size: 16px;
}

footer
{
	background: #2F2F2F;
	height: 130px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.info-footer{
	width: 40%;
	text-align: center;
	padding: 15px;
	color: #909090;
}

.info-footer h2{
	font-size: 16px;
}

.info-footer p i{
	margin-right: 5px;
}

.info-footer p{
	font-size: 13px;
}



/*PORTAFOLIO CS*/

.portafolio
{
	width: 100%;
/*	max-width: 1400px;*/
	margin: auto;
/*	background: #ffed00;*/
	margin-top: 10px;
	position: relative;

}

.portafolio h1{
	width: 100%;
	text-align: center;
	font-size: 45px;
}

.item-portafolio{
	padding: 25px 25px 50px 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;

/*	background: #FF4B4B;*/
}

.item-portafolio img{
	width: 70%;
}

.portafolio-img{
	transition: all 0.5s;
}

.caja-imagen{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
/*	margin-bottom: 50px;*/
	transition: all 0.5s;
}

.caja-imagen h2{
	margin-top: 15px;
	text-align: center;
}

.contenedor-portafolio{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}

.item-portafolio{
	width: 33%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.portafolio-texto
{
	position: absolute;
	bottom: 0;
	/*background: rgba(0,0,0,.7);*/
	color: #FFF;
	text-align: justify;
	font-size: 12px;

	transform: translateY(100%);
	transition: all 0.5s ease-out;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;

}

.portafolio-texto a{
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 18px;

}

.portafolio-texto a:hover{
	background: #ffed00;
	border: 1px solid #000000;
	transition: all 0.7s;
	color: #000000;
}

.item-portafolio:hover .portafolio-texto
{
	transform: translateY(0%);
}

.item-portafolio:hover .portafolio-img
{
	transform: scale(1.10);
}

.tecnologias{
	width: 100%;
	height: 100%;
	background: #ffed00;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;

}

.tecnologias h1{
	width: 100%;
	text-align: center;
}

.t-tec-texto{
	width: 50%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
/*	align-items: center;
	align-content: center;
*/
}

.t-tec-texto p{
	font-size: 20px;
	text-align: left;
}

.t-tec-texto p i{
	margin-right: 10px;
}

.tec-icon{
	width: 50%;
	height: 100%;
}

.tec-icon img{
	width: 100%;
}

.why{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	/*padding: 20px;*/
}

/*.why p{
	width: 50%;
}*/

.why-p{
	width: 47%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.why-p p{
	margin-top: 10px;
}

.why-p > i{
	font-size: 70px;
	margin-bottom: 20px;
	color: #575757;
}

.why-p h4{
	font-size: 24px;
}

.contenedor-history{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.history{
	width: 100%;
}

.history-img{
	width: 50%;
}

.history-img img{
	width: 100%;
}

.sect-3{
	background: #f5f5f5;
}

.sect-4{
	width: 100%;
	background: #f5f5f5;
}


.at{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.at-item{
	width: 30%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 10px;
	padding: 15px;
/*	background: #FDFDFD;*/
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
}

.at-item h2{
	font-size: 25px;
	margin-top: 20px;
/*	background: #4A4A4A;
	color: #FFF;*/
}

.at-item img{
	width: 250px;
}

.sect-5{
	/*background: #ECEBEB;*/
	/*height: 100vh*/;
	background: url(../img/4.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.tec-dis{
	width: 100%;
	background: rgba(0,0,0,.3);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 30px;
	padding: 20px;
}

.tec-dis > p{
	padding: 10px;
	color: #FFF;
	font-size: 20px;

}

.sect-5 > h2{
	color: #FFF;
}


.sect-6{
	width: 100%;
}

.proyects{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	
}

.proyects p{
	font-size: 20px;
}

.proyects h3{
	margin: 20px 0px;
	font-size: 24px;
}

.pro-1{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}

.pro-1 .pro-texto, .pro-texto-2{
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.pro-1 .pro-texto > p{
	text-align: right;
	float: right;
	padding-right: 50px;
	font-size: 20px;
}

.pro-1 .pro-texto-2 > p{
	text-align: left;
	float: left;
	padding-left: 50px;
}

.pro-align{
	width: 100%;
}

.pro-1.inv{
	background: #f5f5f5;
}

.pro-1 img{
	width: 50%;
}

.sect-7{
	background: url(../img/proyects/banner-clientes_3.jpg) no-repeat center center;
	background-size: 100% 610px;
}


.clientes{
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,.5);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	margin-top: 30px;
}

.clientes .col-cli{
	width: 20%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
/*	justify-content: center;
	align-items: center;
	align-content: center;*/
	text-align: left;

}

.clientes .col-icon{
	width: 10%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.clientes .col-icon i{
	font-size: 100px;
	color: #2F2F2F;
}

.clientes .col-cli > p{
	font-size: 20px;
	padding: 0;
	color: #FFF;
	/*text-align: left;*/
}





















@media screen and (max-width: 940px){
	body{
		/*padding-top: 70px;*/
	}
	.logo img{
		width: 2px;
	}
	
	header{
		position: absolute;
		z-index: 2000;
	}
	.menu-bar{
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		background: #FFF;
		box-shadow: 2px 2px 2px black;
	}

	.menu-bar a{
		position: relative;
	}

	.menu-bar a img{
		width: 80px;
		margin-top: -8px;
		position: absolute;
	}

	.menu-bar .bt-menu{
		display: block;
		padding:20px;
		color: #2F2F2F;
		overflow: hidden;
		font-size: 22px;
		font-weight: 600;
		text-decoration: none;
	}

	.menu-bar i{
		float: right;
		font-size: 30px;
	}

	.banner{
		display: none;
	}

	header nav{
		width: 80%;
		height: 100%;
		position: fixed;
		right: 100%;
		margin: 0;
		overflow: scroll;
		top: 10.55%;
	}

	header nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}

	header nav ul li a{
		display: block;
	}

	header nav ul li .children{
		width: 100%;
		position: relative;
	}

	header nav ul li:hover .children{
		display: none;
	}

	header nav ul li .children li a{
		margin-left: 20px;
	}

	header nav ul li .fa-angle-down{
		float: right;
	}
/*
	.contacto{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-end;
		align-content: flex-end;
		top: 70px;
	}*/
	#login-content{
		position: absolute;
		top: -380px;

	}

	.c-contacto{
		width: 100%;
		height: 60%;
		
	}
	.info{
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: center;
		padding: 20px;
		width: 100%;
		text-align: left;
	}

	#frm-contacto{
		width: 100%;
		padding: 5px;
	
	}

	#frm-contacto  input[type="text"], input[type="email"], textarea{
		border: none;
		/*padding: 10px;*/
		margin: 0px auto 5px auto;
		width: 100%;
		font-size: 10px;
	}

	#frm-contacto input[type="submit"]{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding: 2px;
		font-size: 12px;
	}

	.mapa{
		width: 100%;
		height: 70%;

	}

	.mapa iframe{
		width: 100%;
	}

	.caja-contacto{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		height: 100%;
	/*	top: 70px;
		margin-top: 70px;*/

	}

	.direccion{
		height: 30%;
		width: 100%;
	}

/*	.contacto img{
		height: 111.5%;
	}*/

	.info-footer{
		width: 100%;
	}

	.contenedor-portafolio{
		padding-top: 30px; 
	}

	.item-portafolio{
		width: 40%;
	}

	.caja-imagen h2{
		font-size: 16px;
	}
	
	.tecnologias{
		width: 100%;
		height: 100%;
		background: #ffed00;
		padding: 10px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: center;
	}

	.tecnologias h1{
		width: 100%;
		text-align: center;
	}

	.t-tec-texto{
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.t-tec-texto p{
		font-size: 16px;
	}

	.t-tec-texto p i{
		margin-right: 10px;
	}

	.tec-icon{
		width: 100%;
		height: 100%;
	}

	.tec-icon img{
		width: 100%;
	}

	.portada h1{
		font-size: 30px;
	}

	.portada img{
		height: 300px;
	}

	.align{
		padding: 20px;
	}

	.sect-1 h2, .sect-2 h2, 
	.sect-3 h2, .sect-4 h2, 
	.sect-5 h2, .sect-6 h2, 
	.sect-7 h2{
		font-size: 30px;
	}

	.at{
		flex-direction: row;
		padding: 0;
				justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
	}

	.at-item{
		width: 40%;
		padding: 5px;

	}

	.at-item h2{
		font-size: 12px;
	}

	.at-item img{
		width: 100%;

	}

	.tec-dis {
	    justify-content: initial;
	    align-content: initial;
	    align-items: initial;
	    text-align: left;
	}

	.tec-dis > p{
		font-size: 15px;
		/*margin-left: 30%;*/

	}

	.sect-1{
		flex-direction: column;
	}

	.qs{
		width: 100%;
		padding: 10px;
	}

	.qs p{
		font-size: 15px;
	}

	.nh{
		width: 100%;
		padding: 10px;
	}

	.nh .contenedor-history .history > p{
		font-size: 15px;
	}

	.why{
		flex-direction: column;
		padding: 10px;
	}

	.why h4{
		font-size: 20px;
	}

	.why-p{
		width: 100%;
		padding: 0px;
	}

	.why-p p{
		font-size: 15px;
	}

	.align p{
		padding: 0px;
		padding-top: 10px;
	}

	.proyects{
		padding: 0px;
		flex-direction: column;
	}
	.proyects h3{
		font-size: 16px;
	}

	.pro-1 .pro-texto, .pro-texto-2{
		width: 100%;
		margin-top: 10px;
	}

	.pro-1 .pro-texto > p{
		font-size: 12.8px;
		padding-right: 0px;
		padding-top: 0px;

	}

	.pro-1 .pro-texto-2 > p{
		font-size: 12.8px;
		padding-left: 0px;
		padding-top: 0px;

	}

	.pro-1.inv{
		display: flex;
		flex-direction: column-reverse;
	}

	.pro-1 img{
		width: 100%;
		margin-top: 10px;
	}

	.pro-img{
		position:relative;
		clear: both;

	}

	.sect-7{
		background: url(../img/proyects/banner-clientes_3.jpg) no-repeat top left;
		background-size: 100% 1000px;

	}

	.clientes{
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0px;
		text-align: center;

	}

	.clientes .col-cli{
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		align-items: initial;
		align-content: initial;
		justify-content: initial;
		padding-left: 30px;

	}

	.clientes .col-cli > p{
		font-size: 15px;
		text-align: left;

	}


	footer
	{
		padding: 10px;
	}

	.info-footer{
		width: 100%;

	}

	.qs .qs111{
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		align-items: flex-start;
	}

	.qs .qs111 > .qs-texto{
		width: 100%;
		padding-right: 0px;
	}

	.qs .qs111 .qs-img{
		width: 100%;
		padding-left: 0px;
	}

	.qs .qs111 .qs-img img{
		width: 100%;
	}
		

		style="width:100%; margin-top:10px;"

}




