/* CONTENT */

.quioscos-content {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.quioscos-content h3 {
    font-size: 22px;
    color: #003366; 
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.personal-content ul {
    list-style-type: disc;
    margin-left: 50px;
}
.personal-content li {
    margin-bottom: 10px;
}
/*----------------------------- QUIOSCOS ------------------------------*/

/***************** IMAGEN CENTRAL QUIOSCOS ****************/
.img-content {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    text-align: center;
    overflow: hidden;
}

.proyecto h3{
    padding: 30px;
    text-align: center;
    margin: 0 0 8px;
    font-size: 1.1em;
    color: #333;
}

/***************************OBJETIVO**********************/
.objetivo-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}
.objetivo-section {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: var(--light-gray);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.objetivo-text {
    flex: 2;
    color: #333;
}
.objetivo-text h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.objetivo-text ul {
    list-style: none;
    padding: 0;
}

/*********************** ETAPAS ***********************/
.carouselE-item {
    flex: 0 0 33.33%;
    padding: 8px;
    box-sizing: border-box;
    opacity: 1;
}
.etapas-card{
    border-radius: 6px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.etapas-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.etapas-card-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.etapas-card h3 {
    margin: 0 0 8px;
    font-size: 1.1em;
    color: var(--unam-blue);
}

/*------------------------- QUIENES SOMOS ----------------------------*/

/****************** INTEGRANTES ** *****************/
.team-list {
    background: var(--light-gray);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    border-left: 5px solid var(--unam-gold);
    display: inline-block;
}
.team-list li {
    margin: 8px 0;
    font-weight: 500;
}
/********** CAJA DESTACADA - OBJETIVO *************/
.highlight-box {
    background: #e3f2fd;
    border: 2px solid var(--unam-blue);
    border-radius: var(--border-radius);
    padding: 24px;
    margin: 32px 0;
}
.highlight-box h3 {
    color: var(--unam-blue);
    margin-bottom: 12px;
}

/******************** RESUMEN *********************/
.summary {
    background: linear-gradient(135deg, #fff8e1, #fff3e0);
    border-left: 6px solid var(--unam-gold);
    padding: 24px;
    font-style: italic;
    font-size: 1.1rem;
    margin: 40px 0;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.summary strong {
    color: var(--red-alert);
}

/********************* GALERIA - CARRUSEL*******************/
.gallery-section {
            padding: 40px 20px;
        }
.gallery-carousel {
            position: relative;
            width: 100%;
            height: 700px;                    
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            margin: 0 auto;
            max-width: 1200px;
        }
.gallery-carousel .swiper-slide {
            height: 100%;
        }
.gallery-carousel .swiper-slide img {width: 100%;
            height: 100%;
            object-fit: cover;            
            display: block;
}

/* Botones de navegación (flechas) */
.gallery-carousel .swiper-button-next,
.gallery-carousel .swiper-button-prev {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            color: var(--unam-blue);
            font-weight: bold;
            backdrop-filter: blur(4px);
            transition: all 0.3s ease;
}

.gallery-carousel .swiper-button-next:after,
.gallery-carousel .swiper-button-prev:after {
            font-size: 24px;
}

.gallery-carousel .swiper-button-next:hover,
.gallery-carousel .swiper-button-prev:hover {
            background-color: white;
            color: var(--unam-gold);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Puntos (pagination bullets) */
.gallery-carousel .swiper-pagination {
            bottom: 20px;
}

.gallery-carousel .swiper-pagination-bullet {
             width: 14px;
            height: 14px;
            background: rgba(255, 255, 255, 0.6);
            opacity: 1;
            transition: all 0.3s;
}

.gallery-carousel .swiper-pagination-bullet-active {
            background: var(--unam-gold);
            transform: scale(1.3);
            box-shadow: 0 0 8px rgba(255, 183, 27, 0.8);
}


/*----------------------- REGLAMENTO QUIOSCOS ------------------------*/
.tabla-sanciones {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 14px; 
}
.tabla-sanciones td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

/************************ SERVICIOS ****************************/
        .servicios-content ul {
            list-style-type: disc;
            margin-left: 50px;
            margin-bottom: 15px;
			
        }
		.servicios-content ol {
            list-style-type: number;
            margin-left: 50px;
        }
        .servicios-content li {
		    margin-left: 50px;
        }
		.servicios-content table {
		spacing: 50px;
		}

  /* IMAGEN SECUNDARIA */
.image-secondary {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.image-secondary img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.image-secondary img:hover {
    transform: scale(1.02);
}

/* DETALLES (LISTA NUMERADA) */
.detalles-section {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
}

.detalles-section h2 {
    text-align: center;
    color: #003366;
    font-size: 2em;
    margin-bottom: 40px;
    position: relative;
}

.detalles-section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #003366;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

.detalles-list {
    counter-reset: detalle-counter;
    list-style: none;
    padding: 0;
}

.detalle-item {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #003366;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detalle-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.detalle-item::before {
    counter-increment: detalle-counter;
    content: counter(detalle-counter);
    position: absolute;
    top: -12px;
    left: -12px;
    width: 40px;
    height: 40px;
    background: #003366;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.detalle-header {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    margin-left: 50px;
}

.detalle-header i {
    font-size: 1.6em;
    color: #003366;
}

.detalle-header h3 {
    color: #003366;
    font-size: 1.35em;
    margin: 0;
}

.detalle-item ul {
    margin: 12px 0 0 50px;   
    padding-left: 20px;      
    list-style: disc outside; 
    font-size: 1em;
    color: #444;
}

.detalle-item ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}


/* Secciones */
.intro-section, .description-section, .gallery-section {
    margin-bottom: 60px;
}






.gallery-grid-D {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.gallery-grid-D img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    padding: auto;
}


/* Tarjetas de servicios */
.servicios-grid h2::after {
    background: var(--unam-gold);
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.card {
    background: white;
    border-radius: var(--border-radius);
    padding: 28px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid #eee;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.15);
    border-color: var(--unam-blue);
}

.card h3 {
    color: var(--unam-blue);
    margin: 12px 0;
    font-size: 1.35rem;
}

.card ul {
    text-align: left;
    margin-top: 12px;
    font-size: 0.95rem;
    color: #000000;
}

.card ul li {
    margin: 6px 0;
    position: relative;
    padding-left: 20px;
}


/*******************REGISTRO PC PUMA***********************/

/* Contenedor principal de la sección de registro */
        .pcpuma-registro-completo {
            max-width: 1000px;
            margin: 40px auto; 
            padding: 20px;
            background-color: white; /* FONDO BLANCO SOLICITADO */
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); 
            border-radius: 10px;
        }

        /* Estilo del encabezado de la sección */
        .header-registro {
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .header-registro h2 {
            font-size: 2.5em; 
            color: #002244; 
            margin-bottom: 5px;
        }

        .header-registro .subtitulo-registro {
            font-size: 1.2em;
            color: #666;
            margin-top: 0;
        }

        /* Estilo para la caja "¿QUÉ ES UN QUIOSCO PC PUMA?" */
        .que-es-quiosco {
            background-color: #f0f8ff; 
            border-left: 5px solid #0056b3; 
            padding: 15px 20px;
            margin-top: 25px;
            border-radius: 5px;
            text-align: left;
        }

        .que-es-quiosco h3 {
            color: #0056b3;
            margin-top: 0;
            font-size: 1.3em;
        }

        .que-es-quiosco p {
            font-size: 1em;
            line-height: 1.6;
            color: #333;
        }

        /* Contenedor de todos los pasos individuales */
        .lista-pasos {
            display: flex;
            flex-direction: column;
            gap: 30px; 
        }

        /* Estilo para cada recuadro de paso (contenedor principal de número, texto e imagen) */
        .paso-registro {
            display: flex;
            flex-wrap: wrap;
            background-color: white; 
            border: 1px solid #e0e0e0; 
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
            overflow: hidden; 
        }

        .paso-registro:nth-child(odd) { /* Alterna el orden de imagen y texto en pasos impares */
            flex-direction: row-reverse;
        }


        /* Contenedor del número y texto */
        .contenido-paso {
            display: flex;
            flex: 2; 
            padding: 20px;
            align-items: flex-start;
        }

        /* Estilo para el recuadro del número (Circular) */
        .numero-paso {
            flex-shrink: 0; 
            width: 60px;
            height: 60px;
            background-color: #004c99; 
            color: white;
            font-size: 2.2em;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%; /* Forma circular */
            margin-right: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        /* Estilo para el recuadro del texto */
        .texto-paso {
            flex-grow: 1;
            color: #333;
        }

        .texto-paso h4 {
            color: #004c99;
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1.4em;
        }

        .texto-paso p {
            line-height: 1.6;
            font-size: 1em;
        }

        .texto-paso ul {
            list-style: none;
            padding-left: 0;
        }

        .texto-paso ul li {
            margin-bottom: 5px;
        }

        .texto-paso a {
            color: #0056b3;
            text-decoration: none;
        }

        .texto-paso a:hover {
            text-decoration: underline;
        }

        /* Estilo para el recuadro de la imagen */
        .imagen-paso {
            flex: 1; 
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            background-color: #f9f9f9; 
            border-left: 1px solid #eee; 
        }

        /* Ajuste del borde para los pasos alternos */
        .paso-registro:nth-child(odd) .imagen-paso {
            border-left: none;
            border-right: 1px solid #eee;
        }

        .imagen-paso img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        /* Estilo para la información de contacto al final */
        .contact-info {
            text-align: center;
            margin-top: 40px;
            padding: 20px;
            background-color: #e8f5e9; 
            border: 1px solid #4CAF50;
            border-radius: 8px;
            font-size: 1.1em;
            color: #333;
        }

        .contact-info a {
            color: #003366;
            text-decoration: none;
            font-weight: bold;
        }

        .contact-info a:hover {
            color: #003366;
            text-decoration: underline;
        }
        
        /*---------------------RESERVACION----------------------------*/
        .reservacion-content {
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            width: 90%;
            margin: 0 auto;
            text-align: left;
        }
        .reservacion-content h3 {
            font-size: 22px;
            color: #003366; 
        }
        .reservacion-content p {
            margin-bottom: 15px;
        }
        .reservacion-content ul {
            list-style-type: disc;
            margin-left: 20px;
            margin-bottom: 15px;
        }
        .reservacion-content a {
            color: #00519C;
            text-decoration: none;
        }
        .reservacion-content a:hover {
            text-decoration: underline;
        }
        .tabla-espacios {
            width: 100%;
            margin: 20px auto;
            border-collapse: collapse;
            font-size: 14px; 
        }
        .tabla-espacios td {
            padding: 10px;
            border: 0px solid #ccc;
            vertical-align: top;
        }

    .btn {
        display: block;
        width: 25%;
        margin: 0 auto;
        padding: 30px;
        background-color: #46b064;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-size: 20px;
    }

    .btn:hover {
        background-color: #064B7C;
    }

    .button-container {
        display: flex;
        justify-content: center; 
        flex-direction: row; 
        gap: 35px; 
        padding: 20px; 
        box-sizing: border-box;
    }
.espacios-quioscos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.espacios-quioscos h2 {
  text-align: center;
  color: #064B7C;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.galeria-grupo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.quiosco-card {
  flex: 1 1 300px;
  max-width: 380px;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.quiosco-card:hover {
  transform: translateY(-5px);
}

.quiosco-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.quiosco-card h3 {
  margin: 12px 0 6px;
  font-size: 1.2rem;
  color: #064B7C;
}

.quiosco-card p {
  margin: 0 0 12px;
  color: #555;
  font-weight: bold;
}

.separadorEspacios {
  border: none;
  height: 3px;
  background-color: #064B7C;
  margin: 40px 0;
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .galeria-grupo {
    flex-direction: column;
    align-items: center;
  }
  
  .quiosco-card {
    max-width: 100%;
  }
}

/* Responsive: Ajustes para pantallas más pequeñas */
@media (max-width: 768px) {
  paso-registro, .paso-registro:nth-child(odd) {
  flex-direction: column; 
}

            .contenido-paso {
                flex-direction: column; 
                align-items: center; 
                text-align: center;
            }

            .numero-paso {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .imagen-paso {
                border-left: none;
                border-right: none;
                padding-top: 0;
            }

            .header-registro h2 {
                font-size: 2em;
            }

            .header-registro .subtitulo-registro {
                font-size: 1em;
            }
        }

        @media (max-width: 768px) {
            .gallery-carousel {
                height: 300px;
            }
            .gallery-carousel .swiper-button-next,
            .gallery-carousel .swiper-button-prev {
                width: 40px;
                height: 40px;
            }
            .gallery-carousel .swiper-button-next:after,
            .gallery-carousel .swiper-button-prev:after {
                font-size: 18px;
            }
        }