/*
Theme Name: Kadence Child - Torrent Si a la Vida
Template: kadence
Author: Vicente Andreu
Description: Tema hijo de Kadence para torrentsialavida.com
Version: 1.0
*/

/* Hero banner portada - desktop */
body.home .site-main::before {
  content: '';
  display: block;
  width: 100%;
  height: 450px;
  background-image: url('https://torrentsialavida.com/wp-content/uploads/2026/06/header-1920x700-1.jpg');
  background-size: cover;
  background-position: center;
  margin-bottom: 2.5rem;
}

/* Hero banner portada - movil */
@media (max-width: 767px) {
  body.home .site-main::before {
    height: 520px;
    background-image: url('https://torrentsialavida.com/wp-content/uploads/2026/06/mobile-website-hero-390x600-logo.jpg');
    background-position: top center;
  }
}
