/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Tema hijo de Hello Elementor
Author: Tu Nombre
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


/* Colores según la categoría (usa el slug) */
.cat-baby {
    background-color: #28BAEE;
}
.cat-kids {
    background-color: #FFBB2F;
}
.cat-teen {
    background-color:#73BA2D;
}

.cat-next {
    background-color:#73BA2D;
}

.categoria-overlay{
	border-radius: 999px;
	font-size:12px;
}

.featured-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.featured-image-overlay {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 10px;
}

.categoria-overlay {
    position: absolute;
    top: 15px;
    right: 15px; /* ← CAMBIADO */
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 999px;
	width: fit-content;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


.titulo-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 14px;
    border-radius: 6px;
    color: #fff;
	margin-right: 15px;
}

.titulo-overlay .titulo-post {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.titulo-overlay .boton-ir-post {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s ease;
}

.titulo-overlay .boton-ir-post:hover {
    transform: translateX(4px);
}


/*Carrusel entradas inicio  Ocultar texto */
.elementor-pagination .prev,
.elementor-pagination .next {
    font-size: 0;
    position: relative;
}

/* Mostrar flechas con FontAwesome */
.elementor-pagination .prev::before {
    content: "\f104"; /* fa-arrow-left */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
}

.elementor-pagination .next::before {
    content: "\f105"; /* fa-arrow-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
}

#categoria-selector{
	width:auto;
	padding-right:50px;
	border-radius:0;
	background-color:transparent;
}

.badge-categoria {
  display: inline-block;
  padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 999px;
	width: fit-content;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.badge-categoria a {
  color: white;
  text-decoration: none;
}

.tituloEntrada h1 {
    font-size: 30px;
    line-height: 50px;
}

