/* ==========================================================================
   ======================== SECTION 5: NOSTRIL ==============================
   ========================================================================== */

.bohoo-nostril-section {
    background-color: #ffffff;
}

/* --- Textos --- */
.bohoo-nostril-title {
    font-family: "Playfair Display", "Times New Roman", Times, serif; 
    font-size: 3.5rem;
    font-weight: 400;
    color: #4a4a4a;
    letter-spacing: 2px;
    line-height: 1.1;
}

.bohoo-nostril-subtitle {
    font-size: 1.15rem;
    color: #5c5c5c;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.bohoo-nostril-time-title {
    font-size: 1.1rem;
    color: #4a4a4a;
    letter-spacing: 0.5px;
}

.bohoo-nostril-time {
    font-size: 1.1rem;
    color: #666666;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* --- Contenedor e Imagen --- */
.bohoo-nostril-img-wrapper {
    max-width: 480px; /* Reducimos un poco el ancho para mantener la proporción elegante */
    margin: 0 auto;
}

.bohoo-nostril-img {
    max-height: 450px; /* Aquí achicamos la altura de la imagen */
    object-fit: cover; /* Esto evita que la imagen se estire o deforme, solo la recorta sutilmente */
    border-radius: 4px; /* Un pequeño borde redondeado opcional para que se vea premium */
}

/* ==========================================================
   ================ RESPONSIVE: NOSTRIL =====================
   ========================================================== */
@media (max-width: 991px) {
    .bohoo-nostril-title {
        font-size: 2.8rem;
    }
    
    .bohoo-nostril-text {
        text-align: center; /* Centramos el texto en móviles */
        padding-right: 0 !important;
        margin-bottom: 2rem;
    }
}