/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 4.4.6.1769237360
Updated: 2026-01-24 03:49:20

*/

.top-nav-page .container{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
/* Base */
 /* Base */
.pll-ul-dropdown,
.pll-ul-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pll-ul-dropdown {
  position: relative;
}

.pll-ul-dropdown > li {
  position: relative;
}

.pll-ul-dropdown a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 8px 12px;
  cursor: pointer;
}

/* Submenu */
.pll-submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  padding: 6px 0;
  z-index: 9999;
}

.pll-submenu li a {
  padding: 10px 14px;
  color: #111;
  white-space: nowrap;
}

.pll-submenu li a:hover {
  background: rgba(0,0,0,.05);
}

/* Desktop hover */
@media (min-width: 992px) {
  .pll-ul-dropdown li:hover > .pll-submenu {
    display: block;
  }
}

/* Arrow */
.pll-arrow {
  font-size: 12px;
  opacity: .7;
}

/* Elementor Posts: tarjetas de entradas consistentes y faciles de escanear. */
.elementor-widget-posts .elementor-posts-container {
  align-items: stretch;
  gap: 24px;
}

.elementor-widget-posts .elementor-post {
  display: flex;
  min-width: 0;
}

.elementor-widget-posts .elementor-post__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e7ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 21, 39, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.elementor-widget-posts .elementor-post__card:hover {
  border-color: #cbd5df;
  box-shadow: 0 16px 34px rgba(7, 21, 39, .12);
  transform: translateY(-3px);
}

.elementor-widget-posts .elementor-post__thumbnail__link {
  display: block;
  flex: 0 0 auto;
}

.elementor-widget-posts .elementor-post__thumbnail {
  height: 190px;
  padding-bottom: 0 !important;
  background: #e8edf2;
}

.elementor-widget-posts .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.elementor-widget-posts .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: scale(1.035);
}

.elementor-widget-posts .elementor-post__text {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.elementor-widget-posts .elementor-post__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: #071527;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.elementor-widget-posts .elementor-post__title a {
  color: inherit;
  text-decoration: none;
}

.elementor-widget-posts .elementor-post__meta-data {
  margin: 0 0 12px;
  color: #7a8795;
  font-size: 11px;
  line-height: 1.3;
}

.elementor-widget-posts .elementor-post__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: #596879;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.elementor-widget-posts .elementor-post__excerpt p {
  margin: 0;
}

.elementor-widget-posts .elementor-post__read-more {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 7px;
  background: #c91f1f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.elementor-widget-posts .elementor-post__read-more:hover,
.elementor-widget-posts .elementor-post__read-more:focus {
  background: #a81717;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .elementor-widget-posts .elementor-post__thumbnail {
    height: 180px;
  }

  .elementor-widget-posts .elementor-post__text {
    padding: 16px;
  }

  .elementor-widget-posts .elementor-post__title {
    font-size: 18px;
  }
}












/* =========================================================
   HEADER / NAV
========================================================= */
.elementor-editor-active .site-header{
	z-index: 0 !important;
}
.site-header .site-navigation ul.menu li a:hover{
  color: #fff;
  background-color: #C60507;
}

/* Admin bar offsets */
.logged-in.admin-bar .top-nav-page{
  top: 30px !important;
}
.logged-in.admin-bar #site-header{
  top: 83px;
}

/* Top bar wrapper */
.top-nav-page{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

/* Main header */
#site-header{
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}

/* Dropdown backgrounds */
#site-header .site-navigation ul.menu li ul,
#site-header .site-navigation > ul > li ul li.menu-item-has-children,
#site-header .site-navigation > ul > li ul li .sub-menu,
#site-header .pll-parent-menu-item > ul{
  background-color: #C60507 !important;
}

/* Dropdown links */
#site-header .site-navigation > ul > li ul a{
  color: #fff !important;
}

/* Menu arrows */
#site-header .site-navigation > ul > li.menu-item-has-children:after{
  color: #fff !important;
  position: relative;
  top: 0 !important;
}

