/* Block editorial */
.editorial_block { margin-bottom: 0px; }
.editorial_block .rte { background: transparent none repeat scroll 0 0 }
.editorial_block > h1 {
	margin:40px 0 10px 0;
	padding: 0;
	background: none;
}
.editorial_block > h2 {
	padding:0 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	text-transform: none;
	background: none;
}



#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

.content-rte{
	background: #fff;
    padding: 0;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    
}
.content-rte img{
border-radius: 15px 15px 0px 0px;

}

.content-rte h2{
	padding-left: 30px;
	color: #000;
    font-family: 'Conv_Typo Grotesk Regular', sans-serif;
  

}
.content-rte p{
	padding-left: 23px;
	padding-bottom: 20px;
	color:#000;
}


.fondo-fila1-rte{
	background-image: url('https://terradepreguntas.com/themes/Terra-De-Preguntas/img/a-casa-por-navidad-conoce-nuestros-packs.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-direction: column;
      min-height: 600PX;
    display: FLEX;
    align-items: flex-start;
    justify-content: end;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
} 

.fondo-fila1-rte .titular-rte-fila{
	color:#fff;
	font-size: 4rem;
	padding-bottom: 30px;
	line-height: 1;
}
.fondo-fila1-rte .texto-rte-fila{
	color:#fff;
	font-size: 2rem;
}

.fondo-fila1-rte .bonton-rte-fila{
	padding-top: 45px;
}
.datos-packs h2{
	color: #000;
    font-size: 4rem;
    padding-bottom: 30px;
}

.filapacks{
	padding-top: 50px;
}
.datos-packs p{
	    color: #000;
    font-size: 2rem;
    line-height: 1.3;
}
.datos-packs img{padding-top: 50px;}

.fondo-fila2-rte{
	background-image: url('https://terradepreguntas.com/themes/Terra-De-Preguntas/img/producto-destacado.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;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);   

} 

.fondo-fila2-rte .titular-rte-fila{
	color:#000;
	font-size: 4rem;
	padding-bottom: 30px;
	line-height: 1;
	background-color: #4BF6FE;
	padding: 7px;
}

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