/* ================================================= */
/* carrusel-teodolina.css (Estilos Específicos sin Subrayado) */
/* ================================================= */

/* 1. Definición de Tipografía y Estilo para H1, H2, H3 (Asegurar NO Subrayado) */
/* Apuntamos a todos los encabezados dentro del caption-text para anular cualquier subrayado */

.carrousel-moderno .caption-text h1,
.carrousel-moderno .caption-text h2,
.carrousel-moderno .caption-text h3 {
    font-family: 'NombreDeTuFuentePrincipal', sans-serif;
    /* Mantenemos la fuente */
    color: white;
    /* Mantenemos el color */
    text-decoration: none !important;
    /* ¡CRUCIAL: ELIMINA CUALQUIER SUBRAYADO! */
    white-space: nowrap;
    text-align: center;
    display: block;
}

/* Regla específica para el H1 (Teodolina Lezica de Alvear) */
.carrousel-moderno .caption-text h1 {
    font-size: 4em;
    font-weight: bold;
}

/* Regla específica para el H3 (Parque Patricios) */
.carrousel-moderno .caption-text h3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #cccccc;
    margin-top: 5px;
}


/* ================================================= */
/* 2. MEDIA QUERIES ESPECÍFICAS DE ESTA PÁGINA */
/* ================================================= */

@media (max-width: 600px) {
    /* Ajustes específicos si son necesarios aquí */
}