/* Block editorial */



.fondo-fila3-rte{
	background-image: url('https://terradepreguntas.com/themes/Terra-De-Preguntas/img/conocenos.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-direction: column;
      min-height: 400PX;
    display: flex;
    align-items:center ;
    justify-content: center;
    padding: 50px;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);   

} 

.fondo-fila3-rte .titular-rte-fila{
	color:#000;
	font-size: 4rem;
	padding-bottom: 30px;
	line-height: 1.3;
	padding: 30px;
	text-align: center;
	max-width: 600px;
}

.fondo-fila3-rte .texto-rte-fila{
	color:#fff;
	font-size: 2rem;
	background-color: #000;
	padding: 3px;
	margin-bottom: 20px;
}