@charset "utf-8";
/* CSS Document */

#info-caract{
	padding:50px 0 50px 0;
	}
		
#info-caract .contenedor{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}
	
#info-caract .inner-content{
	width:295px;
	/*background:green;*/
	margin:15px 18px 20px 18px;}
	
#info-caract .inner-content .img-part{
	text-align:center;
	display:inline-block;
	vertical-align:top;
	/*background:#CCC;*/
	width:40px; /*overflow:hidden;*/ height:40px;
	}
	
#info-caract .inner-content .img-part img{
	width:100%;}
	
#info-caract .inner-content .txt-part{
	display:inline-block;
	vertical-align:top;
	width:250px;/*250px*/
	margin:0;
	text-align:left;	
	/*background:orange;*/
	padding:0 0 0 20px;
	}
	
#info-caract h1{
	text-align:center;
	margin:0 0 40px 0;
	padding:0 20px;
	}
	
#info-caract p{	
	color:#828282;
	margin:0 0 7px 0;
	font-weight:300;
	}
	
/*#info-caract em{
	font-style:normal;
	font-weight:400;
	color:#91202B;
	line-height:1.3em;
	}*/	

	
	
@media (min-width:320px){
	#info-caract .inner-content .txt-part{
		width:216px;
		}
	#info-caract h1{
		font-size:40px;
		}
	}	
	
@media (min-width:480px){
	#info-caract .inner-content .txt-part{
		width:250px;
		}
	#info-caract h1{
		font-size:45px;
		}
	}
	
@media (min-width:768px){
	#info-caract h1{
		font-size:50px;
		}
	}
	
@media (min-width:1024px){	
	#info-caract h1{
		font-size:55px;
		}
	}
