/*
**  Estilos que se asocian al CPT de Eventos y Proyectos
*/

/*	Plantilla CPT-Evento.Ini	*/
.ubicacion .elementor-post-info__terms-list-item::before{
  content: "";
  margin-right: 7px;
  background-image: url(/wp-content/uploads/2026/04/icono-ubicacion.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
		margin-bottom: -0.5rem;
}
	.horario .elementor-post-info__item::before{
  content: "";
  margin-right: 4px;
  background-image: url(/wp-content/uploads/2026/04/icono-tiempo.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
	margin-bottom: -0.5rem;
}

.cpt-evento, 
.cpt-proyectos{
	
	.titulo-residencia-artistica,
	.titulo-espacio-residencia-artistica{
		display: none;
	}
	
	.imagen-destacada {
		
		img {
			width: 100%;
    aspect-ratio: 1.24;
    object-fit: cover;
    border-radius: 16px;
		border: 2px solid var(--Secondary-40);
		}
	}
	.bloque-categoria-evento a {
    padding: 4px 17px;
    background: var(--Secondary-10);
    color: var(--Secondary-100);
  }
	.bloque-fechas {
    width: 100px;
    background: var(--Secondary-100);
    padding: 4px 8px;
    border-bottom-right-radius: 22px;
		border-top-left-radius: 15px;
		
   ul.elementor-post-info {
    justify-content: center;
   }
	
	  span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom {
      padding: 0 0 10px 0;
      display: flex;
      flex-direction: column;
      row-gap: 2px;
    }

    .fecha-linea {
      text-align: center;
      line-height: 1;
    }

    .fecha-dia {
			font-family: "Pathway Gothic One";
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.1667em;
    }

    .fecha-mes{
			font-family: Poppins;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.33em;
    }

    .fecha-anyo {
			font-family: Poppins;
      font-size: 0.75rem;
      font-weight: 300;
      line-height: 1.33em;
    }

  }
}

.invertido {
	.cpt-evento, 
	.cpt-proyectos{
		.ubicacion .elementor-post-info__terms-list-item::before{
			background-image: url(/wp-content/uploads/2026/04/icono-ubicacion-color-invertido.svg);
		}
		.horario .elementor-post-info__item::before{
			background-image: url(/wp-content/uploads/2026/04/icono-tiempo-color-invertido.svg);
		}

	.Secondary-20,
	.Secondary-20 *{
		color: var(--Secondary-100);
	}
	

	.bloque-categoria-evento a {
    background: var(--Secondary-100);
    color: var(--White-100);
  }
	}
} 

/*	Plantilla CPT-Evento.Fin	*/