/*
Theme Name: Astra Hijo
Template: astra
Author: blockquot
Descrption: Tema hijo de Astra
Text Domain: astra
Version: 1.0
*/
/* Oculta TODOS los meta (fecha, autor, categorías, etc.) */


.wp-block-post-date,
.wp-block-post-terms,
.uagb-post__date,
.uagb-post__comment-count,
.gb-post-meta
 {
    display: none !important;
}

/* Oculta el autor */
.wp-block-post-author,
.uagb-post__author,
.gb-post-author {
    display: none !important;
}

/* Oculta el extracto */
.wp-block-post-excerpt,
.uagb-post__excerpt,
.gb-post-excerpt {
    display: none !important;
}

/*
.size-imagen {
  height: 200px;
  width: auto;
  /*object-fit: contain;*/
  /*display: block;*/
  /*max-width: 100%;*/
}
*/

.wp-featured-image img {
  height: 10px;
  width: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.wp-block-latest-posts__featured-image img {
  transition: transform 0.3s ease;
}

.wp-block-latest-posts__featured-image img:hover {
  transform: scale(1.2);
}

.wp-block-post-featured-image img {
  transition: transform 0.3s ease;
}

.wp-block-post-featured-image img:hover {
  transform: scale(1.05);
}






.boton-enlace a {
  color: #fff;
  background-color: #0073e6;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, background 0.2s;
  cursor: pointer;
  font-weight: 600;
  font-size: larger;;
}

.boton-enlace:hover a{
  transform: scale(1.05);
  background-color: #005bb5;
}
.saludo a{	
	font-size: 20px !important;
	color: red;
}	

.entry-title {
    /* propiedades */
    font-size: 42px;
    color: blue;
}


.entry-meta{
	font-size: 10px;
  color: red;	
	display:none;
}

p {  
  color :black;
  font-size: 20px; /* Cambiamos el tamaño de la fuente a 20px */
  text-decoration: none; /* Eliminamos el subrayado */
  font-style:normal; /* Cambiamos el estilo a cursiva */
  /*font-weight: bold;*/
}

.zoom-on-hover {
  transition: transform 0.3s ease;
}

.zoom-on-hover:hover {
  transform: scale(1.2);
}

.wp-block-latest-posts__post-title {
  font-size: 26px;
  color: #000; /* texto en negro */
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  transition: color 0.2s;
}


.titulo_pelicula{
	color:red !important;
	font-size:20px;
	content:vacio !important;
}

.titulo_pelicula::before {	
	content:"👉 La pelicula: ";
	color:blue !important;
}

.titulo_pelicula::after {	
	content:" no la he visto todavia";
	color:grey;
}


.titulo_pelicula:hover::before {	
	content:"👉 ";
	opacity:1;
}


#post-495 .wp-block-heading:h1{
  color:blue !important;
}

.wp-block-heading h1{
  color:red !important;
}

.rojo-2{
  background-color:red;
}

h1 {
  background: linear-gradient(90deg, #f8fafc 0%, #e0e7ef 100%);
  color: #1a237e;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(30, 41, 59, 0.08);
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-align: center;
}

h2 {
  background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
  color: #0d47a1;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(13, 71, 161, 0.08);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  text-align: center;
}

h3 {
  background: linear-gradient(90deg, #e3f2fd 0%, lightgreen 100%);
  color: #0d47a1;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(13, 71, 161, 0.08);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  text-align: center;
}
.columns {
  display: flex;
  gap: 20px;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* distribuye: texto arriba, imagen abajo */
  padding: 20px;
  border: 0.5px solid #ccc;
  min-height: 300px; /* asegura que todas tengan la misma altura */
}

.column p {
  text-align: justify; /* Justifica el texto dentro de cada columna */
}

.column img {
  max-width: 100%;
  height: auto;
  margin-top: auto; /* empuja la imagen hacia abajo */
}


/*

  */

  /*

  @media (max-width: 768px) {
    .solo-movil {
      display: block;
    }

    .resaltado{
      color:red;
    }
  }

  @media (min-width: 769px) {
    .solo-escritorio {
      display: block;
    }
    .resaltado{
      color:blue;
    }
  }
*/

