/* ============================================
   IMÁGENES DEL SLIDER - FÁCIL DE MODIFICAR
   ============================================
   
   Para cambiar las imágenes:
   1. Renombra tus imágenes como foto01.jpg, foto02.jpg, etc.
   2. Súbelas a la carpeta del sitio web
   
   Tamaño recomendado: 1920x1080 píxeles mínimo
   ============================================ */

.hero-slide:nth-child(1) {
    background-image: url('foto01.jpg');
}

.hero-slide:nth-child(2) {
    background-image: url('foto02.jpg');
}

.hero-slide:nth-child(3) {
    background-image: url('foto03.jpg');
}

.hero-slide:nth-child(4) {
    background-image: url('foto04.jpg');
}
