/* Estilos específicos para la pagina de detalles */

.detail-hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA01/20241217_142225.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero2 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA02/20250123_154932.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero3 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA03/20250212_104644.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero4 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA04/20250212_132915.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero5 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA05/20250713_113328.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero6 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA06/20250301_174545.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero7 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA06/san_pablo_ermitano/20250301_174544.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero8 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA06/conmemoracion_batalla_carabobo/20250620_105647.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero9 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA06/ruta_ciclistica/20230716_084832.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

.detail-hero10 {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/RUTA06/tradicion_navidena/20250301_174530.webp');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    align-items: center;
    color: white;
    margin-top: 80px;
}

/* ===================================================== */

.detail-content {
    padding: 80px 0 40px;
}

.info-section {
    margin-bottom: 60px;
}

.contact-card {
    background: rgba(15, 31, 56, 0.98);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(0,0,0,0.03);
}

.contact-icon {
    width: 50px;
    height: 50px;
    /*background: linear-gradient(135deg, #1a2a6c, #b21f1f);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
}

.gallery-item {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item:hover {
    transform: translateY(-10px);
}

.section-divider {
    height: 3px;
    background: linear-gradient(to right, #1a2a6c, #b21f1f, #fdbb2d);
    width: 100px;
    margin: 20px 0 30px;
    border-radius: 10px;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 300px;
}

/* ===================================================== */