@font-face {
    font-family: 'icomoon'; /* Elige un nombre para tu fuente */
    src: url('../fonts/icomoon.ttf') format('truetype'); /* Ruta relativa al archivo .ttf */
    font-weight: normal; /* Opcional: peso de la fuente */
    font-style: normal; /* Opcional: estilo (normal, italic, etc.) */
}

@font-face {
    font-family: 'oswald-light'; /* Elige un nombre para tu fuente */
    src: url('../fonts/oswald-light.ttf') format('truetype'); /* Ruta relativa al archivo .ttf */
    font-weight: normal; /* Opcional: peso de la fuente */
    font-style: normal; /* Opcional: estilo (normal, italic, etc.) */
}

@font-face {
    font-family: 'oswald'; /* Elige un nombre para tu fuente */
    src: url('../fonts/oswald.ttf') format('truetype'); /* Ruta relativa al archivo .ttf */
    font-weight: normal; /* Opcional: peso de la fuente */
    font-style: normal; /* Opcional: estilo (normal, italic, etc.) */
}

@font-face {
    font-family: 'titillium'; /* Elige un nombre para tu fuente */
    src: url('../fonts/titillium.ttf') format('truetype'); /* Ruta relativa al archivo .ttf */
    font-weight: normal; /* Opcional: peso de la fuente */
    font-style: normal; /* Opcional: estilo (normal, italic, etc.) */
}

body {
    overflow-x: hidden;
    background-color: #222222;
}

.icomoon {
    font-family: 'icomoon';
}

.oswald-light {
    font-family: 'oswald-light';
}

.oswald {
    font-family: 'oswald';
}

.titillium {
    font-family: 'titillium';
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

h1 {
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.precio {
    font-size: 24px;
    line-height: 32px;
}

.bg-image-portada {
    background-image: url('../assets/portada.jpg'); /* Cambia la ruta */
    background-size: cover; /* Cubre todo el espacio recortando lados si es necesario */
    background-position: center bottom; /* Fuerza que se vea la parte inferior */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Opcional: efecto parallax */
    min-height: 100vh; /* Altura mínima = 100% del viewport */
    width: 100%; /* Ancho responsive */
}

.subtitulo {
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0;
}

.nombre-foto {
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0;
}

.subtitulo-2 {
    line-height: 32px;
}

.subtitulo-3 {
    font-size: 40px;
}

.gradient-container-portada {
    background: linear-gradient(to top, #222222, rgba(34, 34, 34, 0));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.text-container {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

/* Estilo para el botón circular */
.btn-circle {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: transform 0.3s;
    justify-self: center;
    background-color: rgba(255, 255, 255, 34%);
    cursor: pointer;
}

.btn-circle:hover {
    background-color: rgba(255, 255, 255, 34%);
}

.btn-circle:active, :not(.btn-check)+.btn:active {
    transform: translateY(5px); /* Efecto al hover */
    background-color: rgba(255, 255, 255, 68%);
}

.btn-circle > i {
    font-size: 20px;
}

#galeria {
    max-width: 1220px;
}

.form-control:focus {
    border-color: white !important;
    box-shadow: none !important;
}

.plomo {
    color: #5e5e5e;
}

.bg-image-pie {
    background-image: url('../assets/pie.jpg'); /* Cambia la ruta */
    background-size: cover; /* Cubre todo el espacio recortando lados si es necesario */
    background-position: center bottom; /* Fuerza que se vea la parte inferior */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Opcional: efecto parallax */
    min-height: 100vh; /* Altura mínima = 100% del viewport */
    width: 100%; /* Ancho responsive */
}

.gradient-container-pie {
    background: linear-gradient(to bottom, #222222, rgba(34, 34, 34, 0));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

#paginacion a {
    text-decoration: none;
    transition: color 0.3s;
}

#paginacion a:hover {
    color: white !important;
}

/* Mensaje de "no encontrado" */
#resultados .col-12.text-center {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#resultados .fa-image {
    opacity: 0.5;
}

/* Estilos adicionales para el slider */
.slick-slide {
    padding: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s;
}

.slick-arrow:hover {
    background: rgba(255,255,255,0.3);
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 24px;
    opacity: 1;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}       

.slick-prev:before {
    content: '\f053'; /* Icono flecha izquierda de Font Awesome */
    
}

.slick-next:before {
    content: '\f054'; /* Icono flecha derecha de Font Awesome */
}

.recomendaciones-slider {
    position: relative;
    margin: 0 auto;
    max-width: 95%;
}

.card-img-container {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.card:hover img {
    transform: scale(1.05);
}

.instagram {
    Position: fixed;
    Bottom: 2px;
    Right: 5px;
}

/* Paginación */
#paginacion {
    padding: 20px 0;
    text-align: center;
}

.paginacion-activa {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 50%;
    display: inline-block;
}

#paginacion a {
    transition: all 0.3s ease;
    margin: 0 5px;
}

#paginacion a:hover {
    transform: scale(1.1);
}

#paginacion button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.paginacion-responsive {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    padding: 0 !important;
    margin-top: 0.5rem !important;
    font-size: 0.95rem !important;
}

.pagina-link,
.pagina-ellipsis {
    font-family: 'Titillium Web', sans-serif !important;
    color: #bbb !important;
    min-width: 26px !important;
    text-align: center !important;
    padding: 2px 4px !important;
    line-height: 1.4 !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

.pagina-link {
    text-decoration: none !important;
    background: none !important;
    cursor: pointer !important;
}

.pagina-link:hover {
    color: #fff !important;
}

.pagina-link.active {
    font-weight: 700 !important;
    color: #fff !important;
    background: none !important;
}

.pagina-ellipsis {
    cursor: default !important;
}

/* Ajustes para móvil */
@media (max-width: 767.98px) {
    #buscador .input-group {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #buscador .btn {
        width: 200px;
        margin-top: 10px;
    }
    
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    
    .recomendaciones-slider {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    
    .slick-list {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    #detalle-foto .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .precio {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Ajustes para responsividad en móviles */
@media (max-width: 768px) {
    h1 {
        font-size: 36px !important;  /* Reduce el tamaño en móviles */
    }

    .subtitulo {
        font-size: 18px !important;
    }

    .row div {
        margin-bottom: 1rem;
    }

    #buscador-input {
        min-width: 300px;
    }
}