#texto-info-1{
	width: 100%;
	padding: 50px 5%;
	box-sizing: border-box;
}
#texto-info-1-titulo{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	color: rgba(104,161,36,1);
	font-size: 26px; 
	position: relative;
	letter-spacing: var(--espaciado-titulos);
}
#texto-info-1-titulo::before{
    content: " ";
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -150px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: 85% auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../../cf-admin/contenido/assets/faqs-icon.png);
    background-position-y: 0px;
    z-index: 10;
}
#texto-info-1-contenido{
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	margin:40px auto 0px auto;
	font-family: 'Principal',helvetica,verdana,sans-serif;
	color: rgba(80,80,80,1);
	font-size: 17px; 
	line-height: 1.6em;
}
@media (max-width: 1000px){
	#texto-info-1{
		padding: 50px 5% 50px 5%;
	}
}
@media (max-width: 800px){
	
	#texto-info-1-contenido{
		width: 90%;
	}
	#texto-info-1-contenido{
		text-align: center;
	}
}
@media (max-width: 600px){
	#texto-info-1-titulo{
		font-size: 27px;
	}
}