#site-header .site-navigation ul.menu li.menu-item-has-children:after{
  color: #fff;
  position: relative;
  top: 5px;
}

/* (FIX) este selector tenía "ulul" */
#site-header .site-navigation > ul > li ul .menu-item-has-children:after{
  color: #fff;
}


/* =========================================================
   TOP BAR
========================================================= */

.top-nav-page .topbar{
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 15px;
}

.topbar-left{
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

.topbar-right{
  color: #fff;
  display: inline-flex;
  column-gap: 15px;
  row-gap: 15px;
}

.topbar-right i{
  color: #fff !important;
  font-weight: 400;
  font-size: 21px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  color: #fff;
}

.site-footer a{
  color: #fff;
}

.site-footer .footer-inner{
  column-gap: 30px;
  flex-wrap: nowrap;
}

.site-footer .copyright .footer-inner{
  text-align: center;
  justify-content: center;
}

.site-footer .footer-inner > .site-branding,
.site-footer .footer-inner > .footer-2,
.site-footer .footer-inner > .footer-3{
  width: 33.333%;
}

/* Footer nav */
.footer-navigation.footer-2 a{
  color: #fff;
  font-weight: 400;
}

.footer-navigation.footer-2 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-navigation.footer-2 ul li{
  margin-bottom: 10px;
}


/* =========================================================
   CARDS / GRID (GENERAL)
   (Ojo: tienes .grid definido también más abajo para single)
========================================================= */

.wrap{
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card{
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card__media{
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ddd;
}

.card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card__body{
  padding: 18px 18px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__title{
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.card__text{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.card__footer{
  padding: 18px;
  margin-top: auto;
}

.btn{
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--btn);
  color: #fff;
  padding: 14px 16px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .06s ease, background .2s ease;
}

.btn:hover{
  background: var(--btnHover);
}

.btn:active{
  transform: translateY(1px);
}


/* =========================================================
   SINGLE EVENTO / BANNER
========================================================= */

.container-single{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-evento__banner{
  background-size: cover;
  background-position: top center;
  padding: 200px 20px 175px;
  color: #fff;
  text-align: center;
  position: relative;
}

.single-evento__banner::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}

/* Asegura que el contenido quede encima del overlay */
.single-evento__banner > *{
  position: relative;
  z-index: 2;
}

/* (Opcional) esto era redundante con lo de arriba, pero lo dejo */
.single-evento__banner *{
  z-index: 1;
}

.border-effect{
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotateX(180deg);
}

.single-evento__excerpt{
  max-width: 700px;
  margin: 16px auto 0;
  font-size: 1.1rem;
}

.single-evento__content{
  padding: 60px 40px;
} /*  hola imprimiendo*/

/* () aquí redefinías .grid con otra estructura.
   Si esto pisa el grid de cards, considera renombrar a .single-evento__grid */
.grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.single-evento__image img{
  width: 100%;
  border-radius: 12px;
}

.bg-fixed{
  background-attachment: fixed !important;
}


/* =========================================================
   404
========================================================= */

.error404 .site-main{
  max-width: 100% !important;
}

.error404 .page-header{
  min-height: 400px;
  background-color: #000;
  padding: 200px 0 100px;
  color: #fff;
  text-align: center;
}

.error404 .page-header h1{
  padding: 0 20px;
  font-weight: 800;
}

.error404 .page-content{
  text-align: center;
  padding: 100px 20px;
  font-size: 20px;
  font-weight: 600;
}
 

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px){
  .grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px){
  .grid{
    grid-template-columns: 1fr;
  }
  .wrap{
    margin: 24px auto;
  }
}

@media (max-width: 800px){
  .site-footer .footer-inner{
    flex-wrap: wrap;
    column-gap: 18px;
  }

  .site-footer .footer-inner > .footer-2,
  .site-footer .footer-inner > .footer-3{
    width: 100%;
  }

  .site-footer .footer-inner .site-branding .site-logo img{
    display: block;
    margin: 0 auto;
  }
}
