/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* -----------------------------------------------
   Galería Alojamiento — SEOSkinny.com
----------------------------------------------- */
.galeria-alojamiento {
    margin: auto;
}

.imagen-principal-swiper {
    height: 540px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.imagen-principal-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.miniaturas-swiper {
    position: relative;
}

.swiper-wrapper {
    align-items: center;
}

.galeria-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
    font-family: swiper-icons;
    font-size: 20px;
    line-height: 1;
	padding: 10px 15px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

.galeria-nav::after {
    font-family: swiper-icons;
    font-size: 20px;
    color: #ffffff;
}

.galeria-prev { left: 14px; }
.galeria-prev::after { content: 'prev'; }

.galeria-next { right: 14px; }
.galeria-next::after { content: 'next'; }

/* ELIMINADO: width: 25% !important — Swiper lo calcula solo con slidesPerView: 4 */
.swiper-slide {
    flex-shrink: 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.miniatura {
    width: 100%;
    height: 110px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px !important;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.miniatura.activa {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    z-index: 10;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}