*{
margin:0;
padding:0;
}

body{

}

/*=================================================================*/

.descripcion{
width:100%;
box-sizing:border-box;
text-align:center;
float:left;
background:#FFF;
padding:3% 0%;
}
.descripcion article{
margin:0px 0px 2px 0px;
}
.descripcion article h3{
font-family:titulo;
font-weight: 400;
color:#2A569F;
font-size:50px;
line-height:30px;
margin:10px 10px 10px 0px ;
}
.descripcion p{
font-family:Textos;
font-style: Narrow;
color:#222;
font-size:16px;
line-height:22px;
margin:20px 10px 10px 5px;
}
.descripcion article h2{
font-family:Titulo;
font-weight:400;
color:#555;
font-size:40px;
line-height:40px;
margin-bottom:90px 10px 10px 0px ;
}


@media screen and (max-width:750px){

.descripcion{
width:100%;
}

}