/* Contenedor Principal */
.gc-armador-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    padding: 0 !important; /* Margen de seguridad para mÃ³viles */
}

/* Banner Hero */
.gc-hero-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -30px; /* Ajustado para que no quede tan pegado arriba */
    margin-bottom: 20px;
}

.gc-banner-img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* Tarjeta de Instrucciones */
.gc-intro-card {
    background-color: #ffffff;
    border: 1px solid #eaeaef;
    border-radius: 12px;
    padding: 24px;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    text-align: center;
}

.gc-intro-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 800;
    color: #051230;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gc-intro-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
}

.gc-intro-text strong {
    color: #051230;
}

.gc-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(202, 225, 248), transparent);
    margin: 20px 0 0 0;
    border-radius: 2px;
}

/* Contenedor de Marcas (Flexbox) */
.gc-brands-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0px;
}

/* Tarjetas Individuales */
.gc-brand-card {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.gc-brand-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gc-img-wrapper {
    width: 100%;
    aspect-ratio: 16/9; /* Mantiene la proporciÃ³n de la imagen */
    overflow: hidden;
    background-color: #111; /* Fondo por si la imagen tarda en cargar */
}

.gc-brand-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Botones Falsos de AcciÃ³n */
.gc-btn-action {
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

/* Estilos EspecÃ­ficos AMD */
.gc-amd-card {
    border: 2px solid transparent;
}

.gc-amd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(255, 0, 44, 0.2);
    border-color: #ff002c;
}

.gc-btn-amd {
    background-color: #cc0023;
}

.gc-amd-card:hover .gc-btn-amd {
    background-color: #ff002c;
}

/* Estilos EspecÃ­ficos Intel */
.gc-intel-card {
    border: 2px solid transparent;
}

.gc-intel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(37, 99, 236, 0.2);
    border-color: #2563ec;
}

.gc-btn-intel {
    background-color: #1d4ed8;
}

.gc-intel-card:hover .gc-btn-intel {
    background-color: #2563ec;
}

/* Efecto Zoom en la imagen al hacer hover */
.gc-brand-card:hover .gc-brand-img {
    transform: scale(1.05);
}

/* DiseÃ±o Responsive (Celulares) */
@media (max-width: 768px) {
    .gc-brands-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .gc-intro-card {
        padding: 16px;
    }
    
    .gc-intro-title {
        font-size: 18px;
    }
}
  body.armador h1.titulo {
    text-align: center;
    font-size: 25px;
    height: 0;
    visibility: hidden;
}
  .reseñasdegoogle {
    visibility: hidden;
    height: 0;
}
  
  /* --- ESTILOS DE LA TARJETA DE INSTRUCCIONES --- */
.gc-intro-card {
    background: linear-gradient(135deg, #051230 0%, #0a1d4d 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.gc-intro-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.gc-intro-text {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: white;
}

.gc-intro-text strong {
    color: #02b8fc; /* Destaca la compatibilidad en azul tecnológico */
    font-weight: 700;
}

/* Contenedor de los 3 pasos */
.gc-steps-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #f1f5f9;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.gc-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.gc-step-number {
    width: 36px;
    height: 36px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}

.gc-step-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #334155;
}

.gc-step-desc strong {
    color: #0f172a;
    font-size: 15px;
}

.gc-step-divider {
    width: 30px;
    height: 2px;
    background-color: #cbd5e1;
    border-radius: 2px;
}

/* Diseño Responsive para los pasos en celulares */
@media (max-width: 600px) {
    .gc-steps-wrapper {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    
    .gc-step-item {
        flex-direction: row;
        text-align: left;
        width: 100%;
        gap: 15px;
    }

    .gc-step-divider {
        width: 2px;
        height: 20px;
        margin: -5px 0;
    }
div#detalle {
    margin-top: -30px;
}

}

div#detalle {
    margin-top: -55px;
}

p.verdoc {
    visibility: hidden;
    height: 0;
    margin: 0 !important;
}