.region-switch {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}
.region-switch .option {
    border: none;
    background: #384fa1;
    color: #222;
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}
.region-switch .option.active {
    background: #384fa1;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.region-switch {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}
.region-switch .option {
    border: none;
    background: #ffffff;
    color: #384fa1;
    padding: 10px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.08rem;
    transition: background 0.2s;
}
.region-switch .option.active {
    background: #384fa1;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1070px) {
    .columna {
        width: 45%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .columna {
        width: 90%;
        margin-bottom: 10px;
    }
}

.plans-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding-top: 2rem;
}

.plan-main-title {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: white;
}

.plan-card {
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
/*.plan-card:hover {*/
/*    border-color: #3b82f6;*/
/*    transform: translateY(-4px);*/
/*}*/

.plan-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.plan-price {
    padding: 1rem 0;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
}

.plan-a-medida {
    line-height: 1.8rem;
    padding: 0.5rem 0;
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
}

.plan-tax {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.plan-limit {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.plan-features {
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 1.5rem;
}

.plan-button {
    width: 50%;
    background: #384fa1;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.plan-button:hover {
    background: #f69933;
}

.plan-period {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.plans-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Montserrat, sans-serif;
}

.mostrar-mas-button {
    width: 30% ;
    background: #384fa1;
    color: white;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
    margin-bottom: 1.5rem;
    align-items: center;
    margin-top: 1.5rem;
}

.mostrar-mas-button:hover {
    background: #f69933;
    color: black;
}

.boton-padre {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;

    .plan-card {
        width: 100%;
    }
}

.boton-padre[style*='display: none'] {
    opacity: 0;
    transform: translateY(-10px);
}

.plan-price-latam {
    padding: 2rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
}

.cuadro-de-texto {
    padding: 2rem 1.5rem;
    text-align: center;
    background: white;
    width: 50%;
    align-items: center;
}
