/* ESTILOS PERSONALIZADOS */
.wp-block-template-part, .wp-block-post-title{
	display:none !important;
}

.wp-block-group, .entry-content{
	padding-top:0px !important;
  margin-top: 0px!important;
}
a{
	  text-decoration: none;
}

.entry-content.alignfull,
.entry-content.has-global-padding,
.entry-content.is-layout-constrained,
.wp-block-post-content-is-layout-constrained {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.wp-site-blocks, .wp-block-group {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* ------- Escritorio y pantallas grandes ------- */
 @media screen and (min-width: 768px) {
    #texto-superpuesto {
      position: fixed;
      bottom: -5%;
      left: 50%;
      z-index: 2;
      transition: opacity 0.3s ease;
	  transform: translate(-50%, -50%);
    }
	 #footer-pantalla-grande{
		 height:110px;
		 margin-bottom: 10px;
	 }
  }

  /* ------- Móvil en orientación horizontal ------- */
  @media screen and (max-width: 767px) and (orientation: landscape) {
    #texto-superpuesto {
         bottom: -15%;
    }
	  #footer-pantalla-grande{
		 height:160px;
		 margin-bottom: 10px;
	 }
  }